]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
./:
[thirdparty/gcc.git] / gcc / ChangeLog
1 2007-08-11 Ian Lance Taylor <iant@google.com>
2
3 * alias.h (alias_set_type): Define new type.
4 (ALIAS_SET_MEMORY_BARRIER): Use it.
5 * rtl.h: Include alias.h.
6 (struct mem_attrs): Use alias_set_type.
7 * tree.h: Include alias.h
8 (struct tree_type): Use alias_set_type.
9 (struct tree_struct_field_tag): Likewise.
10 (struct tree_decl_common): Likewise.
11 * alias.c (struct alias_set_entry): Use alias_set_type.
12 (get_alias_set_entry, alias_set_subset_of): Likewise.
13 (alias_sets_conflict_p): Likewise.
14 (alias_sets_must_conflict_p): Likewise.
15 (objects_must_conflict_p): Likewise.
16 (get_alias_set, new_alias_set): Likewise.
17 (record_alias_subset, record_component_aliases): Likewise.
18 (varargs_set, frame_set): Change to alias_set_type.
19 (get_varargs_alias_set): Use alias_set_type.
20 (get_frame_alias_set): Likewise.
21 * builtins.c (setjmp_alias_set): Change to alias_set_type.
22 * dse.c (struct store_info): Use alias_set_type.
23 (struct read_info, struct clear_alias_mode_holder): Likewise.
24 (clear_alias_set_lookup, canon_address): Likewise.
25 (record_store, check_mem_read_rtx): Likewise.
26 (dse_record_singleton_alias_set): Likewise.
27 (dse_invalidate_singleton_alias_set): Likewise.
28 * emit-rtl.c (get_mem_attrs): Likewise.
29 (set_mem_attributes_minus_bitpos): Likewise.
30 (set_mem_alias_set): Likewise.
31 * expr.c (store_constructor_field, store_field): Likewise.
32 * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise.
33 * langhooks.c (lhd_get_alias_set): Likewise.
34 * langhooks-def.h (lhd_get_alias_set): Likewise.
35 * reload1.c (alter_reg): Likewise.
36 * tree-flow.h (struct fieldoff): Likewise.
37 * tree-ssa-alias.c (struct alias_map_d): Likewise.
38 (may_alias_p, get_smt_for, create_sft): Likewise.
39 * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise.
40 * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
41 (merge_smts_into): Likewise.
42 * varasm.c (const_alias_set): Likewise.
43 * c-common.c (strict_aliasing_warning): Likewise.
44 (c_common_get_alias_set): Likewise.
45 * dse.h (dse_record_singleton_alias_set): Update declaration.
46 (dse_invalidate_singleton_alias_set): Likewise.
47 * emit-rtl.h (set_mem_alias_set): Likewise.
48 * c-common.h (c_common_get_alias_set): Likewise.
49 * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it.
50 * print-tree.c (print_node): Likewise.
51 * config/alpha/alpha.c (alpha_sr_alias_set): Change to
52 alias_set_type.
53 (alpha_setup_incoming_varargs): Use alias_set_type.
54 * config/i386/i386.c (setup_incoming_varargs_64): Use
55 alias_set_type.
56 (setup_incoming_varargs_ms_64): Likewise.
57 (ix86_GOT_alias_set): Likewise.
58 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
59 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
60 (set): Change to alias_set_type.
61 (get_TOC_alias_set): Use alias_set_type.
62 * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update
63 declaration.
64 * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type.
65 * config/sparc/sparc.c (sparc_sr_alias_set): Change to
66 alias_set_type.
67 (struct_value_alias_set): Likewise.
68 * Makefile.in (GTFILES): Add $(srcdir)/alias.h.
69
70 2007-08-11 Richard Sandiford <richard@codesourcery.com>
71
72 * config/vxworks-dummy.h (TARGET_VXWORKS): Define.
73 * config/vxworks.h (TARGET_VXWORKS): Override.
74 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define
75 "mips" if TARGET_VXWORKS.
76
77 2007-08-11 Richard Sandiford <richard@codesourcery.com>
78
79 * calls.c (avoid_likely_spilled_reg): New function.
80 (expand_call): Use it.
81
82 2007-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
83
84 * c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.
85
86 2007-08-10 Adam Nemet <anemet@caviumnetworks.com>
87
88 * config/mips/predicates.md (const_call_insn_operand): Invoke
89 SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs.
90
91 2007-08-10 David Edelsohn <edelsohn@gnu.org>
92
93 PR target/33042
94 * config/rs6000/driver-rs6000.c: Include link.h.
95 Use ElfW instead of wordsize-specif typedef.
96
97 2007-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
98
99 * system.h (CONST_CAST): New.
100 * c-decl.c (c_make_fname_decl): Use it.
101 * c-lex.c (cb_ident, lex_string): Likewise.
102 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
103 * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
104 give_switch, set_multilib_dir): Likewise.
105 * gengtype-parse.c (string_seq, typedef_name): Likewise.
106 * passes.c (execute_one_pass): Likewise.
107 * prefix.c (update_path): Likewise.
108 * pretty-print.c (pp_base_destroy_prefix): Likewise.
109 * tree.c (build_string): Likewise.
110
111 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
112
113 * tree-flow-inline.h (is_exec_stmt): Remove.
114 (is_label_stmt): Remove.
115 * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and
116 is_label_stmt.
117
118 2007-08-10 Andreas Krebbel <krebbel1@de.ibm.com>
119
120 * lower-subreg.c (resolve_shift_zext): Don't adjust
121 src_reg_num for wordmode operands.
122
123 2007-08-10 Sandra Loosemore <sandra@codesourcery.com>
124 David Ung <davidu@mips.com>
125
126 * config/mips/mips.c (TARGET_SCHED_INIT): Define.
127 (TARGET_SCHED_REORDER2): Define.
128 (mips_maybe_swap_ready): New.
129 (mips_last_74k_agen_insn): New.
130 (mips_74k_agen_init): New.
131 (mips_74k_agen_reorder): New function to group loads and stores
132 in the ready queue.
133 (mips_sched_init): New.
134 (mips_sched_reorder): Don't do initialization here. Call
135 mips_74k_agen_reorder.
136 (mips_variable_issue): Call mips_74k_agen_init.
137
138 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
139
140 * tree-flow-inline.h (get_filename): Remove.
141
142 2007-08-10 Richard Sandiford <richard@codesourcery.com>
143
144 * config/mips/mips-protos.h (mips_address_insns): Add a boolean
145 argument.
146 (mips_fetch_insns): Delete in favor of...
147 (mips_load_store_insns): ...this new function.
148 * config/mips/mips.c (mips_address_insns): Add a boolean argument
149 to say whether multiword moves _might_ be split.
150 (mips_fetch_insns): Delete in favor of...
151 (mips_load_store_insns): ...this new function.
152 (mips_rtx_costs): Update the call to mips_address_insns.
153 (mips_address_cost): Likewise.
154 * config/mips/mips.md (length): Use mips_load_store_insns instead
155 of mips_fetch_insns.
156 * config/mips/constraints.md (R): Use mips_address_insns rather
157 than mips_fetch_insns. Assume that the move never needs to be split.
158
159 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
160
161 * config/mips/mips.opt (mhard-float, msoft-float): Make these
162 control TARGET_HARD_FLOAT_ABI and TARGET_SOFT_FLOAT_ABI, rather
163 than TARGET_HARD_FLOAT and TARGET_SOFT_FLOAT.
164 * config/mips/mips.h (mips16_hard_float): Delete.
165 (TARGET_HARD_FLOAT_ABI, TARGET_SOFT_FLOAT_ABI): Delete these
166 definitions, and replace with....
167 (TARGET_HARD_FLOAT, TARGET_SOFT_FLOAT): Define.
168 * config/mips/mips.c (mips16_hard_float): Delete. Replace
169 all references with (TARGET_MIPS16 && TARGET_HARD_FLOAT_ABI).
170 (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Update comments.
171 (override_options): Replace MASK_SOFT_FLOAT references with
172 MASK_SOFT_FLOAT_ABI. Delete twiddling with MASK_SOFT_FLOAT
173 and mips16_hard_float when TARGET_MIPS16.
174
175 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
176
177 PR c/32796
178 * c-typeck.c (build_binary_op): Check for non pointer types before
179 calling int_fits_type_p.
180
181 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
182
183 PR middle-end/32813
184 * fold-const.c (omit_one_operand): Return only the ommitted expression
185 if the result is an empty statement.
186 (pedantic_omit_one_operand): Likewise.
187
188 2007-08-09 Daniel Berlin <dberlin@dberlin.org>
189
190 * c-typeck.c (readonly_error): Improve error for assignment.
191
192 * c-pretty-print.c (pp_c_additive_expression): Handle pointer-plus
193 expression.
194 (pp_c_expression): Ditto.
195
196 2007-08-09 Simon Baldwin <simonb@google.com>
197
198 * simplify-rtx.c (simplify_binary_operation_1): Removed erroneous
199 break that was preventing simplify_associative_operation() for xor.
200
201 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
202 Nigel Stephens <nigel@mips.com>
203
204 * doc/tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, CTZ_DEFINED_VALUE_AT_ZERO):
205 Document change in interpretation of value from boolean to
206 tri-state integer.
207 * optabs.c (expand_ffs, expand_ctz): New functions to compute
208 ffs and ctz using clz.
209 (expand_unop): Call them.
210 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Fix its
211 result value.
212 (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
213 * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Likewise, to
214 enable the new ffs expansion on this target.
215
216 2007-08-09 Jan Hubicka <jh@suse.cz>
217
218 * optabs.c (expand_widen_pattern_expr): Use optabs accestors.
219 (expand_ternary_op): Likewise.
220 (expand_vec_shift_expr): Likewise.
221 (expand_binop_directly): Likewise.
222 (expand_binop): Likewise.
223 (sign_expand_binop): Likewise.
224 (expand_twoval_unop): Likewise.
225 (expand_twoval_binop): Likewise.
226 (expand_twoval_binop_libfunc): Likewise.
227 (widen_clz): Likewise.
228 (widen_bswap): Likewise.
229 (expand_parity): Likewise.
230 (expand_unop): Likewise.
231 (expand_abs_nojump): Likewise.
232 (expand_copysign): Likewise.
233 (emit_no_conflict_block): Likewise.
234 (emit_libcall_block): Likewise.
235 (can_compare_p): Likewise.
236 (prepare_cmp_insn): Likewise.
237 (emit_cmp_and_jump_insn_1): Likewise.
238 (prepare_float_lib_cmp): Likewise.
239 (emit_conditional_add): Likewise.
240 (gen_add2_insn): Likewise.
241 (have_add2_insn): Likewise.
242 (gen_sub2_insn): Likewise.
243 (have_sub2_insn): Likewise.
244 (can_extend_p): Likewise.
245 (can_fix_p): Likewise.
246 (can_float_p): Likewise.
247 (expand_float): Likewise.
248 (expand_fix): Likewise.
249 (expand_sfix_optab): Likewise.
250 (new_optab): Likewise.
251 (new_convert_optab): Likewise.
252 (init_libfuncs): Likewise.
253 (init_interclass_conv_libfuncs): Likewise.
254 (init_intraclass_conv_libfuncs): Likewise.
255 (set_conv_libfunc): Likewise.
256 (init_optabs): Likewise.
257 (debug_optab_libfuncs): Likewise.
258 (gen_cond_trap): Likewise.
259 * optabs.h (optab_handler, convert_optab_hanlder): New.
260 * genopinit.c: Update optabs generation table.
261 * reload.c (find_reloads_address_1): Use optabs accestors.
262 * builtins.c (expand_builtin_mathfn): Likewise.
263 (expand_builtin_mathfn_2): Likewise.
264 (expand_builtin_mathfn_3): Likewise.
265 (expand_builtin_interclass_mathfn): Likewise.
266 (expand_builtin_sincos): Likewise.
267 (expand_builtin_cexpi): Likewise.
268 (expand_builtin_powi): Likewise.
269 (expand_builtin_strlen): Likewise.
270 * dojump.c (do_jump): Likewise.
271 * expr.c (convert_move): Likewise.
272 (move_by_pieces): Likewise.
273 (move_by_pieces_ninsns): Likewise.
274 (can_store_by_pieces): Likewise.
275 (store_by_pieces_1): Likewise.
276 (emit_move_via_integer): Likewise.
277 (emit_move_complex): Likewise.
278 (emit_move_ccmode): Likewise.
279 (emit_move_insn_1): Likewise.
280 (emit_single_push_insn): Likewise.
281 (store_constructor): Likewise.
282 (expand_expr_real_1): Likewise.
283 (do_store_flag): Likewise.
284 * ada/misc.c (gnat_compute_largest_alignment): Likewise.
285 (enumerate_modes): Likewise.
286 * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
287 (supportable_widening_operation): Likewise.
288 (supportable_narrowing_operation): Likewise.
289 * expmed.c (store_bit_field_1): Likewise.
290 (extract_bit_field_1): Likewise.
291 (expand_mult_highpart_optab): Likewise.
292 (expand_smod_pow2): Likewise.
293 (expand_divmod): Likewise.
294 (emit_store_flag): Likewise.
295 * tree-vect-patterns.c
296 (vect_pattern_recog_1): Likewise.
297 * tree-ssa-loop-prefetch.c
298 (nontemporal_store_p): Likewise.
299 * tree-vect-transform.c (vect_model_reduction_cost): Likewise.
300 (vect_create_epilog_for_reduction): Likewise.
301 (vectorizable_reduction): Likewise.
302 (vectorizable_operation): Likewise.
303 (vect_strided_store_supported): Likewise.
304 (vectorizable_store): Likewise.
305 (vect_strided_load_supported): Likewise.
306 (vectorizable_load): Likewise.
307 * combine.c (simplify_comparison): Likewise.
308 * tree-vect-generic.c
309 (type_for_widest_vector_mode): Likewise.
310 (expand_vector_operations_1): Likewise.
311 * config/spu/spu.c (spu_expand_mov): Likewise.
312 (spu_emit_vector_compare): Likewise.
313 * config/rs6000/rs6000.c
314 (rs6000_emit_vector_compare): Likewise.
315 * stmt.c (add_case_node): Likewise.
316 * reload1.c (gen_reload):
317
318 2007-08-09 Michael Matz <matz@suse.de>
319
320 * tree.h (fixed_zerop): Declare as taking a const_tree.
321 * tree.c (fixed_zerop): Take a const_tree.
322
323 2007-08-09 Ira Rosen <irar@il.ibm.com>
324
325 * tree-vect-transform.c (vectorizable_store): Remove call to
326 copy_virtual_operands() and call mark_symbols_for_renaming() for
327 the created vector store.
328 (vect_setup_realignment): Don't call copy_virtual_operands() and
329 update_vuses_to_preheader().
330 (vectorizable_load): Don't call copy_virtual_operands().
331 (update_vuses_to_preheader): Remove.
332
333 2007-08-08 Chao-ying Fu <fu@mips.com>
334
335 * tree.def (FIXED_POINT_TYPE): New type.
336 (FIXED_CST): New constant.
337 (FIXED_CONVERT_EXPR): New expr.
338 * doc/c-tree.texi (Types): Document FIXED_POINT_TYPE.
339 (Expressions): Document FIXED_CST and FIXED_CONVERT_EXPR.
340 * tree.h (struct tree_base): Add saturating_flag.
341 Remove one bit of spare for saturating_flag.
342 (NUMERICAL_TYPE_CHECK): Support FIXED_POINT_TYPE.
343 (NON_SAT_FIXED_POINT_TYPE_P, SAT_FIXED_POINT_TYPE_P,
344 FIXED_POINT_TYPE_P): Define.
345 (TYPE_SATURATING): Define.
346 (TREE_FIXED_CST_PTR, TREE_FIXED_CST): Define.
347 (struct tree_fixed_cst): New.
348 (TYPE_IBIT, TYPE_FBIT): Define.
349 (tree_node): Add fixed_cst.
350 (enum tree_index): Add new enumeration values of
351 TI_SAT_SFRACT_TYPE, TI_SAT_FRACT_TYPE, TI_SAT_LFRACT_TYPE,
352 TI_SAT_LLFRACT_TYPE, TI_SAT_USFRACT_TYPE, TI_SAT_UFRACT_TYPE,
353 TI_SAT_ULFRACT_TYPE, TI_SAT_ULLFRACT_TYPE, TI_SFRACT_TYPE,
354 TI_FRACT_TYPE, TI_LFRACT_TYPE, TI_LLFRACT_TYPE, TI_USFRACT_TYPE,
355 TI_UFRACT_TYPE, TI_ULFRACT_TYPE, TI_ULLFRACT_TYPE,
356 TI_SAT_SACCUM_TYPE, TI_SAT_ACCUM_TYPE, TI_SAT_LACCUM_TYPE,
357 TI_SAT_LLACCUM_TYPE, TI_SAT_USACCUM_TYPE, TI_SAT_UACCUM_TYPE,
358 TI_SAT_ULACCUM_TYPE, TI_SAT_ULLACCUM_TYPE, TI_SACCUM_TYPE,
359 TI_ACCUM_TYPE, TI_LACCUM_TYPE, TI_LLACCUM_TYPE, TI_USACCUM_TYPE,
360 TI_UACCUM_TYPE, TI_ULACCUM_TYPE, TI_ULLACCUM_TYPE,
361 TI_QQ_TYPE, TI_HQ_TYPE,_TYPE, TI_SQ_TYPE, TI_DQ_TYPE, TI_TQ_TYPE,
362 TI_UQQ_TYPE, TI_UHQ_TYPE, TI_USQ_TYPE, TI_UDQ_TYPE, TI_UTQ_TYPE,
363 TI_SAT_QQ_TYPE, TI_SAT_HQ_TYPE, TI_SAT_SQ_TYPE, TI_SAT_DQ_TYPE,
364 TI_SAT_TQ_TYPE, TI_SAT_UQQ_TYPE, TI_SAT_UHQ_TYPE, TI_SAT_USQ_TYPE,
365 TI_SAT_UDQ_TYPE, TI_SAT_UTQ_TYPE, TI_HA_TYPE, TI_SA_TYPE, TI_DA_TYPE,
366 TI_TA_TYPE, TI_UHA_TYPE, TI_USA_TYPE, TI_UDA_TYPE, TI_UTA_TYPE,
367 TI_SAT_HA_TYPE, TI_SAT_SA_TYPE, TI_SAT_DA_TYPE, TI_SAT_TA_TYPE,
368 TI_SAT_UHA_TYPE, TI_SAT_USA_TYPE, TI_SAT_UDA_TYPE, TI_SAT_UTA_TYPE.
369 (sat_short_fract_type_node, sat_fract_type_node,
370 sat_long_fract_type_node, sat_long_long_fract_type_node,
371 sat_unsigned_short_fract_type_node, sat_unsigned_fract_type_node,
372 sat_unsigned_long_fract_type_node,
373 sat_unsigned_long_long_fract_type_node, short_fract_type_node,
374 fract_type_node, long_fract_type_node, long_long_fract_type_node,
375 unsigned_short_fract_type_node, unsigned_fract_type_node,
376 unsigned_long_fract_type_node, unsigned_long_long_fract_type_node,
377 sat_short_accum_type_node, sat_accum_type_node,
378 sat_long_accum_type_node, sat_long_long_accum_type_node,
379 sat_unsigned_short_accum_type_node, sat_unsigned_accum_type_node,
380 sat_unsigned_long_accum_type_node,
381 sat_unsigned_long_long_accum_type_node, short_accum_type_node,
382 accum_type_node, long_accum_type_node, long_long_accum_type_node,
383 unsigned_short_accum_type_node, unsigned_accum_type_node,
384 unsigned_long_accum_type_node, unsigned_long_long_accum_type_node,
385 qq_type_node, hq_type_node, sq_type_node, dq_type_node, tq_type_node,
386 uqq_type_node, uhq_type_node, usq_type_node, udq_type_node,
387 utq_type_node, sat_qq_type_node, sat_hq_type_node, sat_sq_type_node,
388 sat_dq_type_node, sat_tq_type_node, sat_uqq_type_node,
389 sat_uhq_type_node, sat_usq_type_node, sat_udq_type_node,
390 sat_utq_type_node, ha_type_node, sa_type_node, da_type_node,
391 ta_type_node, uha_type_node, usa_type_node, uda_type_node,
392 uta_type_node, sat_ha_type_node, sat_sa_type_node, sat_da_type_node,
393 sat_ta_type_node, sat_uha_type_node, sat_usa_type_node,
394 sat_uda_type_node, sat_uta_type_node): New macro.
395 (make_fract_type, make_accum_type): Declare.
396 (make_signed_fract_type, make_unsigned_fract_type,
397 make_sat_signed_fract_type, make_sat_unsigned_fract_type,
398 make_signed_accum_type, make_unsigned_accum_type,
399 make_sat_signed_accum_type, make_sat_unsigned_accum_type,
400 make_or_reuse_signed_fract_type, make_or_reuse_unsigned_fract_type,
401 make_or_reuse_sat_signed_fract_type,
402 make_or_reuse_sat_unsigned_fract_type, make_or_reuse_signed_accum_type,
403 make_or_reuse_unsigned_accum_type, make_or_reuse_sat_signed_accum_type,
404 make_or_reuse_sat_unsigned_accum_type): New macro.
405 (fixed_zerop): Declare.
406 * defaults.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
407 LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
408 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
409 LONG_LONG_ACCUM_TYPE_SIZE): Define.
410 * treestruct.def: Add TS_FIXED_CST.
411 * Makefile.in (c-pretty-print.o): Add dependence on fixed-value.h.
412 (tree.o): Likewise.
413 (tree-dump.o): Likewise.
414 (print-tree.o): Likewise.
415 (tree-pretty-print.o): Likewise.
416 (fold-const.o): Likewise.
417 * tree-complex.c (some_nonzerop): Handle FIXED_CST.
418 * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle FIXED_CST.
419 (is_gimple_min_invariant): Handle FIXED_CST.
420 * stor-layout.c (int_mode_for_mode): Handle MODE_FRACT, MODE_UFRACT,
421 MODE_ACCUM, MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
422 MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
423 (layout_type): Handle FIXED_POINT_TYPE.
424 (make_fract_type, make_accum_type): New functions.
425 * tree-browser.c (browse_tree): Handle FIXED_POINT_TYPE.
426 * tree-dump.c (fixed-value.h): New include.
427 (dump_fixed): New function.
428 (dequeue_and_dump): Handle FIXED_POINT_TYPE and FIXED_CST.
429 * tree-inline.c (remap_type_1): Handle FIXED_POINT_TYPE.
430 (estimate_num_insns_1): Handle FIXED_CST and FIXED_CONVERT_EXPR.
431 * tree-pretty-print.c (fixed-value.h): New include.
432 (dump_generic_node): Handle FIXED_POINT_TYPE, FIXED_CST, and
433 FIXED_CONVERT_EXPR.
434 * tree-scalar-evolution.c (get_scalar_evolution): Handle FIXED_CST.
435 * tree-ssa-loop-im.c (for_each_index): Handle FIXED_CST.
436 * tree-ssa-pre.c (poolify_tree): Handle FIXED_CST.
437 * tree-ssa-reassoc.c (break_up_subtract_bb): We can do reassociation
438 for non-saturating fixed-point types.
439 (reassociate_bb): Likewise.
440 * emit-rtl.c (fixed-value.h): New include.
441 (fconst0, fconst1): New array.
442 (init_emit_once): Initialize fconst0 and fconst1 for fixed-point modes.
443 * tree-vect-generic.c expand_vector_operation): Support
444 MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, and
445 MODE_VECTOR_UACCUM.
446 (type_for_widest_vector_mode): Add one parameter for the
447 saturating flag.
448 Check scalar FRACT, UFRACT, ACCUM, and UACCUM mode to select their
449 vector mode.
450 Pass the satp parameter to type_for_mode for fixed-point types.
451 (expand_vector_operations_1): Pass the saturating flag to
452 type_for_widest_vector_mode.
453 Support MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
454 and MODE_VECTOR_UACCUM.
455 * tree-vect-transform.c (vect_is_simple_cond): Support FIXED_CST.
456 (vectorizable_condition): Likewise.
457 * tree.c (fixed-value.h): New include.
458 (tree_code_size): Support FIXED_CST.
459 (build_fixed): New function.
460 (build_one_cst): Support FIXED_POINT_TYPE for accum types.
461 (fixed_zerop): New function.
462 (tree_node_structure): Support FIXED_CST.
463 (type_contains_placeholder_1): Support FIXED_POINT_TYPE.
464 (build_type_attribute_qual_variant): Handle FIXED_POINT_TYPE.
465 (type_hash_eq): Handle FIXED_POINT_TYPE.
466 (simple_cst_equal): Support FIXED_CST.
467 (iterative_hash_expr): Handle FIXED_CST.
468 (get_unwidened): Make sure type is not FIXED_POINT_TYPE.
469 (get_narrower): Likewise.
470 (variably_modified_type_p): Handle FIXED_POINT_TYPE.
471 (make_or_reuse_fract_type, make_or_reuse_accum_type): New functions.
472 (build_common_tree_nodes_2): Use MAKE_FIXED_TYPE_NODE_FAMILY and
473 MAKE_FIXED_MODE_NODE macros to initialize fixed-point type
474 nodes.
475 (build_vector_type_for_mode): Handle MODE_VECTOR_FRACT,
476 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
477 (initializer_zerop): Support FIXED_CST.
478 (walk_tree): Handle FIXED_CST and FIXED_POINT_TYPE.
479 * dwarf2out.c (base_type_die): Use DW_ATE_signed_fixed or
480 DW_ATE_unsigned_fixed to describe FIXED_POINT_TYPE.
481 (is_base_type): Handle FIXED_POINT_TYPE.
482 (add_type_attribute): Handle FIXED_POINT_TYPE.
483 (gen_type_die_with_usage): Handle FIXED_POINT_TYPE.
484 * print-tree.c (fixed-value.h): New include.
485 (print_node_brief): Support FIXED_CST.
486 (print_node): Support FIXED_POINT_TYPE and FIXED_CST.
487 * c-pretty-print.c (fixed-value.h): New include.
488 (pp_c_type_specifier): Handle FIXED_POINT_TYPE. Need to pass
489 TYPE_SATURATING to c_common_type_for_mode for fixed-point modes.
490 (pp_c_direct_abstract_declarator): Handle FIXED_POINT_TYPE.
491 Support fixed-point types for inner items in VECTOR_TYPE.
492 (pp_c_direct_declarator): Likewise.
493 (pp_c_declarator): Likewise.
494 (pp_c_fixed_constant): New function.
495 (pp_c_constant): Handle FIXED_CST.
496 (pp_c_primary_expression): Likewise.
497 (pp_c_expression): Likewise.
498 * fold-const.c (fixed-value.h): New include.
499 (negate_expr_p): Return true for FIXED_CST.
500 (fold_negate_expr): Support FIXED_CST.
501 (split_tree): Support FIXED_CST.
502 (const_binop): Support FIXED_CST.
503 (fold_convert_const_int_from_fixed): New function to convert from
504 fixed to int.
505 (fold_convert_const_real_from_fixed): New function to convert from
506 fixed to real.
507 (fold_convert_const_fixed_from_fixed): New function to convert from
508 fixed to another fixed.
509 (fold_convert_const_fixed_from_int): New function to convert from
510 int to fixed.
511 (fold_convert_const_fixed_from_real): New function to convert from
512 real to fixed.
513 (fold_convert_const): Support conversions from fixed to int, from
514 fixed to real, from fixed to fixed, from int to fixed, and from real
515 to fixed.
516 (fold_convert): Support FIXED_CST and FIXED_POINT_TYPE.
517 (operand_equal_p): Support FIXED_CST.
518 (make_range): For fixed-point modes, we need to pass the
519 saturating flag as the 2nd parameter.
520 (tree_swap_operands_p): Handle FIXED_CST.
521 (fold_plusminus_mult_expr): For fract modes, we cannot generate
522 constant 1.
523 (fold_unary): Support FIXED_CONVERT_EXPR.
524 (fold_binary): Handle FIXED_CST.
525 Make sure the type is not saturating, before associating operations.
526 Ex: A + B + C, A * B * C, (A1 * C1) +/- (A2 * C2).
527 (tree_expr_nonnegative_warnv_p): Handle FIXED_CST.
528 (fold_negate_const): Support FIXED_CST.
529 (fold_relational_const): Support FIXED_CST.
530 * gimplify.c (omp_firstprivatize_type_sizes): Handle FIXED_POINT_TYPE.
531 (gimplify_expr): Handle FIXED_CST.
532 (gimplify_type_sizes): Handle FIXED_POINT_TYPE.
533 * ipa-prop.c (ipa_callsite_compute_param): Support FIXED_CST.
534 * ipa-type-escape.c (type_to_consider): Handle FIXED_POINT_TYPE.
535 * doc/tm.texi (Type Layout): Document SHORT_FRACT_TYPE_SIZE,
536 FRACT_TYPE_SIZE, LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
537 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
538 LONG_LONG_ACCUM_TYPE_SIZE.
539 * dbxout.c (dbxout_type): Handle FIXED_POINT_TYPE.
540 * c-aux-info.c (gen_type): Handle FIXED_POINT_TYPE.
541 * tree-sra.c (is_sra_scalar_type): Support FIXED_POINT_TYPE.
542 * expmed.c (extract_bit_field): Support MODE_FRACT, MODE_UFRACT,
543 MODE_ACCUM, and MODE_UACCUM.
544 * tree-vectorizer.c (vect_is_simple_reduction): Check for saturating
545 fixed-point types to disable reduction.
546 * explow.c (promote_mode): Support FIXED_POINT_TYPE.
547
548 2007-08-08 David Edelsohn <edelsohn@gnu.org>
549
550 * config/rs6000/x-rs6000: New file.
551 * config/rs6000/darwin.h (CC1_SPEC): Add cc1_cpu.
552 * config/rs6000/rs6000.h (EXTRA_SPECS): Add cc1_cpu.
553 (EXTRA_SPEC_FUNCTIONS): Define.
554 (HAVE_LOCAL_CPU_DETECT): Define.
555 (CC1_CPU_SPEC): Define.
556 * config/rs6000/driver-rs6000.c: New file.
557 * config/rs6000/aix.h (CC1_SPEC): Define.
558 * config/rs6000/sysv4.h (CC1_SPEC): Add cc1_cpu.
559 * config.host: Add x-rs6000 to host_xmake_file if host and target
560 are rs6000 or powerpc.
561
562 2007-08-08 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
563
564 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
565
566 2007-08-08 Richard Sandiford <richard@codesourcery.com>
567 Sandra Loosemore <sandra@codesourcery.com>
568 Chao-ying Fu <fu@mips.com>
569 Nigel Stephens <nigel@mips.com>
570 David Ung <davidu@mips.com>
571
572 * doc/invoke.texi (-mcode-readable): Document.
573 * config/mips/mips.opt (mcode-readable): New option.
574 * config/mips/mips-protos.h (SYMBOL_32_HIGH): New symbol type.
575 * config/mips/mips.h (mips_code_readable_setting): New enum.
576 (mips_code_readable): Declare.
577 (TARGET_MIPS16_TEXT_LOADS, TARGET_MIPS16_PCREL_LOADS): New macros.
578 (TARGET_MIPS16_SHORT_JUMP_TABLES): New macro.
579 (JUMP_TABLES_IN_TEXT_SECTION): Use it.
580 (CASE_VECTOR_MODE, CASE_VECTOR_PC_RELATIVE): Likewise. Remove
581 boiler-plate comments.
582 (ASM_OUTPUT_ADDR_DIFF_ELT): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
583 * config/mips/mips.c (mips_code_readable): New variable.
584 (mips_classify_symbol): Only return SYMBOL_PC_RELATIVE for
585 MIPS16 labels if TARGET_MIPS16_SHORT_JUMP_TABLES. Use both the
586 context and -mcode-readable setting to restrict the use of
587 SYMBOL_PC_RELATIVE for MIPS16 constant pool references.
588 Only return TARGET_FORCE_TO_MEM if PC-relative loads are allowed.
589 (mips_symbolic_constant_p): Handle SYMBOL_32_HIGH.
590 (mips_blocks_for_constant_p): Only return false for
591 TARGET_MIPS16_PCREL_LOADS.
592 (mips_symbol_insns_1): Treat HIGHs as 2 extended instructions
593 for MIPS16. Handle SYMBOL_32_HIGH.
594 (mips_const_insns): Allow HIGHs for MIPS16 too.
595 (mips_unspec_address_offset): New function, split out from...
596 (mips_unspec_address): ...here.
597 (mips_output_move): Handle MIPS16 HIGH moves. Use "li" to load
598 16-bit symbolic constants. Assert approropiate conditions for
599 using the "la" and "dla" macros.
600 (mips_handle_option): Handle -mcode-readable=.
601 (override_options): Use %hi/%lo relocations for TARGET_MIPS16 too.
602 Set up mips_lo_relocs[SYMBOL_32_HIGH].
603 (mips_strip_unspec_address): New function, split out from...
604 (print_operand_reloc): ...here.
605 (print_operand): Pass constants through mips_strip_unspec_address.
606 (print_operand_address): Likewise.
607 (mips_output_mi_thunk): Remove guard of mips16_lay_out_constants.
608 (mips_select_rtx_section): Remove MIPS16 handling.
609 (mips16_gp_pseudo_reg): Check currently_expanding_to_rtl.
610 (mips16_rewrite_pool_refs): Wrap the labels in an address UNSPEC.
611 (mips16_lay_out_constants): Do nothing unless
612 TARGET_MIPS16_PCREL_LOADS.
613 (mips_avoid_hazards): Remove guard of mips16_lay_out_constants.
614 * config/mips/mips.md: Split HIGHs for MIPS16.
615 (tablejump): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
616
617 2007-08-08 Richard Sandiford <richard@codesourcery.com>
618
619 * config/mips/mips-protos.h (mips_emit_move): Declare.
620 * config/mips/mips.c (mips_emit_move): New function.
621 (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
622 (mips_legitimize_const_move): Likewise.
623 (mips_legitimize_move): Likewise.
624 (mips_split_64bit_move): Likewise.
625 (mips_restore_gp): Likewise.
626 (mips_load_call_address): Likewise.
627 (mips_emit_fcc_reload): Likewise.
628 (mips_set_return_address): Likewise.
629 (mips_block_move_straight): Likewise.
630 (mips_block_move_loop): Likewise.
631 (mips_setup_incoming_varargs): Likewise.
632 (mips_save_reg): Likewise.
633 (mips_expand_prologue): Likewise.
634 (mips_restore_reg): Likewise.
635 (mips_expand_epilogue): Likewise.
636 (mips_output_mi_thunk): Likewise.
637 (build_mips16_call_stub): Likewise.
638 (mips_builtin_branch_and_move): Likewise.
639 * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Likewise.
640 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
641 (fixuns_truncdfdi2): Likewise.
642 (fixuns_truncsfsi2): Likewise.
643 (fixuns_truncsfdi2): Likewise.
644 (loadgp_absolute): Likewise.
645 (builtin_setjmp_setup): Likewise.
646 (builtin_longjmp): Likewise.
647 (untyped_call): Likewise.
648
649 2007-08-08 Richard Sandiford <richard@codesourcery.com>
650
651 * config/mips/mips-protos.h (mips_split_symbol): Add a mode and
652 an "rtx *" argument. Return a bool.
653 * config/mips/mips.c (mips_split_symbol): Accept arbitrary source
654 values and return true if they can be split. Take the same kind of
655 mode argument as mips_symbol_insns. Add a "lo_sum_out" parameter
656 and store the lo_sum there if nonnull. Use the symbol type to
657 determine whether a $gp or HIGH is needed.
658 (mips_legitimize_address): Update call to mips_split_symbol and
659 simplify accordingly.
660 (mips_legitimize_const_move): Likewise.
661 * config/mips/mips.md: In the combine define_split,
662 check mips_split_symbol instead of splittable_symbolic_operand.
663 Update use of mips_split_symbol in the generator code.
664 * config/mips/predicates.md (splittable_symbolic_operand): Delete.
665
666 2007-08-08 Richard Sandiford <richard@codesourcery.com>
667
668 * config/mips/mips.c (mips_symbolic_address_p): Delete.
669 (mips_symbol_insns_1): New function, split out from...
670 (mips_symbol_insns): ...here. Take a mode argument. Treat loads
671 and stores separately from load addresses.
672 (mips_classify_address): Replace uses of mips_symbolic_address_p
673 with uses of mips_symbol_insns.
674 (mips_address_insns): Update calls to mips_symbol_insns.
675 (mips_const_insns): Likewise.
676 (mips_legitimize_address): Likewise.
677
678 2007-08-08 Richard Sandiford <richard@codesourcery.com>
679
680 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.
681 * config/mips/mips.c (mips_classify_symbol): Skip TARGET_ABICALLS
682 block for locally-binding symbols if TARGET_ABSOLUTE_ABICALLS.
683 Return SYMBOL_FORCE_TO_MEM instead of SYMBOL_ABSOLUTE for
684 non-call contexts if TARGET_MIPS16.
685 (mips_symbolic_constant_p): Handle SYMBOL_FORCE_TO_MEM.
686 (mips_symbolic_address_p): Likewise. Remove special TARGET_MIPS16
687 code for SYMBOL_ABSOLUTE.
688 (mips_symbol_insns): Likewise.
689
690 2007-08-08 Richard Sandiford <richard@codesourcery.com>
691
692 * config/mips/mips-protos.h (mips_symbol_context): New enumeration.
693 * config/mips/mips.c (mips_classify_symbol): Take a context argument.
694 (mips_symbolic_constant_p): Likewise. Update the call to
695 mips_classify_symbol.
696 (mips_classify_address): Update the calls to mips_symbolic_constant_p.
697 (mips_const_insns): Likewise. Update the call to mips_classify_symbol.
698 (mips_legitimize_address): Update the call to mips_symbolic_constant_p.
699 (print_operand_reloc): Add a context argument. Update the call to
700 mips_symbolic_constant_p.
701 (print_operand): Update the calls to print_operand_reloc.
702 (print_operand_address): Use print_operand_reloc rather than
703 print_operand.
704 (mips_rewrite_small_data_p): Add a context argument. Update the call
705 to mips_symbolic_constant_p.
706 (mips_small_data_pattern_1): Make DATA the containing mem.
707 Update the call to mips_rewrite_small_data_p.
708 (mips_rewrite_small_data_1): Likewise.
709 (mips_use_anchors_for_symbol_p): Update the call to
710 mips_symbolic_constant_p.
711 * config/mips/predicates.md (const_call_insn_operand): Likewise.
712 (splittable_symbolic_operand): Likewise.
713 (move_operand): Likewise.
714 (absolute_symbolic_operand): Likewise.
715 (got_disp_operand): Likewise.
716 (got_page_ofst_operand): Likewise.
717
718 2007-08-08 Richard Sandiford <richard@codesourcery.com>
719
720 * config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
721 (SYMBOL_ABSOLUTE): ...this.
722 (SYMBOL_SMALL_DATA): Rename to...
723 (SYMBOL_GP_RELATIVE): ...this.
724 (SYMBOL_CONSTANT_POOL): Rename to...
725 (SYMBOL_PC_RELATIVE): ...this.
726 * config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
727 (mips_symbolic_address_p, mips_symbol_insns, override_options)
728 (mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
729 after above changes.
730 * config/mips/predicates.md (const_call_insn_operand): Likewise.
731 (general_symbolic_operand): Rename to...
732 (absolute_symbolic_operand): ...this.
733 * config/mips/mips.md: Update after above changes.
734
735 2007-08-08 Vladimir Yanovsky <yanov@il.ibm.com>
736 Revital Eres <eres@il.ibm.com>
737
738 * ddg.c (print_ddg): Add dump information.
739 * modulo-sched.c (print_node_sched_params): Add parameter and
740 verbosity.
741 (calculate_maxii): Remove function.
742 (undo_generate_reg_moves): Likewise.
743 (undo_permute_partial_schedule): Likewise.
744 (kernel_number_of_cycles): Likewise.
745 (MAXII_FACTOR): New definition to calculate the upper bound of II.
746 (sms_schedule): Use it. Remove profitability checks.
747 (sms_schedule_by_order): Fix order of nodes within the cycle.
748
749 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
750
751 * gcc/config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
752 -profile option, add pie support.
753 (ENDFILE_SPEC): New spec.
754 * gcc/config/gnu.h (LIB_SPEC): Add -profile option.
755
756 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
757
758 * gcc/config/i386/gnu.h (CPP_SPEC): Add -pthread option.
759 * gcc/config/gnu.h (LIB_SPEC): Likewise.
760
761 2007-08-07 Yaz Saito <saito@google.com>
762 Ian Lance Taylor <iant@google.com>
763
764 * common.opt (finstrument-functions-exclude-function-list): New
765 option.
766 (finstrument-functions-exclude-file-list): New option.
767 * opts.c (char_p): Define and DEF_VEC.
768 (flag_instrument_functions_exclude_functions): New static
769 variable.
770 (flag_instrument_functions_exclude_files): New static variable.
771 (add_instrument_functions_exclude_list): New static function.
772 (flag_instrument_functions_exclude_p): New function.
773 (common_handle_option): Handle new options.
774 * flags.h (flag_instrument_functions_exclude_p): Declare.
775 * gimplify.c (gimplify_function_tree): Call
776 flag_instrument_functions_exclude_p.
777 * doc/invoke.texi (Option Summary): Mention new options.
778 (Code Gen Options): Document new options.
779
780 2007-08-07 Ian Lance Taylor <iant@google.com>
781
782 PR rtl-optimization/32776
783 * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
784 (resolve_use): Likewise.
785 (decompose_multiword_subregs): Remove "changed" local variable.
786
787 2007-08-07 Carlos O'Donell <carlos@codesourcery.com>
788
789 * configure.ac: Define HAVE_GNU_AS if $gas_flag is yes.
790 * configure: Regenerate.
791 * config.in: Regenerate.
792 * gcc.c [HAVE_GNU_AS]: Add "%{v} %{w:-W} %{I*} " to asm_options
793 spec string.
794
795 2007-08-07 Ian Lance Taylor <iant@google.com>
796
797 * lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL
798 note, just delete the insn.
799
800 2007-08-07 Andreas Schwab <schwab@suse.de>
801
802 PR bootstrap/32973
803 * gengtype-lex.l: Ignore backslash/newline pair while scanning a
804 struct definition.
805
806 2007-08-07 Andreas Krebbel <krebbel1@de.ibm.com>
807
808 * lower-subreg.c (resolve_subreg_use): Remove assertion.
809 (find_decomposable_shift_zext, resolve_shift_zext): New functions.
810 (decompose_multiword_subregs): Use the functions above to decompose
811 multiword shifts and zero-extends.
812
813 2007-08-07 Rask Ingemann Lambertsen <rask@sygehus.dk>
814
815 * doc/sourcebuild.texi (Test Directives): Fix "compile" and
816 "assemble" descriptions which were swapped.
817
818 2007-08-06 Chao-ying Fu <fu@mips.com>
819
820 * fixed-value.h: New file.
821 * fixed-value.c: New file.
822 * Makefile.in (OBJS-common): Add fixed-value.o.
823 (fixed-value.o): New rule.
824 (GTFILES): Add fixed-value.h.
825 * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
826 to compare a.low and b.low.
827 * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
828
829 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
830 Daniel Jacobowitz <dan@codesourcery.com>
831
832 PR target/31868
833 * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
834 tmake_file.
835 (x86_64-*-netbsd*): Likewise.
836 (x86_64-*-linux*): Likewise.
837 (x86_64-*-kfreebsd*-gnu): Likewise.
838 (x86_64-*-knetbsd*-gnu): Likewise.
839 (i[34567]86-*-solaris2.1[0-9]*): Likewise.
840
841 * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.
842
843 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
844 Add -fno-asynchronous-unwind-tables.
845
846 * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
847 * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
848 * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
849 * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
850 * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.
851
852 2007-08-06 Steve Ellcey <sje@cup.hp.com>
853
854 * config/ia64/ia64.c (ia64_c_mode_for_suffix): New.
855 (TARGET_C_MODE_FOR_SUFFIX): New.
856
857 2007-08-06 Steve Ellcey <sje@cup.hp.com>
858
859 * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
860
861 2007-08-06 Steve Ellcey <sje@cup.hp.com>
862
863 * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
864
865 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
866
867 * config/i386/i386.md: Check TARGET_ macros and optimize_size
868 before checking function returns in conditional expressions.
869
870 2007-08-06 Alfred Minarik <a.minarik@aon.at>
871
872 PR pch/13676
873 * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
874
875 2008-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
876
877 PR middle-end/32988
878 * tree.c (build2_stat): Instead of checking for INTEGER_TYPE, check
879 for INTEGRAL_TYPE_P.
880
881 2008-08-05 Paolo Bonzini <bonzini@gnu.org>
882
883 * configure.ac: Remove --enable-checking=df from default settings.
884 * tree-pass.h (TODO_df_verify): New. Shift TODO_mark_first_instance.
885 * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
886 if the parameter is true.
887 (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
888 DF_VERIFY_SCHEDULED flag is true.
889 * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
890 (df_finish_pass): Adjust prototype.
891 * passes.c (execute_todo): Schedule verification if TODO_df_verify is
892 true.
893
894 * see.c (pass_see): Add TODO_df_verify.
895 * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
896 * global.c (rest_of_handle_global_alloc): Schedule verification
897 after the pass.
898 * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
899 before the pass.
900 * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
901 * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
902 * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
903
904 * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
905 * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
906 * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
907
908 2007-08-05 Vladimir Yanovsky <yanov@il.ibm.com>
909 Revital Eres <eres@il.ibm.com>
910
911 * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Document new
912 flag.
913 * ddg.c (create_ddg_dependence): Rename to...
914 (create_ddg_dep_from_intra_loop_link): This. Do not check
915 for interloop edges. Do not create anti dependence edge when
916 a true dependence edge exists in the opposite direction and
917 -fmodulo-sched-allow-regmoves is set.
918 (build_intra_loop_deps): Call create_ddg_dep_from_intra_loop_link.
919 (add_cross_iteration_register_deps): Create anti dependence edge
920 when -fno-modulo-sched-allow-regmoves is set.
921 * common.opt (-fmodulo-sched-allow-regmoves): New flag.
922
923 2007-08-04 Richard Sandiford <richard@codesourcery.com>
924
925 * config/arm/arm.md (movsi): Add braces.
926
927 2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
928
929 PR middle-end/32780
930 * fold-const.c (fold_binary <case MINUS_EXPR>): Fix the type of operands
931 for the folding of "A - (A & B)" into "~B & A"; cast them to type.
932
933 2007-08-03 Zdenek Dvorak <ook@ucw.cz>
934
935 * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state
936 accessor functions.
937 * cfgloopmanip.c (remove_path, create_preheaders,
938 force_single_succ_latches, fix_loop_structure): Ditto.
939 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
940 tree_duplicate_loop_to_header_edge): Ditto.
941 * cfgloopanal.c (mark_irreducible_loops): Ditto.
942 * loop-init.c (loop_optimizer_init, loop_optimizer_finalize):
943 Ditto.
944 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures,
945 cleanup_tree_cfg): Ditto.
946 * tree-cfg.c (tree_merge_blocks): Ditto.
947 * cfgloop.c (rescan_loop_exit, record_loop_exits,
948 release_recorded_exits, get_loop_exit_edges, verify_loop_structure,
949 loop_preheader_edge, single_exit): Ditto.
950 (flow_loops_find): Do not clear loops->state.
951 * cfgloop.h (loops_state_satisfies_p, loops_state_set,
952 loops_state_clear): New functions.
953
954 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
955
956 PR middle-end/32399
957 * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
958 when adding to the base and convert ELT to sizetype instead of type.
959
960 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
961
962 PR middle-end/32304
963 * ipa-reference.c (has_proper_scope_for_analysis): Return false when
964 the decl's type has TYPE_NEEDS_CONSTRUCTING set.
965
966 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
967
968 PR middle-end/32935
969 * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the
970 correct type the negate expression.
971
972 2007-08-03 Jan Hubicka <jh@suse.cz>
973
974 * i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred
975 stack boundary.
976
977 2007-08-03 David Edelsohn <edelsohn@gnu.org>
978
979 * config/rs6000/rs6000.c (struct processor_cost): Change
980 l1_cache_lines to l1_cache_size. Add l2_cache_size.
981 (*_cost): Convert l1 cache information to kilobytes. Add l2 cache
982 information.
983 (rios1_costs, rios2_cost): Correct cache line size.
984 (rs6000_override_options): Set l2-cache-size parameter.
985
986 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
987 Diego Novillo <dnovillo@google.com>
988
989 PR 31521
990 * tree-vrp.c (simplify_div_or_mod_using_ranges): Also simplify
991 if the range includes 0.
992
993 2007-08-03 Ben Elliston <bje@au.ibm.com>
994
995 * config/spu/spu.md (dftsv, dftsv_celledp): Attach the appropriate
996 mode to unspec expressions to silence a warning from the generator
997 programs.
998
999 2007-08-02 Steve Ellcey <sje@cup.hp.com>
1000
1001 * config/ia64/constraints.md ("U"): Make constraint vector only.
1002
1003 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
1004
1005 PR middle-end/25446
1006 * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
1007 always_inline attribute on the function decl.
1008
1009 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
1010
1011 PR middle-end/25445
1012 * varasm.c (default_binds_local_p_1): Consult flag_whole_program
1013 if we are compiling with -fPIC.
1014
1015 2007-08-02 Sandra Loosemore <sandra@codesourcery.com>
1016 Nigel Stephens <nigel@mips.com>
1017
1018 * longlong.h [__mips__] (count_leading_zeros, COUNT_LEADING_ZEROS_0):
1019 Define for MIPS32 and MIPS64.
1020
1021 2007-08-02 Nick Clifton <nickc@redhat.com>
1022
1023 * config/host-hpux.c: Change copyright header to refer to version
1024 3 of the GNU General Public License and to point readers at the
1025 COPYING3 file and the FSF's license web page.
1026 * config/alpha/predicates.md, config/alpha/vms-ld.c,
1027 config/alpha/linux.h, config/alpha/alpha.opt,
1028 config/alpha/linux-elf.h, config/alpha/vms.h, config/alpha/elf.h,
1029 config/alpha/vms-unwind.h, config/alpha/ev4.md,
1030 config/alpha/ev6.md, config/alpha/alpha.c, config/alpha/vms-cc.c,
1031 config/alpha/alpha.h, config/alpha/sync.md,
1032 config/alpha/openbsd.h, config/alpha/alpha.md,
1033 config/alpha/alpha-modes.def, config/alpha/ev5.md,
1034 config/alpha/alpha-protos.h, config/alpha/freebsd.h,
1035 config/alpha/osf5.h, config/alpha/netbsd.h, config/alpha/vms64.h,
1036 config/alpha/constraints.md, config/alpha/osf.h,
1037 config/alpha/xm-vms.h, config/alpha/unicosmk.h, config/linux.h,
1038 config/frv/predicates.md, config/frv/frv.h, config/frv/linux.h,
1039 config/frv/frv.md, config/frv/frv.opt, config/frv/frv-modes.def,
1040 config/frv/frv-asm.h, config/frv/frv-protos.h,
1041 config/frv/frv-abi.h, config/frv/frv.c, config/s390/tpf.h,
1042 config/s390/s390.c, config/s390/predicates.md, config/s390/s390.h,
1043 config/s390/linux.h, config/s390/tpf.md, config/s390/tpf.opt,
1044 config/s390/2064.md, config/s390/2084.md, config/s390/s390.md,
1045 config/s390/s390.opt, config/s390/s390-modes.def,
1046 config/s390/fixdfdi.h, config/s390/constraints.md,
1047 config/s390/s390-protos.h, config/s390/s390x.h, config/elfos.h,
1048 config/dbxcoff.h, config/m32c/predicates.md, config/m32c/cond.md,
1049 config/m32c/m32c.c, config/m32c/minmax.md, config/m32c/blkmov.md,
1050 config/m32c/m32c-pragma.c, config/m32c/m32c.h,
1051 config/m32c/prologue.md, config/m32c/m32c.abi,
1052 config/m32c/muldiv.md, config/m32c/bitops.md, config/m32c/mov.md,
1053 config/m32c/addsub.md, config/m32c/m32c.md, config/m32c/m32c.opt,
1054 config/m32c/t-m32c, config/m32c/m32c-modes.def,
1055 config/m32c/jump.md, config/m32c/shift.md,
1056 config/m32c/m32c-protos.h, config/libgloss.h,
1057 config/spu/spu-protos.h, config/spu/predicates.md,
1058 config/spu/spu-builtins.h, config/spu/spu.c,
1059 config/spu/spu-builtins.def, config/spu/spu-builtins.md,
1060 config/spu/spu.h, config/spu/spu-elf.h, config/spu/constraints.md,
1061 config/spu/spu.md, config/spu/spu-c.c, config/spu/spu.opt,
1062 config/spu/spu-modes.def, config/spu/t-spu-elf, config/interix.h,
1063 config/sparc/hypersparc.md, config/sparc/predicates.md,
1064 config/sparc/linux.h, config/sparc/sp64-elf.h,
1065 config/sparc/supersparc.md, config/sparc/cypress.md,
1066 config/sparc/openbsd1-64.h, config/sparc/openbsd64.h,
1067 config/sparc/niagara.md, config/sparc/sparc.md,
1068 config/sparc/long-double-switch.opt, config/sparc/ultra3.md,
1069 config/sparc/sparc.opt, config/sparc/sync.md,
1070 config/sparc/sp-elf.h, config/sparc/sparc-protos.h,
1071 config/sparc/ultra1_2.md, config/sparc/biarch64.h,
1072 config/sparc/sparc.c, config/sparc/little-endian.opt,
1073 config/sparc/sysv4-only.h, config/sparc/sparc.h,
1074 config/sparc/linux64.h, config/sparc/freebsd.h,
1075 config/sparc/sol2.h, config/sparc/rtemself.h,
1076 config/sparc/netbsd-elf.h, config/sparc/vxworks.h,
1077 config/sparc/sparc-modes.def, config/sparc/sparclet.md,
1078 config/sparc/sysv4.h, config/vx-common.h, config/netbsd-aout.h,
1079 config/flat.h, config/m32r/m32r.md, config/m32r/predicates.md,
1080 config/m32r/little.h, config/m32r/m32r.c, config/m32r/m32r.opt,
1081 config/m32r/linux.h, config/m32r/constraints.md,
1082 config/m32r/m32r.h, config/m32r/m32r-protos.h, config/vxworks.opt,
1083 config/darwin-c.c, config/darwin.opt, config/i386/i386.h,
1084 config/i386/cygming.h, config/i386/linux.h, config/i386/cygwin.h,
1085 config/i386/i386.md, config/i386/netware-crt0.c,
1086 config/i386/sco5.h, config/i386/mmx.md, config/i386/vx-common.h,
1087 config/i386/kaos-i386.h, config/i386/winnt-stubs.c,
1088 config/i386/netbsd64.h, config/i386/djgpp.h, config/i386/gas.h,
1089 config/i386/sol2.h, config/i386/constraints.md,
1090 config/i386/netware-libgcc.c, config/i386/sysv5.h,
1091 config/i386/predicates.md, config/i386/geode.md,
1092 config/i386/x86-64.h, config/i386/kfreebsd-gnu.h,
1093 config/i386/freebsd64.h, config/i386/vxworksae.h,
1094 config/i386/pentium.md, config/i386/lynx.h, config/i386/i386elf.h,
1095 config/i386/rtemself.h, config/i386/netbsd-elf.h,
1096 config/i386/ppro.md, config/i386/k6.md, config/i386/netware.c,
1097 config/i386/netware.h, config/i386/i386-modes.def,
1098 config/i386/sysv4-cpp.h, config/i386/i386-interix.h,
1099 config/i386/cygwin1.c, config/i386/djgpp.opt, config/i386/uwin.h,
1100 config/i386/unix.h, config/i386/ptx4-i.h, config/i386/xm-djgpp.h,
1101 config/i386/att.h, config/i386/winnt.c, config/i386/beos-elf.h,
1102 config/i386/sol2-10.h, config/i386/darwin64.h, config/i386/sse.md,
1103 config/i386/i386.opt, config/i386/bsd.h, config/i386/cygming.opt,
1104 config/i386/xm-mingw32.h, config/i386/linux64.h,
1105 config/i386/openbsdelf.h, config/i386/xm-cygwin.h,
1106 config/i386/sco5.opt, config/i386/darwin.h, config/i386/mingw32.h,
1107 config/i386/winnt-cxx.c, config/i386/i386-interix3.h,
1108 config/i386/nwld.c, config/i386/nwld.h, config/i386/host-cygwin.c,
1109 config/i386/cygwin2.c, config/i386/i386-protos.h,
1110 config/i386/sync.md, config/i386/openbsd.h,
1111 config/i386/host-mingw32.c, config/i386/i386-aout.h,
1112 config/i386/nto.h, config/i386/biarch64.h,
1113 config/i386/i386-coff.h, config/i386/freebsd.h,
1114 config/i386/driver-i386.c, config/i386/knetbsd-gnu.h,
1115 config/i386/host-i386-darwin.c, config/i386/vxworks.h,
1116 config/i386/crtdll.h, config/i386/i386.c, config/i386/sysv4.h,
1117 config/darwin-protos.h, config/linux.opt, config/sol2.c,
1118 config/sol2.h, config/sh/symbian.c, config/sh/sh-protos.h,
1119 config/sh/linux.h, config/sh/elf.h, config/sh/superh.h,
1120 config/sh/sh4.md, config/sh/coff.h, config/sh/newlib.h,
1121 config/sh/embed-elf.h, config/sh/symbian-pre.h, config/sh/rtems.h,
1122 config/sh/kaos-sh.h, config/sh/sh4a.md, config/sh/constraints.md,
1123 config/sh/sh64.h, config/sh/sh.opt, config/sh/symbian-post.h,
1124 config/sh/sh-c.c, config/sh/predicates.md, config/sh/sh.c,
1125 config/sh/sh.h, config/sh/shmedia.md, config/sh/sh-modes.def,
1126 config/sh/little.h, config/sh/sh1.md, config/sh/sh4-300.md,
1127 config/sh/superh64.h, config/sh/rtemself.h,
1128 config/sh/netbsd-elf.h, config/sh/sh.md, config/sh/vxworks.h,
1129 config/usegas.h, config/svr3.h, config/pdp11/pdp11-protos.h,
1130 config/pdp11/2bsd.h, config/pdp11/pdp11.md, config/pdp11/pdp11.c,
1131 config/pdp11/pdp11.opt, config/pdp11/pdp11-modes.def,
1132 config/pdp11/pdp11.h, config/avr/rtems.h, config/avr/avr-protos.h,
1133 config/avr/predicates.md, config/avr/constraints.md,
1134 config/avr/avr.md, config/avr/avr.c, config/avr/avr.opt,
1135 config/avr/avr.h, config/sol2-protos.h, config/dbxelf.h,
1136 config/lynx.opt, config/crx/crx.h, config/crx/crx-protos.h,
1137 config/crx/crx.md, config/crx/crx.c, config/crx/crx.opt,
1138 config/c4x/c4x-c.c, config/c4x/c4x.c, config/c4x/c4x.opt,
1139 config/c4x/c4x-modes.def, config/c4x/rtems.h,
1140 config/c4x/predicates.md, config/c4x/c4x.h,
1141 config/c4x/c4x-protos.h, config/c4x/c4x.md, config/kfreebsd-gnu.h,
1142 config/xtensa/predicates.md, config/xtensa/xtensa.c,
1143 config/xtensa/linux.h, config/xtensa/xtensa.h,
1144 config/xtensa/elf.h, config/xtensa/xtensa.md,
1145 config/xtensa/xtensa.opt, config/xtensa/constraints.md,
1146 config/xtensa/xtensa-protos.h, config/dbx.h,
1147 config/stormy16/predicates.md, config/stormy16/stormy16.md,
1148 config/stormy16/stormy16.c, config/stormy16/stormy16.opt,
1149 config/stormy16/stormy16.h, config/stormy16/stormy16-protos.h,
1150 config/host-solaris.c, config/fr30/fr30.h,
1151 config/fr30/predicates.md, config/fr30/fr30-protos.h,
1152 config/fr30/fr30.md, config/fr30/fr30.c, config/fr30/fr30.opt,
1153 config/vxworksae.h, config/sol2-c.c, config/lynx.h,
1154 config/m68hc11/m68hc11-protos.h, config/m68hc11/predicates.md,
1155 config/m68hc11/m68hc11.md, config/m68hc11/m68hc11.c,
1156 config/m68hc11/m68hc11.opt, config/m68hc11/m68hc11.h,
1157 config/m68hc11/m68hc12.h, config/openbsd-oldgas.h,
1158 config/host-linux.c, config/interix3.h, config/cris/cris.c,
1159 config/cris/predicates.md, config/cris/linux.h,
1160 config/cris/cris.h, config/cris/aout.h, config/cris/cris.md,
1161 config/cris/linux.opt, config/cris/cris.opt, config/cris/elf.opt,
1162 config/cris/aout.opt, config/cris/cris-protos.h,
1163 config/vxworks-dummy.h, config/netbsd.h, config/netbsd-elf.h,
1164 config/iq2000/iq2000.h, config/iq2000/predicates.md,
1165 config/iq2000/iq2000-protos.h, config/iq2000/iq2000.md,
1166 config/iq2000/iq2000.c, config/iq2000/iq2000.opt,
1167 config/host-darwin.c, config/mt/mt.md, config/mt/mt.c,
1168 config/mt/mt.opt, config/mt/t-mt, config/mt/mt.h,
1169 config/mt/mt-protos.h, config/svr4.h, config/host-darwin.h,
1170 config/chorus.h, config/mn10300/mn10300.c,
1171 config/mn10300/mn10300.opt, config/mn10300/predicates.md,
1172 config/mn10300/mn10300.h, config/mn10300/linux.h,
1173 config/mn10300/constraints.md, config/mn10300/mn10300-protos.h,
1174 config/mn10300/mn10300.md, config/ia64/predicates.md,
1175 config/ia64/itanium1.md, config/ia64/unwind-ia64.h,
1176 config/ia64/ia64-c.c, config/ia64/sync.md, config/ia64/ia64.c,
1177 config/ia64/itanium2.md, config/ia64/ia64.h, config/ia64/vect.md,
1178 config/ia64/freebsd.h, config/ia64/ia64.md,
1179 config/ia64/ia64-modes.def, config/ia64/constraints.md,
1180 config/ia64/hpux.h, config/ia64/ia64-protos.h, config/windiss.h,
1181 config/gofast.h, config/rtems.h, config/sol2-10.h,
1182 config/m68k/predicates.md, config/m68k/m68k.md,
1183 config/m68k/linux.h, config/m68k/m68k-modes.def,
1184 config/m68k/print-sysroot-suffix.sh, config/m68k/m68k-protos.h,
1185 config/m68k/coff.h, config/m68k/m68k-none.h, config/m68k/ieee.opt,
1186 config/m68k/openbsd.h, config/m68k/m68k-aout.h,
1187 config/m68k/m68k.opt, config/m68k/m68020-elf.h,
1188 config/m68k/m68kelf.h, config/m68k/m68k-devices.def,
1189 config/m68k/uclinux-oldabi.h, config/m68k/m68k.c,
1190 config/m68k/constraints.md, config/m68k/rtemself.h,
1191 config/m68k/netbsd-elf.h, config/m68k/m68k.h,
1192 config/m68k/uclinux.h, config/rs6000/power4.md,
1193 config/rs6000/host-darwin.c, config/rs6000/6xx.md,
1194 config/rs6000/linux.h, config/rs6000/eabi.h,
1195 config/rs6000/aix41.opt, config/rs6000/xcoff.h,
1196 config/rs6000/secureplt.h, config/rs6000/linuxspe.h,
1197 config/rs6000/eabialtivec.h, config/rs6000/8540.md,
1198 config/rs6000/darwin8.h, config/rs6000/kaos-ppc.h,
1199 config/rs6000/windiss.h, config/rs6000/603.md,
1200 config/rs6000/aix41.h, config/rs6000/cell.md,
1201 config/rs6000/mpc.md, config/rs6000/aix43.h, config/rs6000/beos.h,
1202 config/rs6000/gnu.h, config/rs6000/rtems.h, config/rs6000/aix.opt,
1203 config/rs6000/darwin.md, config/rs6000/darwin64.h,
1204 config/rs6000/default64.h, config/rs6000/7xx.md,
1205 config/rs6000/darwin.opt, config/rs6000/spe.md,
1206 config/rs6000/rs6000.opt, config/rs6000/rs6000-c.c,
1207 config/rs6000/rios2.md, config/rs6000/linuxaltivec.h,
1208 config/rs6000/7450.md, config/rs6000/linux64.h,
1209 config/rs6000/constraints.md, config/rs6000/440.md,
1210 config/rs6000/darwin.h, config/rs6000/host-ppc64-darwin.c,
1211 config/rs6000/rs6000.c, config/rs6000/aix52.h,
1212 config/rs6000/rs6000.h, config/rs6000/power6.md,
1213 config/rs6000/predicates.md, config/rs6000/altivec.md,
1214 config/rs6000/aix64.opt, config/rs6000/rios1.md,
1215 config/rs6000/rs6000-modes.def, config/rs6000/rs64.md,
1216 config/rs6000/eabisim.h, config/rs6000/sysv4le.h,
1217 config/rs6000/darwin7.h, config/rs6000/dfp.md,
1218 config/rs6000/linux64.opt, config/rs6000/sync.md,
1219 config/rs6000/vxworksae.h, config/rs6000/power5.md,
1220 config/rs6000/lynx.h, config/rs6000/biarch64.h,
1221 config/rs6000/rs6000.md, config/rs6000/sysv4.opt,
1222 config/rs6000/eabispe.h, config/rs6000/e500.h,
1223 config/rs6000/freebsd.h, config/rs6000/rs6000-protos.h,
1224 config/rs6000/netbsd.h, config/rs6000/e500-double.h,
1225 config/rs6000/aix.h, config/rs6000/vxworks.h,
1226 config/rs6000/40x.md, config/rs6000/aix51.h,
1227 config/rs6000/sysv4.h, config/arc/arc-protos.h, config/arc/arc.md,
1228 config/arc/arc.c, config/arc/arc.opt, config/arc/arc-modes.def,
1229 config/arc/arc.h, config/mcore/mcore-elf.h,
1230 config/mcore/mcore-protos.h, config/mcore/predicates.md,
1231 config/mcore/mcore.md, config/mcore/mcore.c,
1232 config/mcore/mcore.opt, config/mcore/mcore.h,
1233 config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
1234 config/score/predicates.md, config/score/score-version.h,
1235 config/score/score-protos.h, config/score/misc.md,
1236 config/score/elf.h, config/score/score.c, config/score/mac.md,
1237 config/score/score7.md, config/score/score.h,
1238 config/score/score-conv.h, config/score/score-mdaux.c,
1239 config/score/score.md, config/score/score.opt,
1240 config/score/score-modes.def, config/score/score-mdaux.h,
1241 config/score/mul-div.S, config/arm/uclinux-elf.h,
1242 config/arm/semi.h, config/arm/ecos-elf.h, config/arm/arm1020e.md,
1243 config/arm/symbian.h, config/arm/linux-elf.h,
1244 config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
1245 config/arm/elf.h, config/arm/aout.h, config/arm/arm.c,
1246 config/arm/thumb2.md, config/arm/vec-common.md, config/arm/coff.h,
1247 config/arm/strongarm-pe.h, config/arm/arm.h,
1248 config/arm/cortex-a8-neon.md, config/arm/semiaof.h,
1249 config/arm/cortex-a8.md, config/arm/uclinux-eabi.h,
1250 config/arm/arm-modes.def, config/arm/linux-eabi.h,
1251 config/arm/rtems-elf.h, config/arm/neon-schedgen.ml,
1252 config/arm/arm-cores.def, config/arm/arm-protos.h,
1253 config/arm/vfp.md, config/arm/aof.h, config/arm/linux-gas.h,
1254 config/arm/wince-pe.h, config/arm/neon.md,
1255 config/arm/constraints.md, config/arm/neon.ml,
1256 config/arm/xscale-elf.h, config/arm/strongarm-coff.h,
1257 config/arm/arm.opt, config/arm/arm926ejs.md,
1258 config/arm/predicates.md, config/arm/iwmmxt.md,
1259 config/arm/arm_neon.h, config/arm/unknown-elf.h,
1260 config/arm/kaos-arm.h, config/arm/bpabi.h, config/arm/pe.opt,
1261 config/arm/neon-testgen.ml, config/arm/arm.md,
1262 config/arm/xscale-coff.h, config/arm/pe.c,
1263 config/arm/arm-generic.md, config/arm/pe.h,
1264 config/arm/kaos-strongarm.h, config/arm/freebsd.h,
1265 config/arm/neon-docgen.ml, config/arm/netbsd.h, config/arm/fpa.md,
1266 config/arm/strongarm-elf.h, config/arm/cirrus.md,
1267 config/arm/netbsd-elf.h, config/arm/vxworks.h,
1268 config/arm/neon-gen.ml, config/kaos.h, config/darwin-driver.c,
1269 config/pa/predicates.md, config/pa/pa64-hpux.h,
1270 config/pa/pa-hpux.opt, config/pa/som.h, config/pa/pa-hpux1010.opt,
1271 config/pa/pa-hpux1111.opt, config/pa/pa-pro-end.h,
1272 config/pa/elf.h, config/pa/fptr.c, config/pa/pa64-linux.h,
1273 config/pa/pa.md, config/pa/pa.opt, config/pa/pa-hpux.h,
1274 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
1275 config/pa/pa-hpux1010.h, config/pa/pa-protos.h,
1276 config/pa/pa-osf.h, config/pa/pa-hpux1111.h, config/pa/pa-64.h,
1277 config/pa/milli64.S, config/pa/pa.c, config/pa/pa-linux.h,
1278 config/pa/pa.h, config/pa/pa32-linux.h, config/pa/pa64-hpux.opt,
1279 config/pa/pa64-regs.h, config/pa/pa-modes.def,
1280 config/pa/constraints.md, config/darwin9.h, config/mips/4100.md,
1281 config/mips/linux.h, config/mips/elfoabi.h, config/mips/elf.h,
1282 config/mips/sdb.h, config/mips/windiss.h, config/mips/rtems.h,
1283 config/mips/3000.md, config/mips/iris5.h, config/mips/5000.md,
1284 config/mips/7000.md, config/mips/9000.md, config/mips/4600.md,
1285 config/mips/linux64.h, config/mips/elforion.h,
1286 config/mips/constraints.md, config/mips/generic.md,
1287 config/mips/predicates.md, config/mips/4300.md,
1288 config/mips/mips-ps-3d.md, config/mips/iris.h, config/mips/24k.md,
1289 config/mips/mips.md, config/mips/mips.opt, config/mips/4k.md,
1290 config/mips/5k.md, config/mips/vr4120-div.S,
1291 config/mips/openbsd.h, config/mips/iris6.h, config/mips/4000.md,
1292 config/mips/mips-protos.h, config/mips/6000.md,
1293 config/mips/mips.c, config/mips/mips.h, config/mips/r3900.h,
1294 config/mips/74k.md, config/mips/netbsd.h, config/mips/vxworks.h,
1295 config/mips/mips-modes.def, config/mips/vr.h,
1296 config/soft-fp/t-softfp, config/openbsd.h, config/ptx4.h,
1297 config/freebsd-spec.h, config/vax/vax.c, config/vax/openbsd.h,
1298 config/vax/vax.h, config/vax/elf.h, config/vax/vax.md,
1299 config/vax/bsd.h, config/vax/vax.opt, config/vax/vax-modes.def,
1300 config/vax/openbsd1.h, config/vax/netbsd.h,
1301 config/vax/vax-protos.h, config/vax/netbsd-elf.h,
1302 config/vax/vaxv.h, config/vax/ultrix.h, config/freebsd.h,
1303 config/h8300/rtems.h, config/h8300/predicates.md,
1304 config/h8300/h8300.c, config/h8300/h8300.h, config/h8300/elf.h,
1305 config/h8300/h8300.md, config/h8300/h8300.opt,
1306 config/h8300/coff.h, config/h8300/h8300-protos.h,
1307 config/v850/v850.md, config/v850/predicates.md,
1308 config/v850/v850-c.c, config/v850/v850.c, config/v850/v850.opt,
1309 config/v850/v850.h, config/v850/v850-protos.h, config/vxworks.c,
1310 config/knetbsd-gnu.h, config/sol2-6.h, config/vxworks.h,
1311 config/mmix/mmix.h, config/mmix/predicates.md,
1312 config/mmix/mmix-protos.h, config/mmix/mmix.md,
1313 config/mmix/mmix.c, config/mmix/mmix.opt,
1314 config/mmix/mmix-modes.def, config/bfin/bfin.opt,
1315 config/bfin/rtems.h, config/bfin/bfin-modes.def,
1316 config/bfin/predicates.md, config/bfin/bfin-protos.h,
1317 config/bfin/bfin.c, config/bfin/bfin.h, config/bfin/bfin.md:
1318 Likewise.
1319
1320 2007-08-02 Richard Sandiford <richard@codesourcery.com>
1321
1322 * emit-rtl.c (reset_used_decls): Rename to...
1323 (set_used_decls): ...this. Set the used flag rather than clearing it.
1324 (unshare_all_rtl_again): Update accordingly. Set flags on argument
1325 DECL_RTLs rather than resetting them.
1326
1327 2007-08-02 Andreas Krebbel <krebbel1@de.ibm.com>
1328
1329 * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg.
1330
1331 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
1332
1333 * reload.c (find_reloads_address_part): Pass correct MEMREFLOC
1334 argument to find_reloads_address.
1335
1336 2007-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1337
1338 PR tree-optimization/32919
1339 * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
1340 * tree-ssa-coalesce.c (ssa_conflicts_dump): New.
1341 (coalesce_ssa_name): Call it.
1342
1343 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
1344 David Ung <davidu@mips.com>
1345
1346 * config/mips/mips16.S (__mips16_unordsf2, __mips16_floatunsisf): New.
1347 (__mips16_unorddf2, __mips16_floatunsidf): New.
1348 * config/mips/mips.c (mips_init_libfuncs): Add optab entries for
1349 above functions.
1350 * config/mips/t-libgcc-mips16 (LIB1ASMFUNCS): Add new functions.
1351
1352 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
1353
1354 * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.
1355 Display new operands of OMP_SECTIONS and OMP_CONTINUE.
1356 * tree.h (OMP_SECTIONS_CONTROL): New macro.
1357 (OMP_DIRECTIVE_P): Add OMP_SECTIONS_SWITCH.
1358 * omp-low.c (get_ws_args_for, determine_parallel_type,
1359 expand_omp_for_generic, expand_omp_for_static_nochunk,
1360 expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
1361 Work with more precise CFG.
1362 (build_omp_regions_1): Handle OMP_SECTIONS_SWITCH.
1363 (lower_omp_sections): Emit OMP_SECTIONS_SWITCH. Add arguments to
1364 OMP_CONTINUE.
1365 * tree-gimple.c (is_gimple_stmt): Handle OMP_SECTIONS_SWITCH.
1366 * gimple-low.c (lower_stmt): Ditto.
1367 * tree-inline.c (estimate_num_insns_1): Ditto.
1368 * tree.def (OMP_SECTIONS, OMP_CONTINUE): Added new operands.
1369 (OMP_SECTIONS_SWITCH): New.
1370 * tree-cfgcleanup.c (cleanup_omp_return): New.
1371 (cleanup_tree_cfg_bb): Call cleanup_omp_return.
1372 * tree-cfg.c (make_edges): Create back edges for OMP_CONTINUE
1373 and exit edge for OMP_FOR. Handle OMP_SECTIONS_SWITCH.
1374 (tree_redirect_edge_and_branch): Handle omp constructs.
1375
1376 * fortran/trans-openmp.c (gfc_trans_omp_sections): Build OMP_SECTIONS
1377 with three arguments.
1378
1379 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
1380
1381 * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only
1382 in loop closed ssa.
1383
1384 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
1385
1386 * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
1387 the loop structures may need fixing.
1388 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
1389 New functions.
1390 (cleanup_tree_cfg_loop): Removed.
1391 (cleanup_tree_cfg): If loops need fixing, call repair_loop_structures.
1392 * tree-predcom.c (tree_predictive_commoning): Return TODO_cleanup_cfg
1393 instead of running cleanup_tree_cfg_loop.
1394 * cfgloop.h (LOOPS_NEED_FIXUP): New constant.
1395 * tree-flow.h (cleanup_tree_cfg_loop): Declaration removed.
1396 (tree_predictive_commoning): Declaration changed.
1397 * passes.c (execute_function_todo): Do not use cleanup_tree_cfg_loop.
1398
1399 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
1400
1401 * doc/invoke.texi (l1-cache-size): Update documentation.
1402 (l2-cache-size): Document.
1403 * params.h (L2_CACHE_SIZE): New macro.
1404 * tree-ssa-loop-prefetch.c (L1_CACHE_SIZE_BYTES): Reflect
1405 that L1_CACHE_SIZE is in kB now.
1406 (L2_CACHE_SIZE_BYTES): New macro.
1407 (tree_ssa_prefetch_arrays): Show size in kB.
1408 * config/i386/i386.h (struct processor_costs): Add l1_cache_size
1409 and l2_cache_size fields.
1410 * config/i386/driver-i386.c (describe_cache): Detect cache size
1411 in kB.
1412 * config/i386/i386.c (size_cost, i386_cost, i486_cost,pentium_cost,
1413 pentiumpro_cost, geode_cost, k6_cost, athlon_cost, k8_cost,
1414 amdfam10_cost, pentium4_cost, nocona_cost, core2_cost,
1415 generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
1416 (override_options): Set l1-cache-size and l2-cache-size to default
1417 values if not specified otherwise.
1418 * params.def (PARAM_L1_CACHE_SIZE): Change to set in kB.
1419 (PARAM_L2_CACHE_SIZE): New.
1420
1421 2007-08-01 Nigel Stephens <nigel@mips.com>
1422 David Ung <davidu@mips.com>
1423 Thiemo Seufer <ths@mips.com>
1424 Chris Dearman <chris@mips.com>
1425 Richard Sandiford <richard@codesourcery.com>
1426
1427 * config.gcc (mips*-sde-elf*): New stanza.
1428 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
1429 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
1430 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*, mips-*-elf*)
1431 (mipsel-*-elf*, mips64-*-elf*, mips64el-*-elf*, mips64orion-*-elf*)
1432 (mips64orionel-*-elf*, mips*-*-rtems*, mips-wrs-windiss)
1433 (mipstx39-*-elf*, mipstx39el-*-elf*): Add mips/t-libgcc-mips16
1434 to tmake_file.
1435 * config/mips/sde.h: New file.
1436 * config/mips/t-libgcc-mips16: Likewise.
1437 * config/mips/t-sde: Likewise.
1438 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove settings
1439 of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
1440 _MIPS_FPSET and _MIPS_SZINT.
1441 * config/mips/iris.h (TARGET_OS_CPP_BUILTINS): Likewise.
1442 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Remove separate
1443 insertion of a default -mips option. Use MIPS_32BIT_OPTION_SPEC.
1444 * config/mips/t-isa3264 (LIB1ASMSRC, LIB1ASMFUNCS): Delete.
1445 * config/mips/t-r3900 (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
1446 * config/mips/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
1447 * config/mips/mips.h (TARGET_CPU_CPP_BUITINS): Define _ABIO32,
1448 _ABIN32, _ABI64, _ABIO64, _MIPS_SIM, _MIPS_SZINT, _MIPS_SZLONG,
1449 _MIPS_SZPTR and _MIPS_FPSET.
1450 (MIPS_ISA_LEVEL_SPEC): Inject the default -mips option if no
1451 architecture is specified.
1452 (MIPS_32BIT_OPTION_SPEC): New macro.
1453
1454 2007-07-31 Dan Hipschman <dsh@google.com>
1455
1456 * gcc.c (end_going_arg): New function.
1457 (do_spec_2): Use it.
1458 (do_spec_1): Use it.
1459
1460 2007-07-31 H.J. Lu <hongjiu.lu@intel.com>
1461
1462 * ddg.c (add_cross_iteration_register_deps): Declare bb_info
1463 only if ENABLE_CHECKING is defined.
1464
1465 2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
1466
1467 * df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
1468 df_ru_add_problem, df_ru_get_bb_info): Removed.
1469 (DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
1470 * df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
1471 df_ru_free_bb_info, df_ru_alloc,
1472 df_ru_bb_local_compute_process_def,
1473 df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
1474 df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
1475 df_ru_transfer_function, df_ru_free, df_ru_start_dump,
1476 df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
1477 df_ru_add_problem): Removed.
1478
1479 2007-07-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1480
1481 PR target/32847
1482 * pa.md (casesi32): Use match_scratch. Revise insn condition.
1483 (casesi32p, casesi64p): Likewise.
1484 (casesi): Adjust for above.
1485
1486 2007-07-31 Richard Sandiford <richard@codesourcery.com>
1487
1488 * mode-switching.c (create_pre_exit): Don't search past calls.
1489
1490 2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
1491
1492 * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
1493
1494 2007-07-31 Revital Eres <eres@il.ibm.com>
1495
1496 * ddg.c (add_deps_for_def): Rename to...
1497 (add_cross_iteration_register_deps): This. Change implementation
1498 to use only reaching def and def-use chains to construct the
1499 inter loop dependencies.
1500 (add_deps_for_use): Remove function.
1501 (build_inter_loop_deps): Call add_cross_iteration_register_deps
1502 function to build the inter loop dependencies.
1503 * modulo-sched.c (sms_schedule): Build only
1504 reaching def and def-use chains for the propose of the ddg
1505 construction.
1506
1507 2007-07-31 Julian Brown <julian@codesourcery.com>
1508
1509 * config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
1510 New define_insns. Use correct RTL.
1511 (vec_set<mode>): Write as expander.
1512
1513 2007-07-31 Razya Ladelsky <razya@il.ibm.com>
1514
1515 * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring
1516 to an unallocated space.
1517
1518 2007-07-30 Jan Sjodin <jan.sjodin@amd.com>
1519
1520 * tree-data-ref.c
1521 (split_constant_offset): Enable split_constant_offset to extract
1522 constants from other statements.
1523 * tree-vect-transform.c
1524 (vect_create_addr_base_for_vector_ref): Generate data_ref_base
1525 to a temp var. Force base_offset to be simple.
1526
1527 2007-07-30 Seongbae Park <seongbae.park@gmail.com>
1528
1529 * df-scan.c (df_scan_verify): Remove artificial limit on
1530 the number of blocks for verification.
1531 * df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
1532 df_simulate_defs): Avoid unnecessary insn checking for defs.
1533
1534 2007-07-29 Mark Mitchell <mark@codesourcery.com>
1535
1536 gcc/
1537 * config/m68k/lb1sf68.asm (FUNC): New macro.
1538 (__mulsi3): Use it.
1539 (__udivsi3): Likewise.
1540 (__divsi3): Likewise.
1541 (__umodsi3): Likewise.
1542 (__modsi3): Likewise.
1543 (__subdf3): Likewise.
1544 (__adddf3): Likewise.
1545 (__muldf3): Likewise.
1546 (__divdf3): Likewise.
1547 (__negdf2): Likewise.
1548 (__cmpdf2): Likewise.
1549 (__subsf3): Likewise.
1550 (__addsf3): Likewise.
1551 (__mulsf3): Likewise.
1552 (__divsf3): Likewise.
1553 (__negsf2): Likewise.
1554 (__cmpsf2): Likewise.
1555 (__eqdf2): Likewise.
1556 (__nedf2): Likewise.
1557 (__gtdf2): Likewise.
1558 (__gedf2): Likewise.
1559 (__ltdf2): Likewise.
1560 (__ledf2): Likewise.
1561 (__eqsf2): Likewise.
1562 (__nesf2): Likewise.
1563 (__gtsf2): Likewise.
1564 (__gesf2): Likewise.
1565 (__ltsf2): Likewise.
1566 (__lesf2): Likewise.
1567
1568 2007-07-30 Ollie Wild <aaw@google.com>
1569
1570 * c-ppoutput.c (print_lines_directives_only): New function.
1571 (scan_translation_unit_directives_only): New function.
1572 (preprocess_file): Add call to scan_translation_unit_directives_only.
1573 * c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
1574 (sanitize_cpp_opts): Add default flag_dump_macros setting for
1575 -fdirectives-only. Add errors for -fdirectives-only conflict with
1576 -Wunused-macros and -traditional.
1577 (finish_options): Add builtin macro initialization for
1578 -fdirectives-only + -fpreprocessed.
1579 * c.opt (fdirectives-only): New.
1580 * doc/cppopts.texi (fdirectives-only): New.
1581
1582 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1583
1584 * alias.c (record_set, memory_modified_1): Constify.
1585 * bt-load.c (note_btr_set): Likewise.
1586 * caller-save.c (mark_set_regs, add_stored_regs): Likewise.
1587 * combine.c (set_nonzero_bits_and_sign_copies,
1588 expand_field_assignment, record_dead_and_set_regs_1,
1589 use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
1590 likely_spilled_retval_1): Likewise.
1591 * config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
1592 frv_io_handle_set): Likewise.
1593 * config/mips/mips.c (mips_sim_record_set,
1594 vr4130_true_reg_dependence_p_1): Likewise.
1595 * config/mt/mt.c (insn_dependent_p_1): Likewise.
1596 * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
1597 * config/sh/sh.c (flow_dependent_p_1): Likewise.
1598 * cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
1599 * dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
1600 * ddg.c (mark_mem_store): Likewise.
1601 * df-problems.c (df_urec_mark_reg_change): Likewise.
1602 * function.c (update_epilogue_consts): Likewise.
1603 * gcse.c (record_set_info, record_last_set_info,
1604 mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
1605 reg_clear_last_set): Likewise.
1606 * global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
1607 Likewise.
1608 * jump.c (reversed_comparison_code_parts): Likewise.
1609 * local-alloc.c (validate_equiv_mem_from_store, no_equiv,
1610 reg_is_set): Likewise.
1611 * loop-iv.c (mark_altered): Likewise.
1612 * mode-switching.c (reg_becomes_live): Likewise.
1613 * optabs.c (no_conflict_move_test): Likewise.
1614 * postreload-gcse.c (record_last_set_info, find_mem_conflicts):
1615 Likewise.
1616 * postreload.c (reload_combine_note_store, move2add_note_store):
1617 Likewise.
1618 * regmove.c (flags_set_1): Likewise.
1619 * regrename.c (note_sets, kill_clobbered_value, kill_set_value):
1620 Likewise.
1621 * reload1.c (mark_not_eliminable, forget_old_reloads_1):
1622 Likewise.
1623 * resource.c (update_live_status): Likewise.
1624 * rtl.h (set_of, note_stores): Likewise.
1625 * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
1626 note_stores, parms_set): Likewise.
1627 * sched-rgn.c (sets_likely_spilled_1): Likewise.
1628 * stack-ptr-mod.c (notice_stack_pointer_modification_1):
1629 Likewise.
1630 * var-tracking.c (count_stores, add_stores): Likewise.
1631
1632 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1633
1634 * alias.c (mems_in_disjoint_alias_sets_p,
1635 fixed_scalar_and_varying_struct_p, aliases_everything_p,
1636 nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
1637 write_dependence_p, mems_in_disjoint_alias_sets_p,
1638 read_dependence, true_dependence, canon_true_dependence,
1639 anti_dependence, output_dependence): Constify.
1640 * combine.c (extended_count): Likewise.
1641 * cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
1642 * cselib.c (get_value_hash, references_value_p,
1643 cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
1644 * cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
1645 * emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
1646 * function.c (contains, prologue_epilogue_contains,
1647 sibcall_epilogue_contains): Likewise.
1648 * jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
1649 pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
1650 only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
1651 reg_or_subregno): Likewise.
1652 * recog.c (asm_noperands): Likewise.
1653 * reload1.c (function_invariant_p): Likewise.
1654 * rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
1655 rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
1656 condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
1657 simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
1658 true_regnum, reg_or_subregno, condjump_in_parallel_p,
1659 extended_count, prologue_epilogue_contains,
1660 sibcall_epilogue_contains, function_invariant_p, true_dependence,
1661 canon_true_dependence, read_dependence, anti_dependence,
1662 output_dependence): Likewise.
1663 * rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.
1664
1665 2007-07-30 Julian Brown <julian@codesourcery.com>
1666
1667 * config/arm/neon.md (V_ext): New mode attribute.
1668 (neon_vget_lane<mode>): Replace with define_expand.
1669 (neon_vget_lane<mode>_sext_internal)
1670 (neon_vget_lane<mode>_zext_internal): New define_insns for double
1671 and quad precision vectors.
1672 (neon_vget_lanedi): Add bounds check. Remove dead comment.
1673 * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
1674 have typeless 32-bit result.
1675
1676 2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
1677
1678 PR tree-opt/32527
1679 * tree-affine.h (aff_tree): The type of rest is sizetype for types
1680 of pointers.
1681 * tree-affine.c (aff_combination_scale): If type is a pointer type,
1682 use sizetype for rest.
1683 (aff_combination_add_elt): Likewise. Don't specialize pointer types.
1684 (aff_combination_convert): Don't convert rest for pointer types.
1685
1686 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
1687
1688 * Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
1689
1690 * tree-ssa-alias.c: Add alloc-pool.h.
1691 (init_alias_info): Free alias_bitmap_obstack.
1692 (delete_alias_info): Call delete_mem_ref_stats.
1693 (get_mem_sym_stats_for): Use alloc_pool.
1694 (init_mem_ref_stats): Do not delete mem_ref_stats here.
1695 (delete_mem_sym_stats): Removed.
1696
1697 2007-07-29 Sebastian Pop <sebpop@gmail.com>
1698
1699 * tree-data-ref.c (add_multivariate_self_dist): Parametric access
1700 functions cannot be represented as classical distance vectors.
1701
1702 2007-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1703
1704 * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
1705 * builtins.c (validate_arg, builtin_mathfn_code,
1706 validate_arglist): Likewise.
1707 * calls.c (call_expr_flags): Likewise.
1708 * combine.c (reg_nonzero_bits_for_combine,
1709 reg_num_sign_bit_copies_for_combine, get_last_value,
1710 reg_truncated_to_mode): Likewise.
1711 * emit-rtl.c (subreg_lowpart_p): Likewise.
1712 * expr.c (highest_pow2_factor_for_target,
1713 categorize_ctor_elements_1, categorize_ctor_elements,
1714 count_type_elements, contains_packed_reference,
1715 highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
1716 * fold-const.c (may_negate_without_overflow_p, int_const_binop,
1717 fold_convertible_p, operand_equal_p, tree_swap_operands_p,
1718 native_encode_int, native_encode_real, native_encode_complex,
1719 native_encode_vector, native_encode_expr, native_interpret_int,
1720 native_interpret_real, native_interpret_complex,
1721 native_interpret_vector, native_interpret_expr): Likewise.
1722 * function.c (use_register_for_decl): Likewise.
1723 * gimplify.c (get_name): Likewise.
1724 * langhooks-def.h (lhd_return_null_const_tree): New.
1725 (LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
1726 * langhooks.c (lhd_return_null_const_tree): New.
1727 * langhooks.h (lang_get_callee_fndecl): Constify.
1728 * output.h (constructor_static_from_elts_p): Likewise.
1729 * rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
1730 * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
1731 subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
1732 * rtlanal.c (cached_nonzero_bits, nonzero_bits1,
1733 cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
1734 nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
1735 * rtlhooks-def.h (reg_nonzero_bits_general,
1736 reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
1737 Likewise.
1738 * rtlhooks.c (reg_num_sign_bit_copies_general,
1739 reg_nonzero_bits_general, reg_truncated_to_mode_general):
1740 Likewise.
1741 * stmt.c (warn_if_unused_value, is_body_block): Likewise.
1742 * stor-layout.c (mode_for_size_tree): Likewise.
1743 * tree-ssa-loop-im.c (memref_eq): Likewise.
1744 * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
1745 * tree.c (contains_placeholder_p, type_list_equal,
1746 simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
1747 Likewise.
1748 * tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
1749 mode_for_size_tree, categorize_ctor_elements, count_type_elements,
1750 contains_placeholder_p, contains_packed_reference,
1751 get_callee_fndecl, operand_equal_for_phi_arg_p,
1752 warn_if_unused_value, is_body_block, native_encode_expr,
1753 native_interpret_expr, fold_convertible_p, operand_equal_p,
1754 int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
1755 validate_arglist, simple_cst_equal, type_list_equal,
1756 use_register_for_decl, call_expr_flags, get_name,
1757 highest_pow2_factor): Likewise.
1758 (const_call_expr_arg_iterator_d,
1759 init_const_call_expr_arg_iterator, next_const_call_expr_arg,
1760 first_const_call_expr_arg, more_const_call_expr_args_p,
1761 FOR_EACH_CONST_CALL_EXPR_ARG): New.
1762 * varasm.c (constructor_static_from_elts_p): Constify.
1763
1764 2007-07-28 Kazu Hirata <kazu@codesourcery.com>
1765
1766 * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
1767 config/arm/neon-schedgen.ml, config/arm/neon.ml,
1768 config/arm/vec-common.md, config/ia64/div.md, cselib.c,
1769 df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
1770 regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
1771 tree-vect-transform.c, tree.def: Fix comment typos. Follow
1772 spelling conventions.
1773 * doc/invoke.texi: Follow spelling conventions.
1774
1775 2007-07-29 Vladimir Yanovsky <yanov@il.ibm.com>
1776 Revital Eres <eres@il.ibm.com>
1777
1778 * modulo-sched.c (sms_schedule): Avoid loops which includes
1779 auto-increment instructions.
1780
1781 2007-07-28 Richard Guenther <rguenther@suse.de>
1782
1783 PR middle-end/32920
1784 * fold-const.c (fold_cond_expr_with_comparison): Convert
1785 operand zero of MIN/MAX_EXPR to correct type.
1786
1787 2007-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1788
1789 * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
1790 flags_from_decl_or_type): Constify.
1791 * gcc.c (do_spec_1): Likewise.
1792 * print-tree.c (dump_addr, print_node_brief): Likewise.
1793 * tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
1794 simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
1795 tree_purge_all_dead_eh_edges): Likewise.
1796 * tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
1797 tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
1798 Likewise.
1799 * tree.c (expr_location, expr_has_location, expr_locus,
1800 expr_filename, expr_lineno, get_inner_array_type,
1801 fields_compatible_p): Likewise.
1802 * tree.h (get_inner_array_type, fields_compatible_p,
1803 expr_location, expr_has_location, expr_locus, expr_filename,
1804 expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
1805 setjmp_call_p, alloca_call_p): Likewise.
1806
1807 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
1808
1809 * timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
1810 TV_FLOW_INSENSITIVE.
1811
1812 * tree-ssa-alias.c (compute_call_clobbered): Push/pop
1813 TV_CALL_CLOBBER.
1814 (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
1815 (compute_flow_insensitive_aliasing): Ditto for
1816 TV_FLOW_INSENSITIVE.
1817
1818 2007-07-27 Jan Hubicka <jh@suse.cz>
1819
1820 * config/i386/i386.c (register_move_cost): Remove accidentally comitted
1821 #if 0 block.
1822
1823 * attribs.c: Include hashtab.h
1824 (attribute_hash): New.
1825 (substring): New structure.
1826 (extract_attribute_substring, substring_hash, hash_attr, eq_attr):
1827 New function.
1828 (init_attributes): Initialize attribute hash.
1829 (decl_attributes): Use attribute hash.
1830 * Makefile.in (attribs.c): Depend on hashtab.h.
1831
1832 2007-07-27 Steve Ellcey <sje@cup.hp.com>
1833
1834 * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
1835
1836 2007-07-27 Richard Sandiford <richard@codesourcery.com>
1837
1838 * doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
1839 __mips_dspr2 and __mips_dsp_rev macros.
1840 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.
1841
1842 2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
1843
1844 * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.
1845
1846 2007-07-26 Kenneth Zadeck <zadeck@naturalbridge.com>
1847
1848 PR middle-end/32749
1849
1850 * df-problems.c (df_create_unused_note): Removed do_not_gen parm
1851 and the updating of the live and do_not_gen sets.
1852 (df_note_bb_compute): Added updating of live and do_not_gen sets
1853 for regular defs so that the case of clobber inside conditional
1854 call is processed correctly.
1855
1856 2007-07-27 Zdenek Dvorak <dvorakz@suse.cz>
1857
1858 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
1859 operands with compatible type.
1860
1861 2007-07-27 Richard Sandiford <richard@codesourcery.com>
1862
1863 * expr.h (store_bit_field): Don't return a value.
1864 * expmed.c (check_predicate_volatile_ok): New function.
1865 (store_bit_field_1): New function, extracted from store_bit_field.
1866 Take a fallback_p argument and return true if the operation succeeded.
1867 Only use store_fixed_bit_field if fallback_p. Don't recompute
1868 mode_for_extraction; use op_mode instead. Try forcing memories
1869 into registers if the insv expander fails.
1870 (store_bit_field): Use store_bit_field_1 with fallback_p true.
1871 Don't return a value.
1872 (convert_extracted_bit_field): New function, extracted from
1873 store_bit_field.
1874 (extract_bit_field_1): Likewise. Take a fallback_p argument
1875 and return NULL if the operation succeeded. Only use
1876 extract_fixed_bit_field if fallback_p. Only calculate one
1877 extraction mode. Combine code for extv and extzv. Try forcing
1878 memories into registers if the ext(z)v expander fails.
1879 (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
1880
1881 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
1882
1883 * df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
1884 into bitfields.
1885 (df_ref): Likewise. Put regno with other integer fields.
1886
1887 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
1888
1889 * df.h (df_mw_hardreg): Remove "loc" field.
1890 * df-scan.c (df_ref_record): Don't set it. Remove redundant
1891 local variable.
1892 * df-problems.c (df_whole_mw_reg_unused_p): New function,
1893 split out from df_set_unused_notes_for_mw. Return false for
1894 partial references. Assert that mw_reg is a REG when returning true.
1895 (df_set_unused_notes_for_mw): Use it. Use mw_reg instead of *loc.
1896 (df_whole_mw_reg_dead_p): New function, split out from
1897 df_set_dead_notes_for_mw. Return false for partial references.
1898 Assert that mw_reg is a REG when returning true.
1899 (df_set_dead_notes_for_mw): Use it. Use mw_reg instead of *loc.
1900 Remove redundant bitmap check.
1901
1902 2007-07-26 H.J. Lu <hongjiu.lu@intel.com>
1903
1904 * config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
1905 ($(T)crtend.o): Likwise.
1906 ($(T)crtbeginS.o): Likwise.
1907 ($(T)crtendS.o): Likwise.
1908 ($(T)crtfastmath.o): Likwise.
1909
1910 2007-07-26 Zdenek Dvorak <dvorakz@suse.cz>
1911
1912 * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
1913 * function.h (dom_computed, n_bbs_in_dom_tree): New macros.
1914 * basic-block.h (struct control_flow_graph): Added x_dom_computed
1915 and x_n_bbs_in_dom_tree fields.
1916
1917 2007-07-26 Steve Ellcey <sje@cup.hp.com>
1918
1919 PR tree-optimization/32087
1920 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
1921 Do not call scale_bbs_frequencies_int with prob of zero.
1922
1923 2007-07-26 Julian Brown <julian@codesourcery.com>
1924
1925 * config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
1926 (neon_element_bits): Add prototypes.
1927 * config/arm/arm.c (bounds_check, neon_lane_bounds)
1928 (neon_const_bounds, neon_element_bits): New functions.
1929 * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
1930 (neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
1931 (neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
1932 (neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
1933 (neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
1934 (neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
1935 (neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
1936 (neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
1937 (neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
1938 (neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
1939 (neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
1940 (neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
1941 (neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
1942
1943 2007-07-26 Nathan Froyd <froydnj@codesourcery.com>
1944
1945 * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
1946 (HAVE_AS_GNU_ATTRIBUTE): Undefine.
1947
1948 2007-07-26 Mark Shinwell <shinwell@codesourcery.com>
1949 Julian Brown <julian@codesourcery.com>
1950
1951 * config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
1952 * config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
1953 * config/arm/cortex-a8.md: New.
1954 * config/arm/cortex-a8-neon.md: New.
1955 * config/arm/neon-schedgen.ml: New.
1956 * config/arm/neon.md (vqh_mnem): New.
1957 (neon_type): New.
1958 (Is_float_mode): New.
1959 (Scalar_mul_8_16): New.
1960 (Is_d_reg): New.
1961 (V_mode_nunits): New.
1962 (All instruction patterns): Annotate with neon_type attribute
1963 values.
1964 * config/arm/arm.md: Include cortex-a8.md.
1965 (insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
1966 values.
1967 Annotate instruction patterns accordingly.
1968 (generic_sched): Do not use generic scheduling for Cortex-A8.
1969 (generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
1970
1971 2007-07-26 Daniel Jacobowitz <dan@codesourcery.com>
1972
1973 * fold-const.c (fold_read_from_constant_string): Use
1974 build_int_cst_type.
1975 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
1976
1977 2007-07-26 Nick Clifton <nickc@redhat.com>
1978
1979 * tree-ssa-operands.h: Change copyright header to refer to version
1980 3 of the GNU General Public License and to point readers at the
1981 COPYING3 file and the FSF's license web page.
1982 * tree-vrp.c, regrename.c, attribs.c, loop-unswitch.c,
1983 sched-ebb.c, fwprop.c, tree-loop-linear.c, dwarf2asm.c,
1984 tree-into-ssa.c, dwarf2asm.h, tree-ssa-loop-im.c, sbitmap.c,
1985 targhooks.c, tree-dump.c, tree-complex.c, sbitmap.h, targhooks.h,
1986 tree-dump.h, regstat.c, see.c, machmode.h, hooks.c, cgraphbuild.c,
1987 hooks.h, genrecog.c, tree-ssa-threadupdate.c, gen-protos.c,
1988 flags.h, rtlhooks.c, gencheck.c, tree-ssa-loop-niter.c,
1989 opts-common.c, dbgcnt.def, tree-pretty-print.c, tracer.c,
1990 gengtype.c, mkconfig.sh, gengtype.h, tree-ssa-loop-unswitch.c,
1991 cgraph.c, c-lex.c, cgraph.h, libfuncs.h, cfgloopmanip.c,
1992 rtl-error.c, optabs.c, postreload-gcse.c, tree-ssa-loop-manip.c,
1993 optabs.h, genmddeps.c, defaults.h, postreload.c, value-prof.c,
1994 tree-ssa-loop-ch.c, tree-tailcall.c, gengenrtl.c, value-prof.h,
1995 genopinit.c, tree.c, tree.h, reload.c, tree-pass.h, ipa-cp.c,
1996 reload.h, bitmap.c, bitmap.h, tree-scalar-evolution.c,
1997 c-config-lang.in, tree-scalar-evolution.h, target.h, cppspec.c,
1998 rtlanal.c, ddg.c, lambda-mat.c, mips-tdump.c, ddg.h,
1999 tree-phinodes.c, mips-tfile.c, pointer-set.c, pointer-set.h,
2000 diagnostic.c, final.c, diagnostic.h, builtins.c, genoutput.c,
2001 gcc.c, lists.c, tree-ssa-alias-warnings.c, gcc.h, cfghooks.c,
2002 input.h, gensupport.c, fold-const.c, cfghooks.h, insn-notes.def,
2003 gensupport.h, builtin-attrs.def, sync-builtins.def, params.c,
2004 cfgloopanal.c, params.h, graphds.c, omp-low.c, tree-ssa-dse.c,
2005 graphds.h, gcov.c, cfg.c, genextract.c, ipa-reference.c,
2006 genautomata.c, tree-ssa-uncprop.c, auto-inc-dec.c, toplev.c,
2007 tree-gimple.c, ipa-reference.h, vmsdbgout.c, errors.c, toplev.h,
2008 reorg.c, tree-gimple.h, tree-chrec.c, pretty-print.c, errors.h,
2009 real.c, tree-chrec.h, pretty-print.h, debug.c, real.h, genemit.c,
2010 omega.c, c-cppbuiltin.c, genmultilib, debug.h, omega.h,
2011 tree-ssa-sccvn.c, genconfig.c, tree-ssa-sccvn.h, cgraphunit.c,
2012 regs.h, df-scan.c, vec.c, hosthooks-def.h, vec.h,
2013 tree-ssa-copyrename.c, scan.c, builtin-types.def, tree-ssa-ccp.c,
2014 scan.h, mode-classes.def, haifa-sched.c, dominance.c, dojump.c,
2015 double-int.c, gcov-io.c, dbxout.c, builtins.def, double-int.h,
2016 dbxout.h, tree-ssa-loop-ivopts.c, df-core.c, mode-switching.c,
2017 gengtype-lex.l, tree-nomudflap.c, modulo-sched.c, c-objc-common.c,
2018 hosthooks.h, c-objc-common.h, caller-save.c, graph.c,
2019 ipa-pure-const.c, graph.h, c-format.c, cse.c, fix-header.c,
2020 c-format.h, web.c, tree-stdarg.c, genpeep.c, tree-stdarg.h,
2021 tree-ssa-math-opts.c, xcoffout.c, tree-ssa-dom.c, tree-nrv.c,
2022 xcoffout.h, tree-ssa-propagate.c, ipa-utils.c,
2023 tree-ssa-propagate.h, tree-ssa-alias.c, loop-init.c, ipa-utils.h,
2024 gimple-low.c, rtl.def, c-tree.h, tree-ssa-sink.c, ipa-inline.c,
2025 mkmap-symver.awk, machmode.def, c-pch.c, cfganal.c, global.c,
2026 alloc-pool.c, c-semantics.c, alloc-pool.h, jump.c, ifcvt.c,
2027 dwarf2out.c, expr.c, cfgbuild.c, tree-browser.c, dwarf2out.h,
2028 expr.h, longlong.h, opts.c, gcov-iov.c, opts.h, dwarf2.h,
2029 genattrtab.c, genconditions.c, genattr.c, optc-gen.awk,
2030 timevar.def, tree-ssa-loop-ivcanon.c, hard-reg-set.h, predict.c,
2031 tree-ssa-loop.c, host-default.c, predict.h, recog.c, dbgcnt.c,
2032 recog.h, dbgcnt.h, c-aux-info.c, tree-ssa-address.c, timevar.c,
2033 dse.c, lcm.c, tree-ssa-ifcombine.c, timevar.h, dse.h,
2034 matrix-reorg.c, tree-vn.c, treestruct.def, fp-test.c, c-decl.c,
2035 tree-eh.c, c-errors.c, c-pretty-print.c, regmove.c,
2036 lambda-trans.c, c-pretty-print.h, et-forest.c, et-forest.h,
2037 ebitmap.c, configure.ac, local-alloc.c, function.c, langhooks.c,
2038 ebitmap.h, cppdefault.c, tree-vectorizer.c, function.h,
2039 langhooks.h, print-rtl.c, cppdefault.h, df.h, tree-vectorizer.h,
2040 sdbout.c, stor-layout.c, sdbout.h, rtlhooks-def.h, read-rtl.c,
2041 gcse.c, ipa-type-escape.c, vmsdbg.h, alias.c, gengtype-parse.c,
2042 ipa-type-escape.h, domwalk.c, alias.h, tree-if-conv.c, profile.c,
2043 init-regs.c, domwalk.h, ipa.c, gccbug.in, tree-data-ref.c,
2044 loop-unroll.c, tree-data-ref.h, tree-flow-inline.h, tree-affine.c,
2045 mkmap-flat.awk, tree-affine.h, tree-vect-analyze.c, c.opt, ggc.h,
2046 opt-gather.awk, c-typeck.c, gimplify.c, coretypes.h, exec-tool.in,
2047 insn-addr.h, tree-ssa-phiopt.c, c-pragma.c, c-pragma.h, calls.c,
2048 tree-ssa-coalesce.c, genmodes.c, loop-doloop.c, predict.def,
2049 dwarf.h, tree.def, rtl-factoring.c, lower-subreg.c, expmed.c,
2050 bt-load.c, ggc-common.c, genflags.c, tree-dfa.c, except.c,
2051 coverage.c, except.h, emit-rtl.c, cfgexpand.c, coverage.h,
2052 stringpool.c, cselib.c, emit-rtl.h, tree-cfgcleanup.c, c-opts.c,
2053 cselib.h, cfgcleanup.c, simplify-rtx.c, tree-ssa-pre.c, explow.c,
2054 tree-ssa-live.c, tree-sra.c, tree-ssa-live.h, tree-predcom.c,
2055 loop-invariant.c, genpreds.c, protoize.c, opth-gen.awk, c-dump.c,
2056 lambda.h, loop-iv.c, tree-mudflap.c, ipa-prop.c, print-tree.c,
2057 tree-mudflap.h, tree-ssa-copy.c, ipa-prop.h, cfglayout.c,
2058 tree-ssa-forwprop.c, c-convert.c, cfglayout.h, common.opt,
2059 ggc-zone.c, ggc-page.c, c-omp.c, tree-ssa-dce.c, gencodes.c,
2060 varasm.c, tree-vect-patterns.c, libada-mk.in, tree-ssa-ter.c,
2061 sched-deps.c, tree-nested.c, c-ppoutput.c, tree-ssa.c,
2062 target-def.h, tree-ssa-loop-prefetch.c, lambda-code.c,
2063 omp-builtins.def, rtl.c, regclass.c, stab.def, intl.c, rtl.h,
2064 intl.h, tree-inline.c, conditions.h, tree-inline.h, integrate.c,
2065 sched-int.h, tree-iterator.c, integrate.h, tree-iterator.h,
2066 genchecksum.c, tree-optimize.c, output.h, tree-vect-transform.c,
2067 tree-object-size.c, combine.c, tree-outof-ssa.c, addresses.h,
2068 bb-reorder.c, stack-ptr-mod.c, resource.c, var-tracking.c,
2069 cfgloop.c, system.h, resource.h, ggc-none.c, tree-profile.c,
2070 cfgloop.h, c-gimplify.c, c-common.c, opt-functions.awk,
2071 tree-vect-generic.c, tree-flow.h, df-problems.c, scan-decls.c,
2072 c-common.h, config.gcc, reg-stack.c, tlink.c, main.c, stub-objc.c,
2073 fixproto, config.host, Makefile.in, gccspec.c, sched-rgn.c,
2074 vecprim.h, basic-block.h, tree-ssa-structalias.c,
2075 tree-ssa-structalias.h, c-common.def, sched-vis.c, tree-cfg.c,
2076 passes.c, genconstants.c, c-incpath.c, c-incpath.h,
2077 struct-equiv.c, c-parser.c, tree-ssa-reassoc.c, varray.c, sreal.c,
2078 varray.h, dfp.c, sreal.h, combine-stack-adj.c, dfp.h,
2079 reg-notes.def, cfgrtl.c, config.build, varpool.c, gengtype-yacc.y,
2080 stmt.c, dce.c, tree-browser.def, prefix.c, statistics.h,
2081 params.def, dce.h, c-lang.c, gcov-dump.c, prefix.h,
2082 tree-ssanames.c, collect2.c, collect2.h, tree-ssa-threadedge.c,
2083 convert.c, convert.h, langhooks-def.h, reload1.c,
2084 tree-ssa-operands.c: Likewise.
2085
2086 2007-07-26 Jan Hubicka <jh@suse.cz>
2087
2088 * tree-ssa-live.c: Include debug.h and flags.h.
2089 (mark_scope_block_unused): New function.
2090 (remove_unused_scope_block_p): New function.
2091 (remove_unused_locals): Remove unused blocks too.
2092
2093 2007-07-25 Ian Lance Taylor <iant@google.com>
2094
2095 * combine.c (combine_max_regno): Remove. Remove all uses.
2096 (struct reg_stat_struct): Rename from struct reg_stat.
2097 (reg_stat_type): Define, and declare VECs.
2098 (reg_stat): Change from pointer to VEC. Change all uses.
2099 (combine_split_insns): New static function.
2100 (try_combine, find_split_point): Call it instead of split_insns.
2101
2102 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2103
2104 * cfghooks.c (split_block): Fix the information about loop latch.
2105
2106 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2107
2108 * cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
2109
2110 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2111
2112 * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
2113 Scan the new edge for loop exit info.
2114
2115 2007-07-25 Andreas Tobler <a.tobler@schweiz.org>
2116
2117 * config/darwin.c: Include debug.h.
2118
2119 2007-07-25 Steve Ellcey <sje@cup.hp.com>
2120
2121 PR target/32218
2122 * tree-vect-patterns.c (vect_pattern_recog_1): Check for valid type.
2123
2124 2007-07-25 Steve Ellcey <sje@cup.hp.com>
2125
2126 * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle RFmode.
2127 (HARD_REGNO_MODE_OK): Ditto.
2128 (MODES_TIEABLE_P): Ditto.
2129 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
2130 (CLASS_MAX_NREGS): Ditto.
2131 * config/ia64/ia64.c (ia64_print_operand_address): Add R format.
2132 * config/ia64/ia64.md (divsf3_internal_thr): Removed.
2133 (divdf3_internal_thr): Removed.
2134 * config/ia64/div.md: New file.
2135 * config/ia64/constraints.md: Add H constraint.
2136
2137 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2138
2139 * sbitmap.c (sbitmap_verify_popcount, sbitmap_alloc_with_popcount,
2140 sbitmap_copy, sbitmap_copy_n, sbitmap_equal, sbitmap_empty_p,
2141 sbitmap_union_of_diff_cg, sbitmap_union_of_diff, sbitmap_not,
2142 sbitmap_difference, sbitmap_any_common_bits, sbitmap_a_and_b_cg,
2143 sbitmap_a_and_b, sbitmap_a_xor_b_cg, sbitmap_a_xor_b,
2144 sbitmap_a_or_b_cg, sbitmap_a_or_b, sbitmap_a_subset_b_p,
2145 sbitmap_a_or_b_and_c_cg, sbitmap_a_or_b_and_c,
2146 sbitmap_a_and_b_or_c_cg, sbitmap_a_and_b_or_c,
2147 sbitmap_first_set_bit, sbitmap_last_set_bit, dump_sbitmap,
2148 dump_sbitmap_file, debug_sbitmap, popcount_table,
2149 sbitmap_popcount): Constify.
2150 * sbitmap.h (const_sbitmap, const_sbitmap_ptr): New.
2151 (sbitmap_iterator, sbitmap_iter_init, dump_sbitmap,
2152 dump_sbitmap_file, sbitmap_copy, sbitmap_copy_n, sbitmap_equal,
2153 sbitmap_empty_p, sbitmap_union_of_diff, sbitmap_union_of_diff_cg,
2154 sbitmap_difference, sbitmap_not, sbitmap_a_or_b_and_c,
2155 sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c,
2156 sbitmap_a_and_b_or_c_cg, sbitmap_any_common_bits, sbitmap_a_and_b,
2157 sbitmap_a_and_b_cg, sbitmap_a_or_b, sbitmap_a_or_b_cg,
2158 sbitmap_a_xor_b, sbitmap_a_xor_b_cg, sbitmap_a_subset_b_p,
2159 sbitmap_first_set_bit, sbitmap_last_set_bit, debug_sbitmap,
2160 sbitmap_popcount, sbitmap_verify_popcount): Constify.
2161
2162 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2163
2164 * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,
2165 bitmap_copy, bitmap_clear_bit, popcount_table, bitmap_count_bits,
2166 bitmap_first_set_bit, bitmap_and, bitmap_and_into,
2167 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
2168 bitmap_compl_and_into, bitmap_elt_ior, bitmap_ior,
2169 bitmap_ior_into, bitmap_xor, bitmap_xor_into, bitmap_equal_p,
2170 bitmap_intersect_p, bitmap_intersect_compl_p,
2171 bitmap_ior_and_compl, bitmap_ior_and_compl_into,
2172 debug_bitmap_file, debug_bitmap, bitmap_print, bitmap_hash):
2173 Constify.
2174 * bitmap.h (bitmap_copy, bitmap_equal_p, bitmap_intersect_p,
2175 bitmap_intersect_compl_p, bitmap_count_bits, bitmap_and,
2176 bitmap_and_into, bitmap_and_compl, bitmap_and_compl_into,
2177 bitmap_compl_and_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
2178 bitmap_xor_into, bitmap_ior_and_compl, bitmap_ior_and_compl_into,
2179 debug_bitmap, debug_bitmap_file, bitmap_print,
2180 bitmap_first_set_bit, bitmap_hash, bmp_iter_set_init,
2181 bmp_iter_and_init, bmp_iter_and_compl_init): Likewise.
2182
2183 2007-07-25 Daniel Berlin <dberlin@dberlin.org>
2184
2185 * config/darwin.c (darwin_override_options): Additional fix for
2186 debug info formats that don't support var tracking.
2187
2188 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2189
2190 * cselib.c (entry_and_rtx_equal_p): Constify.
2191 * gengtype.c (output_mangled_typename, write_types, write_local):
2192 Likewise.
2193 * gengtype.h (const_type_p): New.
2194 * see.c (eq_descriptor_extension, hash_descriptor_extension):
2195 Constify.
2196 * tlink.c (scan_linker_output): De-constify.
2197 * tree-ssa-loop-im.c (memref_eq): Constify.
2198 * tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
2199 (shared_bitmap_hash, shared_bitmap_eq): Constify.
2200
2201 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2202
2203 * c-common.c (fname_as_string, c_type_hash): Constify.
2204 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
2205 * cgraph.c (edge_hash, edge_eq): Likewise.
2206 * dwarf2out.c (decl_die_table_eq, decl_loc_table_eq): Likewise.
2207 * emit-rtl.c (mem_attrs_htab_eq, reg_attrs_htab_hash,
2208 reg_attrs_htab_eq): Likewise.
2209 * except.c (t2r_eq, t2r_hash, ttypes_filter_eq, ehl_hash, ehl_eq):
2210 Likewise.
2211 * genautomata.c (const_reserv_sets_t, const_unit_decl_t,
2212 const_decl_t, const_state_t, const_automata_list_el_t): New.
2213 (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
2214 DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV,
2215 automaton_decl_hash, automaton_decl_eq_p, insn_decl_hash,
2216 insn_decl_eq_p, decl_hash, decl_eq_p, alt_state_cmp,
2217 reserv_sets_cmp, reserv_sets_eq, state_hash, state_eq_p,
2218 automata_list_hash, automata_list_eq_p, compare_states_for_equiv,
2219 compare_max_occ_cycle_nums, out_state_arcs_num,
2220 compare_transition_els_num, units_cmp, state_reservs_cmp):
2221 Constify.
2222 * genmodes.c (cmp_modes): Likewise.
2223 * ggc-common.c (saving_htab_hash, saving_htab_eq): Likewise.
2224 * gimplify.c (compare_case_labels): Likewise.
2225 * ipa-type-escape.c (get_name_of_type, type_brand_s): Likewise.
2226 * loop-unroll.c (si_info_hash, ve_info_hash): Likewise.
2227 * matrix-reorg.c (mtt_info_hash): Likewise.
2228 * postreload-gcse.c (hash_expr_for_htab, expr_equiv_p): Likewise.
2229 * rtl-factoring.c (const_p_hash_bucket, const_p_hash_elem): New.
2230 (htab_hash_bucket, htab_hash_elem): Constify.
2231 * tree-browser.c (TB_parent_eq): Likewise.
2232 * tree-scalar-evolution.c (hash_scev_info): Likewise.
2233 * tree-ssa-alias.c (sort_tags_by_id): Likewise.
2234 * tree-ssa-coalesce.c (const_coalesce_pair_p): New.
2235 (coalesce_pair_map_hash, coalesce_pair_map_eq, compare_pairs):
2236 Constify.
2237 * tree-ssa-dom.c (avail_expr_hash, avail_expr_eq): Likewise.
2238 * tree-ssa-pre.c (const_expr_pred_trans_t): New.
2239 (expr_pred_trans_hash, expr_pred_trans_eq): Constify.
2240 * tree-ssa-sccvn.c (const_vn_binary_op_t, const_vn_unary_op_t,
2241 const_vn_phi_t, const_vn_reference_op_t, const_vn_reference_t):
2242 New.
2243 (vn_reference_op_eq, vn_reference_hash, vn_reference_eq,
2244 vn_unary_op_hash, vn_unary_op_eq, vn_binary_op_hash,
2245 vn_binary_op_eq, vn_phi_hash, vn_phi_eq): Constify.
2246 * tree-ssa-threadupdate.c (redirection_data_hash,
2247 redirection_data_eq): Likewise.
2248 * tree-ssa-uncprop.c (equiv_hash, equiv_eq): Likewise.
2249 * tree-ssa.c (var_ann_eq): Likewise.
2250 * tree-vrp.c (compare_case_labels): Likewise.
2251 * tree.c (int_cst_hash_hash, int_cst_hash_eq,
2252 tree_map_base_marked_p, type_hash_marked_p, tree_check_failed,
2253 tree_not_check_failed, tree_class_check_failed,
2254 tree_range_check_failed, tree_not_class_check_failed,
2255 omp_clause_check_failed, omp_clause_range_check_failed,
2256 tree_contains_struct_check_failed, tree_operand_check_failed):
2257 Likewise.
2258 * tree.h (tree_contains_struct_check_failed, tree_check_failed,
2259 tree_not_check_failed, tree_class_check_failed,
2260 tree_range_check_failed, tree_not_class_check_failed,
2261 tree_operand_check_failed, omp_clause_operand_check_failed,
2262 tree_operand_length): Likewise.
2263 * var-tracking.c (const_variable): New.
2264 (variable_htab_hash, variable_htab_eq): Constify.
2265 * varasm.c (const_desc_hash): Likewise.
2266
2267 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2268
2269 * expr.c (handled_component_p): Constify.
2270 * fold-const.c (fit_double_type): Likewise.
2271 * real.h (real_value_from_int_cst): Likewise.
2272 * tree-flow-inline.h (gimple_in_ssa_p,
2273 gimple_aliases_computed_p, gimple_addressable_vars,
2274 gimple_call_clobbered_vars, gimple_referenced_vars,
2275 gimple_global_var, gimple_nonlocal_all, gimple_var_anns,
2276 end_htab_p, end_referenced_vars_p, var_ann, function_ann,
2277 may_aliases, end_readonly_imm_use_p, has_zero_uses,
2278 has_single_use, single_imm_use, num_imm_uses, is_exec_stmt,
2279 is_label_stmt, is_global_var, phi_ssa_name_p,
2280 factoring_name_p, is_call_clobbered, tree_common_ann,
2281 op_iter_done, end_imm_use_stmt_p, end_imm_use_on_stmt_p,
2282 unmodifiable_var_p, array_ref_contains_indirect_ref,
2283 ref_contains_array_ref, lookup_subvars_for_var,
2284 var_can_have_subvars, overlap_subvar, gimple_ssa_operands,
2285 gimple_mem_ref_stats): Likewise.
2286 * tree-flow.h (tree_common_ann, var_ann, function_ann,
2287 may_aliases, is_exec_stmt, is_label_stmt,
2288 ref_contains_array_ref, array_ref_contains_indirect_ref,
2289 var_can_have_subvars, overlap_subvar, is_call_clobbered,
2290 unmodifiable_var_p): Likewise.
2291 * tree-gimple.c (is_gimple_min_invariant): Likewise.
2292 * tree-gimple.h (is_gimple_min_invariant): Likewise.
2293 * tree.c (type_hash_list, attribute_hash_list, tree_size,
2294 cst_and_fits_in_hwi, real_value_from_int_cst,
2295 build_real_from_int_cst, integer_zerop, integer_onep,
2296 integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2,
2297 tree_floor_log2, real_zerop, real_onep, real_twop,
2298 real_minus_onep, really_constant_p, purpose_member, chain_member,
2299 list_length, fields_length, int_size_in_bytes, bit_position,
2300 int_bit_position, byte_position, int_byte_position, expr_align,
2301 array_type_nelts, tree_node_structure,
2302 type_contains_placeholder_1, iterative_hash_pointer,
2303 is_attribute_with_length_p, is_attribute_p, check_qualified_type,
2304 tree_map_base_eq, type_hash_list, type_hash_eq,
2305 attribute_hash_list, type_num_arguments, tree_int_cst_equal,
2306 tree_int_cst_lt, tree_int_cst_compare, host_integerp,
2307 tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
2308 simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
2309 int_fits_type_p, get_containing_scope, decl_function_context,
2310 decl_type_context, omp_clause_operand_check_failed,
2311 initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
2312 * tree.h (omp_clause_operand_check_failed, tree_size,
2313 build_real_from_int_cst, array_type_nelts, purpose_member,
2314 tree_int_cst_equal, tree_int_cst_lt, tree_int_cst_compare,
2315 host_integerp, tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
2316 is_attribute_p, check_qualified_type, expr_align,
2317 int_size_in_bytes, bit_position, int_bit_position, byte_position,
2318 int_byte_position, list_length, fields_length, initializer_zerop,
2319 integer_zerop, integer_onep, integer_all_onesp, integer_pow2p,
2320 integer_nonzerop, cst_and_fits_in_hwi, num_ending_zeros,
2321 tree_node_structure, handled_component_p, get_containing_scope,
2322 decl_function_context, decl_type_context, real_zerop,
2323 type_num_arguments, fit_double_type, really_constant_p,
2324 int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
2325 compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
2326 real_twop, real_minus_onep, int_cst_value): Likewise.
2327
2328 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2329
2330 * cfglayout.c (insn_scope, insn_line): Constify.
2331 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq,
2332 const_double_htab_hash, const_double_htab_eq,
2333 mem_attrs_htab_hash): Likewise.
2334 * loop-iv.c (biv_eq): Likewise.
2335 * print-rtl.c (print_rtx, print_decl_name, print_mem_expr,
2336 print_inline_rtx, debug_rtx, debug_rtx_list, debug_rtx_range,
2337 debug_rtx_find, print_rtl, print_rtl_single, print_simple_rtl):
2338 Likewise.
2339 * rtl-error.c (location_for_asm, diagnostic_for_asm,
2340 error_for_asm, warning_for_asm, _fatal_insn,
2341 _fatal_insn_not_found): Likewise.
2342 * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
2343 rtx_equal_p, rtl_check_failed_bounds, rtl_check_failed_type1,
2344 rtl_check_failed_type2, rtl_check_failed_code1,
2345 rtl_check_failed_code2, rtl_check_failed_code_mode,
2346 rtvec_check_failed_bounds, rtl_check_failed_flag): Likewise.
2347 * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
2348 rtl_check_failed_type2, rtl_check_failed_code1,
2349 rtl_check_failed_code2, rtl_check_failed_code_mode,
2350 rtvec_check_failed_bounds, rtl_check_failed_flag, LABEL_KIND,
2351 SET_LABEL_KIND, rhs_regno, subreg_lsb, subreg_regno, subreg_nregs,
2352 shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
2353 get_pool_mode, insn_line, insn_file, simplify_replace_rtx,
2354 mode_signbit_p, rtx_addr_can_trap_p, nonzero_address_p,
2355 rtx_unstable_p, get_integer_term, get_related_value,
2356 offset_within_block_p, reg_mentioned_p, count_occurrences,
2357 reg_referenced_p, reg_used_between_p, no_labels_between_p,
2358 single_set_2, multiple_sets, set_noop_p, refers_to_regno_p,
2359 reg_overlap_mentioned_p, dead_or_set_p, dead_or_set_regno_p,
2360 find_reg_note, find_regno_note, find_reg_equal_equiv_note,
2361 find_constant_src, find_reg_fusage, find_regno_fusage,
2362 pure_call_p, remove_note, side_effects_p, volatile_refs_p,
2363 volatile_insn_p, may_trap_p, may_trap_after_code_motion_p,
2364 may_trap_or_fault_p, inequality_comparisons_p, tablejump_p,
2365 computed_jump_p, auto_inc_p, in_expr_list_p,
2366 remove_node_from_expr_list, loc_mentioned_in_p,
2367 label_is_jump_target_p, reversed_comparison_code_parts,
2368 debug_rtx, debug_rtx_list, debug_rtx_range, debug_rtx_find,
2369 print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
2370 print_inline_rtx): Likewise.
2371 * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,
2372 computed_jump_p_1, nonzero_bits1, rtx_unstable_p,
2373 rtx_addr_can_trap_p_1, rtx_addr_can_trap_p, nonzero_address_p,
2374 get_integer_term, get_related_value, offset_within_block_p,
2375 count_occurrences, reg_mentioned_p, no_labels_between_p,
2376 reg_used_between_p, reg_referenced_p, single_set_2,
2377 multiple_sets, set_noop_p, refers_to_regno_p,
2378 reg_overlap_mentioned_p, dead_or_set_p,
2379 covers_regno_no_parallel_p, covers_regno_p,
2380 dead_or_set_regno_p, find_reg_note, find_regno_note,
2381 find_reg_equal_equiv_note, find_constant_src, find_reg_fusage,
2382 find_regno_fusage, pure_call_p, remove_note, in_expr_list_p,
2383 remove_node_from_expr_list, volatile_insn_p, volatile_refs_p,
2384 side_effects_p, may_trap_p_1, may_trap_p,
2385 may_trap_after_code_motion_p, may_trap_or_fault_p,
2386 inequality_comparisons_p, tablejump_p, computed_jump_p_1,
2387 computed_jump_p, auto_inc_p, loc_mentioned_in_p, subreg_lsb,
2388 subreg_regno, subreg_nregs, label_is_jump_target_p): Likewise.
2389 * simplify-rtx.c (neg_const_int, plus_minus_operand_p,
2390 mode_signbit_p, simplify_replace_rtx, plus_minus_operand_p):
2391 Likewise.
2392 * toplev.h (_fatal_insn_not_found, _fatal_insn, error_for_asm,
2393 warning_for_asm): Likewise.
2394 * tree.h (print_rtl): Likewise.
2395 * varasm.c (get_pool_mode): Likewise.
2396
2397 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2398
2399 * c-lex.c (c_lex_with_flags, lex_string): Constify.
2400 * c-ppoutput.c (print_line, pp_dir_change): Likewise.
2401 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
2402 * cfg.c (bb_copy_original_hash, bb_copy_original_eq): Likewise.
2403 * cfgloop.c (loop_exit_hash, loop_exit_eq): Likewise.
2404 * ddg.c (compare_sccs): Likewise.
2405 * df-scan.c (df_ref_compare, df_mw_compare): Likewise.
2406 * dfp.c (decimal_real_from_string, decimal_to_decnumber,
2407 decimal_to_binary, decimal_do_compare, decimal_real_to_decimal,
2408 decimal_do_fix_trunc, decimal_real_to_integer,
2409 decimal_real_to_integer2, decimal_real_maxval): Likewise.
2410 * dse.c (const_group_info_t): New.
2411 (invariant_group_base_eq, invariant_group_base_hash): Constify.
2412 * dwarf2out.c (const_dw_die_ref): New.
2413 (decl_die_table_hash, decl_die_table_eq, file_info_cmp): Constify.
2414 * tree-browser.c (TB_parent_eq): Likewise.
2415 * unwind-dw2-fde.c (__register_frame_info_bases,
2416 __deregister_frame_info_bases, fde_unencoded_compare, fde_split,
2417 add_fdes, linear_search_fdes, binary_search_unencoded_fdes):
2418 Likewise.
2419 * unwind-dw2-fde.h (get_cie, next_fde): Likewise.
2420 * unwind-dw2.c (uw_frame_state_for): Likewise.
2421 * value-prof.c (histogram_hash, histogram_eq): Likewise.
2422 * value-prof.h (const_histogram_value): New.
2423
2424 2007-07-25 Richard Sandiford <richard@codesourcery.com>
2425
2426 * config/mips/mips.c (machine_function): Add
2427 initialized_mips16_gp_pseudo_p.
2428 (mips16_gp_pseudo_reg): Do not emit the initialization of
2429 mips16_gp_pseudo_rtx when being called from the gimple cost-
2430 calculation routines; emit it on the first use outside those
2431 routines.
2432
2433 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2434
2435 * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
2436 New.
2437
2438 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
2439 RTVEC_ELT, XWINT, XCWINT, XCMWINT, XCNMPRV, BLOCK_SYMBOL_CHECK,
2440 RTL_FLAG_CHECK1, RTL_FLAG_CHECK2, RTL_FLAG_CHECK3,
2441 RTL_FLAG_CHECK4, RTL_FLAG_CHECK5, RTL_FLAG_CHECK6,
2442 RTL_FLAG_CHECK7, RTL_FLAG_CHECK8, LABEL_KIND, SET_LABEL_KIND):
2443 Preserve const-ness of parameters through use of __typeof(),
2444 also constify and tidy.
2445
2446 * tree.h (TREE_CHECK, TREE_NOT_CHECK, TREE_CHECK2,
2447 TREE_NOT_CHECK2, TREE_CHECK3, TREE_NOT_CHECK3, TREE_CHECK4,
2448 NON_TREE_CHECK4, TREE_CHECK5, TREE_NOT_CHECK5,
2449 CONTAINS_STRUCT_CHECK, TREE_CLASS_CHECK, TREE_RANGE_CHECK,
2450 OMP_CLAUSE_SUBCODE_CHECK, OMP_CLAUSE_RANGE_CHECK, EXPR_CHECK,
2451 GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
2452 PHI_NODE_ELT_CHECK, OMP_CLAUSE_ELT_CHECK, TREE_OPERAND_CHECK,
2453 TREE_OPERAND_CHECK_CODE, GIMPLE_STMT_OPERAND_CHECK,
2454 TREE_RTL_OPERAND_CHECK, TREE_CHAIN, TREE_TYPE): Likewise.
2455
2456 2007-07-25 Julian Brown <julian@codesourcery.com>
2457 Mark Shinwell <shinwell@codesourcery.com>
2458
2459 * config/alpha/alpha.c (alpha_mangle_fundamental_type): Rename to...
2460 (alpha_mangle_type): This.
2461 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2462 (TARGET_MANGLE_TYPE): Define this instead.
2463 * config/arm/arm-protos.h (arm_mangle_type): Add prototype.
2464 * config/arm/arm.c (TARGET_MANGLE_TYPE): Define target hook.
2465 (arm_init_neon_builtins): Fix comment.
2466 (arm_mangle_map_entry): New.
2467 (arm_mangle_map): New.
2468 (arm_mangle_type): New.
2469 * config/i386/i386.c (ix86_mangle_fundamental_type): Rename to...
2470 (ix86_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
2471 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
2472 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2473 (TARGET_MANGLE_TYPE): Define this instead.
2474 * config/ia64/ia64.c (ia64_mangle_fundamental_type): Rename to...
2475 (ia64_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
2476 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
2477 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2478 (TARGET_MANGLE_TYPE): Define this instead.
2479 * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Rename
2480 to...
2481 (rs6000_mangle_type): This. Use TYPE_MAIN_VARIANT.
2482 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2483 (TARGET_MANGLE_TYPE): Define this instead.
2484 * config/s390/s390.c (s390_mangle_fundamental_type): Rename to...
2485 (s390_mangle_type): This.
2486 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2487 (TARGET_MANGLE_TYPE): Define this instead.
2488 * config/sparc/sparc.c (sparc_mangle_fundamental_type): Rename to...
2489 (sparc_mangle_type): This.
2490 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
2491 (TARGET_MANGLE_TYPE): Define this instead.
2492 * cp/mangle.c (write_type): Call mangle_type target hook on all
2493 types before mangling. Use original type, not main variant, as
2494 argument.
2495 * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename hook to...
2496 (TARGET_MANGLE_TYPE): This.
2497 * target.h (gcc_target): Rename mangle_fundamental_type to
2498 mangle_type.
2499 * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename section to...
2500 (TARGET_MANGLE_TYPE): This. Note slightly different semantics.
2501
2502 2007-07-25 Julian Brown <julian@codesourcery.com>
2503 Paul Brook <paul@codesourcery.com>
2504 Joseph Myers <joseph@codesourcery.com>
2505 Mark Shinwell <shinwell@codesourcery.com>
2506
2507 * Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.
2508 * config.gcc (arm*-*-*): Add arm_neon.h to extra headers.
2509 (with_fpu): Allow --with-fpu=neon.
2510 * config/arm/aof.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
2511 * config/arm/aout.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
2512 * config/arm/arm-modes.def (EI, OI, CI, XI): New modes.
2513 * config/arm/arm-protos.h (neon_immediate_valid_for_move)
2514 (neon_immediate_valid_for_logic, neon_output_logic_immediate)
2515 (neon_pairwise_reduce, neon_expand_vector_init, neon_reinterpret)
2516 (neon_emit_pair_result_insn, neon_disambiguate_copy)
2517 (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad)
2518 (output_move_neon): Add prototypes.
2519 * config/arm/arm.c (FL_NEON): New flag for NEON processor capability.
2520 (all_fpus): Add FPUTYPE_NEON.
2521 (fp_model_for_fpu): Add NEON field.
2522 (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
2523 (arm_arg_partial_bytes): Allow NEON vectors to be passed partially
2524 in registers.
2525 (arm_legitimate_address_p): Don't support fancy addressing for NEON
2526 structure moves.
2527 (thumb2_legitimate_address_p): Likewise.
2528 (neon_valid_immediate): Recognize and prepare constants suitable for
2529 NEON instructions.
2530 (neon_immediate_valid_for_move): New function. Recognize and prepare
2531 immediates for NEON move instructions.
2532 (neon_immediate_valid_for_logic): New function. Recognize and
2533 prepare immediates for NEON logic instructions.
2534 (neon_output_logic_immediate): New function. Create asm string
2535 suitable for outputting immediate logic instructions.
2536 (neon_pairwise_reduce): New function. Implement reduction using
2537 pairwise operations.
2538 (neon_expand_vector_init): New function. Expand a (possibly
2539 non-constant) vector initialization.
2540 (neon_vector_mem_operand): New function. Memory operands supported
2541 for quad-word loads/stores to/from ARM or NEON registers. Don't
2542 allow base+offset addressing for core regs.
2543 (neon_struct_mem_operand): New function. Valid mems for NEON
2544 structure moves.
2545 (coproc_secondary_reload_class): Enable NEON registers to be loaded
2546 from neon_vector_mem_operand addresses without a secondary register.
2547 (add_minipool_forward_ref): Handle >8-byte minipool entries.
2548 (add_minipool_backward_ref): Likewise.
2549 (dump_minipool): Likewise.
2550 (push_minipool_fix): Likewise.
2551 (output_move_quad): New function. Output quad-word moves, loads and
2552 stores using ARM registers.
2553 (output_move_vfp): Add support for vectors in VFP (NEON) D
2554 registers.
2555 (output_move_neon): Output a NEON load/store to/from a quadword
2556 register.
2557 (arm_print_operand): Implement new codes:
2558 - 'c' for unadorned integers (without a # sign).
2559 - 'J', 'K' for reg+2/reg+3, reg+3/reg+2 in little/big-endian
2560 mode.
2561 - 'e', 'f' for the low and high D parts of a NEON Q register.
2562 - 'q' outputs a NEON Q register.
2563 - 'h' outputs ranges of D registers for VLDM/VSTM etc.
2564 - 'T' prints NEON opcode features from a coded bitmask.
2565 - 'F' is similar to T, but signed/unsigned codes both print as
2566 'i'.
2567 - 't' is similar to T, but 'u' is printed instead of 'p'.
2568 - 'O' prints 'r' if NEON instruction should perform rounding (as
2569 specified by bitmask), else prints nothing.
2570 - '#' is a punctuation character to stop operand numbers from
2571 running together with following digits in the assembler
2572 strings for instructions (when using mode attributes).
2573 (arm_assemble_integer): Handle extra NEON vector modes. Permute
2574 constant vectors in big-endian mode, where necessary.
2575 (arm_hard_regno_mode_ok): Allow vectors in VFP/NEON registers.
2576 Handle EI, OI, CI, XI modes.
2577 (ashlv4hi3, ashlv2si3, lshrv4hi3, lshrv2si3, ashrv4hi3)
2578 (ashrv2si3): Rename IWMMXT2_BUILTINs to...
2579 (ashlv4hi3_iwmmxt, ashlv2si3_iwmmxt, lshrv4hi3_iwmmxt)
2580 (lshrv2si3_iwmmxt, ashrv4hi3_iwmmxt, ashrv2si3_iwmmxt): New names.
2581 (neon_builtin_type_bits): Add enumeration, one bit for each vector
2582 type.
2583 (v8qi_UP, v4hi_UP, v2si_UP, v2sf_UP, di_UP, v16qi_UP, v8hi_UP)
2584 (v4si_UP, v4sf_UP, v2di_UP, ti_UP, ei_UP, oi_UP, UP): Define macros
2585 to turn v8qi, etc. into bits defined above.
2586 (neon_itype): New enumeration. Classifications of NEON builtins.
2587 (neon_builtin_datum): Define struct. Contains information about
2588 a single builtin (with multiple modes).
2589 (CF): Define helper macro for...
2590 (VAR1...VAR10): Define builtins with a type, name and 1-10 different
2591 modes.
2592 (neon_builtin_data): New array. Define information about builtins
2593 for use during initialization/expansion.
2594 (arm_init_neon_builtins): New function.
2595 (arm_init_builtins): Call arm_init_neon_builtins if TARGET_NEON is
2596 true.
2597 (neon_builtin_compare): New function.
2598 (locate_neon_builtin_icode): New function. Find an insn code for a
2599 builtin given a function code for that builtin. Also return type of
2600 builtin (NEON_BINOP, NEON_UNOP etc.).
2601 (builtin_arg): New enumeration. Types of arguments for builtins.
2602 (arm_expand_neon_args): New function. Expand a generic NEON builtin.
2603 Takes a variable argument list of builtin_arg types, terminated by
2604 NEON_ARG_STOP.
2605 (arm_expand_neon_builtin): New function. Expand a NEON builtin.
2606 (neon_reinterpret): New function. Expand NEON reinterpret intrinsic.
2607 (neon_emit_pair_result_insn): New function. Support returning pairs
2608 of vectors via a pointer.
2609 (neon_disambiguate_copy): New function. Set up operands for a
2610 multi-word copy such that registers do not get clobbered.
2611 (arm_expand_builtin): Call arm_expand_neon_builtin if fcode >=
2612 ARM_BUILTIN_NEON_BASE.
2613 (arm_file_start): Set float-abi attribute for NEON.
2614 (arm_vector_mode_supported_p): Enable NEON vector modes.
2615 (arm_mangle_map_entry): New.
2616 (arm_mangle_map): New.
2617 (arm_mangle_vector_type): New.
2618 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_NEON__
2619 when appropriate.
2620 (TARGET_NEON): New macro. Target supports NEON.
2621 (fputype): Add FPUTYPE_NEON.
2622 (UNITS_PER_SIMD_WORD): Define. Allow quad-word registers to be used
2623 for vectorization based on command-line arg.
2624 (NEON_REGNO_OK_FOR_NREGS): Define.
2625 (VALID_NEON_DREG_MODE, VALID_NEON_QREG_MODE)
2626 (VALID_NEON_STRUCT_MODE): Define.
2627 (PRINT_OPERAND_PUNCT_VALID_P): '#' is valid punctuation.
2628 (arm_builtins): Add ARM_BUILTIN_NEON_BASE.
2629 * config/arm/arm.md (VUNSPEC_POOL_16): Insert constant for unspec.
2630 (consttable_16): Add pattern for outputting 16-byte minipool
2631 entries.
2632 (movv2si, movv4hi, movv8qi): Remove blank expanders (redefined in
2633 vec-common.md).
2634 (vec-common.md, neon.md): Include md files.
2635 * config/arm/arm.opt (mvectorize-with-neon-quad): Add option.
2636 * config/arm/constraints.md (constraint "Dn", "Dl", "DL"): Define.
2637 (memory_constraint "Ut", "Un", "Us"): Define.
2638 * config/arm/iwmmxt.md (VMMX, VSHFT): New mode macros.
2639 (MMX_char): New mode attribute.
2640 (addv8qi3, addv4hi3, addv2si3): Remove. Replace with...
2641 (*add<mode>3_iwmmxt): New insn pattern.
2642 (subv8qi3, subv4hi3, subv2si3): Remove. Replace with...
2643 (*sub<mode>3_iwmmxt): New insn pattern.
2644 (mulv4hi3): Rename to...
2645 (*mulv4hi3_iwmmxt): This.
2646 (smaxv8qi3, smaxv4hi3, smaxv2si3, umaxv8qi3, umaxv4hi3)
2647 (umaxv2si3, sminv8qi3, sminv4hi3, sminv2si3, uminv8qi3)
2648 (uminv4hi3, uminv2si3): Remove. Replace with...
2649 (*smax<mode>3_iwmmxt, *umax<mode>3_iwmmxt, *smin<mode>3_iwmmxt)
2650 (*umin<mode>3_iwmmxt): These.
2651 (ashrv4hi3, ashrv2si3, ashrdi3_iwmmxt): Replace with...
2652 (ashr<mode>3_iwmmxt): This new pattern.
2653 (lshrv4hi3, lshrv2si3, lshrdi3_iwmmxt): Replace with...
2654 (lshr<mode>3_iwmmxt): This new pattern.
2655 (ashlv4hi3, ashlv2si3, ashldi3_iwmmxt): Replace with...
2656 (ashl<mode>3_iwmmxt): This new pattern.
2657 * config/arm/neon-docgen.ml: New file. Generate documentation for
2658 intrinsics.
2659 * config/arm/neon-gen.ml: New file. Generate arm_neon.h header.
2660 * config/arm/arm_neon.h: New (autogenerated).
2661 * config/arm/neon-testgen.ml: New file. Generate NEON tests
2662 automatically.
2663 * config/arm/neon.md: New file. Define NEON instructions.
2664 * config/arm/neon.ml: New file. Abstract description of NEON
2665 instructions, used to generate arm_neon.h header, documentation and
2666 tests.
2667 * config/arm/t-arm (MD_INCLUDES): Add vec-common.md, neon.md.
2668 * vec-common.md: New file. Shared parts for iWMMXt and NEON vector
2669 support.
2670 * doc/extend.texi (ARM Built-in Functions): Rename and remove
2671 extraneous comma.
2672 (ARM NEON Intrinsics): New subsection.
2673 * doc/arm-neon-intrinsics.texi: New (autogenerated).
2674
2675 2007-07-25 Danny Smith <dannysmith@users.sourceforge.net>
2676
2677 * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
2678 prototype.
2679
2680 2007-07-24 Jan Hubicka <jh@suse.cz>
2681
2682 * regclass.c (move_table): New type.
2683 (move_cost, may_move_in_cost, may_move_out_cost): Use it.
2684 (init_move_cost): Break out from ...
2685 (init_reg_sets_1): ... here; simplify computation of
2686 have_regs-of_mode and contains_reg_of_mode.
2687 (record_reg_classes): Unswitch internal loops.
2688 (copy_cost): Trigger lazy initialization of move cost
2689 (record_address_regs): Likewise.
2690
2691 2007-07-24 Daniel Berlin <dberlin@dberlin.org>
2692
2693 * config/darwin.c (darwin_override_options): Don't force on
2694 flag_var_tracking_uninit when no debug info is requested.
2695
2696 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2697
2698 * cfgloop.c (init_loops_structure): New function.
2699 (flow_loops_find): Create root of the loop tree unconditionally.
2700
2701 2007-07-24 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.
2704
2705 2007-07-24 Jan Hubicka <jh@suse.cz>
2706
2707 * caller-save.c: Include ggc.h, gt-caller-save.h
2708 (reg_save_code, reg_restore_code): Rename to ...
2709 (cached_reg_save_code, cached_reg_restore_code): ... those.
2710 (savepat, restpat, test_reg, test_mem, saveinsn, restinsn): New.
2711 (reg_save_code, reg_restore_code): New functions.
2712 (init_caller_save): Do not intialize
2713 reg_save_code/reg_restore_code tables.
2714 * Makefile.in: (gt-caller-save.h): New.
2715
2716 2007-07-24 Andreas Krebbel <krebbel1@de.ibm.com>
2717
2718 * tree-ssa-ifcombine.c (ifcombine_ifandif): Use a ONE operand
2719 with the mode of the original operand instead of
2720 integer_one_node.
2721
2722 2007-07-23 Jan Hubicka <jH@suse.cz>
2723
2724 * i386.c (ix86_secondary_memory_needed): Break out to...
2725 (inline_secondary_memory_needed): ... here.
2726 (ix86_memory_move_cost): Break out to ...
2727 (inline_memory_move_cost): ... here; add support for IN value of 2 for
2728 maximum of input and output; fix handling of Q_REGS on 64bit.
2729 (ix86_secondary_memory_needed): Microoptimize.
2730
2731 2007-07-23 Sebastian Pop <sebpop@gmail.com>
2732
2733 * tree-data-ref.c (find_vertex_for_stmt, create_rdg_edge_for_ddr,
2734 create_rdg_edges_for_scalar, create_rdg_edges, create_rdg_vertices,
2735 stmts_from_loop, known_dependences_p, build_rdg): New.
2736 * tree-data-ref.h: Depends on graphds.h.
2737 (rdg_vertex, RDGV_STMT, rdg_dep_type, rdg_edge, RDGE_TYPE): New.
2738 (build_rdg): Declared.
2739 * Makefile.in (TREE_DATA_REF_H): Depends on graphds.h.
2740
2741 2007-07-23 Daniel Berlin <dberlin@dberlin.org>
2742
2743 * tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
2744 ccp_min_invariant.
2745
2746 2007-07-23 Peter Bergner <bergner@vnet.ibm.com>
2747 Jakub Jelinek <jakub@redhat.com>
2748
2749 PR middle-end/PR28690
2750 * optabs.c (expand_binop): (emit_cmp_and_jump_insns): Allow EQ compares.
2751 * rtlanal.c (commutative_operand_precedence): Prefer both REG_POINTER
2752 and MEM_POINTER operands over REG and MEM operands.
2753 (swap_commutative_operands_p): Change return value to bool.
2754 * rtl.h: Update the corresponding prototype.
2755 * tree-ssa-address.c (gen_addr_rtx): Use simplify_gen_binary
2756 instead of gen_rtx_PLUS.
2757 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Change return
2758 value to bool. Change function arguments to rtx's and update code
2759 to match.
2760 (simplify_plus_minus): Update the simplify_plus_minus_op_data_cmp
2761 calls to match the new declaration.
2762 * simplify-rtx.c (simplify_associative_operation): Don't
2763 reorder simplify_binary_operation arguments.
2764
2765 2007-07-23 Richard Sandiford <richard@codesourcery.com>
2766
2767 * config/mips/mips.c (override_options): Use mips_costs to derive
2768 the default branch cost.
2769 * config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather
2770 than mips_costs.
2771 * config/mips/mips.opt (mbranch-cost=): New option.
2772 * doc/invoke.texi (-mbranch-cost): Document new MIPS option.
2773
2774 2007-07-23 Richard Sandiford <richard@codesourcery.com>
2775
2776 * config/mips/mips.h (GR_REG_CLASS_P, COP_REG_CLASS_P): Delete.
2777 (SECONDARY_MEMORY_NEEDED): Delete commented-out definition.
2778 * config/mips/mips.c (mips_register_move_cost): Use reg_class_subset_p
2779 instead of GR_REG_CLASS_P and COP_REG_CLASS_P.
2780
2781 2007-07-23 Richard Sandiford <richard@codesourcery.com>
2782
2783 * config/mips/constraints.md (ks): New constraint.
2784 * config/mips/mips.md (*add<mode>3_sp1, *add<mode>3_sp2): Fold into...
2785 (*add<mode>3_mips16): ...here.
2786
2787 2007-07-21 Uros Bizjak <ubizjak@gmail.com>
2788
2789 * optabs.h (enum optab_index): Add new OTI_signbit.
2790 (signbit_optab): Define corresponding macro.
2791 (enum insn_code signbit_optab[]): Remove array.
2792 * optabs.c (init_optabs): Initialize signbit_optab using init_optab.
2793 (expand_copysign_absneg): If back end provides signbit insn, use it
2794 instead of bit operations on floating point argument.
2795 * builtins.c (enum insn_code signbit_optab[]): Remove array.
2796 (expand_builtin_signbit): Check signbit_optab->handlers[].insn_code for
2797 availability of signbit insn.
2798
2799 * config/i386/i386.md (signbit<mode>2): New insn pattern to implement
2800 signbitf, signbit and signbitl built-ins as inline x87 intrinsics when
2801 SSE mode is not active.
2802 (isinf<mode>2): Disable for mfpmath=sse,387.
2803
2804 2007-07-22 Ben Elliston <bje@au.ibm.com>
2805
2806 * regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
2807 `class' parameter.
2808 * struct-equiv.c (note_local_live): Likewise for `y_regno'.
2809
2810 2007-07-20 Richard Guenther <rguenther@suse.de>
2811
2812 * tree-cfg.c (verify_expr): COND_EXPRs can have any
2813 integral typed condition.
2814 * tree-ssa.c (useless_type_conversion_p): Do not preserve
2815 booleanness. Only preserve conversions from a non-base
2816 type to a base type, not in general between types with
2817 different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
2818 * tree.def (COND_EXPR): Document that the condition
2819 can be of any integral type.
2820
2821 2007-07-20 Nigel Stephens <nigel@mips.com>
2822 Richard Sandiford <richard@codesourcery.com>
2823
2824 * config/mips/mips.h (mips_dwarf_regno): Declare.
2825 (DBX_REGISTER_NUMBER): Remove redundant brackets.
2826 (HI_REGNUM, LO_REGNUM): Define in an endian-dependent way.
2827 (AC1HI_REGNUM, AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM)
2828 (AC3HI_REGNUM, AC3LO_REGNUM, ACC_HI_REG_P): Delete.
2829 (reg_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
2830 (REG_CLASS_NAMES): Update accordingly.
2831 * config/mips/mips.c (mips_dwarf_regno): New array.
2832 (mips_regno_to_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
2833 (mips_subword): Remove special handling for accumulator registers.
2834 (override_options): Initiailize mips_dwarf_regno. Remove use
2835 of ACC_HI_REG_P.
2836 (mips_swap_registers): New function.
2837 (mips_conditional_register_usage): Swap accumulator registers
2838 around if TARGET_LITTLE_ENDIAN.
2839 (mips_cannot_change_mode_class): Remove special treatment of ACC_REGS.
2840 * config/mips/constraints.md (h, l): Use the endianness to choose
2841 between MD0_REG and MD1_REG.
2842 * config/mips/mips.md (*mfhilo_<mode>_macc): Use a fixed-string,
2843 alternative-dependent template.
2844
2845 2007-07-20 Richard Sandiford <richard@codesourcery.com>
2846
2847 * config/arm/arm.md (movsi): Use can_create_pseudo_p instead of
2848 no_new_pseudos.
2849
2850 2007-07-20 Zdenek Dvorak <dvorakz@suse.cz>
2851
2852 * function.c (thread_prologue_and_epilogue_insns): Fix exit
2853 predecessor fallthru flags.
2854
2855 2007-07-20 Zdenek Dvorak <dvorakz@suse.cz>
2856
2857 * tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands
2858 of compare to the same type.
2859 * cfgloopmanip.c (add_loop): Update information about loop exits.
2860 (loop_version): Remove the innermost loop requirement.
2861 * tree-ssa-loop-manip.c (determine_exit_conditions): Convert bounds
2862 to sizetype for pointers.
2863
2864 2007-07-18 H.J. Lu <hongjiu.lu@intel.com>
2865
2866 * Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
2867 (D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd.
2868 (D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td.
2869
2870 * config/dfp-bit.c: Empty for TFmode conversions.
2871
2872 2007-07-18 Caroline Tice <ctice@apple.com>
2873
2874 * var-tracking.c (find_src_status): Check for COND_EXEC insns
2875 and handle them correctly; check that src is not NULL before
2876 trying to use it.
2877 (find_src_set_src): Likewise.
2878
2879 2007-07-18 Bob Wilson <bob.wilson@acm.org>
2880
2881 * config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New.
2882 (struct alignment_context, init_alignment_context): New.
2883 (xtensa_expand_compare_and_swap, xtensa_expand_atomic): New.
2884 * config/xtensa/xtensa.h (XCHAL_HAVE_RELEASE_SYNC): Add default.
2885 (XCHAL_HAVE_S32C1I): Likewise.
2886 (TARGET_RELEASE_SYNC, TARGET_S32C1I): New.
2887 * config/xtensa/xtensa.md (UNSPECV_MEMW): New constant.
2888 (UNSPECV_S32RI, UNSPECV_S32C1I): Likewise.
2889 (ATOMIC, HQI): New macros.
2890 (memory_barrier, *memory_barrier): New.
2891 (sync_lock_releasesi): New.
2892 (sync_compare_and_swapsi, sync_compare_and_swap<mode>): New.
2893 (sync_lock_test_and_set<mode>): New.
2894 (sync_<atomic><mode>): New.
2895 (sync_old_<atomic><mode>, sync_new_<atomic><mode>): New.
2896 * config/xtensa/xtensa-protos.h (xtensa_expand_compare_and_swap): New.
2897 (xtensa_expand_atomic): New.
2898
2899 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2900
2901 PR target/30652
2902
2903 * builtins.c (expand_builtin_interclass_mathfn): Provide a generic
2904 transformation for builtin ISNORMAL.
2905 (expand_builtin): Handle BUILT_IN_ISNORMAL.
2906 * builtins.def (BUILT_IN_ISNORMAL): New.
2907 * doc/extend.texi: Document isnormal.
2908
2909 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2910
2911 PR target/30652
2912
2913 * builtins.c (expand_builtin_interclass_mathfn): Allow for missing
2914 optabs infrastructure. Provide generic implementation for
2915 FINITE/ISFINITE.
2916 (expand_builtin): Handle FINITE/ISFINITE.
2917 (fold_builtin_classify): Make ISFINITE canonical instead of FINITE.
2918 (fold_builtin_1): Likewise.
2919
2920 * builtins.def (BUILT_IN_ISFINITE): New.
2921
2922 * doc/extend.texi: Document isfinite.
2923
2924 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2925
2926 PR target/30652
2927 PR middle-end/20558
2928
2929 * builtins.c (expand_builtin_interclass_mathfn): Provide a
2930 generic fallback for isinf.
2931 * c-cppbuiltin.c (builtin_define_float_constants): Move FP max
2932 calculation code ...
2933 * real.c (get_max_float): ... to here.
2934 * real.h (get_max_float): New.
2935
2936 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2937
2938 PR middle-end/32668
2939
2940 * builtin-attrs.def (ATTR_TYPEGENERIC,
2941 ATTR_CONST_NOTHROW_TYPEGENERIC): New.
2942
2943 * builtins.def (BUILT_IN_ISINF, BUILT_IN_ISNAN,
2944 BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
2945 BUILT_IN_ISLESSEQUAL, BUILT_IN_ISLESSGREATER,
2946 BUILT_IN_ISUNORDERED): Use ATTR_CONST_NOTHROW_TYPEGENERIC.
2947
2948 * c-common.c (handle_type_generic_attribute): New.
2949 (c_common_attribute_table): Add "type generic".
2950
2951 * c-typeck.c (convert_arguments): Handle "type generic" functions.
2952
2953 2007-07-18 Daniel Berlin <dberlin@dberlin.org>
2954
2955 * tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
2956 * tree-ssa-propagate (valid_gimple_expression): Handle ADDR_EXPR
2957 properly.
2958
2959 2007-07-18 Rask Ingemann Lambertsen <rask@sygehus.dk>
2960
2961 PR target/32808
2962 * config/cris/cris.c (cris_print_index): Don't use XEXP before
2963 checking that the operand is an expression.
2964
2965 2007-07-19 Christoph von Wittich <Christoph_vW@reactos.org>
2966 Danny Smith <dannysmith@users.sourceforge.net>
2967
2968 PR/other 30335
2969 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Put
2970 file mapping object in local namespace if Windows version later
2971 than NT4
2972
2973 2007-07-18 Richard Sandiford <richard@codesourcery.com>
2974
2975 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Declare.
2976 * config/arm/arm.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
2977 arm_cannot_force_const_mem.
2978 (arm_cannot_force_const_mem): New function.
2979 * config/arm/arm.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macro.
2980 (LEGITIMATE_CONSTANT_P): Test arm_cannot_force_const_mem instead
2981 of arm_tls_referenced_p.
2982 * config/arm/arm.md (movsi): Split out-of-section constants when
2983 ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P.
2984 * config/arm/vxworks.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
2985
2986 2007-07-18 Richard Sandiford <richard@codesourcery.com>
2987
2988 * config/mips/mips.md (clear_cache): Treat the size argument as Pmode.
2989
2990 2007-07-18 Richard Sandiford <richard@codesourcery.com>
2991
2992 * config/mips/mips.md (*extendqihi2): Convert the destination
2993 to SImode.
2994
2995 2007-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2996
2997 * config/pa/fptr.c: Update license header.
2998 * config/pa/milli64.S: Likewise.
2999
3000 2007-07-17 Nick Clifton <nickc@redhat.com>
3001
3002 * COPYING_v3: New file. Contains version 3 of the GNU General
3003 Public License.
3004 * COPYING.LIB_v3: New file. Contains version 3 of the GNU
3005 Lesser General Public License.
3006 * doc/include/gpl_v3.texi: New file. Contains version 3 of
3007 the GNU General Public License.
3008
3009 2007-07-17 Zdenek Dvorak <dvorakz@suse.cz>
3010
3011 PR rtl-optimization/32773
3012 * cfglayout.c (force_one_exit_fallthru): New function.
3013 (cfg_layout_finalize): Use it.
3014
3015 2007-07-16 Richard Guenther <rguenther@suse.de>
3016 Uros Bizjak <ubizjak@gmail.com>
3017
3018 * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
3019 before forcing it to gimple operand.
3020
3021 2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
3022 David Ung <davidu@mips.com>
3023
3024 * config/mips/mips.h (TUNE_24K): Define.
3025 (TUNE_MACC_CHAINS): Add TUNE_24K.
3026 * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
3027 imadd.
3028 * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
3029 (r74k_int_madd): .. this new reservation.
3030 (define_bypass): Fixed bypasses for r74k_int_madd to use
3031 mips_linked_madd_p.
3032 * config/mips/24k.md (define_bypass): Define new
3033 r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.
3034
3035 2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
3036 Nigel Stephens <nigel@mips.com>
3037
3038 * config/mips/mips.md: Include 20kc.md.
3039 * config/mips/20kc.md: New file.
3040 * config/mips/mips.c (mips_rtx_cost_data): Fill in 20Kc costs.
3041 (mips_adjust_cost): Tweak for 20Kc.
3042 (mips_issue_rate): Likewise.
3043 * config/mips/mips.h (TUNE_20KC): Define.
3044
3045 2007-07-16 David Edelsohn <edelsohn@gnu.og>
3046
3047 * config/rs6000/rs6000.c (struct processor_cost): Add
3048 cache_line_size, l1_cache_lines, and simultaneous_prefetches
3049 fields.
3050 (*_cost): Add cache information.
3051 (rs6000_override_options): Set cache parameters.
3052
3053 2007-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3054
3055 PR bootstrap/3456
3056 * config.gcc (mips-sgi-irix[56]*): Enable pthread support.
3057 * doc/install.texi (mips-sgi-irix6): pthread support works now.
3058
3059 2007-07-16 Paul Brook <paul@codesourcery.com>
3060
3061 PR target/32753
3062 * config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
3063 (cirrus_thumb2_movsi_insn): Ditto.
3064
3065 2007-07-15 Geoffrey Keating <geoffk@apple.com>
3066
3067 * config/rs6000/darwin-fallback.c (interpret_libc): Change
3068 CR2_REGNO to R_CR2.
3069
3070 2007-07-15 Andrew Haley <aph@redhat.com>
3071
3072 * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL
3073 before looking in the context.
3074
3075 2007-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3076
3077 PR middle-end/32398
3078 PR middle-end/32769
3079 * pa-protos.h (pa_eh_return_handler_rtx): Declare.
3080 * pa.c (pa_extra_live_on_entry, rp_saved): Declare.
3081 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
3082 (pa_output_function_prologue): Use rp_saved and current_function_is_leaf
3083 to generate .CALLINFO statement.
3084 (hppa_expand_prologue): Set rp_saved.
3085 (hppa_expand_epilogue): Use rp_saved.
3086 (pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
3087 * pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.
3088
3089 2007-07-14 Dirk Mueller <dmueller@suse.de>
3090
3091 * omega.c (coalesce): Fix memory leak on early exit.
3092 * matrix-reorg.c (check_allocation_function): Likewise.
3093 * tree-vect-transform.c (vect_get_new_vect_var): free result
3094 of concat().
3095 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
3096 pass pointer to edge vector
3097 (partition_hot_cold_basic_blocks): Fix memory leak.
3098 * collect2.c (prefix_from_string): Free temporary storage.
3099 * reload1.c (fixup_abnormal_edges): Free sbitmap.
3100
3101 2007-07-14 Kaz Kojima <kkojima@gcc.gnu.org>
3102
3103 * config/sh/sh.h (DO_GLOBAL_CTORS_BODY): Add void to prototype.
3104 (DO_GLOBAL_DTORS_BODY): Likewise.
3105
3106 2007-07-14 Sandra Loosemore <sandra@codesourcery.com>
3107 Nigel Stephens <nigel@mips.com>
3108
3109 * config/mips/mips.c (mips_classify_symbol): Don't return
3110 SYMBOL_SMALL_DATA for constant pool addresses if
3111 TARGET_EMBEDDED_DATA is true.
3112
3113 2007-07-14 Uros Bizjak <ubizjak@gmail.com>
3114
3115 * config/i386/i386.c (init_mmx_sse_builtins): Define all builtins
3116 except __builtin_ia32_emms, __builtin_ia32_ldmxcsr,
3117 __builtin_ia32_stmxcsr, __builtin_ia32_maskmovq, __builtin_ia32_loadups,
3118 __builtin_ia32_storeups, __builtin_ia32_loadhps, __builtin_ia32_loadlps,
3119 __builtin_ia32_storehps, __builtin_ia32_storelps,
3120 __builtin_ia32_movntps, __builtin_ia32_movntq, __builtin_ia32_sfence,
3121 __builtin_ia32_femms, __builtin_ia32_maskmovdqu, __builtin_ia32_loadupd,
3122 __builtin_ia32_storeupd, __builtin_ia32_loadhpd, __builtin_ia32_loadlpd,
3123 __builtin_ia32_movnti, __builtin_ia32_movntpd, __builtin_ia32_movntdq,
3124 __builtin_ia32_clflush, __builtin_ia32_lfence, __builtin_ia32_mfence,
3125 __builtin_ia32_loaddqu, __builtin_ia32_storedqu, __builtin_ia32_monitor,
3126 __builtin_ia32_mwait, __builtin_ia32_lddqu, __builtin_ia32_movntdqa,
3127 __builtin_ia32_movntsd and __builtin_ia32_movntss as const builtins
3128 using def_builtin_const.
3129
3130 2007-07-14 Eric Botcazou <ebotcazou@adacore.com>
3131
3132 PR tree-optimization/32705
3133 * tree-ssa-sccvn.c (set_ssa_val_to): Accept VN_TOP as value number.
3134 (simplify_binary_expression): Use SSA_VAL consistently.
3135
3136 2007-07-13 David Edelsohn <edelsohn@gnu.org>
3137
3138 * config/rs6000/spe.md (SPE_ACC_REGNO): Delete definition.
3139 (SPEFSCR_REGNO): Delete definition.
3140 * config/rs6000/rs6000.c: LINK_REGISTER_REGNUM -> LR_REGNO.
3141 COUNT_REGISTER_REGNUM -> CTR_REGNO.
3142 * config/rs6000/rs6000.h: Do not define *_REGNO.
3143 LINK_REGISTER_REGNUM -> LR_REGNO.
3144 COUNT_REGISTER_REGNUM -> CTR_REGNO.
3145 * config/rs6000/predicates.md: LINK_REGISTER_REGNUM -> LR_REGNO.
3146 COUNT_REGISTER_REGNUM -> CTR_REGNO.
3147 * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
3148 R_VRSAVE, R_VSCR. Use them.
3149 * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
3150 R_XER, R_VR0, R_VRSAVE, R_VSCR, R_SPEFSCR. Use them.
3151 * config/rs6000/rs6000.md: Define REGNO constants. Use them.
3152 * config/rs6000/aix.h: Define R_LR. Use it.
3153
3154 2007-07-13 Caroline Tice <ctice@apple.com>
3155
3156 * toplev.c (process_options): Turn flag_var_tracking_uninit off when
3157 flag_var_tracking is explicitly turned off (i.e. when variable
3158 tracking is not feasible); otherwise, turn flag_var_tracking on when
3159 flag_var_tracking_uninit is on.
3160 * rtl.def (VAR_LOCATION): Add a new integer subfield to VAR_LOCATION
3161 note definitions, to allow recording of initialization status in the
3162 notes.
3163 * dwarf2out.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
3164 (add_var_loc_to_decl): Add comparison of NOTE_VAR_LOCATION_STATUS to
3165 determine if two note locations are equal.
3166 (output_loc_list): Don't output list entries whose start & end labels
3167 are the same.
3168 (reg_loc_descriptor): Add parameter for initialization status; pass it
3169 to other loc descriptor functions.
3170 (one_reg_loc_descriptor): Add parameter for initialization status;
3171 check its value and add DW_OP_GNU_uninit to returned loc descr if
3172 appropriate.
3173 (multiple_reg_loc_descriptor): Add parameter for initialization
3174 status;
3175 pass init status argument to other loc descriptor functions; check
3176 value of intialization parameter and add DW_OP_GNU_uninit to returned
3177 loc descr if appropriate.
3178 (based_loc_descr): Add parameter for initialization status; add new
3179 variable for return value; check value of initialization parameter and
3180 add DW_OP_GNU_uninit to returned loc descr if appropriate.
3181 (concatn_mem_loc_descriptor): Add parameter for initialization status;
3182 pass init status argument to other loc descriptor functions; check
3183 value of intialization parameter and add DW_OP_GNU_uninit to returned
3184 loc descr if appropriate.
3185 (mem_loc_descriptor): Likewise.
3186 (concat_loc_descriptor): Likewise.
3187 (concatn_loc_descriptor): Likewise.
3188 (loc_descriptor): Add parameter for initialization status; pass it as
3189 argument to other loc descriptor function calls.
3190 (loc_descriptor_from_tree_1): Add appropriate initialization status
3191 to loc descriptor function calls.
3192 (add_location_or_const_value_attribute): Get initialization status
3193 from VAR_LOCATION note; add initialization status to loc descriptor
3194 function calls.
3195 * dwarf2.h (enum dwarf_location_atom): New op, DW_OP_GNU_uninit.
3196 * print-rtl.c (print_rtx): When printing a VAR_LOCATION note, if
3197 status is uninitialized, add "[uninint]" to output.
3198 * common.opt (fvar-tracking-uninit): New option, similar to
3199 fvar-tracking, to turn on tracking of uninitialized variables; creates
3200 a new global flag, flag_var_tracking_uninit.
3201 * rtl.h (NOTE_VAR_LOCATION_STATUS): New macro for accessing new field.
3202 (enum var_init_status): New type, for var initialization status field.
3203 * var-tracking.c (struct location_chain_def): Two new fields, init,
3204 for initialization status, and set_src for the assignment value expr.
3205 (unshare_variable): New parameter for initialization status;
3206 initialize new init and set_src fields.
3207 (var_reg_set): New parameters for initialization status and value;
3208 pass them to set_variable_part.
3209 (var_mem_set): Likewise.
3210 (get_init_value): New function.
3211 (var_reg_delete_and_set): New initialization status & value
3212 parameters; add call to get_init_value if status is unknown; pass new
3213 parameters to clobber_variable_part and var_reg_set.
3214 (var_mem_delete_and_set): Likewise.
3215 (var_reg_delete): Pass null set_src value to clobber_variable_part.
3216 (var_mem_delete): Likewise.
3217 (variable_union): Pass status to unshare_variable; initialize new init
3218 and set_src fields. If flag_var_tracking_uninit is not set, force
3219 status to initialized.
3220 (add_stores): Store insn, rather than NEXT_INSN(insn), so it can be
3221 used later to get the set_src value.
3222 (find_src_status): New function.
3223 (find_src_set_src): New function.
3224 (compute_bb_dataflow): Pass init status to calls to var_reg_set,
3225 var_mem_set, var_reg_delete_and_set and var_mem_delete_and_set; for
3226 MO_SET, get set_src value and pass it to var_reg_delete_and_set
3227 and var_mem_delete_and_set.
3228 (dump_variable): Print out "[uninit]" if appropriate.
3229 (set_variable_part): Add new initialization and set_src parameters;
3230 pass status to unshare_variable; set node->init and node- >set_src
3231 fields and modify slot in hash table appropriately; save the init and
3232 set_src values if appropriate and assign to the new node.
3233 (clobber_variable_part): New set_src parameter; if two nodes have
3234 same variable and same location but different set_src (assignment)
3235 values, clobber old node.
3236 (delete_variable_part): Pass init status to unshare_variable.
3237 (emit_note_insn_var_location): Add initialized var; assign var's init
3238 status to new 'initialized'; pass new init status field to calls to
3239 gen_rtx_VAR_LOCATION. If flag_var_tracking_uninit is not set, force
3240 status to initialized.
3241 (emit_notes_in_bb): Pass initialization status to calls to
3242 var_reg_set, var_mem_set, var_reg_delete_and_set and
3243 var_mem_delete_and_set; for MO_SET, get set_src value and pass it to
3244 var_reg_delete_and_set and var_mem_delete_and_set; call
3245 emit_notes_for_changes on NEXT_INSN(insn) rather than on insn, to
3246 make up for change in add_stores.
3247 (vt_add_function_parameters): Add status to calls to
3248 set_variable_part.
3249 * config/darwin.c (darwin_override_options): Turn on uninitialized
3250 tracking automatically, if var_tracking is on and the system is
3251 10.5 or higher.
3252
3253 2007-07-13 Sa Liu <saliu@de.ibm.com>
3254
3255 * config.gcc: Add options for arch and tune on SPU.
3256 * config/spu/predicates.md: Add constant operands 0 and 1.
3257 * config/spu/spu-builtins.def: Add builtins for double precision
3258 floating point comparison: si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt,
3259 si_dftsv, spu_cmpeq_13, spu_cmpabseq_1, spu_cmpgt_13, spu_cmpabsgt_1,
3260 spu_testsv.
3261 * config/spu/spu-c.c: Define __SPU_EDP__ when builtins invoked with
3262 a CELLEDP target.
3263 * config/spu/spu-protos.h: Add new function prototypes.
3264 * config/spu/spu.c (spu_override_options): Check options -march and
3265 -mtune.
3266 (spu_comp_icode): Add comparison code for DFmode and vector mode.
3267 (spu_emit_branch_or_set): Use the new code for DFmode and vector
3268 mode comparison.
3269 (spu_const_from_int): New. Create a vector constant from 4 ints.
3270 (get_vec_cmp_insn): New. Get insn index of vector compare instruction.
3271 (spu_emit_vector_compare): New. Emit vector compare.
3272 (spu_emit_vector_cond_expr): New. Emit vector conditional expression.
3273 * config/spu/spu.h: Add options -march and -mtune. Define processor
3274 types PROCESSOR_CELL and PROCESSOR_CELLEDP. Define macro
3275 CANONICALIZE_COMPARISON.
3276 * config/spu/spu.md: Add new insns for double precision compare
3277 and double precision vector compare. Add vcond and smax/smin patterns
3278 to enable DFmode vector conditional expression.
3279 * config/spu/spu.opt: Add options -march and -mtune.
3280 * config/spu/spu_internals.h: Add builtins for CELLEDP target:
3281 si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, si_dftsv. Add builtin for
3282 both CELL and CELLEDP targets: spu_testsv.
3283 * config/spu/spu_intrinsics.h: Add flag mnemonics for test special
3284 values.
3285
3286 2007-07-13 Richard Guenther <rguenther@suse.de>
3287
3288 PR tree-optimization/32721
3289 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Preserve
3290 TREE_THIS_VOLATILE on the folded reference.
3291 * tree-ssa-operands.c (get_expr_operands): Set has_volatile_ops
3292 if the array reference has TREE_THIS_VOLATILE set.
3293
3294 2007-07-13 H.J. Lu <hongjiu.lu@intel.com>
3295
3296 PR other/32188
3297 * doc/libgcc.texi: Update DFP intrinsics for DPD and BID.
3298
3299 2007-07-13 Andreas Schwab <schwab@suse.de>
3300
3301 * gengtype-lex.l: Allow declarations to be indented.
3302
3303 2007-07-12 Geoffrey Keating <geoffk@apple.com>
3304
3305 * ginclude/tgmath.h: New.
3306 * config.gcc: Use GCC's tgmath.h on non-glibc systems.
3307 * doc/sourcebuild.texi (Headers): Document use_gcc_tgmath.
3308 * configure.ac (STMP_FIXPROTO): Honor use_gcc_tgmath.
3309 * configure: Regenerate.
3310
3311 2007-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
3312
3313 * config/sh/linux-unwind.h (sh_fallback_frame_state): Use
3314 correct index when setting register save state for xd
3315 registers.
3316
3317 2007-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
3318
3319 * config/sh/sh.c (mark_use): Remove.
3320
3321 2007-07-12 Paul Brook <paul@codesourcery.com>
3322
3323 * config/arm/arm.c (thumb1_compute_save_reg_mask): Make sure scratch
3324 reg does not overlap return value.
3325
3326 2007-07-12 Daniel Berlin <dberlin@dberlin.org>
3327
3328 * tree-ssa-pre.c (get_expression_vuses): Move out side-effect.
3329 (set_expression_vuses): Ditto.
3330 (init_pre): Initialize expression_vuses.
3331
3332 2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
3333
3334 * config/i386/sse.md (storentdf, storentsf): New.
3335
3336 2007-07-12 Geoffrey Keating <geoffk@apple.com>
3337
3338 * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
3339 FUNCTION_DECL.
3340 * tree.c (build_decl_stat): Move code from here...
3341 (make_node_stat): ... to here. Don't uselessly clear DECL_USER_ALIGN.
3342 (expr_align): Honor DECL_ALIGN on a FUNCTION_DECL. Add comment
3343 about using DECL_ALIGN of LABEL_DECL and CONST_DECL.
3344 * tree.h (DECL_USER_ALIGN): Fix misplaced comment.
3345 * varasm.c (assemble_start_function): Use DECL_ALIGN instead of
3346 FUNCTION_BOUNDARY.
3347
3348 2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
3349 Devang Patel <dpatel@apple.com>
3350
3351 PR tree-optimization/25413
3352 * targhooks.c (default_builtin_vector_alignment_reachable): New.
3353 * targhooks.h (default_builtin_vector_alignment_reachable): New.
3354 * tree.h (contains_packed_reference): New.
3355 * expr.c (contains_packed_reference): New.
3356 * tree-vect-analyze.c (vector_alignment_reachable_p): New.
3357 (vect_enhance_data_refs_alignment): Call
3358 vector_alignment_reachable_p.
3359 * target.h (vector_alignment_reachable): New builtin.
3360 * target-def.h (TARGET_VECTOR_ALIGNMENT_REACHABLE): New.
3361 * config/rs6000/rs6000.c (rs6000_vector_alignment_reachable): New.
3362 (TARGET_VECTOR_ALIGNMENT_REACHABLE): Define.
3363
3364 2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
3365
3366 * target.h (builtin_vectorization_cost): Add new target builtin.
3367 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): New.
3368 * tree-vectorizer.h (TARG_SCALAR_STMT_COST): New.
3369 (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST): New.
3370 * tree-vect-analyze.c (vect_analyze_slp_instance): Initisliaze
3371 uninitialized variables.
3372 * tree-vect-transform.c (cost_for_stmt): New function.
3373 (vect_estimate_min_profitable_iters): Call cost_for_stmt instead of
3374 using cost 1 for all scalar stmts. Be less conservative when
3375 estimating the number of prologue/epulogue iterations. Call
3376 targetm.vectorize.builtin_vectorization_cost. Return
3377 min_profitable_iters-1.
3378 (vect_model_reduction_cost): Use TARG_SCALAR_TO_VEC_COST for
3379 initialization cost instead of TARG_VEC_STMT_COST. Use
3380 TARG_VEC_TO_SCALAR_COST instead of TARG_VEC_STMT_COST for reduction
3381 epilogue code. Fix epilogue cost computation.
3382 * config/spu/spu.c (spu_builtin_vectorization_cost): New.
3383 (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Implement.
3384 * config/spu/spu.h (TARG_COND_BRANCH_COST, TARG_SCALAR_STMT_COST):
3385 (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST, TARG_VEC_STMT_COST):
3386 (TARG_VEC_TO_SCALAR_COST, TARG_SCALAR_TO_VEC, TARG_VEC_LOAD_COST):
3387 (TARG_VEC_UNALIGNED_LOAD_COST, TARG_VEC_STORE_COST): Define.
3388
3389 2007-07-12 Richard Guenther <rguenther@suse.de>
3390
3391 * gimplify.c (gimplify_conversion): Make sure that the result
3392 from maybe_fold_offset_to_reference is trivially convertible
3393 to the desired type before doing the simplification.
3394 (gimplify_expr): Likewise.
3395 * fold-const.c (fold_binary): Use the correct types for
3396 building the simplified expression.
3397
3398 2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
3399
3400 PR rtl-optimization/32729
3401 * cfghooks.c (can_duplicate_block_p): Do not forbid duplicating blocks
3402 that fallthru to exit.
3403
3404 2007-07-12 Kaz Kojima <kkojima@gcc.gnu.org>
3405
3406 * config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis.
3407 (symDTPOFF2reg): Likewise.
3408
3409 2007-07-11 Daniel Berlin <dberlin@dberlin.org>
3410
3411 PR tree-optimization/32663
3412
3413 * tree.h (VALUE_HANDLE_VUSES): Remove.
3414 (struct tree_value_handle): Remove vuses.
3415
3416 * tree-vn.c (create_value_handle_for_expr): Don't set
3417 VALUE_HANDLE_VUSES.
3418
3419 * tree-ssa-pre.c (expression_vuses): New.
3420 (alloc_expression_id): Set up expression_vuses.
3421 (get_expression_vuses): New.
3422 (set_expression_vuses): Ditto.
3423 (clear_expression_ids): Modify for expression_vuses.
3424 (phi_translate_1): Ditto.
3425 (phi_translate_set): Ditto.
3426 (value_dies_in_block_x): Ditto
3427 (valid_in_sets): Ditto.
3428 (add_to_sets): Ditto.
3429 (find_existing_value_expr): Ditto.
3430 (create_value_handle_for_expr): Ditto.
3431 (make_values_for_stmt): Ditto.
3432 (vuse_equiv): Remove.
3433
3434 2007-07-11 Alexandre Oliva <aoliva@redhat.com>
3435
3436 * Makefile.in (mostlyclean): Remove object files.
3437
3438 2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com>
3439
3440 * toplev.c (no_new_pseudos): Deleted.
3441 * rtl.h (no_new_pseudos): Deleted.
3442 * tree-pass.h (pass_no_new_pseudos): Deleted.
3443 * passes.c (pass_no_new_pseudos): Deleted.
3444 * final.c (rest_of_clean_state): Removed no_new_pseudos.
3445 (rest_of_no_new_pseudos, pass_no_new_pseudos): Deleted.
3446 * struct-equiv.c (rtx_equiv_p): Replaced no_new_pseudos with
3447 reload_completed.
3448 * cfgcleanup.c (try_crossjump_to_edge): Ditto.
3449 * rtlhooks.c (gen_lowpart_general): Ditto.
3450 * optabs.c (prepare_operand): Ditto.
3451 * mode-switching.c (rest_of_handle_mode_switching): Deleted set of
3452 no_new_pseudos.
3453 * modulo-sched.c (rest_of_handle_sms): Ditto.
3454 * see.c (rest_of_handle_see): Ditto.
3455 * ifcvt.c (if_convert): Ditto.
3456 (gate_handle_if_after_combine): Replaced no_new_pseudos with
3457 reload_completed.
3458 * init-regs.c (gate_initialize_regs): Deleted set of
3459 no_new_pseudos.
3460 * lower-subreg.c (decompose_multiword_subregs): Ditto.
3461 * bb-reorder.c (rest_of_handle_partition_blocks): Ditto.
3462 * doc/md.texi: Changed no_new_pseudos to can_create_pseudo_p.
3463
3464 2007-07-11 Uros Bizjak <ubizjak@gmail.com>
3465
3466 PR target/32661
3467 * config/i386/sse.md (*sse2_storeq_rex64): Handle 64bit mem->reg moves.
3468 (*vec_extractv2di_1_sse2): Disable for TARGET_64BIT.
3469 (*vec_extractv2di_1_rex64): New insn pattern.
3470
3471 2007-07-11 David Daney <ddaney@avtrex.com>
3472
3473 * config/mips/linux-unwind.h (mips_fallback_frame_state): Rewrite
3474 return address calculation. Substitute DWARF_ALT_FRAME_RETURN_COLUMN
3475 for SIGNAL_UNWIND_RETURN_COLUMN.
3476 * config/mips/mips.h (SIGNAL_UNWIND_RETURN_COLUMN): Remove.
3477 (DWARF_FRAME_REGNUM): Rewrite.
3478 (DWARF_ALT_FRAME_RETURN_COLUMN) Define.
3479
3480 2007-07-11 Nick Clifton <nickc@redhat.com>
3481
3482 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Revert previous
3483 delta and use gen_int_mode in place of GET_INT instead.
3484
3485 2007-07-11 Uros Bizjak <ubizjak@gmail.com>
3486
3487 * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
3488 and letter field.
3489
3490 2007-07-11 Douglas Gregor <doug.gregor@gmail.com>
3491
3492 * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
3493 (PARAM_USE_CANONICAL_TYPES): New; decides whether to use canonical
3494 types or not.
3495 * params.h (VERIFY_CANONICAL_TYPES): Remove.
3496 (USE_CANONICAL_TYPES): New.
3497 * doc/invoke.texi (verify-canonical-types): Remove.
3498 (use-canonical-types): Add.
3499
3500 2007-07-11 Ulrich Weigand <uweigand@de.ibm.com>
3501
3502 * config/spu/spu.c (spu_optimization_options): Remove setting of
3503 parameter PARAM_MAX_COMPLETELY_PEEL_TIMES.
3504 (spu_override_options): Move it here.
3505
3506 2007-07-11 Richard Sandiford <richard@codesourcery.com>
3507
3508 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd.
3509 * config/mips/mips.c (mips_cpu_info_table): Mention
3510 MIPS_ISA_LEVEL_SPEC in the comment.
3511
3512 2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
3513
3514 PR tree-optimization/32713
3515 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.
3516
3517 2007-07-11 Paolo Carlini <pcarlini@suse.de>
3518
3519 PR middle-end/30482
3520 * c-opts.c (c_common_post_options): Do not change flag_complex_method
3521 conditional to flag_isoc99.
3522 (c_common_init_options): Do it here, unconditionally.
3523
3524 2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
3525
3526 PR tree-optimization/32589
3527 * doc/tree-ssa.texi (Rough GIMPLE Grammar): Add missing rule.
3528 * tree-gimple.c (is_gimple_min_invariant): Clarify head comment.
3529 * tree-ssa-propagate.c (valid_gimple_expression_p): New
3530 predicate, extracted from...
3531 (set_rhs): ...here. Call it for the expression on entry.
3532 * tree-ssa-propagate.h (valid_gimple_expression_p): Declare.
3533 * tree-ssa-sccvn.c: Include tree-ssa-propagate.h.
3534 (simplify_binary_expression): Use valid_gimple_expression_p
3535 to validate the simplification.
3536 * Makefile.in (tree-ssa-sccvn.o): Depends on tree-ssa-propagate.h.
3537
3538 2007-07-11 Danny Smith <dannysmith@users.sourceforge.net>
3539
3540 * config/i386/cygming.h (PREFERRED_DEBUGGING_TYPE): Define to
3541 DWARF2_DEBUG on 32 bit target too.
3542 (DWARF2_UNWIND_INFO): Reorganize 64-bit vs 32-bit definition.
3543
3544 2007-07-11 Nick Clifton <nickc@redhat.com>
3545
3546 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Provide alternative
3547 version for 64-bit hosts.
3548
3549 2007-07-10 David Daney <ddaney@avtrex.com>
3550
3551 * config/mips/mips.h (ISA_HAS_SYNCI): New target capability
3552 predicate.
3553 (INITIALIZE_TRAMPOLINE): Emit clear_cache insn instead of library
3554 call.
3555 * config/mips/mips.c (mips_expand_synci_loop): New function.
3556 * config/mips/mips.md (UNSPEC_CLEAR_HAZARD): New constant.
3557 (UNSPEC_RDHWR): Same.
3558 (UNSPEC_SYNCI): Same.
3559 (UNSPEC_SYNC): Same.
3560 (clear_cache): New expand.
3561 (sync): New insn.
3562 (synci): Same.
3563 (rdhwr): Same.
3564 (clear_hazard): Same.
3565 * config/mips/mips-protos.h (mips_expand_synci_loop): Declare
3566 function.
3567 * testsuite/gcc.target/mips/clear-cache-1.c: New test.
3568 * testsuite/gcc.target/mips/clear-cache-2.c: New test.
3569
3570 2007-07-10 Ian Lance Taylor <iant@google.com>
3571
3572 * emit-rtl.c (gen_reg_rtx): Check can_create_pseudo_p rather than
3573 no_new_pseudos.
3574
3575 2007-07-10 David Daney <ddaney@avtrex.com>
3576
3577 * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
3578 * builtins.c (expand_builtin___clear_cache): New function.
3579 (expand_builtin): Call expand_builtin___clear_cache for
3580 BUILT_IN_CLEAR_CACHE case.
3581 * doc/extend.texi (__builtin___clear_cache): Document new builtin.
3582 * doc/md.texi (clear_cache): Document new instruction pattern.
3583 * testsuite/gcc.dg/builtins-64.c: New test.
3584
3585 2007-07-11 Hans-Peter Nilsson <hp@axis.com>
3586
3587 * config/cris/cris.md ("movsi"): Fix typo in last change.
3588
3589 2007-07-09 Geoffrey Keating <geoffk@apple.com>
3590
3591 PR 32617
3592 * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
3593 FUNCTION_DECLs.
3594 (handle_aligned_attribute): Allow use on FUNCTION_DECLs.
3595 * varasm.c (assemble_start_function): Honor DECL_ALIGN
3596 for FUNCTION_DECLs. Don't use align_functions_log if
3597 DECL_USER_ALIGN.
3598 * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
3599 even for FUNCTION_DECLs.
3600 * c-decl.c (merge_decls): Propagate DECL_ALIGN even for
3601 FUNCTION_DECLs.
3602 * tree.h (DECL_ALIGN): Update for new location of 'align'.
3603 (DECL_FUNCTION_CODE): Update for new location and name of
3604 'function_code'.
3605 (DECL_OFFSET_ALIGN): Update for new location of 'off_align'.
3606 (struct tree_decl_common): Move 'align' and 'off_align' out
3607 of union, ensure they're still on a 32-bit boundary. Remove
3608 other fields in union 'u1'.
3609 (struct tree_function_decl): Add field 'function_code' replacing
3610 'u1.f' in tree_decl_common.
3611 * tree.c (build_decl_stat): Set initial value of DECL_ALIGN.
3612 * doc/extend.texi (Function Attributes): Add 'aligned' attribute.
3613 (Variable Attributes): Cross-reference 'aligned' attribute
3614 to Function Attributes.
3615 * flags.h (force_align_functions_log): Delete.
3616 * toplev.c (force_align_functions_log): Delete.
3617
3618 2007-07-10 Uros Bizjak <ubizjak@gmail.com>
3619
3620 PR target/32708
3621 * config/i386/sse.md (vec_concatv2di): Disable for TARGET_64BIT.
3622 (*vec_concatv2di_rex): New insn pattern.
3623
3624 2007-07-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3625
3626 PR target/32538
3627 * config/mips/iris6.h (LIBGCC_SPEC): Add libm.
3628
3629 2007-07-10 Ian Lance Taylor <iant@google.com>
3630
3631 Replace no_new_pseudos in backends.
3632 * rtl.h (can_create_pseudo_p): Define.
3633 * config/darwin.c (machopic_indirect_data_reference): Use
3634 can_create_pseudo_p () instead of no_new_pseudos.
3635 (machopic_indirect_data_reference): Likewise.
3636 (machopic_legitimize_pic_address): Likewise.
3637 * config/alpha/alpha.c (alpha_legitimize_address): Likewise.
3638 (alpha_emit_set_const_1): Likewise.
3639 (alpha_emit_set_const): Likewise.
3640 (alpha_emit_conditional_move): Likewise.
3641 (alpha_split_conditional_move): Likewise.
3642 * config/alpha/alpha.md (various splitters): Likewise.
3643 (movti): Likewise.
3644 * config/arm/arm.c (legitimize_pic_address): Likewise.
3645 (arm_load_pic_register): Likewise.
3646 * config/arm/arm.md (addsi3, subsi3, andsi3, iorsi3): Likewise.
3647 (movdi, movsi, movhi, movqi, movsf, movdf): Likewise.
3648 * config/bfin/bfin.c (legitimize_pic_address): Likewise.
3649 * config/cris/cris.c (cris_expand_pic_call_address): Likewise.
3650 * config/cris/cris.md (movsi): Likewise.
3651 * config/frv/frv.md (symGOT2reg_hilo): Likewise.
3652 (symGOTOFF2reg_hilo): Likewise.
3653 (symGPREL2reg, symGPREL2reg_hilo): Likewise.
3654 * config/h8300/h8300.md (insv, extzv): Likewise.
3655 * config/i386/i386.c (ix86_expand_move): Likewise.
3656 (ix86_expand_vector_move): Likewise.
3657 (ix86_prepare_fp_compare_args): Likewise.
3658 (ix86_expand_carry_flag_compare): Likewise.
3659 * config/i386/i386.md (tls_dynamic_gnu2_32): Likewise.
3660 (tls_dynamic_gnu2_combine_32): Likewise.
3661 (tls_dynamic_gnu2_64, tls_dynamic_gnu2_combine_64): Likewise.
3662 * config/ia64/ia64.c (ia64_expand_move): Likewise.
3663 (ia64_expand_movxf_movrf): Likewise.
3664 * config/m32c/m32c.c (m32c_prepare_move): Likewise.
3665 (m32c_split_move): Likewise.
3666 (m32c_expand_insv): Likewise.
3667 * config/m68k/m68k.md (movsi): Likewise.
3668 * config/mips/mips.c (mips_force_temporary): Likewise.
3669 (mips_split_symbol): Likewise.
3670 (mips_move_integer): Likewise.
3671 (mips_legitimize_const_move): Likewise.
3672 * config/mn10300/mn10300.md (movsi): Likewise.
3673 * config/pa/pa.c (emit_move_sequence): Likewise.
3674 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
3675 (rs6000_got_register): Likewise.
3676 (create_TOC_reference): Likewise.
3677 (rs6000_machopic_legitimize_pic_address): Likewise.
3678 * config/rs6000/rs6000.md (add<mode>3): Likewise.
3679 (various splitters): Likewise.
3680 (iorsi3, xorsi3, iordi3, xordi3): Likewise.
3681 (movsi_got): Likewise.
3682 * config/s390/s390.c (emit_symbolic_move): Likewise.
3683 * config/s390/s390.md (movhi, movqi): Likewise.
3684 (load_multiple, store_multiple): Likewise.
3685 * config/score/score.c (score_force_temporary): Likewise.
3686 * config/sh/sh.c (prepare_move_operands): Likewise.
3687 (prepare_cbranch_operands): Likewise.
3688 (emit_fpu_switch): Likewise.
3689 (fpscr_set_from_mem): Likewise.
3690 * config/sh/sh.md (movdicc, movsicc, movsicc_umin): Likewise.
3691 (adddi3, subsi3): Likewise.
3692 (various splitters): Likewise.
3693 (divsi_inv_fp_combine): Likewise.
3694 (symGOT_load, symGOTOFF2reg, symDTPOFF2reg): Likewise.
3695 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu): Likewise.
3696 (sne): Likewise.
3697 * config/sh/predicates.md (xor_operand): Likewise.
3698 * config/sparc/sparc.c (legitimize_tls_address): Likewise.
3699 * config/sparc/sparc.md (movsi_pic_label_ref): Likewise.
3700 (movdi_pic_label_ref): Likewise.
3701 * config/spu/spu.c (spu_split_immediate): Likewise.
3702 * config/alpha/alpha.md (various splitters): Remove test
3703 !no_new_pseudos || reload_completed.
3704 * config/ia64/ia64.c (ia64_output_mi_thunk): Don't set
3705 no_new_pseudos.
3706 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
3707 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
3708 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3709 * config/score/score.c (th_output_mi_thunk): Likewise.
3710 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3711 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3712
3713 2007-07-10 Kaz Kojima <kkojima@gcc.gnu.org>
3714
3715 PR rtl-optimization/32664
3716 * mode-switching.c (create_pre_exit): Skip barrier insns.
3717
3718 2007-07-10 Zdenek Dvorak <dvorakz@suse.cz>
3719
3720 * tree-scalar-evolution.c (scev_const_prop): Add arguments to
3721 force_gimple_operand_bsi.
3722 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr,
3723 rewrite_use_compare): Ditto.
3724 * tree-ssa-address.c (gimplify_mem_ref_parts, create_mem_ref):
3725 Ditto.
3726 * tree-ssa-ifcombine.c (ifcombine_ifandif): Ditto.
3727 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
3728 * lambda-code.c (replace_uses_equiv_to_x_with_y): Ditto.
3729 * tree-profile.c (prepare_instrumented_value,
3730 tree_gen_interval_profiler, tree_gen_pow2_profiler,
3731 tree_gen_one_value_profiler, tree_gen_ic_profiler,
3732 tree_gen_ic_func_profiler, tree_gen_average_profiler,
3733 tree_gen_ior_profiler): Ditto.
3734 * tree-ssa-reassoc.c (negate_value): Ditto.
3735 * matrix-reorg.c (transform_access_sites, transform_allocation_sites):
3736 Use force_gimple_operand_bsi.
3737 * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
3738 * tree-if-conv.c (add_to_dst_predicate_list,
3739 find_phi_replacement_condition): Ditto.
3740 * gimplify.c (force_gimple_operand_bsi): Add before and m arguments.
3741 Call mark_symbols_for_renaming for new statements.
3742 * tree-flow.h (force_gimple_operand_bsi): Declaration changed.
3743
3744 2007-07-10 Zdenek Dvorak <dvorakz@suse.cz>
3745
3746 * cfghooks.c (remove_edge): New function.
3747 (redirect_edge_and_branch, remove_branch, merge_blocks): Updated
3748 loop exit rescans.
3749 * cfghooks.h (remove_edge): Declare.
3750 * cfg.c (remove_edge): Renamed to remove_edge_raw.
3751 * basic-block.h (remove_edge): Declaration changed to remove_edge_raw.
3752
3753 2007-07-09 Wolfgang Gellerich <gellerich@de.ibm.com>
3754
3755 * optabs.h: Added declaration for signbit_optab.
3756 * optabs.c: (init_optabs): Added initialization for signbit_optab.
3757 * genoptinit.c (optabs): Added entry for signbit insns.
3758 * builtins.c (expand_builtin_signbit): Added code to use a signbit
3759 insn, if available.
3760 * config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.
3761 * config/s390/s390.md (signbit<mode>2): New expander.
3762
3763 2007-07-09 Richard Guenther <rguenther@suse.de>
3764
3765 PR middle-end/32698
3766 * fold-const.c (fold_plusminus_mult_expr): Move constant
3767 arguments second to allow decomposing.
3768
3769 2007-07-09 Alexandre Oliva <aoliva@oliva.athome.lsd.ic.unicamp.br>
3770
3771 Revert:
3772 2007-07-06 Alexandre Oliva <aoliva@redhat.com>
3773 PR debug/23551
3774 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
3775 Disregard DECL_FROM_INLINE.
3776
3777 2007-07-09 Uros Bizjak <ubizjak@gmail.com>
3778
3779 PR target/27855
3780 * doc/invoke.texi: Add ftree-reassoc flag.
3781 * common.opt (ftree-reassoc): New flag.
3782 * tree-ssa-reassoc.c (gate_tree_ssa_reassoc): New static function.
3783 (struct tree_opt_pass pass_reassoc): Use gate_tree_ssa_reassoc.
3784
3785 2007-07-09 Uros Bizjak <ubizjak@gmail.com>
3786
3787 PR tree-optimization/32681
3788 * tree-if-conv.c (find_phi_replacement_condition): Use the condition
3789 saved in second_edge->aux when first_bb is a loop header.
3790
3791 2007-07-09 Jan HUbicka <jh@suse.cz>
3792
3793 * cse.c (cse_insn): Avoid invalid sharing on trial replacement.
3794
3795 2007-07-09 Richard Guenther <rguenther@suse.de>
3796
3797 * c-decl.c (start_function): Do not promote return type.
3798
3799 2007-07-08 Daniel Franke <franke.daniel@gmail.com>
3800
3801 * function.c (do_warn_unused_parameter): Do not warn if
3802 TREE_NO_WARNING is set.
3803
3804 2007-07-08 Andreas Schwab <schwab@suse.de>
3805
3806 * doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.
3807
3808 2007-07-08 Sandra Loosemore <sandra@codesourcery.com>
3809
3810 Revert this patch:
3811 2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
3812
3813 * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
3814 apply to assembly language, too.
3815 * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
3816
3817 2007-07-07 Daniel Berlin <dberlin@dberlin.org>
3818
3819 Revert (note the sccvn portions are *not* reverted)
3820 2007-07-06 Daniel Berlin <dberlin@dberlin.org>
3821
3822 Fix PR tree-optimization/23488
3823
3824 * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
3825 handles.
3826 * tree-flow-inline.h (get_value_handle): Ditto.
3827 * tree-ssa-pre.c (decl_vh_map): New.
3828 (decl_node_pool): New.
3829 (can_value_number_operation): Support DECL_P.
3830 (can_PRE_operation): Ditto.
3831 (create_expression_by_pieces): Ditto.
3832 (find_existing_value_expr): Modify to differnetiate between
3833 addressing and top level.
3834 (create_value_handle_for_expr): Handle DECL's.
3835 (poolify_tree): Ditto.
3836 (make_values_for_phi): Don't insert into PHI_GEN during FRE.
3837 (make_values_for_stmt): Handle DECL's properly.
3838 (init_pre): Reorg to not init useless things during FRE.
3839 (fini_pre): Ditto.
3840 * tree-flow.h: Include pointer-set.h.
3841 (decl_vh_map): Declare.
3842 * Makefile.in (TREE_FLOW_H): Add pointer-set.h
3843
3844 2007-07-07 Eric Weddington <eweddington@cso.atmel.com>
3845
3846 * config/avr/constraints.md (define_memory_constraint "Q"): Fix
3847 the constraint description.
3848 * doc/md.texi: Update documentation of AVR constraints.
3849
3850 2007-07-07 Kazu Hirata <kazu@codesourcery.com>
3851
3852 * auto-inc-dec.c, config/arm/arm.c,
3853 config/m32r/constraints.md, config/mips/mips.md,
3854 config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
3855 df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
3856 tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
3857 typos. Follow spelling conventions.
3858 * doc/invoke.texi, doc/rtl.texi: Fix typos.
3859
3860 * cfgrtl.c (delete_insn_chain_and_edges): Remove.
3861 * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
3862
3863 * tree-ssa-operands.c (realloc_vop, realloc_vdef,
3864 realloc_vuse): Remove.
3865 * tree-ssa-operands.h: Remove the prototype for realloc_vdef
3866 and realloc_vuse.
3867
3868 2007-07-06 Daniel Berlin <dberlin@dberlin.org>
3869
3870 Fix PR tree-optimization/23488
3871
3872 * tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
3873 (try_to_simplify): Ditto.
3874 (visit_use): Ditto.
3875 * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
3876 handles.
3877 * tree-flow-inline.h (get_value_handle): Ditto.
3878 * tree-ssa-pre.c (decl_vh_map): New.
3879 (decl_node_pool): New.
3880 (can_value_number_operation): Support DECL_P.
3881 (can_PRE_operation): Ditto.
3882 (create_expression_by_pieces): Ditto.
3883 (find_existing_value_expr): Modify to differnetiate between
3884 addressing and top level.
3885 (create_value_handle_for_expr): Handle DECL's.
3886 (poolify_tree): Ditto.
3887 (make_values_for_phi): Don't insert into PHI_GEN during FRE.
3888 (make_values_for_stmt): Handle DECL's properly.
3889 (init_pre): Reorg to not init useless things during FRE.
3890 (fini_pre): Ditto.
3891 * tree-flow.h: Include pointer-set.h.
3892 (decl_vh_map): Declare.
3893 * Makefile.in (TREE_FLOW_H): Add pointer-set.h
3894
3895 2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
3896
3897 * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
3898 apply to assembly language, too.
3899 * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
3900
3901 2007-07-06 Ian Lance Taylor <iant@google.com>
3902 Zack Weinberg <zackw@panix.com>
3903
3904 PR middle-end/32441
3905 * builtins.c (std_expand_builtin_va_start): Don't use make_tree.
3906
3907 2007-07-06 Richard Sandiford <richard@codesourcery.com>
3908
3909 * config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
3910 (prefetch): Likewise if "pref" would be used.
3911
3912 2007-07-06 Josh Conner <jconner@apple.com>
3913
3914 PR middle-end/32602
3915 PR middle-end/32603
3916 * calls.c (store_one_arg): Handle arguments which are partially
3917 on the stack when detecting argument overlap.
3918
3919 2007-07-06 Bernd Schmidt <bernd.schmidt@analog.com>
3920
3921 * reload1.c (choose_reload_regs): Set reload_spill_index for regs
3922 chosen during find_reloads.
3923
3924 2007-07-06 Richard Guenther <rguenther@suse.de>
3925
3926 * gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
3927 TYPE_ARG_TYPES for verification of argument types. Use
3928 DECL_ARG_TYPE instead of the PARM_DECL type. Take excess
3929 parameters as variable arguments.
3930
3931 2007-07-06 Andreas Krebbel <krebbel1@de.ibm.com>
3932
3933 * libgcc2.h (word_type): Type definition removed.
3934 (cmp_return_type, shift_count_type): Type definitions added.
3935 (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
3936 replaced with shift_count_type.
3937 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
3938 cmp_return_type.
3939 * libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
3940 changed from word_type to Wtype.
3941 (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
3942 replaced with shift_count_type.
3943 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
3944 cmp_return_type.
3945 * c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return
3946 and libgcc_shift_count attribute added.
3947 * target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
3948 TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
3949 (TARGET_INITIALIZER): New target hooks added.
3950 * targhooks.c (default_libgcc_cmp_return_mode,
3951 default_libgcc_shift_count_mode): Default implementations for the new
3952 target hooks added.
3953 * targhooks.h (default_libgcc_cmp_return_mode,
3954 default_libgcc_shift_count_mode): Function prototypes added.
3955 * target.h (struct gcc_target): Fields for the new target hooks added.
3956 * optabs.c (expand_binop): Use shift_count_mode when expanding shift
3957 as library call.
3958 (prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
3959 library call.
3960
3961 * doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
3962 TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.
3963
3964 * config/s390/s390.c (s390_libgcc_cmp_return_mode,
3965 s390_libgcc_shift_count_mode): Functions added.
3966 (TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE):
3967 Target hooks defined.
3968
3969 2007-07-06 Richard Sandiford <richard@codesourcery.com>
3970
3971 * config/mips/mips.c (compute_frame_size): Restore the original
3972 gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
3973 fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
3974 Document why the difference is needed.
3975
3976 2007-07-06 Richard Guenther <rguenther@suse.de>
3977
3978 * c-common.c (boolean_increment): Use correctly typed
3979 constant.
3980
3981 2007-07-06 Richard Sandiford <richard@codesourcery.com>
3982
3983 * config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
3984 the topmost argument register is not also included in the save mask.
3985 (mips16e_collect_argument_save_p): Take a pointer to the argument
3986 register, rather than a pointer to the number of arguments.
3987 (mips16e_collect_argument_saves): Only include argument saves
3988 that aren't in the register mask.
3989
3990 2007-07-06 Uros Bizjak <ubizjak@gmail.com>
3991
3992 PR rtl-optimization/32450
3993 * function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
3994 to ensure that instructions are not moved into the prologue when
3995 profiling is on. Remove unused prologue_end variable.
3996 (expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
3997 as a scheduling barrier.
3998
3999 2007-07-06 Alexandre Oliva <aoliva@redhat.com>
4000
4001 PR debug/23551
4002 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
4003 Disregard DECL_FROM_INLINE.
4004
4005 2007-07-05 Adam Nemet <anemet@caviumnetworks.com>
4006
4007 * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
4008 IORing with a constant.
4009
4010 2007-07-05 Seongbae Park <seongbae.park@gmail.com>
4011
4012 PR rtl-optimization/32475
4013 * df-scan.c (df_def_record_1): Add a use of the stack pointer
4014 for every definition of the stack pointer.
4015
4016 2007-07-05 Richard Earnshaw <rearnsha@arm.com>
4017
4018 * arm.c (vfp3_const_double_index): Copy signed results of
4019 REAL_VALUE_TO_INT into unsigned vars.
4020
4021 2007-07-05 Richard Guenther <rguenther@suse.de>
4022
4023 PR middle-end/32639
4024 * alias.c (get_alias_set): Tread METHOD_TYPE the same as
4025 FUNCTION_TYPE.
4026 * tree-ssa.c (useless_type_conversion_p): Check canonical
4027 types early.
4028
4029 2007-07-05 Anatoly Sokolov <aesok@post.ru>
4030
4031 * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
4032 zero_extendhisi2): Change to define_insn_and_split.
4033 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.
4034
4035 2007-07-05 Paolo Bonzini <bonzini@gnu.org>
4036
4037 * function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
4038 pass_match_asm_constraints): New.
4039 * passes.c (init_optimization_passes): Add new pass.
4040 * stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
4041 * function.h (struct function): Add has_asm_statement bit.
4042 (current_function_has_asm_statement): New.
4043 * tree-pass.h (pass_match_asm_constraints): New.
4044
4045 2007-07-05 Richard Sandiford <rsandifo@nildram.co.uk>
4046
4047 * config/mips/mips.c (mips_file_start): Avoid declaration
4048 after code.
4049
4050 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
4051
4052 * optabs.c (expand_binop_directly): Fix signed/unsigned comparison.
4053
4054 2007-07-05 Uros Bizjak <ubizjak@gmail.com>
4055
4056 * rtl.def (NOTE): Change print format string to print
4057 operand 5 as a note insn name.
4058
4059 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
4060 David Ung <davidu@mips.com>
4061
4062 * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
4063 * doc/invoke.texi: (MIPS Options): Document them.
4064
4065 2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
4066 David Ung <davidu@mips.com>
4067
4068 Add support for SmartMIPS ASE.
4069
4070 * optabs.c (expand_binop_directly): New, broken out from...
4071 (expand_binop): Here. Make it try rotating in the other
4072 direction even when the second operand isn't constant.
4073 * config/mips/mips.md (*lwxs): New.
4074 * config/mips/mips.opt (msmartmips): New.
4075 * config/mips/mips.c (mips_lwxs_address_p): New.
4076 (mips_rtx_costs): Make it recognize scaled indexed addressing.
4077 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
4078 __mips_smartmips when compiling for TARGET_SMARTMIPS.
4079 (ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
4080 (ISA_HAS_LWXS): New.
4081 (ASM_SPEC): Add -msmartmips/-mno-smartmips.
4082 * doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
4083 * testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
4084 * testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
4085 * testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
4086 * testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
4087 * testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.
4088
4089 2007-07-05 Dorit Nuzman <dorit@il.ibm.com>
4090
4091 * tree-vectorizer.c (new_loop_vec_info): Initialize
4092 LOOP_VINFO_COST_MODEL_MIN_ITERS.
4093 * tree-vectorizer.h (_loop_vec_info): Added new filed
4094 min_profitable_iters.
4095 (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
4096 (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
4097 * tree-vect-analyze.c (vect_analyze_operations): Set
4098 LOOP_VINFO_COST_MODEL_MIN_ITERS.
4099 * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
4100 VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
4101 Fix calculation of peel_iters_prologue. Move consideration of epilogue
4102 and prologue cost to after they are computed.
4103 (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
4104 TARG_VEC_STMT_COST.
4105 (vect_model_simple_cost): Takes additional argument dt. Consider cost
4106 of creating vectors from scalars according to dt.
4107 (vect_model_store_cost): Likewise.
4108 (vectorizable_call): Use dt array instead of scalar dt. Call
4109 vect_model_simple_cost with additional argument dt.
4110 (vectorizable_assignment): Likewise.
4111 (vectorizable_operation): Likewise.
4112 (vectorizable_type_demotion): Likewise.
4113 (vectorizable_type_promotion): Likewise.
4114 (vectorizable_store): Use dt array instead of scalar dt. Call
4115 vect_model_store_cost with additional argument dt.
4116 (vect_do_peeling_for_loop_bound): Don't call
4117 vect_estimate_min_profitable_iters. Instead, lookup
4118 LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
4119 "may not be profitable".
4120
4121 2007-07-05 Dorit Nuzman <dorit@il.ibm.com>
4122
4123 PR testsuite/32014
4124 * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
4125 (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
4126 (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
4127 (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns.
4128
4129 2007-07-05 Zdenek Dvorak <dvorakz@suse.cz>
4130
4131 * config/i386/i386.c (ix86_address_cost): Do not consider more complex
4132 addressing modes cheaper.
4133
4134 2007-07-05 Alexandre Oliva <aoliva@redhat.com>
4135
4136 * dwarf2out.c (dw_ranges_by_label_ref): New typedef.
4137 (dw_ranges_struct): Rename block_num to num. Adjust.
4138 (dw_ranges_by_label_struct): New.
4139 (ranges_by_label, ranges_by_label_allocated,
4140 ranges_by_label_in_use): New variables.
4141 (add_ranges_num): Factored most of the code out of...
4142 (add_ranges): ... this one. Rewrite in terms of the former.
4143 (add_ranges_by_labels): New.
4144 (output_ranges): Output by-label ranges.
4145 (dwarf2out_finish): Output range for multiple-section
4146 compile_unit. Output standard DW_AT_low_pc in addition to
4147 unexpected DW_AT_entry_pc.
4148
4149 2007-07-04 Daniel Berlin <dberlin@dberlin.org>
4150
4151 PR tree-optimization/32604
4152 PR tree-optimization/32606
4153
4154 * tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
4155 (compute_antic_safe): Removed.
4156 (ANTIC_SAFE_LOADS): Ditto.
4157 (compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
4158 (execute_pre): Don't call compute_antic_safe.
4159 (vuse_equiv): New function.
4160 (make_values_for_stmt): Use it
4161 * tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
4162 not always true.
4163
4164 2007-07-04 Anatoly Sokolov <aesok@post.ru>
4165
4166 PR target/31331
4167 * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
4168 rather than a decl.
4169 (avr_attribute_table): Make "naked" attribute apply to function types
4170 rather than to decls.
4171 (avr_handle_fntype_attribute): New function.
4172
4173 2007-07-04 Joseph Myers <joseph@codesourcery.com>
4174
4175 * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
4176 after \.
4177
4178 2007-07-04 David Ung <davidu@mips.com>
4179 Joseph Myers <joseph@codesourcery.com>
4180
4181 * config/mips/mips.md (type): Add logical, signext and move.
4182 (one_cmpl<mode>2, *and<mode>3, *and<mode>3_mips16, *ior<mode>3,
4183 *ior<mode>3_mips16, two unnamed insns after *ior<mode>3_mips16,
4184 *nor<mode>3, "Combiner patterns to optimize truncate/zero_extend
4185 combinations", *zero_extend<SHORT:mode><GPR:mode>2,
4186 *zero_extendqihi2, *extend<SHORT:mode><GPR:mode>2_mips16e,
4187 *extend<SHORT:mode><GPR:mode>2_se<SHORT:size>, *movdi_64bit,
4188 *movdi_64bit_mips16, *movsi_internal, *movsi_mips16, movcc,
4189 *movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16,
4190 *movsf_hardfloat, *movsf_softfloat, *movsf_mips16,
4191 *movdf_hardfloat_64bit, *movdf_hardfloat_32bit,
4192 movv2sf_hardfloat_64bit): Use the new types.
4193 (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16,
4194 *movdf_softfloat, *movdf_mips16): Use "multi".
4195 (extendqihi2): Replace with a define_expand.
4196 (*extendqihi2_mips16e, *extendqihi2, *extendqihi2_seb): New.
4197 Based on extend<SHORT:mode><GPR:mode>2 patterns.
4198 * config/mips/74k.md (r74k_int_logical): New reservation and
4199 bypasses.
4200 (r74k_int_arith): Remove "slt".
4201 * config/mips/24k.md, config/mips/4130.md, config/mips/4k.md,
4202 config/mips/5400.md, config/mips/5500.md, config/mips/5k.md,
4203 config/mips/7000.md, config/mips/9000.md, config/mips/generic.md,
4204 config/mips/sb1.md, config/mips/sr71k.md: Add new types to
4205 reservations for "arith".
4206
4207 2007-07-04 Richard Guenther <rguenther@suse.de>
4208
4209 * tree-ssa.c (useless_type_conversion_p): Add handling for
4210 scalar float and vector types. Only call the types_compatible_p
4211 langhook for aggregate types as last resort. Follow the
4212 rules.
4213
4214 2007-07-04 Richard Guenther <rguenther@suse.de>
4215
4216 * tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR
4217 the same as NOP_EXPR.
4218
4219 2007-07-04 Nick Clifton <nickc@redhat.com>
4220
4221 * target.h (struct gcc_target): Add target_help field.
4222 * target-def.h (TARGET_HELP): New.
4223 (TARGET_INITIALIZER): Use TARGET_HELP.
4224 * opts.c (command_handle_option): Invoke target_help function, if
4225 defined, when the user has specified --target-help on the command
4226 line.
4227 * doc/invoke.texi: Mention that --target-help might print
4228 additional information.
4229 * doc/tm.texi: Document TARGET_HELP hook.
4230
4231 * arm.c (TARGET_HELP): Override default definition.
4232 (arm_target_help): New - display a wrapped list of cores and
4233 architectures supported.
4234
4235 2007-07-04 Rask Ingemann Lambertsen <rask@sygehus.dk>
4236
4237 * config/gcc/v850/v850.c (expand_prologue): Make sure
4238 GEN_INT() argument is sign extended rather than zero extended.
4239 (expand_epilogue): Likewise.
4240 (output_move_double): Delete.
4241 * config/gcc/v850/v850-protos.h (output_move_double): Delete.
4242 * config/gcc/v850/v850.md (movdi): Delete.
4243 (*movdi_internal): Delete.
4244 (movdf): Delete.
4245 (*movdf_internal): Delete.
4246
4247 2007-07-04 Richard Sandiford <richard@codesourcery.com>
4248
4249 * config/sh/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Reject -mrelax
4250 unless compiling RTP PIC.
4251
4252 2007-07-04 Richard Guenther <rguenther@suse.de>
4253
4254 PR tree-optimization/32482
4255 * tree-ssa-ifcombine.c (recognize_single_bit_test): Use the
4256 original ssa name if we didn't find a shift expression.
4257 Fix shift constant for bit zero test.
4258
4259 2007-07-04 Richard Sandiford <richard@codesourcery.com>
4260
4261 * config/sh/lib1funcs.asm (ic_invalidate): Align constant pool.
4262
4263 2007-07-04 Richard Sandiford <richard@codesourcery.com>
4264
4265 * config.gcc (arm-wrs-vxworks): Don't include svr4.h.
4266 * config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define.
4267 * config/arm/vxworks.h (ASM_SPEC): Delete.
4268 (SUBTARGET_EXTRA_ASM_SPEC): Define.
4269
4270 2007-07-04 Sebastian Pop <sebpop@gmail.com>
4271
4272 * tree-data-ref.h (data_dependence_relation): New flag reversed_p.
4273 (DDR_REVERSED_P): New.
4274 * tree-data-ref.c (initialize_data_dependence_relation,
4275 build_classic_dist_vector): Set DDR_REVERSED_P.
4276
4277 2007-07-04 Sebastian Pop <sebpop@gmail.com>
4278
4279 PR middle-end/32457
4280 * tree-data-ref.c (analyze_siv_subscript_cst_affine,
4281 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
4282 init_omega_for_ddr_1): Use non conservative number of iterations
4283 estimations.
4284 (analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
4285 (analyze_siv_subscript): Remove FIXME and reinitialization of
4286 last_conflicts to chrec_dont_know.
4287 * testsuite/gfortran.dg/vect/pr32457.f90: New.
4288
4289 2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
4290
4291 * tree.c (maybe_canonicalize_argtypes): Improve description.
4292
4293 2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
4294
4295 * tree.c (maybe_canonicalize_argtypes): New.
4296 (build_function_type): Set canonical type.
4297 (build_method_type_directly): Ditto.
4298 (reconstruct_complex_type): Rebuild the METHOD_TYPE node
4299 properly.
4300
4301 2007-07-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
4302
4303 * tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR
4304 like PLUS_EXPR.
4305 (rewrite_use_nonlinear_expr): Likewise.
4306
4307 2007-07-03 Seongbae Park <seongbae.park@gmail.com>
4308
4309 * rtl.def (UNSPEC, USE, CLOBBER): More comments.
4310
4311 2007-07-04 Ben Elliston <bje@au.ibm.com>
4312
4313 * dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
4314 of this file.
4315
4316 * c-objc-common.c (c_types_compatible_p): Fix indentation.
4317
4318 * doc/tm.texi (Run-time Target): Capitalise "CPU".
4319 (Exception Handling): Likewise.
4320
4321 2007-07-03 Jan Hubicka <jh@suse.cz>
4322
4323 * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.
4324
4325 2007-07-03 Eric Christopher <echristo@apple.com>
4326
4327 * doc/cppopts.texi: Add conflicting option note to -dM.
4328 * doc/invoke.texi: Add note about possible conflicts with
4329 -E for -dCHARS and note that -dM will not produce
4330 any results if there is no machine dependent reorg.
4331
4332 2007-07-03 Geoffrey Keating <geoffk@apple.com>
4333
4334 * tree.h (DECL_ALIGN): Back out previous change.
4335
4336 2007-07-03 Joseph Myers <joseph@codesourcery.com>
4337
4338 * configure.ac: Test for .dtprelword support on MIPS.
4339 * configure, config.in: Regenerate.
4340 * config/mips/mips.c (mips_output_dwarf_dtprel): New.
4341 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
4342
4343 2007-07-03 Julian Brown <julian@codesourcery.com>
4344
4345 * config.gcc (with_fpu): Allow --with-fpu=vfp3.
4346 * config/arm/aout.h (REGISTER_NAMES): Add D16-D31.
4347 * config/arm/aof.h (REGISTER_NAMES): Add D16-D31.
4348 * config/arm/arm.c (FL_VFPV3): New flag for VFPv3 processor
4349 capability.
4350 (all_fpus): Add FPUTYPE_VFP3.
4351 (fp_model_for_fpu): Add VFPv3 field.
4352 (arm_rtx_costs_1): Give cost to VFPv3 constants.
4353 (vfp3_const_double_index): New function. Return integer index of
4354 VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
4355 isn't suitable.
4356 (vfp3_const_double_rtx): New function. True if VFPv3 is enabled
4357 and argument represents a valid RTX for a VFPv3 constant.
4358 (vfp_output_fldmd): Split fldmd with > 16 registers in the list into
4359 two instructions.
4360 (vfp_emit_fstmd): Similar, for fstmd.
4361 (arm_print_operand): Implement new code 'G' for VFPv3 floating-point
4362 constants, represented as integer indices.
4363 (arm_hard_regno_mode_ok): Use VFP_REGNO_OK_FOR_SINGLE,
4364 VFP_REGNO_OK_FOR_DOUBLE macros.
4365 (arm_regno_class): Handle VFPv3 d0-d7, low, high register split.
4366 (arm_file_start): Set float-abi attribute for VFPv3, and output
4367 correct ".fpu" assembler directive.
4368 (arm_dbx_register_numbering): Add FIXME.
4369 * config/arm/arm.h (TARGET_VFP3): New macro. Target supports VFPv3.
4370 (fputype): Add FPUTYPE_VFP3.
4371 (FIXED_REGISTERS): Add 32 registers for D16-D31.
4372 (CALL_USED_REGISTERS): Likewise.
4373 (CONDITIONAL_REGISTER_USAGE): Add note about conditional definition
4374 of LAST_VFP_REGNUM. Make D16-D31 caller-saved, if present.
4375 (LAST_VFP_REGNUM): Extend available VFP registers for VFPv3.
4376 (D7_VFP_REGNUM): New.
4377 (LAST_LO_VFP_REGNUM, FIRST_HI_VFP_REGNUM, LAST_HI_VFP_REGNUM)
4378 (VFP_REGNO_OK_FOR_SINGLE, VFP_REGNO_OK_FOR_SINGLE)
4379 (VFP_REGNO_OK_FOR_DOUBLE): Define new macros.
4380 (FIRST_PSEUDO_REGISTER): Shift up to 128 to accommodate VFPv3.
4381 (REG_ALLOC_ORDER): Adjust for VFPv3.
4382 (reg_class): Add VFP_D0_D7_REGS, VFP_LO_REGS, VFP_HI_REGS.
4383 (REG_CLASS_NAMES): Add entries corresponding to VFP_D0_D7_REGS,
4384 VFP_LO_REGS, VFP_HI_REGS.
4385 (REG_CLASS_CONTENTS): Likewise. Extend contents for VFP_REGS.
4386 (IS_VFP_CLASS): Define macro.
4387 (SECONDARY_OUTPUT_RELOAD_CLASS, SECONDARY_INPUT_RELOAD_CLASS): Use
4388 IS_VFP_CLASS.
4389 (REGISTER_MOVE_COST): Likewise.
4390 * config/arm/arm-protos.h (vfp3_const_double_rtx): Add prototype.
4391 * config/arm/vfp.md (VFPCC_REGNUM): Redefine as 127.
4392 (*arm_movsi_vfp, *thumb2_movsi_vfp, *movsfcc_vfp)
4393 (*thumb2_movsfcc_vfp, *abssf2_vfp, *negsf2_vfp, *addsf3_vfp)
4394 (*subsf3_vfp, *divsf_vfp, *mulsf_vfp, *mulsf3negsf_vfp)
4395 (*mulsf3addsf_vfp, *mulsf3subsf_vfp, *mulsf3negsfaddsf_vfp)
4396 (*extendsfdf2_vfp, *truncdfsf2_vfp, *truncsisf2_vfp)
4397 (*truncsidf2_vfp, fixuns_truncsfsi2, fixuns_truncdfsi2)
4398 (*floatsisf2_vfp, *floatsidf2_vfp, floatunssisf2)
4399 (floatunssidf2, *sqrtsf2_vfp, *cmpsf_split_vfp)
4400 (*cmpsf_trap_split_vfp, *cmpsf_vfp, *cmpsf_trap_vfp): Use 't'
4401 where appropriate for single-word registers.
4402 (*movsf_vfp, *thumb2_movsf_vfp, *movdf_vfp, *thumb2_movdf_vfp):
4403 As above. Fix type attributes.
4404 * config/arm/constraints.md (register_contraint "t"): Define.
4405 (register_constraint "w"): Change to D0-D15, or D0-D31 for
4406 VFPv3/NEON.
4407 (register_constraint "x"): Define.
4408 (constraint "Dv"): Define.
4409
4410 2007-07-03 Geoffrey Keating <geoffk@apple.com>
4411
4412 * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL.
4413
4414 2007-07-03 Tom Tromey <tromey@redhat.com>
4415
4416 * c-parser.c (objc_pq_context): Removed.
4417 (objc_need_raw_identifier): Likewise.
4418 (c_parser) <objc_pq_context>: New field.
4419 <objc_need_raw_identifier>: Likewise.
4420 (OBJC_NEED_RAW_IDENTIFIER): Removed.
4421 (c_lex_one_token): Update.
4422 (c_parser_objc_protocol_definition): Update.
4423 (c_parser_objc_method_definition): Update.
4424 (c_parser_objc_methodproto): Update.
4425 (c_parser_declspecs): Update.
4426
4427 2007-07-03 David Ung <davidu@mips.com>
4428
4429 * config/mips/mips.c (mips_issue_rate): Return 4 for 74K processors.
4430
4431 2007-07-03 David Ung <davidu@mips.com>
4432 Richard Sandiford <richard@codesourcery.com>
4433
4434 * doc/invoke.texi: Document -march=74kf3_2.
4435 * config/mips/mips.h (PROCESSOR_74KF3_2): New processor_type.
4436 (TUNE_74K): Check for it.
4437 * config/mips/mips.c (mips_cpu_info): Add 74kf3_2.
4438 (mips_rtx_cost_data): Add an entry for PROCESSOR_74KF3_2.
4439 * config/mips/mips.md (cpu): Add 74kf3_2.
4440 * config/mips/74k.md (r74k_int_logical, r74k_int_arith, r74k_int_nop)
4441 (r74k_int_cmove, r74k_int_mult, r74k_int_mul3, r74k_int_mfhilo)
4442 (r74k_int_mthilo, r74k_int_div, r74k_int_call, r74k_int_jump)
4443 (r74k_int_load, r74k_int_store, r74k_unknown, r74k_multi): Add
4444 74kf3_2 to the CPU list.
4445 (r74kf3_2_fadd, r74kf3_2_fmove, r74kf3_2_fload, r74kf3_2_fstore)
4446 (r74kf3_2_fmul_sf, r74kf3_2_fmul_df, r74kf3_2_fdiv_sf)
4447 (r74kf3_2_fdiv_df, r74kf3_2_frsqrt_sf, r74kf3_2_frsqrt_df)
4448 (r74kf3_2_fcmp, r74kf3_2_fcvt, r74kf3_2_fxfer_to_c1)
4449 (r74kf3_2_fxfer_from_c1): New insn reservations.
4450
4451 2007-07-03 Richard Sandiford <richard@codesourcery.com>
4452 David Ung <davidu@mips.com>
4453
4454 * doc/invoke.texi: Replace -march=24kf with -march=24kf2_1 and
4455 -march=24kx with -march=24kf1_1. Likewise 24ke[fx], 34k[fx]
4456 and 74k[fx]. Document aliases for the new options.
4457 * config/mips/mips.h (PROCESSOR_24KF): Rename to...
4458 (PROCESSOR_24KF2_1): ...this.
4459 (PROCESSOR_24KX): Rename to...
4460 (PROCESSOR_24KF1_1): ...this.
4461 (PROCESSOR_74KF): Rename to...
4462 (PROCESSOR_74KF2_1): ...this.
4463 (PROCESSOR_74KX): Rename to...
4464 (PROCESSOR_74KF1_1): ...this.
4465 (TUNE_74K): Update PROCESSOR_* names.
4466 * config/mips/mips.c (mips_cpu_info): Add 24kf2_1 as a synonym
4467 for 24kf. Add 24kf1_1 and 24kfx as synonyms for 24kx. Likewise
4468 the 24ke*, 34k* and 74k* processors. Update PROCESSOR_* names.
4469 (mips_rtx_cost_data): Update processor names in comments.
4470 (mips_issue_rate): Update PROCESSOR_* names.
4471 * config/mips/mips.md (cpu): Rename 24kf to 24kf2_1, 24kx to
4472 24kf1_1, 74kf to 74kf2_1 and 74kx to 74kf1_1.
4473 * config/mips/24k.md: Rename FPU-related r24k_* insn reservations
4474 to r24kf2_1_*. Rename r24kx_* insn reservations to r24kf1_1_*.
4475 Update cpu attribute names.
4476 (r24k_fpu_iss): Rename this reservation to...
4477 (r24kf2_1_fpu_iss): ...this and update all uses.
4478 (r24kx_fpu_iss): Rename this reservation to...
4479 (r24kf1_1_fpu_iss): ...this and update all uses.
4480 * config/mips/74k.md: Rename FPU-related r74kf_* insn reservations
4481 to r74kf2_1_*. Rename r74kx_* insn reservations to r74kf1_1_*.
4482 Update cpu attribute names.
4483
4484 2007-07-01 Kaz Kojima <kkojima@gcc.gnu.org>
4485
4486 * config/m32r/constraints.md: New file.
4487 * config/m32r/m32r.c: Include tm-constrs.h.
4488 (small_data_operand): Use satisfies_constraint_* instead of macro.
4489 (addr24_operand, gen_compare): Likewise.
4490 * config/m32r/m32r.h (REG_CLASS_FROM_LETTER): Remove.
4491 (INT8_P, UPPER16_P, UINT32_P, UINT5_P, INVERTED_SIGNED_8BIT,
4492 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
4493 EXTRA_CONSTRAINT): Likewise.
4494 * config/m32r/m32r.md: Include constraints.md.
4495 (*movsi_insn): Use satisfies_constraint_* instead of macro.
4496 (andsi3, iorsi3, xorsi3, seq_insn+1, sne): Likewise.
4497 * config/m32r/predicates.md (conditional_move_operand): Likewise.
4498 (two_insn_const_operand, int8_operand, uint16_operand,
4499 reg_or_int16_operand, reg_or_uint16_operand,
4500 reg_or_cmp_int16_operand, cmp_int16_operand,
4501 seth_add3_operand): Likewise.
4502
4503 2007-07-03 Eric Christopher <echristo@gmail.com>
4504
4505 * libgcc2.h: Conditionally declare __bswapsi2 and
4506 __bswapdi2.
4507
4508 2007-07-03 H.J. Lu <hongjiu.lu@intel.com>
4509
4510 * ddg.c (check_sccs): Define only if ENABLE_CHECKING is
4511 defined.
4512
4513 2007-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4514
4515 PR target/28307
4516 * gthr-posix.h [SUPPORTS_WEAK && GTHREAD_USE_WEAK]
4517 (__gthrw_pragma): Provide default definition.
4518 (__gthrw2): Use it.
4519 * gthr-posix.c (__gthrw_pragma): Define.
4520
4521 2007-07-03 Daniel Berlin <dberlin@dberlin.org>
4522
4523 * tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p
4524 before declaring inequality.
4525
4526 2007-07-03 Rask Ingemann Lambertsen <rask@sygehus.dk>
4527
4528 * combine.c (recog_for_combine): Log the success or failure of
4529 matching new insn patterns against the machine description in
4530 detailed dumps.
4531
4532 2007-07-03 Revital Eres <eres@il.ibm.com>
4533
4534 * ddg.c (print_sccs): New function.
4535 (check_sccs): New function.
4536 (create_ddg_all_sccs): Use it.
4537 * ddg.h (print_sccs): Declare.
4538 * modulo-sched.c (sms_order_nodes): Call print_sccs.
4539
4540 2007-07-03 Uros Bizjak <ubizjak@gmail.com>
4541
4542 * targhooks.h (default_mode_for_suffix): New function declaration.
4543 * targhooks.c (default_mode_for_suffix): New default target hook.
4544 * target.h (struct c): New structure in the targetm struct.
4545 (mode_for_suffix): New target hook as part of struct c.
4546 target-def.h (TARGET_C_MODE_FOR_SUFFIX): Define as
4547 default_mode_for_suffix.
4548 (TARGET_C): New define.
4549 * c-lex.c: Include "target.h".
4550 (interpret_float): Use targetm.c.mode_for_suffix to determine
4551 the mode for a given non-standard suffix.
4552 Makefile.in (c-lex.o): Depend on $(TARGET_H).
4553
4554 * config/i386/i386.c (ix86_c_mode_for_suffix): New static function.
4555 (TARGET_C_MODE_FOR_SUFFIX): Define to ix86_c_mode_for_suffix.
4556
4557 * doc/extend.texi (Floating Types): New node. Document __float80 and
4558 __float128 types. Document 'w', 'W', 'q' and 'Q' suffixes.
4559
4560 2007-07-03 Kaz Kojima <kkojima@gcc.gnu.org>
4561
4562 PR target/32506
4563 * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
4564 predicate instead of target_operand.
4565 (divsi3_i1_media, divsi3_media_2): Likewise.
4566
4567 2007-07-02 Eric Botcazou <ebotcazou@adacore.com>
4568
4569 * tree.h (alias_sets_might_conflict_p): Rename into
4570 alias_sets_must_conflict_p.
4571 * alias.c (alias_sets_might_conflict_p): Likewise.
4572 (alias_sets_conflict_p): Use it.
4573 (objects_must_conflict_p): Likewise.
4574 * c-common.c (strict_aliasing_warning): Adjust.
4575
4576 2007-07-02 Andrew Pinski <andrew_pinski@playstation.sony.com>
4577
4578 * rtlhooks.c (gen_lowpart_if_possible): Check for
4579 invalid subreg before calling gen_lowpart_SUBREG.
4580
4581 2007-07-02 Geoffrey Keating <geoffk@apple.com>
4582
4583 * config/darwin9.h: Add copyright notice.
4584 (LINK_COMMAND_SPEC): Add comment.
4585 (DARWIN_LIBSYSTEM_HAS_UNWIND): Define.
4586 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Conditionalise on
4587 DARWIN_LIBSYSTEM_HAS_UNWIND.
4588
4589 2007-07-02 Jakub Jelinek <jakub@redhat.com>
4590
4591 PR libgomp/32468
4592 * omp-low.c (check_combined_parallel): New function.
4593 (lower_omp_parallel): Call it via walk_stmts, set
4594 OMP_PARALLEL_COMBINED if appropriate.
4595 (determine_parallel_type): If OMP_FOR resp. OMP_SECTIONS
4596 isn't the only statement in WS_ENTRY_BB or OMP_RETURN
4597 the only one in PAR_EXIT_BB and not OMP_PARALLEL_COMBINED,
4598 don't consider it as combined parallel.
4599
4600 2007-07-02 Richard Sandiford <richard@codesourcery.com>
4601
4602 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
4603 (gcc_tooldir): Likewise.
4604 * configure: Regenerate.
4605 * Makefile.in (libsubdir_to_prefix): New variable, based on the
4606 old configure.ac gcc_tooldir setting.
4607 (prefix_to_exec_prefix): New variable.
4608 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
4609 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
4610
4611 2007-07-02 Daniel Berlin <dberlin@dberlin.org>
4612
4613 Fix PR tree-optimization/32583
4614 Fix PR tree-optimization/32584
4615 * tree-ssa-pre.c (phi_translate): Always pass seen bitmap.
4616 (phi_translate_set): Use phi_translate directly now.
4617 (make_values_for_stmt): Don't value number RHS if we already know
4618 it is constant.
4619
4620 2007-07-02 Steve Ellcey <sje@cup.hp.com>
4621 Jim Wilson <wilson@specifix.com>
4622
4623 PR target/31684
4624 * haifa-sched.c (add_to_speculative_block): Change copy_rtx to
4625 copy_insn.
4626
4627 2007-07-02 Sandra Loosemore <sandra@codesourcery.com>
4628 Richard Sandiford <richard@codesourcery.com>
4629 Nigel Stephens <nigel@mips.com>
4630
4631 * config/mips/mips-protos.h (mips16e_save_restore_info): New struct.
4632 (mips16e_output_save_restore): Declare.
4633 (mips16e_save_restore_pattern_p): Likewise.
4634 * config/mips/mips.h (GENERATE_MIPS16E_SAVE_RESTORE): New macro.
4635 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Return 0x7f8
4636 for GENERATE_MIPS16E_SAVE_RESTORE. Return 0x400 for TARGET_MIPS16
4637 && !GENERATE_MIPS16E_SAVE_RESTORE && !TARGET_64BIT.
4638 (BITSET_P): New global macro, extracted from...
4639 (mips_for_each_saved_reg): ...here.
4640 (mips16e_save_restore_info): New struct.
4641 (mips16e_s2_s8_regs, mips16e_a0_a3_regs): New variables.
4642 (mips16e_save_restore_regs): New variable.
4643 (mips_split_plus, mips16e_find_first_register): New functions.
4644 (mips16e_mask_registers): New function.
4645 (compute_frame_size): Expand the commentary before the function.
4646 Enforce the MIPS16e save and restore register range restrictions.
4647 Pad the general register save area at the low end.
4648 (mips16e_save_restore_reg, mips16e_build_save_restore)
4649 (mips16e_save_restore_pattern_p, mips16e_add_register_range)
4650 (mips16e_output_save_restore, mips16e_collect_propagate_value)
4651 (mips16e_collect_argument_save, mips16e_collect_argument_saves):
4652 New functions.
4653 (mips_expand_prologue, mips_expand_epilogue): Handle
4654 GENERATE_MIPS16E_SAVE_RESTORE.
4655 * config/mips/mips.md (*mips16e_save_restore): New pattern.
4656
4657 2007-07-02 Uros Bizjak <ubizjak@gmail.com>
4658
4659 PR tree-optimization/31966
4660 PR tree-optimization/32533
4661 * tree-if-conv.c (add_to_dst_predicate_list): Use "edge", not
4662 "basic_block" description as its third argument. Update function
4663 calls to get destination bb from "edge" argument. Save "cond" into
4664 aux field of the edge. Update prototype for changed arguments.
4665 (if_convertible_loop_p): Clear aux field of incoming edges if bb
4666 contains phi node.
4667 (find_phi_replacement_condition): Operate on incoming edges, not
4668 on predecessor blocks. If there is a condition saved in the
4669 incoming edge aux field, AND it with incoming bb predicate.
4670 Return source bb of the first edge.
4671 (clean_predicate_lists): Clean aux field of outgoing node edges.
4672 (tree_if_conversion): Do not initialize cond variable. Move
4673 variable declaration into the loop.
4674 (replace_phi_with_cond_gimple_modify_stmt): Remove unneded
4675 initializations of new_stmt, arg0 and arg1 variables.
4676
4677 2007-07-02 Jakub Jelinek <jakub@redhat.com>
4678
4679 * tree-nrv.c (dest_safe_for_nrv_p): Grok any handled_component_p,
4680 SSA_NAMEs, RESULT_DECLs and PARM_DECLs.
4681
4682 2007-07-02 Richard Guenther <rguenther@suse.de>
4683
4684 * tree-ssa.c (useless_type_conversion_p): Document
4685 future intent as defining the middle-end type system.
4686 Re-structure to call langhook last, group by type class,
4687 mark questionable parts.
4688
4689 2007-07-02 Richard Guenther <rguenther@suse.de>
4690
4691 * tree-flow.h (types_compatible_p): Declare.
4692 * tree-ssa.c (types_compatible_p): New function.
4693 * ipa-type-escape.c (discover_unique_type): Use
4694 types_compatible_p instead of lang_hooks.types_compatible_p.
4695 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
4696 * tree-vn.c (expressions_equal_p): Likewise.
4697 * tree.c (fields_compatible_p): Likewise.
4698 * tree-ssa-dom.c (avail_expr_eq): Likewise.
4699 (cprop_operand): Use useless_type_conversion_p instead of
4700 lang_hooks.types_compatible_p.
4701 * tree-inline.c (setup_one_parameter): Likewise.
4702 (declare_return_variable): Likewise.
4703 * tree-nrv.c (tree_nrv): Likewise.
4704 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
4705 (maybe_fold_offset_to_component_ref): Likewise.
4706 (maybe_fold_offset_to_reference): Likewise.
4707 * tree-ssa-copy.c (may_propagate_copy): Likewise.
4708 (merge_alias_info): Likewise.
4709 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
4710 * tree-ssa-phiopt.c (conditional_replacement): Likewise.
4711 * tree-ssa-reassoc.c (optimize_ops_list): Likewise.
4712 * tree-tailcall.c (find_tail_calls): Likewise.
4713 * tree-vect-generic.c (expand_vector_operations_1): Likewise.
4714 * gimplify.c (canonicalize_addr_expr): Likewise.
4715 (fold_indirect_ref_rhs): Likewise.
4716 (gimplify_addr_expr): Likewise. Swap parameters to cpt_same_type.
4717 (cpt_same_type): Likewise.
4718 (check_pointer_types_r): Swap parameters to cpt_same_type
4719 where appropriate.
4720 * fold-const.c (fold_convert): Revert fix for PR15988.
4721 * tree-inline.c (setup_one_parameter): Instead fix it here by
4722 using fold_build1 instead of fold_convert and checking for
4723 error_mark_node. Convert only if the conversion is necessary.
4724
4725 2007-07-02 Joseph Myers <joseph@codesourcery.com>
4726
4727 * configure.ac: Check for .gnu_attribute on Power.
4728 * configure: Regenerate.
4729 * config/rs6000/rs6000.c (rs6000_file_start): If supported, output
4730 attribute for floating-point ABI.
4731
4732 2007-07-02 Ira Rosen <irar@il.ibm.com>
4733
4734 PR tree-optimization/32230
4735 PR tree-optimization/32477
4736 * tree-vect-analyze.c (vect_analyze_data_refs): Fail if base
4737 address is a constant.
4738
4739 2007-07-02 Richard Sandiford <richard@codesourcery.com>
4740
4741 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*)
4742 (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*)
4743 (mipsisa64-*-elf*, mipsisa64el-*-elf*): Combine top-level
4744 stanzas. Use the first part of the triplet to set MIPS_ISA_DEFAULT.
4745 Remove redundant setting of MASK_FLOAT64 and MASK_64BIT for the
4746 64-bit targets. Add support for *-elfoabi*.
4747 * config/mips/t-isa3264 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Use
4748 different settings if $(tm_defines) does not select the EABI.
4749 (MULTILIB_EXCLUSIONS): Define in those circumstances.
4750 * config/mips/mips.h (MIPS_ISA_LEVEL_OPTION_SPEC): New macro.
4751 (MIPS_ARCH_OPTION_SPEC): Likewise.
4752 (MIPS_ISA_LEVEL_SPEC): Likewise.
4753 (OPTION_DEFAULT_SPECS): Use MIPS_ARCH_OPTION_SPEC.
4754 * config/mips/elfoabi.h: New file.
4755
4756 2007-07-02 Richard Guenther <rguenther@suse.de>
4757
4758 * tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
4759 (useless_type_conversion_p): ... this.
4760 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Rename to ...
4761 (useless_type_conversion_p): ... this.
4762 * builtins.c (fold_builtin_memory_op): Rename
4763 tree_ssa_useless_type_conversion_1 to useless_type_conversion_p.
4764 * tree-cfg.c (verify_expr): Likewise.
4765 * tree-ssa-address.c (tree_ssa_useless_type_conversion_1): Likewise.
4766 * tree-ssa-ccp.c (ccp_fold): Likewise.
4767 * tree-ssa-copy.c (may_propagate_copy): Likewise.
4768 * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
4769 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
4770 * tree-ssa-loop-niter.c (refine_bounds_using_guard): Likewise.
4771 * tree-ssa-pre.c (eliminate): Likewise.
4772 * tree-ssa.c (delete_tree_ssa): Likewise.
4773 (tree_ssa_useless_type_conversion): Likewise.
4774 * tree.c (build2_stat): Likewise.
4775
4776 2007-07-01 Daniel Berlin <dberlin@dberlin.org>
4777
4778 Fix PR tree-optimization/32571
4779 * tree-ssa-sccvn.c (visit_use): Shortcut copies to avoid
4780 simplifying them.
4781
4782 2007-07-01 Daniel Berlin <dberlin@dberlin.org>
4783
4784 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants
4785 and other expected operations explicitly, change default to
4786 gcc_unreachable.
4787
4788 2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
4789
4790 * config/arm/arm.c (arm_cannot_copy_insn_p): Do not expect a
4791 PARALLEL.
4792 * config/arm/arm.md (pic_add_dot_plus_four, pic_add_dot_plus_eight)
4793 (tls_load_dot_plus_eight): Move the label number into the unspec.
4794 * config/arm/thumb2.md (pic_load_dot_plus_four): Likewise.
4795
4796 2007-07-01 Andreas Schwab <schwab@suse.de>
4797
4798 * dwarf2out.c (initial_return_save): Define only if used.
4799
4800 2007-07-01 Kenneth Zadeck <zadeck@naturalbridge.com>
4801
4802 Unreverting Richard's Revert of:
4803
4804 2007-06-27 Richard Sandiford <richard@codesourcery.com>
4805
4806 * dce.c (deletable_insn_p_1): New function, split out from...
4807 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
4808 specially, not those inside PARALLELs. Remove BODY argument
4809 and adjust recursive call accordingly.
4810 (prescan_insns_for_dce): Update call to delete_insn_p.
4811
4812 2007-07-01 Vladimir Yanovsky <yanov@il.ibm.com>
4813 Revital Eres <eres@il.ibm.com>
4814
4815 * ddg.c (create_ddg_all_sccs): Fix missed
4816 initialization of scc_nodes.
4817
4818 2007-07-01 Uros Bizjak <ubizjak@gmail.com>
4819
4820 PR middle-end/32559
4821 * fold-const.c (fold-binary) [PLUS_EXPR]: Convert ~X + X to 1 or
4822 X + ~X to 1 only for INTEGRAL_TYPE_P type.
4823
4824 2007-06-30 Joseph Myers <joseph@codesourcery.com>
4825
4826 * configure.ac: Check for .gnu_attribute on MIPS.
4827 * configure, config.in: Regenerate.
4828 * config/mips/mips.c (mips_file_start): If supported, output
4829 attribute for floating-point ABI.
4830
4831 2007-06-30 Uros Bizjak <ubizjak@gmail.com>
4832
4833 PR target/32433
4834 * config/i386/i386.md (ffssi2): Expand as ffs_cmove for TARGET_CMOVE.
4835 (ffs_cmove): New expander to expand using ctz pattern.
4836 (*ffs_cmove): Remove pattern.
4837 (*ffs_no_cmove): Enable only for !TARGET_CMOVE.
4838 (ffsdi2): Expand using ctz pattern.
4839 (*ffs_rex64): Remove pattern.
4840
4841 2007-06-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4842
4843 PR rtl-optimization/32296
4844 * pa.md (return): Delete pattern.
4845 (return_internal): Remove "(const_int 1)" from pattern.
4846 (epilogue): Use return_internal pattern for trivial returns.
4847 * pa-protos.h (hppa_can_use_return_insn_p): Delete declaration.
4848 * pa.c (hppa_can_use_return_insn_p): Delete function. Include "df.h".
4849
4850 2007-06-30 Daniel Berlin <dberlin@dberlin.org>
4851
4852 * tree-ssa-pre.c (is_exception_related): New function
4853 (can_value_number_operation): Use it.
4854
4855 2007-06-30 Daniel Berlin <dberlin@dberlin.org>
4856
4857 Fix PR tree-optimization/32540
4858 Fix PR tree-optimization/31651
4859
4860 * tree-ssa-sccvn.c: New file.
4861
4862 * tree-ssa-sccvn.h: Ditto.
4863
4864 * tree-vn.c: Include tree-ssa-sccvn.h
4865 (val_expr_paid_d): Removed.
4866 (value_table): Ditto.
4867 (vn_compute): Ditto.
4868 (val_expr_pair_hash): Ditto.
4869 (val_expr_pair_expr_eq): Ditto.
4870 (copy_vuses_from_stmt): Ditto.
4871 (vn_delete): Ditto.
4872 (vn_init): Ditto.
4873 (shared_vuses_from_stmt): Ditto.
4874 (print_creation_to_file): Moved up.
4875 (sort_vuses): Ditto.
4876 (sort_vuses_heap): Ditto.
4877 (set_value_handle): Make non-static.
4878 (make_value_handle): Ditto.
4879 (vn_add): Rewritten to use sccvn lookups.
4880 (vn_add_with_vuses): Ditto.
4881 (vn_lookup): Ditto (and second argument removed).
4882 (vn_lookup_with_vuses): Ditto.
4883 (vn_lookup_or_add): Ditto (and second argument removed);
4884 (vn_lookup_or_add_with_vuses): Ditto.
4885 (vn_lookup_with_stmt): New.
4886 (vn_lookup_or_add_with_stmt): Ditto.
4887 (create_value_handle_for_expr): Ditto.
4888
4889 * tree-ssa-pre.c: Include tree-ssa-sccvn.h.
4890 (seen_during_translate): New function.
4891 (phi_trans_lookup): Use iterative_hash_expr, not vn_compute.
4892 (phi_trans_add): Ditto.
4893 (constant_expr_p): FIELD_DECL is always constant.
4894 (phi_translate_1): Renamed from phi_translate, add seen bitmap.
4895 Use constant_expr_p.
4896 Avoid infinite recursion on mutually valued expressions.
4897 Change callers of vn_lookup_or_add.
4898 (phi_translate): New function.
4899 (compute_antic_safe): Allow phi nodes.
4900 (create_component_ref_by_pieces): Update for FIELD_DECL change.
4901 (find_or_generate_expression): Rewrite slightly.
4902 (create_expression_by_pieces): Updated for vn_lookup_or_add
4903 change.
4904 Update VN_INFO for new names.
4905 (insert_into_preds_of_block): Update for new names.
4906 (add_to_exp_gen): New function.
4907 (add_to_sets): Use vn_lookup_or_add_with_stmt.
4908 (find_existing_value_expr): Rewrite to changed vn_lookup.
4909 (create_value_expr_from): Ditto, and use add_to_exp_gen.
4910 (try_look_through_load): Removed.
4911 (try_combine_conversion): Ditto.
4912 (get_sccvn_value): New function.
4913 (make_values_for_phi): Ditto.
4914 (make_values_for_stmt): Ditto.
4915 (compute_avail): Rewritten for vn_lookup_or_add changes and to use
4916 SCCVN.
4917 (init_pre): Update for SCCVN changes.
4918 (fini_pre): Ditto.
4919 (execute_pre): Ditto.
4920
4921 * tree-flow.h (make_value_handle): Declare.
4922 (set_value_handle): Ditto.
4923 (sort_vuses_heap): Ditto.
4924 (vn_lookup_or_add_with_stmt): Ditto.
4925 (vn_lookup_with_stmt): Ditto.
4926 (vn_compute): Remove.
4927 (vn_init): Ditto.
4928 (vn_delete): Ditto.
4929 (vn_lookup): Update arguments.
4930
4931 * Makefile.in (tree-ssa-pre.o): Add tree-ssa-sccvn.h
4932 (tree-vn.o): Ditto.
4933 (tree-ssa-sccvn.o): New.
4934 (OBJS-common): Add tree-ssa-sccvn.o
4935
4936 2007-06-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4937
4938 PR c/4076
4939 * c-typeck.c (build_external_ref): Don't mark as used if called
4940 from itself.
4941 * calls.c (rtx_for_function_call): Likewise.
4942
4943 2007-06-30 Richard Sandiford <richard@codesourcery.com>
4944
4945 Revert:
4946
4947 2007-06-27 Richard Sandiford <richard@codesourcery.com>
4948
4949 * dce.c (deletable_insn_p_1): New function, split out from...
4950 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
4951 specially, not those inside PARALLELs. Remove BODY argument
4952 and adjust recursive call accordingly.
4953 (prescan_insns_for_dce): Update call to delete_insn_p.
4954
4955 2007-06-30 Rask Ingemann Lambertsen <rask@sygehus.dk>
4956
4957 * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
4958 (try_combine): Move potential calls to undo_all() so they happen
4959 before we commit to using the combined insns.
4960
4961 2006-06-30 Jan Hubicka <jh@suse.cz>
4962
4963 * loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit
4964 code.
4965
4966 2006-06-30 Thomas Neumann <tneumann@users.sourceforge.net>
4967
4968 * ipa.c (cgraph_postorder): Cast according to the coding conventions.
4969 (cgraph_remove_unreachable_nodes): Likewise.
4970 * ipa-cp.c (ipcp_propagate_stage): Use BOTTOM instead of integer 0.
4971 * ipa-inline.c (update_caller_keys): Cast according to the coding
4972 conventions.
4973 (cgraph_decide_recursive_inlining): Likewise.
4974 (cgraph_decide_inlining_of_small_function): Likewise.
4975 (try_inline): Likewise.
4976 (cgraph_decide_inlining_incrementally): Likewise.
4977 * ipa-pure-const.c (get_function_state): Likewise.
4978 (scan_function): Likewise.
4979 (analyze_function): Likewise.
4980 (static_execute): Likewise.
4981 * gcc/ipa-reference.c (scan_for_static_refs): Likewise.
4982 (merge_callee_local_info): Likewise.
4983 (analyze_function): Use type safe memory macros.
4984 (static_execute): Likewise. Cast according to the coding conventions.
4985 * ipa-type-escape.c (scan_for_regs): Cast according to the coding
4986 conventions.
4987 * ipa-utils.c (searchc): Likewise. Avoid using C++ keywords as variable
4988 names.
4989 (ipa_utils_reduced_inorder): Likewise. Use type safe memory macros.
4990 * ipa-utils.h (struct ipa_dfa_info): Avoid using C++ keywords as
4991 variable names.
4992
4993 2007-06-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
4994
4995 PR middle-end/30024
4996 * emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0]
4997 for complex modes (both int and real).
4998
4999 2007-06-29 Jan Hubicka <jh@suse.cz>
5000
5001 * cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
5002
5003 2007-06-29 Jan Hubicka <jh@suse.cz>
5004
5005 PR middle-end/32372
5006 * cse.c (cse_insn): Avoid invalid sharing in between register note and
5007 the insn pattern.
5008
5009 2007-06-29 Anatoly Sokolov <aesok@post.ru>
5010
5011 PR target/32335
5012 * config/avr/avr.c: Include dataflow header file.
5013 (expand_prologue): Adjust for prologue insn change.
5014 * config/avr/avr.md (call_prologue_saves): Only modify REG_SP once
5015 inside a insn.
5016
5017 2007-06-29 Richard Guenther <rguenther@suse.de>
5018
5019 PR middle-end/32493
5020 * gimplify.c (gimplify_call_expr): Ignore variable argument parts
5021 during type verification.
5022
5023 2007-06-29 Jan Hubicka <jh@suse.cz>
5024
5025 * recog.c (validate_change_rtx_1): Unshare TO argument.
5026
5027 2007-06-29 Uros Bizjak <ubizjak@gmail.com>
5028
5029 PR tree-optimization/24659
5030 * tree-vect-transform.c (vectorizable_call): Handle
5031 (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
5032
5033 * config/i386/sse.md (vec_pack_sfix_v2df): New expander.
5034 * config/i386/i386.c (enum ix86_builtins)
5035 [IX86_BUILTIN_VEC_PACK_SFIX]: New constant.
5036 (struct bdesc_2arg) [__builtin_ia32_vec_pack_sfix]: New builtin
5037 description.
5038 (ix86_init_mmx_sse_builtins): Define all builtins with 2 arguments as
5039 const using def_builtin_const.
5040 (ix86_expand_binop_builtin): Remove bogus assert() that insn wants
5041 input operands in the same modes as the result.
5042 (ix86_builtin_vectorized_function): Handle BUILT_IN_LRINT.
5043
5044 2007-06-29 Richard Sandiford <rsandifo@nildram.co.uk>
5045
5046 * df-problems.c (df_set_unused_notes_for_mw): Fix formatting.
5047 (df_set_dead_notes_for_mw): Likewise.
5048
5049 2007-06-29 Eric Botcazou <ebotcazou@adacore.com>
5050
5051 * c-common.c (pointer_int_sum): Do the negation in sizetype.
5052
5053 2007-06-28 DJ Delorie <dj@redhat.com>
5054
5055 * config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
5056
5057 2007-06-28 Geoffrey Keating <geoffk@apple.com>
5058
5059 * doc/invoke.texi (C++ Dialect Options): Document
5060 fvisibility-ms-compat.
5061 * c.opt (fvisibility-ms-compat): New.
5062
5063 2007-06-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
5064
5065 PR tree-opt/32417
5066 * tree-affine.c (aff_combination_add_elt): Handle
5067 pointer addition specially.
5068
5069 2007-06-28 Jakub Jelinek <jakub@redhat.com>
5070
5071 * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Ensure
5072 decl is non-external for AIX ABI.
5073
5074 2007-06-28 David Edelsohn <edelsohn@gnu.org>
5075
5076 * config/rs6000/predicates.md (current_file_function_operand):
5077 Ensure the symbol is non-external for AIX ABI.
5078
5079 2007-06-28 Nick Clifton <nickc@redhat.com>
5080
5081 * common.opt (fipa-matrix-reorg): Add Optimization attribute.
5082 (fdce, fdse, fpredictive-commoning): Likewise.
5083
5084 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5085
5086 PR other/31400
5087 * gcc.c (process_command): Recognize the new -static-libgfortran
5088 option.
5089
5090 2007-06-27 Rask Ingemann Lambertsen <rask@sygehus.dk>
5091
5092 PR target/32418
5093 * config/m32c/m32c.c (m32c_eh_return_stackadj_rtx): Dataflow fix:
5094 Use a call clobbered hard reg instead of a pseudo reg.
5095
5096 2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
5097
5098 * config/sh/sh.md (load_gbr): Use correct operand constraint.
5099
5100 2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
5101
5102 PR target/32479
5103 * config/sh/sh.md (udivsi3): Don't wrap the sequence with
5104 REG_LIBCALL and REG_RETVAL notes.
5105 (divsi3, mulsi3): Likewise.
5106 (mulhisi3): Likewise. Use emit_libcall_block.
5107 (umulhisi3, smulsi3_highpart, umulsi3_highpart_i): Likewise.
5108
5109 2007-06-27 Seongbae Park <seongbae.park@gmail.com>
5110
5111 PR rtl-optimization/32481
5112 * combine.c (adjust_for_new_dest): Rescan the changed insn.
5113
5114 2007-06-27 Richard Sandiford <richard@codesourcery.com>
5115
5116 * dce.c (deletable_insn_p_1): New function, split out from...
5117 (deletable_insn_p): ...here. Only treat bare USEs and CLOBBERs
5118 specially, not those inside PARALLELs. Remove BODY argument
5119 and adjust recursive call accordingly.
5120 (prescan_insns_for_dce): Update call to delete_insn_p.
5121
5122 2007-06-27 Richard Guenther <rguenther@suse.de>
5123
5124 PR middle-end/32492
5125 * tree.h (fold_convertible_p): Declare.
5126 * fold-const.c (fold_convertible_p): New function.
5127 * gimplify.c (gimplify_call_expr): Use fold_convertible_p
5128 instead of lang_hooks.types_compatible_p.
5129
5130 2007-06-26 Jan Hubicka <jh@suse.cz>
5131
5132 * fwprop.c (try_fwprop_subst): Use validate_unshare_change.
5133 * postreload.c (reload_cse_simplify_set): Instead of copying the rtx
5134 early use validate_unshare_change.
5135 (reload_combine): Likewise.
5136 * recog.c (change_t): New field unshare.
5137 (validate_change_1): Rename from validate_change; add argument unshare.
5138 (validate_change): Turn into wrapper of validate_change_1; update
5139 prototype for bools.
5140 (validate_unshare_change): New.
5141 (confirm_change_group): Unshare changes if asked for; avoid unnecesary
5142 calls of df_insn_rescan.
5143 * recog.h (validate_change): Replace ints by bools.
5144 (validate_unshare_change): Declare.
5145
5146 2007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
5147
5148 * tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.
5149
5150 2007-06-26 Steve Ellcey <sje@cup.hp.com>
5151
5152 * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.
5153
5154 2007-06-25 Jan Hubicka <jh@suse.cz>
5155
5156 * ipa-inline.c (cgraph_mark_inline): Assert that we never inline
5157 uninlinable call.
5158 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining,
5159 cgraph_decide_inlining_incrementally): Move uninlinability checks to
5160 places other call site specific checks are performed.
5161
5162 2007-06-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
5163
5164 PR tree-opt/32421
5165 * tree-vect-transform.c (vectorizable_operation): Convert
5166 POINTER_PLUS_EXPR over to PLUS_EXPR.
5167
5168 2007-06-25 Chao-ying Fu <fu@mips.com>
5169
5170 * doc/rtl.texi (Machine Modes): Document QQ, HQ, SQ, DQ, TQ,
5171 UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA, USA, UDA, and UTAmodes.
5172 Document MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
5173 Document GET_MODE_IBIT, and GET_MODE_FBIT.
5174
5175 * machmode.h (VECTOR_MODE_P): Test MODE_VECTOR_FRACT,
5176 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
5177 (SCALAR_FRACT_MODE_P, SCALAR_UFRACT_MODE_P, ALL_SCALAR_FRACT_MODE_P,
5178 SCALAR_ACCUM_MODE_P, SCALAR_UACCUM_MODE_P, ALL_SCALAR_ACCUM_MODE_P,
5179 SIGNED_SCALAR_FIXED_POINT_MODE_P, UNSIGNED_SCALAR_FIXED_POINT_MODE_P,
5180 ALL_SCALAR_FIXED_POINT_MODE_P, FRACT_MODE_P, UFRACT_MODE_P,
5181 ALL_FRACT_MODE_P, ACCUM_MODE_P, UACCUM_MODE_P, ALL_ACCUM_MODE_P,
5182 SIGNED_FIXED_POINT_MODE_P, UNSIGNED_FIXED_POINT_MODE_P,
5183 ALL_FIXED_POINT_MODE_P): New define.
5184 (CLASS_HAS_WIDER_MODES_P): Test MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
5185 MODE_UACCUM.
5186 (GET_MODE_IBIT, GET_MODE_FBIT): New define.
5187
5188 * mode-classes.def (MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM,
5189 MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
5190 MODE_VECTOR_UACCUM): New mode classes.
5191
5192 * machmode.def: Document FRACT_MODE, UFRACT_MODE, ACCUM_MODE,
5193 UACCUM_MODE, ADJUST_IBIT, and ADJUST_FBIT.
5194 Add QQ, HQ, SQ, DQ, TQ, UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA,
5195 USA, UDA, and UTA.
5196
5197 * genmodes.c (struct mode_data): Add ibit and fbit fields.
5198 (blank_mode): Initialize ibit and fbit.
5199 (adj_ibit, adj_fbit): New to adjust ibit and fbit.
5200 (vector_class): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
5201 MODE_UACCUM.
5202 (new_adjust): Change required_class to required_class_from and
5203 required_class_to for testing within a range.
5204 (complete_mode): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
5205 MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
5206 MODE_VECTOR_UACCUM.
5207 (FRACT_MODE, UFRACT_MODE, ACCUM_MODE, UACCUM_MODE): New define.
5208 (make_fixed_point_mode): New.
5209 (_ADD_ADJUST): Change C to C1 and C2.
5210 (ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FLOAT_FORMAT): Change to
5211 use a range for machine classes.
5212 (ADJUST_IBIT, ADJUST_FBIT): New.
5213 (emit_insn_modes_h): Output defines of CONST_MODE_IBIT and
5214 CONST_MODE_FBIT.
5215 (emit_mode_adjustments): Handle MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
5216 MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
5217 Emit adjustment for ibit and fbit.
5218 (emit_mode_ibit, emit_mode_fbit): New.
5219 (emit_insn_modes_c): Add emit_mode_ibit and emit_mode_fbit.
5220
5221 2007-06-25 Nathan Froyd <froydnj@codesourcery.com>
5222
5223 * config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
5224 as the source of the set.
5225
5226 2007-06-25 Roman Zippel <zippel@linux-m68k.org>
5227
5228 * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,
5229 FP_REGNO_P): Use IN_RANGE.
5230 (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
5231 (REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P): New.
5232 (DATA_REG_P): Use DATA_REGNO_P.
5233 (FP_REG_P): Use FP_REGNO_P.
5234 (ADDRESS_REG_P): Use ADDRESS_REGNO_P.
5235 * config/m68k/m68k.c (m68k_legitimate_base_reg_p): Use
5236 REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P.
5237
5238 2007-06-24 Jan Hubicka <jh@suse.cz>
5239
5240 PR middle-end/30563
5241 * cgraphunit.c (cgraph_analyze_function): Fix ordering problem.
5242
5243 2007-06-24 Sebastian Pop <sebpop@gmail.com>
5244
5245 PR middle-end/32461
5246 * fold-const.c (fold_binary): Strip nops of operand 0
5247 of BIT_NOT_EXPR before calling operand_equal_p.
5248 * testsuite/gcc.dg/tree-ssa/pr32461-1.c: New.
5249 * testsuite/gcc.dg/tree-ssa/pr32461-2.c: New.
5250
5251 2007-06-23 Mark Mitchell <mark@codesourcery.com>
5252
5253 * doc/extend.texi: Document that dllimport and dllexport imply
5254 default visibility.
5255 * tree.c (handle_dll_attribute): Set DECL_VISIBILITY on the
5256 imported or exported declaration, including type declarations.
5257 * c-common.c (handle_visibility_attribute): Check for conflicts
5258 with dllimport/dllexport.
5259 (c_determine_visibility): Handle dllimport/dllexport as an
5260 explicit visibility atttribute.
5261
5262 2007-06-23 Richard Guenther <rguenther@suse.de>
5263
5264 PR tree-optimization/16876
5265 PR middle-end/29478
5266 * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
5267 for CALL_EXPRs.
5268 * tree-inline.c (initialize_inlined_parameters): Do not call
5269 lang_hooks.tree_inlining.convert_parm_for_inlining.
5270 * cgraphbuild.c (initialize_inline_failed): Set inline failed
5271 reason for mismatched types.
5272 * gimplify.c (gimplify_call_expr): Verify the call expression
5273 arguments match the called function type signature. Otherwise
5274 mark the call expression to be not considered for inlining
5275 using CALL_CANNOT_INLINE_P flag.
5276 * ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
5277 edges call expression.
5278 (cgraph_decide_inlining_of_small_function): Likewise.
5279 (cgraph_decide_inlining): Likewise.
5280 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
5281 Remove define.
5282 * c-tree.h (c_convert_parm_for_inlining): Remove declaration.
5283 * c-typeck.c (c_convert_parm_for_inlining): Remove.
5284 * langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
5285 Remove declaration.
5286 (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
5287 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
5288 Remove.
5289 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
5290 convert_parm_for_inlining member.
5291
5292 2007-06-23 Richard Earnshaw <rearnsha@arm.com>
5293
5294 PR target/31152
5295 * arm.md (negscc): Match the correct operand for optimized LT0 test.
5296 Remove optimization for GT.
5297
5298 2007-06-23 Kenneth Zadeck <zadeck@naturalbridge.com>
5299
5300 PR middle-end/32437
5301 * dce.c (deletable_insn_p): Add extra parameter and recurse if insn
5302 is a PARALLEL.
5303 (prescan_insns_for_dce): Add extra parameter.
5304
5305 2007-06-23 Jan Hubicka <jh@suse.cz>
5306
5307 PR middle-end/31541
5308 * gimplify.c (mark_addressable): New function.
5309 (gimplify_modify_expr_rhs, gimplify_addr_expr, gimplify_expr): Use it.
5310
5311 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
5312
5313 PR middle-end/32374
5314 * expr.c (store_constructor): Do not clobber non-zeroed memory.
5315
5316 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
5317
5318 PR target/32413
5319 * config/i386/i386.c (ix86_register_move_cost): Rise the cost of
5320 moves between MMX/SSE registers to at least 8 units to prevent
5321 ICE caused by non-tieable SI/HI/QImodes in SSE registers.
5322
5323 2007-06-22 Uros Bizjak <ubizjak@gmail.com>
5324
5325 * config/i386/i386.c (override_options): Correct x86_sahf
5326 setting condition.
5327
5328 2007-06-21 David Daney <ddaney@avtrex.com>
5329
5330 PR target/32406
5331 * config/mips/mips.md (define_constants): Rename UNSPEC_EH_RECEIVER
5332 to UNSPEC_NONLOCAL_GOTO_RECEIVER globally.
5333 (exception_receiver): Renamed to ...
5334 (nonlocal_goto_receiver): ... this.
5335
5336 2007-06-22 Roman Zippel <zippel@linux-m68k.org>
5337
5338 * df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.
5339 (df_def_record_1): Set (DF_REF_READ_WRITE | DF_REF_PARTIAL) for
5340 partial register accesses.
5341
5342 2007-06-21 Adam Nemet <anemet@caviumnetworks.com>
5343
5344 * fold-const.c (debug_fold_checksum): Move it under
5345 ENABLE_FOLD_CHECKING.
5346
5347 2007-06-21 Sebastian Pop <sebpop@gmail.com>
5348
5349 PR middle-end/20623
5350 * tree.h (debug_fold_checksum): Declared.
5351 * fold-const.c (build_fold_addr_expr_with_type_1): New.
5352 (build_fold_addr_expr_with_type, build_fold_addr_expr): Use
5353 build_fold_addr_expr_with_type_1.
5354 (fold_addr_expr, debug_fold_checksum): New.
5355 (fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
5356 (fold_unary, fold_comparison, split_address_to_core_and_offset):
5357 Use fold_addr_expr.
5358
5359 2007-06-21 Sebastian Pop <sebpop@gmail.com>
5360
5361 PR tree-optimization/19590
5362 * tree-vrp.c (adjust_range_with_scev): Set the range when the result
5363 of scev is a constant.
5364 * gcc/testsuite/gcc.dg/tree-ssa/pr19590.c: New.
5365
5366 2007-06-21 Kenneth Zadeck <zadeck@naturalbridge.com>
5367
5368 * df-problems.c (df_note_bb_compute): Made computation of live
5369 info consistent with df_lr.
5370
5371 2007-06-21 Richard Guenther <rguenther@suse.de>
5372
5373 PR tree-optimization/32453
5374 * tree-vrp.c (extract_range_from_assert): Build POINTER_PLUS_EXPR
5375 for pointer anti-range.
5376
5377 2007-06-21 H.J. Lu <hongjiu.lu@intel.com>
5378
5379 * config/i386/i386.c (processor_target_table): Increase maximum
5380 skip from 7 byte to 10 byte for Pentium Pro, Core 2 Duo and
5381 default 64bit.
5382
5383 * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Ensure 8
5384 byte alignment if > 8 byte alignment is preferred.
5385 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
5386
5387 2007-06-21 Jakub Jelinek <jakub@redhat.com>
5388
5389 PR tree-optimization/31866
5390 * tree-ssa-coalesce.c (create_outofssa_var_map): Do nothing
5391 if ASM_EXPR's input is not a SSA_NAME.
5392
5393 PR middle-end/32362
5394 * omp-low.c (lookup_decl_in_outer_ctx): Don't ICE if t is NULL,
5395 but decl is a global var, instead return decl.
5396 * gimplify.c (gimplify_adjust_omp_clauses_1): Add shared clauses
5397 even for is_global_var decls, if they are private in some outer
5398 context.
5399
5400 2007-06-21 Richard Guenther <rguenther@suse.de>
5401
5402 PR tree-optimization/32451
5403 * tree-ssa-threadupdate.c (thread_single_edge): Fixup edge flags.
5404
5405 2007-06-21 Christian Bruel <christian.bruel@st.com>
5406
5407 * config/sh/sh-protos.h (sh_loads_bankedreg_p): Declare.
5408 * config/sh/sh.c (sh_loads_bankedreg_p): New function.
5409 (push_regs): Changed saving order or banked registers.
5410 (sh_expand_epilogue): Likewise.
5411 * config/sh/sh.h (BANKED_REGISTER_P): New macro.
5412 (FIRST_BANKED_REG): Likewise.
5413 (LAST_BANKED_REG): Likewise.
5414 * config/sh/sh.md (banked) New attribute.
5415 (in_delay_slot): Check banked attribute.
5416
5417 2007-06-20 Sebastian Pop <sebpop@gmail.com>
5418
5419 PR tree-optimization/32075
5420 * tree-data-ref.c (subscript_dependence_tester_1,
5421 analyze_miv_subscript, analyze_overlapping_iterations,
5422 add_distance_for_zero_overlaps, build_classic_dist_vector,
5423 subscript_dependence_tester_1, analyze_overlapping_iterations,
5424 subscript_dependence_tester, access_functions_are_affine_or_constant_p,
5425 compute_affine_dependence, compute_all_dependences): Pass loop_nest
5426 to evolution_function_is_affine_multivariate_p.
5427
5428 2007-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
5429
5430 * df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.
5431
5432 2007-06-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
5433
5434 PR target/32335
5435 * config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
5436 for TARGET_A16.
5437 * config/m32c/prologue.md (epilogue_exitd_16): New.
5438 (epilogue_reit_16): New.
5439 (epilogue_exitd): Rename to epilogue_exitd_24.
5440 (epilogue_reit): Rename to epilogue_reit_24.
5441
5442 2007-06-20 Seongbae Park <seongbae.park@gmail.com>
5443 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5444
5445 * dbgcnt.def (global_alloc_at_func, global_alloc_at_reg):
5446 New counters.
5447 * haifa-sched.c (queue_to_ready): Don't requeue next insn
5448 if dbg_cnt (sched_insn) reaches the limit.
5449 (choose_ready): New parameter INSN_PTR and new return value.
5450 (schedule_block): Handle dbg_cnt (sched_insn). Handle
5451 the new return value from choose_ready.
5452 * global.c (global_aloc): New dbgcnt global_alloc_at_reg.
5453 (rest_of_handle_global_alloc): New global_alloc_at_func.
5454
5455 2007-06-20 Adam Nemet <anemet@caviumnetworks.com>
5456
5457 PR tree-optimization/25737
5458 * tree.h (struct tree_struct_field_tag): Add new field alias_set.
5459 (SFT_NONADDRESSABLE_P, SFT_ALIAS_SET): New macros.
5460 * tree-flow.h (struct fieldoff): Add new field alias_set.
5461 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add new
5462 argument addressable_type. Set alias_set of fieldoff.
5463 * tree-ssa-alias.c (create_sft): Add new argument alias_set.
5464 (create_overlap_variables_for): Pass alias_set from fieldoff to
5465 create_sft.
5466 * alias.c (get_alias_set): Use alias_set from SFT if set.
5467
5468 2007-06-20 Hui-May Chang <hm.chang@apple.com>
5469
5470 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Print the size
5471 of a variable as an unsigned HOST_WIDE_INT integer.
5472
5473 2007-06-20 Zdenek Dvorak <dvorakz@suse.cz>
5474
5475 PR rtl-optimization/32405
5476 * loop-iv.c (iv_get_reaching_def): Fail for partial defs.
5477
5478 2007-06-20 Jakub Jelinek <jakub@redhat.com>
5479
5480 * Makefile.in (omega.o): Depend on $(DIAGNOSTIC_H).
5481
5482 PR middle-end/31959
5483 * builtins.c: Include diagnostic.h.
5484 (expand_builtin_expect): Make gcc_assert more permissive.
5485 * Makefile.in (builtins.o): Depend on $(DIAGNOSTIC_H).
5486
5487 PR inline-asm/32109
5488 * gimplify.c (gimplify_asm_expr): Issue error if type is addressable
5489 and !allows_mem.
5490
5491 PR middle-end/32285
5492 * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
5493 if ACCUMULATE_OUTGOING_ARGS.
5494
5495 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5496
5497 * config/m68hc11/m68hc11.c: Include dataflow header file.
5498 (m68hc11_reorg): Port to dataflow.
5499
5500 2007-06-19 Kenneth Zadeck <zadeck@naturalbridge.com>
5501
5502 * df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.
5503 (struct df_problem.free_blocks_on_set_blocks): New field.
5504 (struct dataflow.optional_p): New field.
5505 (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
5506 (df_live_set_all_dirty): New function.
5507 * df-scan.c (df_scan_alloc): Initialize optional_p.
5508 (problem_SCAN): Initialize free_blocks_on_set_blocks.
5509 * df-core.c (df_set_blocks): Removed use of
5510 DF_FIRST_OPTIONAL_PROBLEM. Now uses
5511 df_problem.free_blocks_on_set_blocks to determine which blocks are
5512 recycled.
5513 (df_remove_problem): Removed use of DF_FIRST_OPTIONAL_PROBLEM.
5514 (df_finish_pass): Removed use of DF_FIRST_OPTIONAL_PROBLEM. Now
5515 uses dataflow.optional_p to determine if problem should be
5516 deleted.
5517 (rest_of_handle_df_initialize): Only start live problem if
5518 -02 or above.
5519 (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
5520 * df-problems.c (df_ru_alloc, df_rd_alloc, df_lr_alloc,
5521 df_live_alloc, df_urec_alloc, df_note_alloc): set optional_p.
5522 (problem_RU, problem_RD, problem_LR, problem_UREC, problem_CHAIN,
5523 problem_NOTE): Initialize free_blocks_on_set_blocks.
5524 (df_lr_bb_local_compute): Recompute luids if df_live problem is
5525 not active.
5526 (df_live_set_all_dirty, df_note_alloc): New function.
5527 * regrename.c (merge_overlapping_regs): Change DF_LIVE_* to
5528 df_get_live_*.
5529 * sched_ebb.c (compute_jump_reg_dependencies): Ditto.
5530 * postreload.c (reload_combine): Ditto.
5531 * cse.c (cse_extended_basic_block): Ditto.
5532 * regmove.c (mark_flags_life_zones): Ditto.
5533 * rtlfactoring.c (split_blocks_after_seqs, split_pattern_seq,
5534 erase_matching_seqs): Ditto.
5535 * bt-load.c (compute_defs_uses_and_gen): Ditto.
5536 * integrate (allocate_initial_values): Ditto.
5537 * combine.c (reg_dead_at_p): Ditto.
5538 * resource.c (mark_target_live_regs): Ditto.
5539 * sched-rgn.c (check_live_1, update_live_1): Ditto.
5540 * config/sh/sh.c (find_r0_life_regions): Ditto.
5541 * global.c (rest_of_handle_global_alloc): Only add back df_live
5542 for -O > 1.
5543 * local-alloc.c (rest_of_handle_local_alloc): Only remove
5544 df_live for -O > 1.
5545 * ifcvt.c (dead_or_predicable): Change DF_LIVE_* to
5546 df_get_live_*.
5547 (if_convert): Make sure df_live is there at -O == 1.
5548 (pass_if_after_combine): Cleanup flags.
5549 * init-regs.c (initialize_uninitialized_regs): Make sure df_live
5550 is there at -O == 1.
5551
5552 2007-06-19 Seongbae Park <seongbae.park@gmail.com>
5553
5554 * config/arm/arm.c (arm_get_frame_offsets): Set
5555 offsets->locals_base to avoid negative stack size.
5556 (thumb1_expand_prologue): Assert on negative stack size.
5557
5558 2007-06-19 Sebastian Pop <sebpop@gmail.com>
5559
5560 PR tree-optimization/32367
5561 * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side
5562 of the chrec has no evolution in that loop.
5563 * testsuite/gcc.dg/tree-ssa/pr32367.c: New.
5564
5565 2007-06-19 Bob Wilson <bob.wilson@acm.org>
5566
5567 * config/xtensa/xtensa.c: Include "df.h".
5568 (xtensa_builtin_saveregs): Use adjust_address instead of
5569 change_address.
5570 (xtensa_va_start): Invoke make_tree with sizetype for
5571 expand_builtin_saveregs and then convert the result to a pointer.
5572 Use POINTER_PLUS_EXPR. Use size_int instead of build_int_cst.
5573 (xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
5574 Subtract argument size from index value as integers and then use
5575 POINTER_PLUS_EXPR to add the result to the array address.
5576
5577 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5578
5579 PR target/32335
5580 * config/m32c/m32c.c: Include dataflow header file.
5581 (m32c_emit_prologue): Adjust for prologue insn change.
5582 * config/m32c/prologue.md (prologue_enter_16): Only modify SP_REGNO
5583 once inside a PARALLEL. Assume frame size passed in operand 0
5584 includes space to save the fb register.
5585 (prologue_enter_24): Likewise.
5586 (epilogue_exitd): Only modify SP_REGNO once inside a PARALLEL.
5587
5588 2007-06-19 David Daney <ddaney@avtrex.com
5589
5590 PR target/32313
5591 * config/mips/mips.md (cprestore): Mark $gp as used.
5592
5593 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5594
5595 PR target/32369
5596 * config/frv/frv.c (frv_ifcvt_modify_tests): Dataflow merge fix.
5597 (frv_ifcvt_modify_insn): Likewise.
5598
5599 2007-06-19 Richard Guenther <rguenther@suse.de>
5600
5601 * tree-ssa-structalias.c (handle_ptr_arith): Make sure to
5602 only handle positive offsets that fit in a HOST_WIDE_INT.
5603
5604 2007-06-19 Uros Bizjak <ubizjak@gmail.com>
5605
5606 * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
5607 result of rsqrt insn for zero input argument to avoid NaN.
5608
5609 2007-06-19 Richard Guenther <rguenther@suse.de>
5610
5611 PR middle-end/31950
5612 * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs.
5613
5614 2007-06-19 Jakub Jelinek <jakub@redhat.com>
5615
5616 PR tree-optimization/32353
5617 * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
5618
5619 2007-06-19 Nick Clifton <nickc@redhat.com>
5620
5621 * config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.
5622
5623 2007-06-18 Uros Bizjak <ubizjak@gmail.com>
5624
5625 PR target/32389
5626 * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL.
5627 * config/i386/i386.c (assign_386_stack_local): Assert that
5628 SLOT_VIRTUAL is valid only before virtual regs are instantiated.
5629 (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]:
5630 Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP.
5631 * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto.
5632
5633 2007-06-18 Steve Ellcey <sje@cup.hp.com>
5634
5635 * config/ia64/ia64.h (LIBGCC2_TF_CEXT): New.
5636
5637 2007-06-18 Seongbae Park <seongbae.park@gmail.com>
5638
5639 PR rtl-optimization/32321
5640 * gcse.c (replace_store_insn): Update the note before
5641 calling emit_insn_after.
5642
5643 2007-06-18 Kenneth Zadeck <zadeck@naturalbridge.com>
5644
5645 PR middle-end/32355
5646 * gcse (rest_of_handle_gcse): Add call to df_finish_pass after
5647 cse_main.
5648 * df-problems.c (df_note_bb_compute): Fix dumping info.
5649
5650 2007-06-18 Kazu Hirata <kazu@codesourcery.com>
5651
5652 * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
5653 insn with emit_jump_insn.
5654
5655 2007-06-18 Uros Bizjak <ubizjak@gmail.com>
5656
5657 PR tree-optimization/32383
5658 * targhooks.c (default_builtin_reciprocal): Add new bool argument.
5659 * targhooks.h (default_builtin_reciprocal): Update prototype.
5660 * target.h (struct gcc_target): Update builtin_reciprocal.
5661 * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description.
5662 * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements
5663 where arg1 is not SSA_NAME. Pass true to targetm.builtin_reciprocal
5664 when fndecl is in BUILT_IN_MD class.
5665 (execute_convert_to_rsqrt): Ditto.
5666
5667 * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool
5668 argument. Convert IX86_BUILTIN_SQRTPS code only when md_fn is true.
5669 Convert BUILT_IN_SQRTF code only when md_fn is false.
5670
5671 2007-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
5672
5673 * bt-load.c (move_btr_def): Fix the order of arguments
5674 to validate_replace_rtx.
5675
5676 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
5677
5678 * config/m68k/m68k-devices.def: Add 54450..54455.
5679
5680 2007-06-17 Uros Bizjak <ubizjak@gmail.com>
5681
5682 PR rtl-optimization/32366
5683 * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
5684 FLOAT_EXTEND]: Prevent non-scalar modes from entering
5685 significand_size.
5686
5687 2007-06-17 Kenneth Zadeck <zadeck@naturalbridge.com>
5688
5689 PR middle-end/32349
5690 * modulo-sched (generate_reg_moves): Added rescan parameter and if
5691 this is true, rescan insn being modified.
5692 (sms_schedule): Added rescan parameter.
5693 (rest_of_handle_sms): Moved freeing of dominance info to before
5694 getting out of cfg_layout.
5695
5696 2007-06-17 Nathan Sidwell <nathan@codesourcery.com>
5697
5698 * config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New.
5699 * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
5700 appropriate.
5701
5702 * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
5703 FL_CF_EMAC from the entry for isac.
5704
5705 * config/m68k/predicates.md (const_call_operand): Adjust comment.
5706 (const_sibcall_operand): New.
5707 (sibcall_operand): Use it.
5708 * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible.
5709 (m68k_isas): ISAC does not imply FPU or EMAC.
5710 (override_options): Add ISA_C logic for symbolic jump & call.
5711
5712 2007-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
5713
5714 * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
5715 return mode from the builtin itself.
5716 (sparc_fold_builtin): Fix cast of zero constant.
5717
5718 2007-06-16 Uros Bizjak <ubizjak@gmail.com>
5719
5720 * targhooks.c (default_builtin_reciprocal): New default target hook.
5721 * targhooks.h (default_builtin_reciprocal): Add prototype.
5722 * hooks.c (hook_tree_tree_bool_null): Remove hook.
5723 * hooks.h (hook_tree_tree_bool_null): Remove prototype.
5724 * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
5725 default_builtin_reciprocal.
5726
5727 2007-06-16 Uros Bizjak <ubizjak@gmail.com>
5728
5729 PR middle-end/31723
5730 * hooks.c (hook_tree_tree_bool_null): New hook.
5731 * hooks.h (hook_tree_tree_bool_null): Add prototype.
5732 * tree-pass.h (pass_convert_to_rsqrt): Declare.
5733 * passes.c (init_optimization_passes): Add pass_convert_to_rsqrt.
5734 * tree-ssa-math-opts.c (execute_cse_reciprocals): Scan for a/func(b)
5735 and convert it to reciprocal a*rfunc(b).
5736 (execute_convert_to_rsqrt): New function.
5737 (gate_convert_to_rsqrt): New function.
5738 (pass_convert_to_rsqrt): New pass definition.
5739 * target.h (struct gcc_target): Add builtin_reciprocal.
5740 * target-def.h (TARGET_BUILTIN_RECIPROCAL): New define.
5741 (TARGET_INITIALIZER): Initialize builtin_reciprocal with
5742 TARGET_BUILTIN_RECIPROCAL.
5743 * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Document.
5744
5745 * config/i386/i386.h (TARGET_RECIP): New define.
5746 * config/i386/i386.md (divsf3): Expand by calling ix86_emit_swdivsf
5747 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5748 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5749 and not optimizing for size.
5750 (*rcpsf2_sse): New insn pattern.
5751 (*rsqrtsf2_sse): Ditto.
5752 (rsqrtsf2): New expander. Expand by calling ix86_emit_swsqrtsf
5753 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5754 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5755 and not optimizing for size.
5756 (sqrt<mode>2): Expand SFmode operands by calling ix86_emit_swsqrtsf
5757 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5758 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5759 and not optimizing for size.
5760 * config/i386/sse.md (divv4sf): Expand by calling ix86_emit_swdivsf
5761 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5762 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5763 and not optimizing for size.
5764 (*sse_rsqrtv4sf2): Do not export.
5765 (sqrtv4sf2): Ditto.
5766 (sse_rsqrtv4sf2): New expander. Expand by calling ix86_emit_swsqrtsf
5767 for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
5768 flag_unsafe_math_optimizations are set, flag_trapping_math is unset
5769 and not optimizing for size.
5770 (sqrtv4sf2): Ditto.
5771 * config/i386/i386.opt (mrecip): New option.
5772 * config/i386/i386-protos.h (ix86_emit_swdivsf): Declare.
5773 (ix86_emit_swsqrtsf): Ditto.
5774 * config/i386/i386.c (IX86_BUILTIN_RSQRTF): New constant.
5775 (ix86_init_mmx_sse_builtins): __builtin_ia32_rsqrtf: New
5776 builtin definition.
5777 (ix86_expand_builtin): Expand IX86_BUILTIN_RSQRTF using
5778 ix86_expand_unop1_builtin.
5779 (ix86_emit_swdivsf): New function.
5780 (ix86_emit_swsqrtsf): Ditto.
5781 (ix86_builtin_reciprocal): New function.
5782 (TARGET_BUILTIN_RECIPROCAL): Use it.
5783 (ix86_vectorize_builtin_conversion): Rename from
5784 ix86_builtin_conversion.
5785 (TARGET_VECTORIZE_BUILTIN_CONVERSION): Use renamed function.
5786 * doc/invoke.texi (Machine Dependent Options): Add -mrecip to
5787 "i386 and x86_64 Options" section.
5788 (Intel 386 and AMD x86_64 Options): Document -mrecip.
5789
5790 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
5791 Zdenek Dvorak <dvorakz@suse.cz>
5792 Richard Guenther <rguenther@suse.de>
5793 Kaz Kojima <kkojima@gcc.gnu.org>
5794
5795 * tree-vrp.c (compare_values_warnv): Convert val2 to
5796 the type of val1.
5797 (extract_range_from_assert): Create
5798 POINTER_PLUS_EXPR for pointer types.
5799 (extract_range_from_binary_expr): Handle
5800 only POINTER_PLUS_EXPR, MIN_EXPR, and MAX_EXPR
5801 for pointer types.
5802 * doc/c-tree.texi (POINTER_PLUS_EXPR): Document.
5803 * tree-ssa-loop-niter.c (split_to_var_and_offset): Handle
5804 POINTER_PLUS_EXPR as PLUS_EXPR.
5805 (number_of_iterations_lt_to_ne):
5806 For pointer types, use sizetype when
5807 creating MINUS_EXPR/PLUS_EXPRs.
5808 (assert_loop_rolls_lt): For pointer types, use sizetype when
5809 creating MINUS_EXPR/PLUS_EXPRs.
5810 (number_of_iterations_le): Likewise.
5811 (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
5812 (derive_constant_upper_bound): Handle POINTER_PLUS_EXPR just
5813 like PLUS_EXPR and MINUS_EXPR.
5814 * tree-pretty-print.c (dump_generic_node): Handle
5815 POINTER_PLUS_EXPR.
5816 (op_prio): Likewise.
5817 (op_symbol_1): Likewise.
5818 * optabs.c (optab_for_tree_code): Likewise.
5819 * tree-ssa-loop-manip.c (create_iv): Handle pointer base
5820 specially.
5821 * tree-tailcall.c (process_assignment): Mention
5822 POINTER_PLUS_EXPR in a TODO comment.
5823 * tree.c (build2_stat): Assert when trying to use PLUS_EXPR or
5824 MINUS_EXPR with a pointer. Also assert for POINTER_PLUS_EXPR
5825 not used with a pointer and an integer type.
5826 * tree-scalar-evolution.c (add_to_evolution_1): Convert the
5827 increment using chrec_convert_rhs instead of chrec_convert.
5828 (follow_ssa_edge_in_rhs): Handle POINTER_PLUS_EXPR like
5829 PLUS_EXPR except for the right hand side's type will be
5830 sizetype.
5831 (interpret_rhs_modify_stmt): Handle POINTER_PLUS_EXPR.
5832 (fold_used_pointer_cast): Kill.
5833 (pointer_offset_p): Kill.
5834 (fold_used_pointer): Kill.
5835 (pointer_used_p): Kill.
5836 (analyze_scalar_evolution_1 <case GIMPLE_MODIFY_STMT>): Don't
5837 call fold_used_pointer.
5838 (instantiate_parameters_1): Convert the increment
5839 using chrec_convert_rhs instead of chrec_convert.
5840 Handle POINTER_PLUS_EXPR as PLUS_EXPR.
5841 * builtins.c (get_pointer_alignment): Handle POINTER_PLUS_EXPR
5842 instead of PLUS_EXPR.
5843 (expand_builtin_strcat): Create a POINTER_PLUS_EXPR instead of
5844 PLUS_EXPR for pointers.
5845 (std_gimplify_va_arg_expr): Likewise.
5846 (fold_builtin_memory_op): Likewise.
5847 (fold_builtin_strstr): Likewise.
5848 (fold_builtin_strchr): Likewise.
5849 (fold_builtin_strrchr): Likewise.
5850 (fold_builtin_strpbrk): Likewise.
5851 (expand_builtin_memory_chk): Likewise.
5852 (fold_builtin_memory_chk): Likewise.
5853 (std_expand_builtin_va_start): Use
5854 sizetype for the call to make_tree and then convert
5855 to the pointer type.
5856 (fold_builtin_memchr): Use POINTER_PLUS_EXPR
5857 instead of PLUS_EXPR for adding to a pointer.
5858 (std_gimplify_va_arg_expr): Use fold_build2 for
5859 the creating of POINTER_PLUS_EXPR. For the BIT_AND_EXPR, cast
5860 the operands to sizetype first and then cast the BIT_AND_EXPR
5861 back to the pointer type.
5862 * fold-const.c (build_range_check): Handle pointer types
5863 specially.
5864 (extract_array_ref): Look for POINTER_PLUS_EXPR instead
5865 of PLUS_EXPR's. Make sure the offset is converted to
5866 sizetype.
5867 (try_move_mult_to_index): Strip the NOPs from the offset.
5868 Remove code argument and replace all uses with PLUS_EXPR.
5869 (fold_to_nonsharp_ineq_using_bound): Handle pointer types
5870 specially. Don't use a pointer type for MINUS_EXPR.
5871 (fold_unary): Handle for (T1)(X op Y),
5872 only p+ as that is the only as that can be handled for
5873 binary operators now.
5874 (fold_binary <case POINTER_PLUS_EXPR>): Add folding of
5875 POINTER_PLUS_EXPR.
5876 <case PLUS_EXPR>: Add folding of PTR+INT into
5877 PTR p+ INT.
5878 Don't call try_move_mult_to_index.
5879 <case MINUS_EXPR>: Fold (PTR0 p+ A) - (PTR1 p+ B)
5880 into (PTR0 - PTR1) + (A - B). Fold (PTR0 p+ A) - PTR1 into
5881 (PTR0 - PTR1) + A iff (PTR0 - PTR1) simplifies.
5882 Don't call try_move_mult_to_index.
5883 (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
5884 (tree_expr_nonzero_p): Likewise.
5885 (fold_indirect_ref_1): Look at POINTER_PLUS_EXPR instead
5886 of PLUS_EXPR for the complex expression folding.
5887 * tree-chrec.c (chrec_fold_plus_poly_poly): If the
5888 first chrec is a pointer type, then the second should
5889 be sizetype and not the first's type.
5890 For POINTER_PLUS_EXPR, use a different right hand side type.
5891 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5892 (chrec_fold_plus_1): For POINTER_PLUS_EXPR, use a
5893 different right hand side type.
5894 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5895 (chrec_fold_plus): For pointer types, use POINTER_PLUS_EXPR
5896 instead of PLUS_EXPR.
5897 When either operand is zero, convert the other operand.
5898 (chrec_apply): Use chrec_convert_rhs
5899 on the argument x instead of chrec_convert.
5900 (reset_evolution_in_loop): For pointer types, the new_evol
5901 should be sizetype.
5902 (convert_affine_scev): For POINTER_PLUS_EXPR, use a
5903 different right hand side type.
5904 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5905 (chrec_convert_rhs): New function.
5906 (chrec_convert_aggressive): For POINTER_PLUS_EXPR, use a
5907 different right hand side type.
5908 Handle POINTER_PLUS_EXPR like PLUS_EXPR.
5909 * tree-chrec.h (chrec_convert_rhs): New prototype.
5910 (build_polynomial_chrec): For pointer types, the right hand
5911 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Look for
5912 POINTER_PLUS_EXPR instead of PLUS_EXPR's.
5913 Remove subtraction case as it is always addition now.
5914 Make sure the offset is converted to sizetype.
5915 (fold_stmt_r): Don't handle PLUS_EXPR/MINUS_EXPR specially.
5916 Handle POINTER_PLUS_EXPR like PLUS_EXPR was handled before.
5917 * tree-ssa-loop-ivopts.c (determine_base_object): Abort for
5918 PLUS_EXPR in pointer type.
5919 Handle POINTER_PLUS_EXPR.
5920 (tree_to_aff_combination): Likewise.
5921 (force_expr_to_var_cost): Likewise.
5922 (force_expr_to_var_cost): Likewise. Create a POINTER_PLUS_EXPR
5923 instead of PLUS_EXPR for pointers.
5924 * c-format.c (check_format_arg): Handle POINTER_PLUS_EXPR
5925 instead of PLUS_EXPR of pointer types.
5926 * tree-stdarg.c (va_list_counter_bump): Handle POINTER_PLUS_EXPR
5927 as PLUS_EXPR.
5928 (check_va_list_escapes): Likewise.
5929 (check_all_va_list_escapes): Likewise.
5930 * dwarf2out.c (loc_descriptor_from_tree_1):
5931 Handle POINT_PLUS_EXPR as a PLUS_EXPR.
5932 * expr.c (expand_expr_real_1): Handle POINTER_PLUS_EXPR.
5933 (string_constant): Likewise.
5934 * tree-ssa-address.c (tree_mem_ref_addr): When adding
5935 the offset to the base, use POINTER_PLUS_EXPR.
5936 (add_to_parts): Convert the index to sizetype.
5937 (create_mem_ref): Create A POINTER_PLUS_EXPR for the one case.
5938 * matrix-reorg.c (collect_data_for_malloc_call): Stmt
5939 will now only be either INDIRECT_REF and POINTER_PLUS_EXPR.
5940 Offset only holds something for PLUS_EXPR.
5941 (ssa_accessed_in_tree): Handle POINTER_PLUS_EXPR just as
5942 a PLUS_EXPR.
5943 (analyze_transpose): POINTER_PLUS_EXPR will only show up now
5944 and not PLUS_EXPR.
5945 (analyze_accesses_for_modify_stmt): Likewise.
5946 Remove comment about the type being integral type as it is
5947 wrong now.
5948 (can_calculate_expr_before_stmt): Handle POINTER_PLUS_EXPR as
5949 PLUS_EXPR.
5950 (transform_access_sites): POINTER_PLUS_EXPR will only show up now
5951 and not PLUS_EXPR.
5952 Correct the type which the artimentic is done in (is now
5953 sizetype).
5954 Reindent one loop.
5955 * tree-data-ref.c (split_constant_offset): Handle
5956 POINTER_PLUS_EXPR
5957 * tree-affine.c (tree_to_aff_combination): Likewise.
5958 * c-typeck.c (build_unary_op): For pointers create the increment
5959 as a sizetype. Create a POINTER_PLUS_EXPR instead of PLUS_EXPR
5960 for pointers.
5961 * gimplify.c (gimplify_self_mod_expr): Create a
5962 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5963 (gimplify_omp_atomic_fetch_op): Handle POINTER_PLUS_EXPR.
5964 * tree.def (POINTER_PLUS_EXPR): New tree code.
5965 * tree-predcom.c (ref_at_iteration): If we have a pointer
5966 type do the multiplication in sizetype.
5967 * tree-mudflap.c (mf_xform_derefs_1): Create a
5968 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5969 * tree-ssa-forwprop.c
5970 (forward_propagate_addr_into_variable_array_index):
5971 Don't expect there to be a cast for the index as that
5972 does not exist anymore.
5973 (forward_propagate_addr_expr_1): Check for POINTER_PLUS_EXPR
5974 instead of PLUS_EXPR.
5975 Don't check for the first operand of the POINTER_PLUS_EXPR
5976 was the index as it cannot be.
5977 Call forward_propagate_addr_into_variable_array_index with
5978 the SSA_NAME instead of the statement.
5979 * varasm.c (const_hash_1): Handle POINTER_PLUS_EXPR.
5980 (compare_constant): Likewise.
5981 (copy_constant): Likewise.
5982 (compute_reloc_for_constant): Likewise.
5983 (output_addressed_constants): Likewise.
5984 (initializer_constant_valid_p): Likewise.
5985 * tree-ssa.c (tree_ssa_useless_type_conversion_1):
5986 Convert the MIN/MAX of the inner type to the outer
5987 type before comparing them.
5988 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Handle
5989 POINTER_PLUS_EXPR instead of PLUS_EXPR.
5990 (issue_prefetch_ref): Create a POINTER_PLUS_EXPR instead
5991 of PLUS_EXPR for pointers.
5992 * tree-inline.c (estimate_num_insns_1): Handle
5993 POINTER_PLUS_EXPR.
5994 * tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
5995 Create a POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
5996 (bump_vector_ptr): Create a POINTER_PLUS_EXPR
5997 instead of PLUS_EXPR for the pointer increment statement.
5998 (vect_update_ivs_after_vectorizer): For pointer types, create
5999 POINTER_PLUS_EXPR instead of PLUS_EXPR and also create
6000 MULT_EXPR in sizetype.
6001 (vect_gen_niters_for_prolog_loop): Add a cast when creating
6002 byte_misalign.
6003 * tree-object-size.c (plus_expr_object_size): Handle
6004 POINTER_PLUS_EXPR instead of PLUS_EXPR. Removing all the extra
6005 code which is trying to figure out which side is a pointer and
6006 is the index.
6007 (check_for_plus_in_loops_1): Likewise.
6008 (check_for_plus_in_loops): Likewise.
6009 * c-common.c (pointer_int_sum): Create a
6010 POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
6011 * tree-ssa-structalias.c (handle_ptr_arith): Handle
6012 only POINTER_PLUS_EXPR. Removing all the extra
6013 code which is trying to figure out which side is a pointer and
6014 is the index.
6015 * tree-cfg.c (verify_expr): Add extra checking for pointers and
6016 PLUS_EXPR and MINUS_EXPR.
6017 Also add checking to make sure the operands of POINTER_PLUS_EXPR
6018 are correct.
6019 * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
6020 with make_tree, instead of a pointer type.
6021 * config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
6022 for pointers instead of PLUS_EXPR.
6023 (s390_gimplify_va_arg): Likewise.
6024 * config/spu/spu.c (spu_va_start): Create POINTER_PLUS_EXPR
6025 instead of PLUS_EXPR when doing addition on pointer
6026 types. Use sizetype for the second operand.
6027 (spu_gimplify_va_arg_expr): Likewise.
6028 * config/sparc/sparc.c (sparc_gimplify_va_arg): Use
6029 POINTER_PLUS_EXPR instead of PLUS_EXPR when the operand was
6030 a pointer. Don't create a BIT_AND_EXPR for pointer types.
6031 * config/i386/i386.c (ix86_va_start): Use POINTER_PLUS_EXPR
6032 for the pointer addition and also use size_int/sizetype
6033 for the offset.
6034 (ix86_gimplify_va_arg): Likewise.
6035 Perform BIT_AND_EXPR on sizetype arguments.
6036 * config/sh/sh.c (sh_va_start): Call make_tree with sizetype
6037 and convert its result to a pointer type. Use POINTER_PLUS_EXPR
6038 for the pointer additions and also use size_int for the offsets.
6039 (sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
6040 additions and also use size_int for the offsets. Perform
6041 BIT_AND_EXPR on sizetype arguments.
6042 * config/ia64/ia64.c (ia64_gimplify_va_arg): Use
6043 POINTER_PLUS_EXPR for pointers and create the
6044 BIT_AND_EXPR in sizetype.
6045 * config/rs6000/rs6000.c (rs6000_va_start): Use POINTER_PLUS_EXPR
6046 instead of PLUS_EXPR for pointer addition.
6047 (rs6000_va_start): Likewise.
6048 Also use sizetype for the offset.
6049 * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
6050 as PLUS_EXPR/MINUS_EXPR.
6051 (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
6052 PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
6053 Don't use BIT_AND_EXPR on a pointer type, convert the
6054 expression to sizetype first.
6055 * config/mips/mips.c (mips_va_start): Use POINTER_PLUS_EXPR
6056 for pointers.
6057 (mips_gimplify_va_arg_expr): Likewise.
6058 Don't create BIT_AND_EXPR in a pointer type.
6059
6060 2007-06-15 Eric Christopher <echristo@apple.com>
6061
6062 * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
6063 (x86_64-*-darwin*): Ditto.
6064 * config/i386/darwin.h (CRTEND_SPEC): New. Add support
6065 for above.
6066
6067 2007-06-15 Matthew Wilcox <matthew@wil.cx>
6068
6069 * doc/extend.texi: Document behavior of __attribute__((aligned))
6070 on typedefs.
6071
6072 2007-06-15 Mark Mitchell <mark@codesourcery.com>
6073
6074 * rtlanal.c (note_stores): Improve documentation.
6075
6076 2007-06-15 Bernd Schmidt <bernd.schmidt@analog.com>
6077
6078 * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
6079 LOCAL_LABEL_PREFIX): Delete.
6080 * config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
6081 (bfin_internal_label): Delete.
6082
6083 2007-06-15 Uros Bizjak <ubizjak@gmail.com>
6084
6085 * libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
6086 define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
6087 otherwise define to LIBGCC2_TF_CEXT.
6088 * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
6089 (LIBGCC_TF_CEXT): Ditto.
6090 (TF_SIZE): Ditto.
6091
6092 2007-06-14 Seongbae Park <seongbae.park@gmail.com>
6093
6094 PR rtl-optimization/32339
6095 * df-scan.c (df_uses_record): Don't modify flags but just add to
6096 it for df_ref_record.
6097
6098 2007-06-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
6099
6100 * tree-mudflap.c: Fix whitespace issues.
6101
6102 2007-06-15 Kazu Hirata <kazu@codesourcery.com>
6103
6104 * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
6105
6106 2007-06-14 Eric Christopher <echristo@apple.com>
6107
6108 * config/i386/sse.md (movdi_to_sse): Rewrite body.
6109 (movv4sf): Use gcc_unreachable instead of abort.
6110
6111 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6112
6113 PR target/32268
6114 * config/i386/sfp-machine.h (CMPtype): New define.
6115 (mach stubs): Use CMPtype instead of int as a return type.
6116
6117 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6118
6119 * config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
6120 config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
6121 config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
6122 config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
6123 config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
6124 config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
6125 config/soft-fp/soft-fp.h: Update from glibc CVS.
6126
6127 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6128
6129 * config/bfin/uclinux.h (MFWRAP_SPEC): New.
6130
6131 2007-06-14 Rask Ingemann Lambertsen <rask@sygehus.dk>
6132
6133 PR target/32341
6134 * config/v850/v850.c: Include dataflow header file.
6135 (substitute_ep_register): Fix typo.
6136
6137 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6138
6139 * configure.ac: Fix earlier checkin.
6140 * configure: Regenerated.
6141
6142 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6143
6144 * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
6145 * aclocal.m4: Regenerate.
6146 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
6147 ACX_PROG_CC_WARNINGS_ARE_ERRORS,
6148 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
6149 * configure: Regenerate.
6150 * Makefile.in (LOOSE_WARN): Subst loose_warn.
6151
6152 * Makefile.in (quickstrap): Build libgcc too.
6153
6154 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6155
6156 * configure.ac: Add --enable-checking=df. Explicitly mention that
6157 the variables are initialized as for "release".
6158 * df-core.c: Use it.
6159 * configure: Regenerate.
6160 * config.in: Regenerate.
6161
6162 2007-06-14 Bob Wilson <bob.wilson@acm.org>
6163
6164 * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
6165 validate_replace_rtx instead of replace_rtx.
6166 (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
6167
6168 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
6169
6170 * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
6171 (DWARF2_UNWIND_INFO): Override default if configured with
6172 SJLJ EH disabled.
6173 * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
6174 (ENDFILE_SPEC): Add crtend.o.
6175 * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
6176 (ENDFILE_SPEC): Add crtend.o.
6177 (TARGET_USE_JCR_SECTION): Define.
6178 (MD_UNWIND_SUPPORT): Define for 32-bit target.
6179
6180 * config/i386/cygming-crtbegin.c: New file.
6181 * config/i386/cygming-crtend.c: New file.
6182
6183 2007-06-14 Pascal Obry Pascal Obry <obry@adacore.com>
6184
6185 * config/i386/w32-unwind.h: New file.
6186
6187 2007-06-13 Eric Christopher <echristo@apple.com>
6188
6189 * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
6190 the user set a value below STACK_BOUNDARY.
6191
6192 2007-06-13 Thiemo Seufer <ths@networkno.de>
6193
6194 * config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
6195 imply -lpthread for -pthread.
6196
6197 2007-06-13 Kazu Hirata <kazu@codesourcery.com>
6198
6199 * basic-block.h: Remove the prototype for
6200 free_basic_block_vars.
6201 * cfglayout.h: Remove the prototype for
6202 insn_locators_initialize.
6203 * tree.h: Remove the prototype for emit_line_note.
6204
6205 * tree-ssa-pre.c (mergephitemp): Remove.
6206 (init_pre): Don't use mergephitemp.
6207
6208 2007-06-13 Eric Christopher <echristo@apple.com>
6209
6210 * config/i386/i386.c (override_options): If we've specified
6211 an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
6212
6213 2007-06-13 Bob Wilson <bob.wilson@acm.org>
6214
6215 * df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
6216 is defined.
6217
6218 2007-06-13 Bernd Schmidt <bernd.schmidt@analog.com>
6219
6220 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
6221 * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
6222 (eh_store_handler): New pattern.
6223 (eh_return): Emit it instead of a plain move.
6224
6225 2007-06-13 Uros Bizjak <ubizjak@gmail.com>
6226
6227 * config/i386/i386.c (ix86_init_mmx_sse_builtins)
6228 [__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
6229 [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
6230 def_builtin_const.
6231
6232 2007-06-13 Bernd Schmidt <bernd.schmidt@analog.com>
6233
6234 * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
6235 (find_next_insn_start, find_load): New functions.
6236 (bfin_reorg): Use them to deal with the fact that parallel insns are
6237 no longer represented as a SEQUENCE.
6238
6239 2007-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
6240
6241 * config/sparc/sparc.c (sparc_override_options): Initialize
6242 fpu mask correctly.
6243
6244 2007-06-13 Dave Korn <dave.korn@artimi.com>
6245
6246 * config/i386/i386.c (ix86_eax_live_at_start_p): Use
6247 df_get_live_out.
6248
6249 2007-06-13 Kazu Hirata <kazu@codesourcery.com>
6250
6251 * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
6252 config/sh/divcost-analysis, dbgcnt.def, df-core.c,
6253 df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
6254 tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
6255 tree-vect-transform.c: Fix comment typos. Follow spelling
6256 conventions.
6257
6258 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6259
6260 * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
6261 to the exit block use set.
6262 (df_insn_delete, df_insn_rescan): Fixed spelling of "deferring".
6263 * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
6264 * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
6265
6266 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6267
6268 * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
6269 * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
6270 to indicate an error.
6271 (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters):
6272 New functions.
6273 (dbg_cnt_process_opt): Print an error on a bad argument.
6274 * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
6275 * common.opt (-fdbg-cnt-list): New.
6276 * doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
6277
6278 2007-06-12 Eric Botcazou <ebotcazou@adacore.com>
6279
6280 * tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
6281 flag on ref-all pointers.
6282
6283 2007-06-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
6284
6285 PR middle-end/31579
6286 * expr.c (expand_expr_addr_expr_1): Call expand_expr
6287 for the offset with the modifier as EXPAND_INITIALIZER
6288 if the modifier is EXPAND_INITIALIZER.
6289 (expand_expr_real_1 <case INTEGER_CST>): Don't force to
6290 a register if we had an overflow.
6291
6292 2007-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6293
6294 * real.c (real_isfinite): New.
6295 (real_sqrt): Use it.
6296 * real.h (real_isfinite): New.
6297 * builtins.c: Use it.
6298
6299 2007-06-12 Ian Lance Taylor <iant@google.com>
6300 Daniel Berlin <dberlin@dberlin.org>
6301
6302 PR libstdc++/29286
6303 * tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
6304 * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
6305 (CHANGE_DYNAMIC_TYPE_LOCATION): Define.
6306 (DECL_NO_TBAA_P): Define.
6307 (struct tree_decl_common): Add no_tbaa_flag field.
6308 * tree-ssa-structalias.c (struct variable_info): Add
6309 no_tbaa_pruning field.
6310 (new_var_info): Initialize no_tbaa_pruning field.
6311 (unify_nodes): Copy no_tbaa_pruning field.
6312 (find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
6313 (dump_solution_for_var): Print no_tbaa_pruning flag.
6314 (set_uids_in_ptset): Add no_tbaa_pruning parameter. Change all
6315 callers.
6316 (compute_tbaa_pruning): New static function.
6317 (compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
6318 Call compute_tbaa_pruning.
6319 * tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
6320 * gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
6321 * gimple-low.c (lower_stmt): Likewise.
6322 * tree-gimple.c (is_gimple_stmt): Likewise.
6323 * tree-ssa-operands.c (get_expr_operands): Likewise.
6324 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
6325 * tree-inline.c (estimate_num_insns_1): Likewise.
6326 (copy_result_decl_to_var): Likewise.
6327 * expr.c (expand_expr_real_1): Likewise.
6328 * tree-pretty-print.c (dump_generic_node): Likewise.
6329 * tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
6330 * omp-low.c (omp_copy_decl_2): Likewise.
6331 * print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
6332 * doc/c-tree.texi (Expression trees): Document
6333 CHANGE_DYNAMIC_TYPE_EXPR.
6334
6335 2007-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6336
6337 * fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
6338 with !HONOR_NANS and !HONOR_INFINITIES.
6339 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
6340
6341 2007-06-12 Tristan Gingold <gingold@adacore.com>
6342
6343 * gcov.c: Comments updated.
6344 (source_info): Add file_time field.
6345 (source_index): New variable.
6346 (mutiple_files): New variable.
6347 (generate_results): New function extracted from process_file.
6348 (process_file): Save and restore chain of functions, generate
6349 results and free structures only if not merging results.
6350 (release_structures): File names are now freed in create_file_names
6351 (create_file_names): Free previous file names.
6352 (find_source): File date is now read here and modifications in
6353 source files is checked here.
6354 (read_graph_file): Only reverse order of functions for the current
6355 object file.
6356 (make_gcov_file_name): Do not generate long names if input_name is
6357 NULL.
6358 (output_lines): If merging results do not display graph, data and
6359 runs informations.
6360 Checking source file modification is done in find_source.
6361
6362 * doc/gcov.texi: Append an s to sourcefile.
6363
6364 2007-06-12 Bernd Schmidt <bernd.schmidt@analog.com>
6365
6366 * config/bfin/bfin.md (UNSPEC_NOP): New constant.
6367 (forced_nop): New pattern.
6368 * config/bfin/bfin.c: Include "df.h".
6369 (add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
6370 (bfin_discover_loop): Use df_get_live_in instead of
6371 global_live_at_start.
6372 (bfin_reorder_loops): Pass 0 to cfg_layout_initialize. Call
6373 df_analyze when done.
6374 (gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
6375 the insns. Use QImode for the final insn in a bundle. Call
6376 df_insn_rescan on generated NOPs; use gen_forced_nop instead of
6377 gen_nop.
6378 (reorder_var_tracking_notes): New function.
6379 (bfin_reorg): Pass no argument to split_all_insns. Don't call
6380 update_life_info. Call df_analyze after scheduling and bundle
6381 generation. Call reorder_var_tracking_notes if generating these
6382 notes. Call df_finish_pass at the end.
6383
6384 2007-06-12 Dirk Mueller <dmueller@suse.de>
6385
6386 * optabs.c (debug_optab_libfuncs): fix gcc_assert to
6387 a comparison, not an assignment.
6388
6389 2007-06-12 Olivier Hainque <hainque@adacore.com>
6390
6391 * tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
6392 Request walking the subtrees only, leaving the current is_lhs/val_only
6393 untouched.
6394 (convert_non_local_reference): Likewise.
6395
6396 2007-06-12 Nathan Sidwell <nathan@codesourcery.com>
6397
6398 * config/m68k/m68k-devices.def (52221, 52223, 5253): New.
6399
6400 2007-06-12 Richard Guenther <rguenther@suse.de>
6401
6402 PR tree-optimization/15353
6403 PR tree-optimization/31657
6404 * passes.c (init_optimization_passes): Add pass_tree_ifcombine.
6405 * timevar.def: Add TV_TREE_IFCOMBINE.
6406 * tree-pass.h (pass_tree_ifcombine): Declare.
6407 * tree-ssa-ifcombine.c: New file.
6408 * tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
6409 * tree-flow.h (blocks_in_phiopt_order): Declare.
6410 * Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
6411 (tree-ssa-ifcombine.o): New dependencies.
6412
6413 2007-06-12 Uros Bizjak <ubizjak@gmail.com>
6414
6415 PR rtl-optimization/32293
6416 * combine.c (simplify_if_then_else): Truncate return from
6417 nonzero_bits() to correct mode.
6418
6419 2007-06-12 Uros Bizjak <ubizjak@gmail.com>
6420
6421 * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
6422 into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
6423
6424 2007-06-11 Diego Novillo <dnovillo@google.com>
6425
6426 * Makefile.in (reload1.o-warn): Remove.
6427
6428 2007-06-11 Seongbae Park <seongbae.park@gmail.com>
6429
6430 * combine.c (subst): Use reg_overlap_mentioned_p
6431 instead of comparing register numbers directly.
6432
6433 2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
6434
6435 * reload1.c (mark_home_live_1): Use the mode parameter.
6436
6437 2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
6438
6439 * df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
6440 df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
6441 word "deferred".
6442 * df-core.c: Ditto.
6443
6444 2007-06-11 Daniel Berlin <dberlin@dberlin.org>
6445
6446 * Merge dataflow-branch into mainline (see ChangeLog.dataflow)
6447
6448 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
6449
6450 * config/i386/i386.md ("*movtf_internal): Penalize moves to and
6451 from integer registers.
6452 (FP mode splitters): Handle TFmode.
6453
6454 2007-06-11 Eric Botcazou <ebotcazou@adacore.com>
6455
6456 * tree-ssa-structalias.c (find_what_p_points_to): Return false
6457 for ref-all pointers that point-to anything.
6458
6459 2007-06-11 Joseph Myers <joseph@codesourcery.com>
6460
6461 * config/arm/arm.c (arm_output_dwarf_dtprel,
6462 TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
6463
6464 2007-06-11 Bernd Schmidt <bernd.schmidt@analog.com>
6465
6466 * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
6467 movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
6468 to memory moves.
6469
6470 2007-06-11 Rafael Avila de Espindola <espindola@google.com>
6471
6472 * gcc/tree.c (signed_or_unsigned_type_for): New.
6473 (unsigned_type_for): Use signed_or_unsigned_type_for.
6474 (signed_type_for): Use signed_or_unsigned_type_for.
6475 * gcc/tree.h (signed_or_unsigned_type_for): New.
6476 (get_signed_or_unsigned_type): Remove.
6477 * gcc/fold-const.c (fold_negate_expr): Use signed_type_for instead of
6478 lang_hooks.types.signed_type
6479 (size_diffop): Likewise.
6480 (all_ones_mask_p): Likewise.
6481 (build_range_check): Likewise.
6482 (fold_cond_expr_with_comparison): Likewise.
6483 (fold_cond_expr_with_comparison): Likewise.
6484 (unextend): Likewise.
6485 (extract_muldiv_1): Likewise.
6486 (fold_single_bit_test_into_sign_test): Likewise.
6487 (fold_binary): Likewise.
6488 (fold_ternary): Likewise.
6489 (operand_equal_for_comparison_p): Use signed_or_unsigned_type_for
6490 instead of get_signed_or_unsigned_type.
6491 * gcc/c-objc-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
6492 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
6493 * gcc/expr.c (signed_or_unsigned_type_for): Use
6494 signed_or_unsigned_type_for instead of get_signed_or_unsigned_type.
6495 * gcc/langhooks.c (get_signed_or_unsigned_type): Remove.
6496 (lhd_signed_or_unsigned_type): Remove.
6497 * gcc/langhooks.h (lang_hooks_for_types): Remove signed_type and
6498 signed_or_unsigned_type.
6499 (lhd_signed_or_unsigned_type): Remove.
6500 * gcc/expmed.c (make_tree): Use signed_type_for instead of
6501 lang_hooks.types.signed_type.
6502 * gcc/c-common.c (same_scalar_type_ignoring_signedness): Use
6503 c_common_signed_type instead of lang_hooks.types.signed_type.
6504 (c_common_unsigned_type): New.
6505 (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
6506 (shorten_compare): Use c_common_unsigned_type instead of
6507 c_common_signed_or_unsigned_type.
6508 (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
6509 unsigned_type_for.
6510 * gcc/convert.c (convert_to_integer): Use signed_type_for instead of
6511 lang_hooks.types.signed_type.
6512 * gcc/langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
6513 (LANG_HOOK_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_SIGNED_TYPE and
6514 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE.
6515 * gcc/c-format.c (check_format_types): Use c_common_unsigned_type
6516 instead of unsigned_type_for.
6517 * gcc/c-decl.c (groakdeclarator): Likewise.
6518 * gcc/c-typeck.c (convert_for_assignment): Likewise.
6519 * gcc/c-common.h (c_common_unsigned_type): New.
6520
6521 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
6522
6523 PR target/32280
6524 * config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
6525 * config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
6526
6527 2007-06-11 Uros Bizjak <ubizjak@gmail.com>
6528
6529 PR middle-end/32279
6530 * fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
6531 into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
6532
6533 2007-06-10 Jan Sjodin <jan.sjodin@amd.com>
6534 Sebastian Pop <sebpop@gmail.com>
6535
6536 * lambda-code.c (remove_iv): New.
6537 (lambda_loopnest_to_gcc_loopnest): Use remove_iv.
6538
6539 2007-06-10 Zdenek Dvorak <dvorakz@suse.cz>
6540
6541 * tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
6542 * tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
6543 * tree-ssa-loop-prefetch.c: Include optabs.h.
6544 (FENCE_FOLLOWING_MOVNT): New macro.
6545 (struct mem_ref): Add independent_p and storent_p fields.
6546 (record_ref): Initalize the new fields.
6547 (gather_memory_references_ref): Return true if the reference
6548 could be analysed.
6549 (gather_memory_references): Check whether all memory accesses
6550 in loop were recorded.
6551 (should_issue_prefetch_p): Return false for nontemporal stores.
6552 (nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
6553 may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
6554 (determine_loop_nest_reuse): Detect independent memory references.
6555 (loop_prefetch_arrays): Call mark_nontemporal_stores.
6556 * tree-flow.h (mark_virtual_ops_for_renaming): Declare.
6557 * Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
6558 * config/i386/i386.h (x86_mfence): Declare.
6559 (FENCE_FOLLOWING_MOVNT): Return x86_mfence.
6560 * config/i386/i386.c (x86_mfence): New variable.
6561 (ix86_init_mmx_sse_builtins): Initialize x86_mfence.
6562
6563 * tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
6564 * optabs.c (init_optabs): Initialize storent_optab.
6565 * optabs.h (enum optab_index): Add OTI_storent.
6566 (storent_optab): Declare.
6567 * genopinit.c (optabs): Add initialization for storent_optab.
6568 * tree.h (MOVE_NONTEMPORAL): New macro.
6569 * expr.c (expand_assignment, store_expr, store_constructor_field,
6570 store_constructor, store_field, expand_expr_real_1): Propagate
6571 nontemporality of the expanded store.
6572 (emit_storent_insn): New function.
6573 * expr.h (expand_assignment, store_expr): Declaration changed.
6574 * function.c (assign_parm_setup_reg): Pass false as nontemporality
6575 to expand_assignment.
6576 * stmt.c (expand_asm_expr): Ditto.
6577 * calls.c (initialize_argument_information): Pass false as
6578 nontemporality to store_expr.
6579 * config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
6580 storentsi): New.
6581
6582 2007-06-09 Daniel Berlin <dberlin@dberlin.org>
6583
6584 * tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
6585 parameter, use it.
6586 (find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
6587
6588 2007-06-09 Daniel Berlin <dberlin@dberlin.org>
6589
6590 * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
6591 and allow DECL_P here.
6592
6593 2007-06-09 Zdenek Dvorak <dvorakz@suse.cz>
6594
6595 * tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
6596 follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
6597 track of the size of the expression.
6598 * cfghooks.c (merge_blocks): Remove block from loops structure only
6599 after call of the merge_blocks hook.
6600
6601 2007-06-09 Tom Tromey <tromey@redhat.com>
6602
6603 * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
6604 (deprecated_state): Removed.
6605 (start_decl): Update.
6606 (enum deprecated_states): Moved earlier.
6607 (groktypename): Update.
6608 (push_parm_decl): Likewise.
6609 (grokfield): Likewise.
6610 (start_function): Likewise.
6611
6612 2007-06-09 Ian Lance Taylor <iant@google.com>
6613
6614 PR tree-optimization/32169
6615 * tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
6616 CONVERT_EXPR, check whether min and max both converted to an
6617 overflow infinity representation.
6618
6619 2007-06-08 Eric Botcazou <ebotcazou@adacore.com>
6620
6621 * reload1.c (fixup_abnormal_edges): Clear bb field for insns
6622 not inserted on the edge.
6623
6624 2007-06-08 Bob Wilson <bob.wilson@acm.org>
6625
6626 * config/xtensa/lib1funcs.asm (__udivsi3): Use hardware divide
6627 instructions if they are supported.
6628 (__divsi3, __umodsi3, __modsi3): Likewise.
6629 (__ashldi3, __ashrdi3, __lshrdi3): New.
6630 * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
6631
6632 2007-06-08 Harsha Jagasia <harsha.jagasia@amd.com>
6633 Tony Linthicum <tony.linthicum@amd.com>
6634
6635 * doc/invoke.texi: Add fvect-cost-model flag.
6636 * common.opt (fvect-cost-model): New flag.
6637 * tree-vectorizer.c (new_stmt_vec_info): Initialize inside and outside
6638 cost fields in stmt_vec_info struct for STMT.
6639 * tree-vectorizer.h (stmt_vec_info): Define inside and outside cost
6640 fields in stmt_vec_info struct and access functions for the same.
6641 (TARG_COND_BRANCH_COST): Define cost of conditional branch.
6642 (TARG_VEC_STMT_COST): Define cost of any vector operation, excluding
6643 load, store and vector to scalar operation.
6644 (TARG_VEC_TO_SCALAR_COST): Define cost of vector to scalar operation.
6645 (TARG_VEC_LOAD_COST): Define cost of aligned vector load.
6646 (TARG_VEC_UNALIGNED_LOAD_COST): Define cost of misasligned vector load.
6647 (TARG_VEC_STORE_COST): Define cost of vector store.
6648 (vect_estimate_min_profitable_iters): Define new function.
6649 * tree-vect-analyze.c (vect_analyze_operations): Add a compile-time
6650 check to evaluate if loop iterations are less than minimum profitable
6651 iterations determined by cost model or minimum vect loop bound defined
6652 by user, whichever is more conservative.
6653 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Add a
6654 run-time check to evaluate if loop iterations are less than minimum
6655 profitable iterations determined by cost model or minimum vect loop
6656 bound defined by user, whichever is more conservative.
6657 (vect_estimate_min_profitable_iterations): New function to estimate
6658 mimimimum iterartions required for vector version of loop to be
6659 profitable over scalar version.
6660 (vect_model_reduction_cost): New function.
6661 (vect_model_induction_cost): New function.
6662 (vect_model_simple_cost): New function.
6663 (vect_cost_strided_group_size): New function.
6664 (vect_model_store_cost): New function.
6665 (vect_model_load_cost): New function.
6666 (vectorizable_reduction): Call vect_model_reduction_cost during
6667 analysis phase.
6668 (vectorizable_induction): Call vect_model_induction_cost during
6669 analysis phase.
6670 (vectorizable_load): Call vect_model_load_cost during analysis phase.
6671 (vectorizable_store): Call vect_model_store_cost during analysis phase.
6672 (vectorizable_call, vectorizable_assignment, vectorizable_operation,
6673 vectorizable_promotion, vectorizable_demotion): Call
6674 vect_model_simple_cost during analysis phase.
6675
6676 2007-06-08 Simon Baldwin <simonb@google.com>
6677
6678 * reg-stack.c (get_true_reg): Readability change. Moved default case
6679 label into direct switch statement scope.
6680
6681 2007-06-08 Simon Baldwin <simonb@google.com>
6682
6683 * tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment
6684 in gcc_assert() with '==' comparison.
6685
6686 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
6687
6688 * config/i386/i386.c (override_options): Merge TARGET_SSE4_2 and
6689 TARGET_ABM handling of x86_popcnt variable.
6690
6691 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
6692
6693 * doc/extend.texi (X86 Built-in Functions): Document __builtin_fabsq,
6694 __builtin_copysignq and __builtin_infq built-in functions.
6695
6696 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
6697
6698 * doc/extend.texi (X86 Built-in Functions): Add missing `@item's in
6699 SSE4.2 section. Correct built-in function names in SSE4A section.
6700
6701 2007-06-08 Uros Bizjak <ubizjak@gmail.com>
6702
6703 PR tree-optimization/32243
6704 * tree-vect-transform.c (vectorizable_type_promotion): Move check
6705 for ncopies after ratio check between nunits_out and nunits_in.
6706 (vectorizable_type_demotion): Remove single-use variable "scalar_type".
6707
6708 2007-06-08 Dorit Nuzman <dorit@il.ibm.com>
6709
6710 PR tree-optimization/32224
6711 * tree-vect-analyze.c (vect_determine_vectorization_factor): Fail
6712 vectorization upon a non GIMPLE_MODIFY_STMT.
6713
6714 2007-06-08 Christian Bruel <christian.bruel@st.com>
6715
6716 PR target/29953
6717 * config/sh/sh.md (doloop_end): New pattern and splitter.
6718 * loop-iv.c (simple_rhs_p): Check for hardware registers.
6719
6720 2007-06-08 Zdenek Dvorak <dvorakz@suse.cz>
6721
6722 PR middle-end/32209
6723 * dominance.c (debug_dominance_tree, debug_dominance_tree_1): New
6724 functions.
6725 (verify_dominators): Do not change dominance tree.
6726
6727 2007-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
6728
6729 * config/sh/constraints.md: New file.
6730 * config/sh/sh.c: Include tm-constrs.h.
6731 (reg_class_from_letter): Remove.
6732 (prepare_cbranch_operands): Use satisfies_constraint_*
6733 function instead of macro.
6734 (andcosts, broken_move, sh_secondary_reload): Likewise.
6735 * config/sh/predicates.md (trapping_target_operand): Likewise.
6736 (and_operand, arith_operand, arith_reg_or_0_operand,
6737 cmp_operand, logical_operand, target_operand,
6738 ua_address_operand, ua_offset, xor_operand): Likewise.
6739 * config/sh/sh.md: Include constraints.md.
6740 (*movsicc_t_false): Use satisfies_constraint_* function
6741 instead of macro.
6742 (*movsicc_t_true, ashlsi3_std, ashlhi3_k, lshrsi3_m,
6743 lshrsi3_k, movsi_const_16bit+2, *movhi_media+1,
6744 movdi_const_16bit+1, beq, bne, *ptb): Likewise.
6745 * config/sh/sh.h (reg_class_from_letter): Remove prototype.
6746 (OVERRIDE_OPTIONS): Don't modify reg_class_from_letter.
6747 (REG_CLASS_FROM_CONSTRAINT): Remove.
6748 (CONSTRAINT_LEN, CONST_OK_FOR_I20, CONST_OK_FOR_I,
6749 CONST_OK_FOR_J, CONST_OK_FOR_K16, CONST_OK_FOR_K,
6750 CONST_OK_FOR_P27, CONST_OK_FOR_P, CONST_OK_FOR_M,
6751 CONST_OK_FOR_N, CONST_OK_FOR_CONSTRAINT_P,
6752 CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6753 (SECONDARY_INOUT_RELOAD_CLASS): Use satisfies_constraint_*
6754 function instead of macro.
6755 (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
6756 (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_A,
6757 EXTRA_CONSTRAINT_Bsc, EXTRA_CONSTRAINT_B,
6758 EXTRA_CONSTRAINT_Css, EXTRA_CONSTRAINT_Csu): Remove.
6759 (IS_PC_RELATIVE_LOAD_ADDR_P): New macro.
6760 (IS_LITERAL_OR_SYMBOLIC_S16_P): Likewise.
6761 (IS_LITERAL_OR_SYMBOLIC_U16_P): Likewise.
6762 (IS_NON_EXPLICIT_CONSTANT_P): Likewise.
6763 (EXTRA_CONSTRAINT_Csy, EXTRA_CONSTRAINT_Z, EXTRA_CONSTRAINT_W,
6764 EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C,
6765 EXTRA_MEMORY_CONSTRAINT, EXTRA_CONSTRAINT_Sr0,
6766 EXTRA_CONSTRAINT_Sua, EXTRA_CONSTRAINT_S,
6767 EXTRA_CONSTRAINT_STR): Likewise.
6768 (GO_IF_LEGITIMATE_INDEX): Fix indentation.
6769
6770 2007-06-07 Geoffrey Keating <geoffk@apple.com>
6771
6772 * config/i386/darwin.h (STACK_BOUNDARY): Define.
6773
6774 2007-06-07 Simon Martin <simartin@users.sourceforge.net>
6775
6776 PR c++/30759
6777 * c-common.h (flag_cpp0x): Replaced by...
6778 (cxx_dialect): ... this new variable specifying the C++ dialect that
6779 is used.
6780 * c-common.c (flag_cpp0x): Removed.
6781 (cxx_dialect): Defined.
6782 * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
6783 cxx_dialect.
6784 * c-opts.c (c_common_post_options): Likewise.
6785 (set_std_cxx98): Set cxx_dialect to cxx98.
6786 (set_std_cxx0x): Set cxx_dialect to cxx0x.
6787
6788 2007-06-07 Geoffrey Keating <geoffk@apple.com>
6789 Hui-May Chang <hm.chang@apple.com>
6790
6791 * doc/invoke.texi (Darwin Options): Update documentation for
6792 -mmacosx-version-min.
6793 * config.gcc (*-*-darwin*): Set extra_gcc_objs.
6794 * config/darwin-driver.c: New file.
6795 * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
6796 * config/t-darwin (darwin-driver.o): New rule.
6797
6798 * config/darwin-c.c (version_as_macro): Ignore low digit.
6799
6800 2007-06-07 Uros Bizjak <ubizjak@gmail.com>
6801
6802 * config/i386/i386.md (standard sse constant splitter): Handle TFmode.
6803 (negtf2, abstf2, *absnegtf2_sse): New insn patterns.
6804 (CSGNMODE): New mode macro.
6805 (CSGNVMODE): New mode attribute.
6806 (copysign<mode>3): Rename from copysingsf3 and copysigndf3. Macroize
6807 expander using CSGNMODE mode macro. Handle TFmode.
6808 (copysign<mode>3_const): Rename from copysignsf3_const and
6809 copysigndf3_const. Macroize pattern using CSGNMODE mode macro.
6810 Handle TFmode.
6811 (copysign<mode>3_var): Rename from copysignsf3_var and
6812 copysigndf3_var. Macroize pattern using CSGNMODE mode macro.
6813 Handle TFmode.
6814 (copysign<mode>3_var splitter): Macroize pattern using CSGNMODE
6815 mode macro. Handle TFmode.
6816 * config/i386/sse.md (andtf3, *andtf3, *nandtf3): New insn patterns.
6817 (iortf3, *iortf3): Ditto.
6818 (xortf3, *xortf3): Ditto.
6819 * config/i386/i386.c (ix86_build_signbit_mask): Create scalar
6820 TFmode and TImode masks.
6821 (ix86_expand_copysign): Expand TFmode copysign insn.
6822 (IX86_BUILTIN_INFQ): New.
6823 (IX86_BUILTIN_FABSQ): Ditto.
6824 (IX86_BUILTIN_COPYSIGNQ): Ditto.
6825 (ix86_init_mmx_sse_builtins) [__builtin_infq]: New builtin definition.
6826 [__builtin_fabsq]: Ditto.
6827 [__builtin_copysignq]: Ditto.
6828 (ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
6829 [IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
6830 [IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
6831 ix86_expand_binop_builtin().
6832
6833 2007-06-07 Bob Wilson <bob.wilson@acm.org>
6834
6835 * config/xtensa/lib1funcs.asm: Clean up whitespace.
6836
6837 2007-06-07 Steve Ellcey <sje@cup.hp.com>
6838
6839 PR target/31850
6840 * rtl.h (push_to_sequence2): New.
6841 * emit-rtl.c (push_to_sequence2): New.
6842 * function.c (assign_parm_data_all): Add new fields.
6843 (assign_parm_setup_block): Call push_to_sequence2 instead of
6844 push_to_sequence.
6845 (assign_parm_setup_reg): Ditto.
6846 (assign_parm_setup_stack): Ditto.
6847 (assign_parms_unsplit_complex): Ditto.
6848 (assign_parms): Change field name.
6849
6850 2007-06-07 Zdenek Dvorak <dvorakz@suse.cz>
6851
6852 PR tree-optimization/32220
6853 * tree-predcom.c (eliminate_temp_copies): Handle the case that loop
6854 phi node is reached before defining statement.
6855
6856 2007-06-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
6857
6858 PR tree-opt/32231
6859 * tree-vect-transform.c (vectorizable_call): Call update_stmt
6860 after changing the right hand side of the assignment.
6861
6862 2007-06-06 Eric Christopher <echristo@apple.com>
6863
6864 * config.gcc (i?86-*-darwin*): Remove arch parameter.
6865 (x86_64-*-darwin*): Ditto.
6866 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Define.
6867 (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
6868
6869 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
6870
6871 * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the
6872 coding conventions.
6873 (add_key): Likewise.
6874 * tree-ssa.c (init_tree_ssa): Use type safe memory macros.
6875 * tree-ssa-ccp.c (ccp_fold_builtin): Avoid using C++ keywords as
6876 variable names.
6877 * tree-ssa-coalesce.c (find_coalesce_pair): Use type safe memory
6878 macros.
6879 (add_cost_one_coalesce): Likewise.
6880 * tree-ssa-copy.c (merge_alias_info): Avoid using C++ keywords as
6881 variable names. Rename orig to orig_name for consistency.
6882 * tree-ssa-dom.c (dom_thread_across_edge): Cast according to the
6883 coding conventions.
6884 (cprop_into_successor_phis): Avoid using C++ keywords as variable
6885 names.
6886 (record_equivalences_from_stmt): Likewise.
6887 * tree-ssa-dse.c (dse_initialize_block_local_data): Cast according to
6888 the coding conventions.
6889 (memory_ssa_name_same): Likewise.
6890 (dse_optimize_stmt): Likewise.
6891 (dse_record_phis): Likewise.
6892 (dse_finalize_block): Likewise.
6893 * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Avoid using C++
6894 keywords as variable names.
6895 (may_move_till): Cast according to the coding conventions.
6896 (force_move_till_expr): Avoid using C++ keywords as variable names.
6897 (force_move_till): Cast according to the coding conventions.
6898 (memref_hash): Likewise.
6899 (memref_eq): Likewise.
6900 (gather_mem_refs_stmt): Likewise.
6901 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Avoid
6902 using C++ keywords as variable names.
6903 (idx_find_step): Cast according to the coding conventions.
6904 (idx_record_use): Likewise.
6905 (find_depends): Likewise.
6906 (prepare_decl_rtl): Likewise.
6907 (mbc_entry_hash): Likewise.
6908 (mbc_entry_eq): Likewise.
6909 * tree-ssa-loop-niter.c (SWAP): Use the correct the type for tmp.
6910 (simplify_replace_tree): Avoid using C++ keywords as variable names.
6911 (idx_infer_loop_bounds): Cast according to the coding conventions.
6912 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6913 * tree-ssa-math-opts.c (occ_new ): Likwise.
6914 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Use type safe memory
6915 macros.
6916 * tree-ssa-operands.c (add_def_op): Avoid using C++ keywords as
6917 variable names.
6918 (add_use_op): Likewise.
6919 (add_vop): Likewise.
6920 (add_vuse_op): Likewise.
6921 (add_vdef_op): Likewise.
6922 (get_expr_operands): Likewise.
6923 (push_stmt_changes): Use type safe memory macros.
6924 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
6925 keywords as variable names.
6926 (conditional_replacement): Likewise.
6927 (minmax_replacement): Likewise.
6928 (abs_replacement): Likewise.
6929 * tree-ssa-pre.c (create_expression_by_pieces): Cast according to the
6930 coding conventions.
6931 (insert_fake_stores): Avoid using C++ keywords as variable names.
6932 * tree-ssa-reassoc.c (add_to_ops_vec): Cast according to the coding
6933 conventions.
6934 * tree-ssa-structalias.c (heapvar_lookup): Likewise.
6935 (heapvar_insert): Use type safe memory macros.
6936 (new_var_info): Cast according to the coding conventions.
6937 (new_constraint): Likewise.
6938 (remove_preds_and_fake_succs): Use type safe memory macros.
6939 * tree-ssa-threadupdate.c (thread_block): Cast according to the coding
6940 conventions.
6941 (thread_single_edge): Likewise.
6942 (thread_through_loop_header): Likewise.
6943
6944 2007-06-06 Eric Christopher <echristo@apple.com>
6945
6946 * config/i386/i386.c (override_options): Move handling
6947 of TARGET_SUBTARGET* earlier.
6948
6949 2007-06-06 Paolo Bonzini <bonzini@gnu.org>
6950
6951 * genmodes.c (tagged_printf, emit_insn_modes_h): Don't
6952 use %n on printf.
6953
6954 2007-06-06 Zdenek Dvorak <dvorakz@suse.cz>
6955
6956 * haifa-sched.c (restore_bb_notes): Clear bb field of the notes
6957 emited outside of basic block.
6958 * cfgbuild.c (find_bb_boundaries): Clear bb field for insns between
6959 the created blocks.
6960 * rtl.h (delete_insn_chain): Declaration changed.
6961 * cfgrtl.c (delete_insn_chain): Add option to clear bb field for
6962 non-removed insns.
6963 (rtl_delete_block, rtl_merge_blocks): Pass true to delete_insn_chain.
6964 (delete_insn_chain_and_edges, try_redirect_by_replacing_jump,
6965 rtl_tidy_fallthru_edge, cfg_layout_merge_blocks): Pass false
6966 to delete_insn_chain.
6967 (rtl_verify_flow_info_1): Verify that the insns in header and footer
6968 do not have bb field set.
6969 (rtl_verify_flow_info): Verify that insns between basic blocks do not
6970 have bb field set.
6971 * recog.c (peephole2_optimize): Add argument to delete_insn_chain call.
6972 * cfgcleanup.c (try_optimize_cfg): Ditto.
6973
6974 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
6975
6976 * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
6977 (lambda_body_vector_new): Use type safe memory macros.
6978 (lambda_linear_expression_new): Likewise.
6979 (lambda_loopnest_new): Likewise.
6980 (lambda_lattice_new): Likewise.
6981 (replace_uses_equiv_to_x_with_y): Cast according to the coding
6982 conventions. Use type safe memory macros.
6983 * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
6984 (lambda_body_vector_s): Likewise.
6985 * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
6986 * lambda-trans.c (lambda_trans_matrix_new): Likewise.
6987
6988 2007-06-06 Richard Guenther <rguenther@suse.de>
6989
6990 * tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2
6991 if we need to schedule cfg_cleanup.
6992 (tree_ssa_forward_propagate_single_use_vars): Do so.
6993
6994 2007-06-06 Ian Lance Taylor <iant@google.com>
6995
6996 * fold-const.c (merge_ranges): If range_successor or
6997 range_predecessor fail, just return 0.
6998
6999 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
7000
7001 PR tree-optimization/32216
7002 * tree-vectorizer.c (supportable_widening_operation): Determine
7003 signedness of FIX_TRUNC_EXPR from output operand.
7004 (supportable_narrowing_operation): Ditto.
7005 * tree-vect-generic.c (expand_vector_operations_1): Determine
7006 signedness of VEC_UNPACK_FLOAT_HI_EXPR and VEC_UNPACK_FLOAT_LO_EXPR
7007 from input operand.
7008
7009 2007-06-06 Thomas Neumann <tneumann@users.sourceforge.net>
7010
7011 * config/i386/i386.c (enum pta_flags): Move out of struct scope...
7012 (struct pta): ...from here. Change flags to unsigned to avoid
7013 excessive casting (as it is used as a bit mask).
7014 (override_options): Add casts according to the coding convenventions.
7015 (x86_64_elf_unique_section): Likewise.
7016 (examine_argument): Avoid using C++ keywords as variable names.
7017 (construct_container): Likewise.
7018 (legitimize_pic_address): Likewise.
7019 (get_dllimport_decl): Cast according to the coding conventions. Use
7020 type safe memory macros.
7021 (legitimize_address): Cast according to the coding conventions.
7022 (emit_i387_cw_initialization): Corrected the type of slot to enum
7023 ix86_stack_slot.
7024 (ix86_init_machine_status): Use type safe memory macros.
7025 (bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
7026 (bdesc_pcmpistr): Likewise.
7027 (bdesc_crc32): Likewise.
7028 (bdesc_sse_3arg): Likewise.
7029 (bdesc_2arg): Likewise.
7030 (bdesc_1arg): Likewise.
7031 (ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
7032 (ix86_expand_sse_pcmpistr): Likewise.
7033 (ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
7034 (ix86_builtin_vectorized_function): Change the type of fn to unsigned
7035 int to match the langhook definition.
7036 (ix86_builtin_conversion): Change the type of code to unsigned init to
7037 match the langhook definition.
7038 (ix86_preferred_reload_class): Avoid using C++ keywords as variable
7039 names.
7040 (ix86_preferred_output_reload_class): Likewise.
7041 (ix86_cannot_change_mode_class): Likewise.
7042 (ix86_memory_move_cost): Likewise.
7043 (ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
7044 avoid excessive casting later on.
7045 (x86_output_mi_thunk): Avoid using C++ keywords as variable names.
7046
7047 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
7048
7049 * config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
7050 as flags setting insn.
7051 (sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.
7052
7053 2007-06-06 Uros Bizjak <ubizjak@gmail.com>
7054
7055 * config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
7056 (UNSPEC_ROUND): New.
7057 ("sse4_1_round<mode>2"): New insn pattern.
7058 ("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
7059 SSE4.1 targets.
7060 ("floor<mode>2"): Rename from floordf2 and floorsf2. Macroize
7061 expander using SSEMODEF mode macro. Expand using
7062 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
7063 ("ceil<mode>2"): Rename from ceildf2 and ceilsf2. Macroize
7064 expander using SSEMODEF mode macro. Expand using
7065 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
7066 ("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2. Macroize
7067 expander using SSEMODEF mode macro. Expand using
7068 "sse4_1_round<mode>2" pattern for SSE4.1 targets.
7069 * config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
7070 UNSPEC_ROUND instead of UNSPEC_ROUNDP.
7071 ("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
7072 UNSPEC_ROUNDS.
7073
7074 2007-06-06 Jan Sjodin <jan.sjodin@amd.com>
7075 Sebastian Pop <sebpop@gmail.com>
7076
7077 * lambda.h (build_linear_expr): New.
7078 * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
7079 Use build_linear_expr, call fold and force_gimple_operand.
7080 (lambda_loopnest_to_gcc_loopnest): Check that there is
7081 something to insert.
7082 * testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.
7083
7084 2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
7085
7086 PR preprocessor/23479
7087 * doc/extend.texi: Document the 0b-prefixed binary integer
7088 constant extension.
7089
7090 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
7091
7092 PR tree-optimization/32215
7093 * tree-vectorizer.c (supportable_widening_operation): Return false
7094 for unsupported FIX_TRUNC_EXPR tree code.
7095 (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.
7096
7097 2007-06-06 Nathan Froyd <froydnj@codesourcery.com>
7098
7099 * config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
7100 register on SPE targets. Change documentation to reflect
7101 reality.
7102 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
7103 Change FIXED_SCRATCH to 14 and document why we're keeping r14
7104 out of the register allocation pool.
7105 (rs6000_reg_live_or_pic_offset_p): New function.
7106 (rs6000_emit_prologue): Move the actual saving of LR up to free
7107 r0 for holding r11. Split saving of SPE 64-bit registers into
7108 its own case. Ensure that offsets will always be in-range for
7109 'evstdd' by using r11 as a scratch register to point at the start
7110 of the SPE save area. Save r11 if necessary, as it is the static
7111 chain register.
7112 (rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
7113 into its own case. Ensure that offsets will always be in-range
7114 for 'evldd' by using r11 as a scratch register to point at the
7115 start of the SPE save area. Also adjust r11 when restoring
7116 the stack pointer to compensate for pre-loading r11.
7117
7118 2007-06-05 Thomas Neumann <tneumann@users.sourceforge.net>
7119
7120 * cfg.c (init_flow): Use type safe memory macros.
7121 (alloc_block): Likewise.
7122 (unchecked_make_edge): Likewise.
7123 (dump_flow_info): Avoid using C++ keywords as variable names.
7124 (copy_original_table_clear): Cast according to the coding conventions.
7125 (copy_original_table_set): Likewise.
7126 * cfgexpand (label_rtx_for_bb): Likewise.
7127 (expand_gimple_basic_block): Likewise.
7128 * cfghooks.c (dump_bb): Likewise.
7129 (lv_adjust_loop_header_phi): Avoid using C++ keywords as
7130 variable names.
7131 (lv_add_condition_to_bb): Likewise.
7132 * cfglayout (relink_block_chain): Cast according to the coding
7133 conventions.
7134 (fixup_reorder_chain): Likewise.
7135 (fixup_fallthru_exit_predecessor): Likewise.
7136 * cfgloop.c (glb_enum_p): Likewise.
7137 (get_exit_description): Likewise.
7138 (dump_recorded_exit): Likewise.
7139 * cfgloop.h (enum loop_estimation): Move out of struct scope...
7140 (struct loop): ... from here.
7141 * cfgloopmanip.c (rpe_enum_p): Cast according to the coding
7142 conventions.
7143 * cfgrtl.c (rtl_create_basic_block): Likewise.
7144 (rtl_split_block): Likewise.
7145 (rtl_dump_bb): Likewise.
7146 (cfg_layout_split_block): Likewise.
7147 (init_rtl_bb_info): Use typesafe memory macros.
7148
7149 * graphds.h (struct graph_edge): Renamed edge to graph_edge.
7150 * graphds.h: Updated all usages of edge to graph_edge.
7151 * graphds.c: Likewise.
7152 * cfgloopanal.c: Likewise.
7153
7154 2007-06-05 Ian Lance Taylor <iant@google.com>
7155
7156 * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
7157 PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
7158 (extract_range_from_assert): Set TREE_NO_WARNING when creating an
7159 expression.
7160 (test_for_singularity): Likewise.
7161
7162 2007-06-05 H.J. Lu <hongjiu.lu@intel.com>
7163
7164 * config/i386/constraints.md ("Y2"): Replaced by ...
7165 ("Yt"): This.
7166 * config/i386/i386.md: Likewise.
7167 * config/i386/mmx.md: Likewise.
7168 * config/i386/sse.md: Likewise.
7169
7170 2007-06-05 H.J. Lu <hongjiu.lu@intel.com>
7171
7172 * config/i386/constraints.md ("z"): Replaced by ...
7173 ("Y0"): This.
7174 * config/i386/sse.md (sse4_1_blendvpd): Likewise.
7175 (sse4_1_blendvps): Likewise.
7176 (sse4_1_pblendvb): Likewise.
7177 (sse4_2_pcmpestr): Likewise.
7178 (sse4_2_pcmpestrm): Likewise.
7179 (sse4_2_pcmpestr_cconly): Likewise.
7180 (sse4_2_pcmpistr): Likewise.
7181 (sse4_2_pcmpistrm): Likewise.
7182 (sse4_2_pcmpistr_cconly): Likewise.
7183
7184 2007-06-05 Razya Ladelsky <razya@il.ibm.com>
7185
7186 * matrix-reorg.c (transform_access_sites): Fix computation.
7187 (transform_allocation_sites): Same.
7188
7189 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
7190
7191 * config/i386/i386.c (override_options): Use
7192 TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
7193
7194 2007-06-05 Uros Bizjak <ubizjak@gmail.com>
7195
7196 * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
7197 (nonimm_not_xmm0_operand): Ditto.
7198 * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
7199 as operand[0] and operand[1] predicate. Use "nonimm_not_xmm0_operand"
7200 as operand[2] predicate. Require "z" class XMM register for
7201 operand[3]. Adjust asm template.
7202 ("sse4_1_blendvpd"): Ditto.
7203 ("sse4_1_pblendvb"): Ditto.
7204 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
7205 force op2 into xmm0 register for variable blend instructions.
7206
7207 2007-06-04 Tom Tromey <tromey@redhat.com>
7208
7209 * c-tree.h (start_enum): Update.
7210 (build_enumerator): Likewise.
7211 * c-decl.c (enum_next_value): Removed.
7212 (enum_overflow): Likewise.
7213 (start_enum): Add c_enum_contents argument. Don't use globals.
7214 (build_enumerator): Likewise.
7215 * c-tree.h (struct c_enum_contents): New struct.
7216
7217 2007-06-04 Tom Tromey <tromey@redhat.com>
7218
7219 * c-common.c (c_common_get_alias_set): Fix indentation.
7220
7221 2007-06-04 Ian Lance Taylor <iant@google.com>
7222
7223 * tree-vrp.c (adjust_range_with_scev): When loop is not expected
7224 to overflow, reduce overflow infinity to regular infinity.
7225 (vrp_var_may_overflow): New static function.
7226 (vrp_visit_phi_node): Check vrp_var_may_overflow.
7227
7228 2007-06-04 Kazu Hirata <kazu@codesourcery.com>
7229
7230 * stor-layout.c (layout_type): Remove duplicate code.
7231
7232 2007-06-04 Uros Bizjak <ubizjak@gmail.com>
7233
7234 PR c/32191
7235 * gcc/c-common.c (c_define_builtins): Call targetm.init_builtins ()
7236 before build_common_builtin_nodes ().
7237
7238 2007-06-04 Steve Ellcey <sje@cup.hp.com>
7239
7240 PR target/31733
7241 * cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.
7242
7243 2007-06-04 Jan Hubicka <jh@suse.cz>
7244
7245 * tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
7246 reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
7247 instead of _stat version.
7248
7249 2007-06-03 Zdenek Dvorak <dvorakz@suse.cz>
7250
7251 PR tree-optimization/32194
7252 * tree-predcom.c (determine_offset): Check that both references have
7253 the same type.
7254
7255 2007-06-03 Zdenek Dvorak <dvorakz@suse.cz>
7256
7257 * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
7258 Change dom_bbs to vector. Add argument to iterate_fix_dominators call.
7259 * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
7260 * tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
7261 Add argument to iterate_fix_dominators call.
7262 (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
7263 * gcse.c (hoist_code): Change domby to vector.
7264 * cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
7265 Add argument to iterate_fix_dominators call.
7266 * loop-doloop.c (doloop_modify): Changed recount_dominator to
7267 recompute_dominator.
7268 * lambda-code.c (perfect_nestify): Ditto.
7269 * cfgloopanal.c: Include graphds.h.
7270 (struct edge, struct vertex, struct graph, dump_graph, new_graph,
7271 add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
7272 (mark_irreducible_loops): Use graphds_scc. Remove argument from
7273 add_edge call.
7274 * graphds.c: New file.
7275 * graphds.h: New file.
7276 * dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
7277 (get_dominated_by, get_dominated_by_region): Change return type to
7278 vector.
7279 (verify_dominators): Recompute all dominators and compare the results.
7280 (recount_dominator): Renamed to ...
7281 (recompute_dominator): ... this. Do not check that the block is
7282 dominated by entry.
7283 (iterate_fix_dominators): Reimplemented.
7284 (prune_bbs_to_update_dominators, root_of_dom_tree,
7285 determine_dominators_for_sons): New functions.
7286 * et-forest.c (et_root): New function.
7287 * et-forest.h (et_root): Declare.
7288 * Makefile.in (graphds.o): Add.
7289 (cfgloopanal.o): Add graphds.h dependency.
7290 (dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
7291 * basic-block.h (get_dominated_by, get_dominated_by_region,
7292 iterate_fix_dominators): Declaration changed.
7293 (recount_dominator): Renamed to ...
7294 (recompute_dominator): ... this.
7295 * tree-ssa-threadupdate.c (thread_block): Free dominance info.
7296 (thread_through_all_blocks): Do not free dominance info.
7297
7298 2007-06-03 Andreas Schwab <schwab@suse.de>
7299
7300 * config/m68k/m68k.c (override_options): Don't override
7301 REAL_MODE_FORMAT.
7302 * config/m68k/m68k-modes.def (SF, DF): Define to use
7303 motorola_single_format and motorola_double_format, resp.
7304 * real.c (motorola_single_format): Renamed from
7305 coldfire_single_format.
7306 (motorola_double_format): Renamed from coldfire_double_format.
7307 (encode_ieee_extended): Generate a proper canonical NaN image
7308 respecting canonical_nan_lsbs_set.
7309 (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
7310 true.
7311 * real.h: Adjust declarations.
7312
7313 2007-06-03 Kaz Kojima <kkojima@gcc.gnu.org>
7314
7315 PR target/32163
7316 * config/sh/sh.md (symGOT_load): Don't schedule insns when
7317 the symbol is generated with the stack protector.
7318
7319 2007-06-03 Kazu Hirata <kazu@codesourcery.com>
7320
7321 * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
7322 (m68k_get_function_kind): Return m68k_fk_interrupt_handler on
7323 "interrupt".
7324 * doc/extend.texi (interrupt): Mention m68k.
7325
7326 2007-06-02 Uros Bizjak <ubizjak@gmail.com>
7327
7328 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
7329 safe_vector_operand() if input operand is VECTOR_MODE_P operand.
7330 (ix86_expand_sse_pcmpestr): Do not check operands for
7331 "register_operand", when insn operand predicate is "register_operand".
7332 (ix86_expand_sse_pcmpistr): Ditto.
7333
7334 2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
7335 Uros Bizjak <ubizjak@gmail.com>
7336
7337 * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
7338 (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
7339 (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
7340 (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
7341 * config/i386/constraints.md ("z"): New register constraint
7342 for members of SSE_FIRST_REG class.
7343 * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
7344 * config/i386/i386.c (regclass_map): Change class of %xmm0 to
7345 SSE_FIRST_REG class.
7346 (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
7347 (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
7348 (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
7349 (IX86_BUILTIN_PCMPESTRM128): Likewise.
7350 (IX86_BUILTIN_PCMPESTRA128): Likewise.
7351 (IX86_BUILTIN_PCMPESTRC128): Likewise.
7352 (IX86_BUILTIN_PCMPESTRO128): Likewise.
7353 (IX86_BUILTIN_PCMPESTRS128): Likewise.
7354 (IX86_BUILTIN_PCMPESTRZ128): Likewise.
7355 (IX86_BUILTIN_PCMPISTRI128): Likewise.
7356 (IX86_BUILTIN_PCMPISTRM128): Likewise.
7357 (IX86_BUILTIN_PCMPISTRA128): Likewise.
7358 (IX86_BUILTIN_PCMPISTRC128): Likewise.
7359 (IX86_BUILTIN_PCMPISTRO128): Likewise.
7360 (IX86_BUILTIN_PCMPISTRS128): Likewise.
7361 (IX86_BUILTIN_PCMPISTRZ128): Likewise.
7362 (struct builtin_description): Change "flag" field to unsigned.
7363 (bdesc_pcmpestr): New builtin description table.
7364 (bdesc_pcmpistr): Likewise.
7365 (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
7366 v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
7367 Initialize pcmp[ei]str[im] insns for SSE4.2.
7368 (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
7369 (ix86_expand_sse_pcmpistr): Likewise.
7370 (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
7371 * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
7372 (UNSPEC_PCMPISTR): Likewise.
7373 * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
7374 (sse4_2_pcmpestri):New isns pattern.
7375 (sse4_2_pcmpestrm): Likewise.
7376 (sse4_2_pcmpestr_cconly): Likewise.
7377 (sse4_2_pcmpistr): New insn patern and splitter.
7378 (sse4_2_pcmpistri):New isns pattern.
7379 (sse4_2_pcmpistrm): Likewise.
7380 (sse4_2_pcmpistr_cconly): Likewise.
7381 * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
7382 in SSE4.2.
7383
7384 2007-06-01 David Daney <ddaney@avtrex.com>
7385
7386 * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
7387 LOADGP_ABSOLUTE and not binds_local_p.
7388
7389 2007-06-01 Geoffrey Keating <geoffk@apple.com>
7390
7391 * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.
7392
7393 2007-06-01 Ian Lance Taylor <iant@google.com>
7394
7395 * tree-vrp.c (compare_name_with_value): Always set
7396 used_strict_overflow if we get a result from the variable itself.
7397
7398 2007-06-01 Ian Lance Taylor <iant@google.com>
7399
7400 PR rtl-optimization/31455
7401 * lower-subreg.c (find_decomposable_subregs): Don't decompose
7402 subregs which have a cast between modes which are not tieable.
7403
7404 2007-06-01 Uros Bizjak <ubizjak@gmail.com>
7405
7406 * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
7407 breaks after return statements.
7408
7409 2007-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
7410
7411 * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
7412 only after no_new_pseudos.
7413
7414 2007-05-31 Eric Christopher <echristo@apple.com>
7415
7416 * expr.c (convert_move): Assert that we don't have a BLKmode
7417 operand.
7418 (store_expr): Handle BLKmode moves by calling emit_block_move.
7419
7420 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
7421
7422 * c-typeck.c (build_indirect_ref): Include type in error message.
7423 (build_binary_op): Pass types to binary_op_error.
7424 * c-common.c (binary_op_error): Take two type arguments, print out
7425 types with error.
7426 * c-common.h (binary_op_error): Update prototype.
7427
7428 2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
7429
7430 * config/i386/i386.c: Correct coments on -mno-sse4.
7431
7432 2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
7433
7434 * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
7435 (x86_64-*-*): Likewise.
7436 * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
7437 (OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
7438 (OPTION_MASK_ISA_SSE_UNSET): Likewise.
7439 (OPTION_MASK_ISA_SSE2_UNSET): Likewise.
7440 (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
7441 (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
7442 (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
7443 (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
7444 (OPTION_MASK_ISA_SSE4): Likewise.
7445 (OPTION_MASK_ISA_SSE4_UNSET): Likewise.
7446 (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
7447 (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET. Handle SSE4.2.
7448 (override_options): Support SSE4.2.
7449 (ix86_build_const_vector): Support SImode and DImode.
7450 (ix86_build_signbit_mask): Likewise.
7451 (ix86_expand_int_vcond): Support V2DImode.
7452 (IX86_BUILTIN_CRC32QI): New for SSE4.2.
7453 (IX86_BUILTIN_CRC32HI): Likewise.
7454 (IX86_BUILTIN_CRC32SI): Likewise.
7455 (IX86_BUILTIN_CRC32DI): Likewise.
7456 (IX86_BUILTIN_PCMPGTQ): Likewise.
7457 (bdesc_crc32): Likewise.
7458 (bdesc_sse_3arg): Likewise.
7459 (ix86_expand_crc32): Likewise.
7460 (ix86_init_mmx_sse_builtins): Support SSE4.2.
7461 (ix86_expand_builtin): Likewise.
7462 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
7463 __SSE4_2__ for -msse4.2.
7464 * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
7465 (CRC32MODE): Likewise.
7466 (crc32modesuffix): Likewise.
7467 (crc32modeconstraint): Likewise.
7468 (sse4_2_crc32<mode>): Likewise.
7469 (sse4_2_crc32di): Likewise.
7470 * config/i386/i386.opt (msse4.2): New for SSE4.2.
7471 (msse4): Likewise.
7472 * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file.
7473 * config/i386/smmintrin.h: Add SSE4.2 intrinsics.
7474 * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2.
7475 (vcond<mode>): Use SSEMODEI instead of SSEMODE124.
7476 (vcondu<mode>): Likewise.
7477 * doc/extend.texi: Document SSE4.2 built-in functions.
7478 * doc/invoke.texi: Document -msse4.2/-msse4.
7479
7480 2007-05-31 Zdenek Dvorak <dvorakz@suse.cz>
7481
7482 PR tree-optimization/32160
7483 * tree-predcom.c (predcom_tmp_var): New function. Mark created
7484 variable as gimple reg.
7485 (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.
7486
7487 2007-05-31 Kazu Hirata <kazu@codesourcery.com>
7488
7489 * gcc.c (main): Don't consider linker options when issuing the
7490 warning about a linker input file not being used.
7491
7492 2007-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7493
7494 * tree-vrp.c (compare_names): Initialize sop.
7495
7496 2007-05-30 Dirk Mueller <dmueller@suse.de>
7497
7498 * cgraphunit.c (cgraph_analyze_function): Remove
7499 computation of inline parameters.
7500
7501 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
7502
7503 * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
7504
7505 2007-05-30 Richard Sandiford <richard@codesourcery.com>
7506
7507 * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
7508 Add vx-common.h. Include vxworks.h between vx-common.h and
7509 arm/vxworks.h.
7510 * config/vx-common.h (DWARF2_UNWIND_INFO): Undefine before
7511 redefining.
7512 * config/vxworks.h (TARGET_ASM_CONSTRUCTOR): Likewise.
7513 (TARGET_ASM_DESTRUCTOR): Likewise.
7514 * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Check arm_arch_xscale
7515 instead of arm_is_xscale. Use VXWORKS_OS_CPP_BUILTINS.
7516 (OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
7517 (CC1_SPEC): Add -tstrongarm. Line up backslashes.
7518 (VXWORKS_ENDIAN_SPEC): Define.
7519 (ASM_SPEC): Add VXWORKS_ENDIAN_SPEC.
7520 (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine to their
7521 VXWORKS_* equivalents.
7522 (LINK_SPEC): Likewise, but add VXWORKS_ENDIAN_SPEC.
7523 (ASM_FILE_START): Delete.
7524 (TARGET_VERSION): Reformat.
7525 (FPUTYPE_DEFAULT, FUNCTION_PROFILER): Define.
7526 (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define.
7527 * config/arm/t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Define.
7528 (FPBIT, DPBIT): Define.
7529 (fp-bit.c, dp-bit.c): New rules.
7530 (MULTILIB_OPTIONS): Add strongarm, -mrtp and -mrtp/-fPIC multilibs.
7531 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Define.
7532 * config/arm/arm-protos.h (arm_emit_call_insn): Declare.
7533 * config/arm/arm.h: Include vxworks-dummy.h.
7534 * config/arm/arm.c (arm_elf_asm_constructor, arm_elf_asm_destructor):
7535 Mark with ATTRIBUTE_UNUSED.
7536 (arm_override_options): Do not allow VxWorks RTP PIC to be used
7537 for Thumb. Force r9 to be the PIC register for VxWorks RTPs and
7538 make it incompatible with -msingle-pic-base.
7539 (arm_function_ok_for_sibcall): Return false for calls that might
7540 go through a VxWorks PIC PLT entry.
7541 (require_pic_register): New function, split out from...
7542 (legitimize_pic_address): ...here. Do not use GOTOFF accesses
7543 for VxWorks RTPs.
7544 (arm_load_pic_register): Handle the VxWorks RTP initialization
7545 sequence. Use pic_reg as a shorthand for cfun->machine->pic_reg.
7546 (arm_emit_call_insn): New function.
7547 (arm_assemble_integer): Do not use GOTOFF accesses for VxWorks RTP.
7548 * config/arm/arm.md (UNSPEC_PIC_OFFSET): New unspec number.
7549 (pic_offset_arm): New pattern.
7550 (call, call_value): Use arm_emit_call_insn.
7551 (call_internal, call_value_internal): New expanders.
7552 * config/arm/lib1funcs.asm (__PLT__): Define to empty for
7553 VxWorks unless __PIC__.
7554
7555 2007-05-30 Eric Christopher <echristo@gmail.com>
7556
7557 * genrecog.c: Include regs.h in generated file.
7558 * genemit.c: Ditto. Fix up formatting.
7559 * config/mn10300/constraints.md: New.
7560 * config/mn10300/mn10300.md: Include.
7561 * config/mn10300/mn10300.c(mn10300_secondary_reload_class):
7562 Fix up for removed macro.
7563 * config/mn10300/predicates.md (call_address_operand): Ditto.
7564 * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Delete.
7565 (CONST_OK_FOR_I): Ditto.
7566 (CONST_OK_FOR_J): Ditto.
7567 (CONST_OK_FOR_K): Ditto.
7568 (CONST_OK_FOR_L): Ditto.
7569 (CONST_OK_FOR_M): Ditto.
7570 (CONST_OK_FOR_N): Ditto.
7571 (CONST_DOUBLE_OK_FOR_LETTER_P): Ditto.
7572 (OK_FOR_Q): Ditto.
7573 (OK_FOR_R): Ditto.
7574 (OK_FOR_T): Ditto.
7575 (EXTRA_CONSTRAINT): Ditto.
7576
7577 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
7578
7579 * config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
7580 Remove defines.
7581 * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
7582 OPTION_MASK_ISA_64BIT.
7583 * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
7584
7585 2007-05-30 Richard Guenther <rguenther@suse.de>
7586
7587 PR middle-end/32152
7588 * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
7589 types for comparison.
7590 * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
7591 with original typed arguments.
7592 * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.
7593
7594 2007-05-30 Jakub Jelinek <jakub@redhat.com>
7595
7596 PR tree-optimization/31769
7597 * except.c (duplicate_eh_regions): Clear prev_try if
7598 ERT_MUST_NOT_THROW region is inside of ERT_TRY region.
7599
7600 2007-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7601
7602 * tree-scalar-evolution.c (scev_const_prop): Do not create labels.
7603 * tree-ssa-sink.c (statement_sink_location): Return basic block and
7604 bsi of the location where statements should be inserted.
7605 (sink_code_in_bb): Take bsi from statement_sink_location.
7606 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use bsi_after_labels
7607 instead of bsi_start.
7608 * tree-profile.c (tree_gen_ic_func_profiler): Pass BSI_NEW_STMT to
7609 bsi_insert_after.
7610 * tree-cfg.c (bsi_move_after): Pass BSI_NEW_STMT to bsi_insert_after.
7611 (bsi_move_before): Document inconsistency with bsi_move_after.
7612 (tree_redirect_edge_and_branch): Do not create labels if not necessary.
7613
7614 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
7615
7616 * config/i386/i386.h (TARGET_ABM): New define.
7617 (TARGET_POPCNT): Ditto.
7618 (TARGET_64BIT, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A, TARGET_SSE*):
7619 New temporary defines to redefine from OPTION_ISA_* defines.
7620 (MASK_64BIT, MASK_MMX, MASK_3DNOW, MASK_3DNOW_A, MASK_SSE*):
7621 New temporary defines to redefine from OPTION_MASK_ISA_* defines.
7622 (ix86_isa_flags): New extern int declaration.
7623 (TARGET_SUBTARGET_DEFAULT): New define.
7624 (TARGET_SUBTARGET_ISA_DEFAULT): Ditto.
7625 (TARGET_SUBTARGET32_DEFAULT): Ditto.
7626 (TARGET_SUBTARGET32_ISA_DEFAULT): Ditto.
7627 (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
7628 * config/i386/unix.h: Undef TARGET_SUBTARGET_DEFAULT before define.
7629 * config/i386/darwin.h: Change TARGET_64BIT define to
7630 OPTION_ISA_64BIT.
7631
7632 * config/i386/i386.opt (m3dnowa): Define as undocumented option
7633 using existing "ix86_isa_flags" varible.
7634 (m32, m64): Use existing "ix86_isa_flags" variable.
7635 (mmmx, m3dnow): Ditto.
7636 (msse, msse2, msse3, mssse3, msse4.1, msse4a): Ditto.
7637 (mabm): Define as non-negative option using "x86_abm" variable.
7638 (mpopcnt): Define as non-negative option using "x86_popcnt" variable.
7639
7640 * config/i386/i386.c (ix86_arch_features) [X86_ARCH_CMOVE]:
7641 Rewrite feature test bitmap.
7642 (ix86_isa_flags): New initialized global int varible.
7643 (ix86_isa_flags_explicit): New static int variable.
7644 (ix86_handle_option): Set "ix86_isa_flags_explicit" when mmmx, m3dnow,
7645 msse, msse2, msse3, msse4.1 and msse4a option is processed. Change
7646 i86_isa_flags and ix86_isa_flags_explicit, not target_flags and
7647 target_flags_explicit.
7648 (override_options): Remove "target_enable" and "target_disable" fields
7649 from "struct ptt". Update processor_target_table accordingly. Remove
7650 PTA_PREFETCH_SSE from processor_alias_table entry if PTE_SSE is
7651 defined and rearrange PTA_* bits. Use "ix86_isa_flags" instead of
7652 "target_flags" and "ix86_isa_flags_explicit" instead of
7653 "target_flags_explicit" when masked with MASK_64BIT, MASK_MMX,
7654 MASK_3DNOW, MASK_3DNOW_A or MASK_SSE*. Set "x86_abm" to true when
7655 PTA_ABM is set in processor_alias_table flags entry. Set "x86_popcnt"
7656 to true when either of PTA_POPCNT or PTA_ABM is set in
7657 processor_alias_table flags entry. Set "x86_prefetch_sse" to true
7658 when either of PTA_PREFETCH_SSE or PTA_SSE is set in
7659 processor_alias_table flags entry. Remove handling of
7660 "target_enable" and "target_disable" fields of processor_target_table.
7661 Mask "target_flags" with TARGET_SUBTARGET32_DEFAULT for 32-bit
7662 targets or with TARGET_SUBTARGET64_DEFAULT for 64-bit targets.
7663 Mask "ix86_isa_flags" with TARGET_SUBTARGET32_ISA_DEFAULT for 32-bit
7664 targets or with TARGET_SUBTARGET64_ISA_DEFAULT for 64-bit targets.
7665 (def_builtin): Mask "mask" variable with "ix86_isa_flags", not
7666 "target_flags".
7667 (TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
7668
7669 2007-05-29 David Daney <ddaney@avtrex.com>
7670
7671 PR gcc/31975
7672 * config/mips/mips.c (mips_output_mi_thunk): Emit
7673 NOTE_INSN_PROLOGUE_END at beginning of the thunk.
7674
7675 2007-05-29 Hui-May Chang <hm.chang@apple.com>
7676 * config/i386/i386.c (ix86_function_regparm): Added checking of
7677 ix86_force_align_arg_pointer to determine the number of
7678 register parameters.
7679
7680 2007-05-29 Zdenek Dvorak <dvorakz@suse.cz>
7681
7682 * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
7683 (SET_DR_MISALIGNMENT): New.
7684 * tree-vect-analyze.c (vect_compute_data_ref_alignment,
7685 vect_update_misalignment_for_peel, vect_enhance_data_refs_alignment):
7686 Use SET_DR_MISALIGNMENT.
7687 * tree-predcom.c (split_data_refs_to_components): Cast dr->aux from
7688 pointer.
7689 * tree-data-ref.c (create_data_ref, compute_all_dependences,
7690 find_loop_nest): Export.
7691 * tree-data-ref.h (struct data_reference): Change aux field to pointer.
7692 (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
7693 * tree-ssa-loop-prefetch.c: Include tree-data-ref.h.
7694 (L1_CACHE_SIZE_BYTES, L2_CACHE_SIZE_BYTES, NONTEMPORAL_FRACTION):
7695 New macros.
7696 (struct mem_ref): Add field reuse_distance.
7697 (find_or_create_group, record_ref): Use XNEW instead of xcalloc.
7698 Initialize reuse_distance field.
7699 (issue_prefetch_ref): Select temporality of prefetch according to
7700 reuse_distance.
7701 (volume_of_references, volume_of_dist_vector, add_subscript_strides,
7702 self_reuse_distance, determine_loop_nest_reuse): New functions.
7703 (loop_prefetch_arrays): Call determine_loop_nest_reuse.
7704 (tree_ssa_prefetch_arrays): Dump L2 cache size.
7705 * Makefile.in (tree-ssa-loop-prefetch.o): Add TREE_DATA_REF_H
7706 dependency.
7707
7708 2007-05-29 Daniel Berlin <dberlin@dberlin.org>
7709
7710 * tree-ssa-alias.c: Add aliasing overview.
7711
7712 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
7713 Danny Smith <dannysmith@users.sourceforge.net>
7714
7715 PR target/29498
7716 * config/i386/t-crtfm: Compile crtfastmath.o with
7717 -minline-all-stringops.
7718 * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
7719 * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.
7720
7721 2007-05-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7722
7723 * doc/md.texi: Document constraints on HP PA-RISC.
7724
7725 * pa/constraints.md: New file.
7726 * pa.md: Include constraints.md.
7727 * pa.c (cint_ok_for_move): Avoid using CONST_OK_FOR_LETTER_P.
7728 (integer_store_memory_operand, ldil_cint_p): New functions.
7729 * pa-protos.h (integer_store_memory_operand, ldil_cint_p): Declare.
7730 * pa.h (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
7731 IS_RELOADING_PSEUDO_P, EXTRA_CONSTRAINT): Remove.
7732 * pa32-regs.h (REG_CLASS_FROM_LETTER): Remove.
7733 * pa64-regs.h (REG_CLASS_FROM_LETTER): Remove.
7734
7735 2007-05-28 Andrew Pinski <Andrew_pinski@playstation.sony.com>
7736
7737 PR c/31339
7738 * c-typeck.c (build_unary_op <case PREINCREMENT_EXPR,
7739 case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
7740 case POSTDECREMENT_EXPR>): Return the error_mark_node
7741 if either the real or imaginary parts would an
7742 error_mark_node.
7743
7744 2007-05-28 Daniel Berlin <dberlin@dberlin.org>
7745
7746 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA
7747 name when we remove it from a call.
7748
7749 2007-05-28 Kazu Hirata <kazu@codesourcery.com>
7750
7751 * targhooks.c (default_narrow_bitfield): Remove.
7752 * targhooks.h: Remove the prototype for
7753 default_narrow_bitfield.
7754
7755 * langhooks-def.h: Remove the prototype for
7756 hook_get_alias_set_0.
7757 * langhooks.c (hook_get_alias_set_0): Remove.
7758
7759 * global.c (EXECUTE_IF_CONFLICT): Remove.
7760
7761 2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
7762
7763 PR tree-opt/32100
7764 * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
7765 return true when truth_value_p is true and the type
7766 is of signed:1.
7767
7768 2007-05-28 Gerald Pfeifer <gerald@pfeifer.com>
7769
7770 * doc/install.texi (Prerequisites): We no longer require Autoconf
7771 2.13 for the top-level.
7772
7773 2007-05-28 Uros Bizjak <ubizjak@gmail.com>
7774
7775 * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
7776 memory access via x86_expand_vector_move_misalign() only for
7777 TImode values on 32-bit targets.
7778
7779 2007-05-28 Razya Ladelsky <razya@il.ibm.com>
7780
7781 * matrix-reorg.c: New file. Implement matrix flattening and
7782 transposing optimization.
7783 * tree-pass.h: Add matrix reorg pass.
7784 * common.opt: Add fipa-mreorg flag.
7785 * Makefile.in: Add matrix-reorg.c.
7786 * passes.c: Add matrix reorg pass.
7787 * varpool.c (add_new_static_var): New function.
7788 * cgraph.h (add_new_static_var): Declare.
7789
7790 2007-05-27 Eric Christopher <echristo@apple.com>
7791
7792 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
7793 sp_offset depending on stack size. Save r12 depending
7794 on registers we're saving later.
7795 (rs6000_emit_epilogue): Update sp_offset depending only
7796 on stack size.
7797
7798 2007-05-27 Zdenek Dvorak <dvorakz@suse.cz>
7799
7800 * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
7801 * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
7802 * ifcvt.c (if_convert): Ditto.
7803 * tree-ssa-threadupdate.c (thread_block): Ditto.
7804 (thread_through_all_blocks): Ditto. Assert that loops were analysed.
7805 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
7806 verify_loop_closed_ssa): Check number_of_loops instead of
7807 current_loops.
7808 * predict.c (tree_estimate_probability): Ditto.
7809 * tree-if-conv.c (main_tree_if_conversion): Ditto.
7810 * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
7811 * modulo-sched.c (sms_schedule): Ditto.
7812 * tree-scalar-evolution.c (scev_const_prop): Ditto.
7813 (scev_finalize): Do not do anything if scev analysis was not
7814 initialized.
7815 * cfgloopanal.c (mark_irreducible_loops): Do not check whether
7816 current_loops == NULL.
7817 (mark_loop_exit_edges): Check number_of_loops instead of current_loops.
7818 * loop-init.c (loop_optimizer_init): Do not free current_loops when
7819 there are no loops.
7820 (loop_optimizer_finalize): Assert that loops were analyzed.
7821 (rtl_move_loop_invariants, rtl_unswitch, rtl_unroll_and_peel_loops,
7822 rtl_doloop): Check number_of_loops instead of current_loops.
7823 * tree-ssa-loop.c (tree_loop_optimizer_init): Do not check whether
7824 current_loops == NULL.
7825 (tree_ssa_loop_init, tree_ssa_loop_im, tree_ssa_loop_unswitch,
7826 gate_tree_vectorize tree_linear_transform, check_data_deps,
7827 tree_ssa_loop_ivcanon, tree_ssa_empty_loop, tree_ssa_loop_bounds,
7828 tree_complete_unroll, tree_ssa_loop_prefetch, tree_ssa_loop_ivopts):
7829 Check number_of_loops instead of current_loops.
7830 (tree_ssa_loop_done): Do not check whether current_loops == NULL.
7831 * tree-ssa-pre.c (fini_pre): Do not take do_fre argument. Always
7832 free loops if available.
7833 (execute_pre): Do not pass do_fre to fini_pre.
7834
7835 2007-05-27 Tobias Burnus <burnus@net-b.de>
7836
7837 PR middle-end/32083
7838 * real.c (mpfr_from_real): Fix sign of -Inf.
7839
7840 2007-05-27 H.J. Lu <hongjiu.lu@intel.com>
7841
7842 * tree-vect-transform.c (vectorizable_conversion): Initialize
7843 tree_code variables to ERROR_MARK.
7844 (vectorizable_type_demotion): Likewise.
7845 (vectorizable_type_promotion): Likewise.
7846
7847 2007-05-26 Uros Bizjak <ubizjak@gmail.com>
7848
7849 PR target/32065
7850 * config/i386/i386.md (movti): Handle push operands via
7851 ix86_expand_push().
7852
7853 2007-05-26 Kazu Hirata <kazu@codesourcery.com>
7854
7855 * basic-block.h: Remove the prototype for merge_seq_blocks.
7856 * cfgcleanup.c (merge_seq_blocks): Remove.
7857
7858 * tree-flow.h: Remove the prototype for is_aliased_with.
7859 * tree-ssa-alias.c (is_aliased_with): Remove.
7860
7861 2007-05-26 H.J. Lu <hongjiu.lu@intel.com>
7862
7863 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): New.
7864
7865 * config/i386/i386.c (ix86_expand_sse4_unpack): New.
7866
7867 * config/i386/sse.md (vec_unpacku_hi_v16qi): Call
7868 ix86_expand_sse4_unpack if SSE4.1 is enabled.
7869 (vec_unpacks_hi_v16qi): Likewise.
7870 (vec_unpacku_lo_v16qi): Likewise.
7871 (vec_unpacks_lo_v16qi): Likewise.
7872 (vec_unpacku_hi_v8hi): Likewise.
7873 (vec_unpacks_hi_v8hi): Likewise.
7874 (vec_unpacku_lo_v8hi): Likewise.
7875 (vec_unpacks_lo_v8hi): Likewise.
7876 (vec_unpacku_hi_v4si): Likewise.
7877 (vec_unpacks_hi_v4si): Likewise.
7878 (vec_unpacku_lo_v4si): Likewise.
7879 (vec_unpacks_lo_v4si): Likewise.
7880
7881 2007-05-26 Kazu Hirata <kazu@codesourcery.com>
7882
7883 * c-typeck.c, config/arm/arm.c, config/darwin.c,
7884 config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
7885 omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
7886 follow spelling conventions in various
7887 warning/error/diagnostic messages.
7888
7889 * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,
7890 df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h,
7891 fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h,
7892 tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c,
7893 tree-vrp.c: Fix comment typos. Follow spelling conventions.
7894 * doc/tm.texi: Follow spelling conventions.
7895
7896 2007-05-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
7897
7898 PR tree-opt/32090
7899 * tree-ssa-forwprop.c
7900 (forward_propagate_addr_into_variable_array_index): Remove
7901 the lhs argument. Use the type of def_rhs instead of lhs.
7902 (forward_propagate_addr_expr_1): Update use of
7903 forward_propagate_addr_into_variable_array_index.
7904
7905 2007-05-25 Sandra Loosemore <sandra@codesourcery.com>
7906 Nigel Stephens <nigel@mips.com>
7907
7908 * config/mips/mips.c (mips_attribute_table): Add "near" and "far"
7909 function attributes, "far" being an alias for "long_call".
7910 (TARGET_COMP_TYPE_ATTRIBUTES): Define as mips_comp_type_attributes.
7911 (mips_near_type_p, mips_far_type_p): New.
7912 (mips_comp_type_attributes): New function to check that attributes
7913 attached to a function type are compatible.
7914 (mips_output_mi_thunk): Test SYMBOL_REF_LONG_CALL_P() rather than
7915 TARGET_LONG_CALLS when deciding whether we can do a direct sibcall
7916 to the target function of the thunk.
7917 (mips_encode_section_info): Check for "near" and "far" function
7918 attributes, and always set the SYMBOL_FLAG_LONG_CALL bit explicitly.
7919
7920 * config/mips/predicates.md (const_call_insn_operand): Test only
7921 SYMBOL_REF_LONG_CALL_P() and not TARGET_LONG_CALLS.
7922
7923 * doc/extend.texi (Function Attributes): Document MIPS "near" and
7924 "far" attributes.
7925
7926 * testsuite/gcc.target/mips/near-far-1.c: New test case.
7927 * testsuite/gcc.target/mips/near-far-2.c: New test case.
7928 * testsuite/gcc.target/mips/near-far-3.c: New test case.
7929 * testsuite/gcc.target/mips/near-far-4.c: New test case.
7930
7931 2007-05-25 Eric Christopher <echristo@apple.com>
7932
7933 * config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp
7934 to x86-darwin configurations.
7935 * config/i386/t-darwin: Add softfp support.
7936 * config/i386/t-darwin64: Ditto.
7937 * config/i386/sfp-machine.h: If mach then don't use
7938 aliasing, emit a stub to call.
7939
7940 2007-05-25 Kazu Hirata <kazu@codesourcery.com>
7941
7942 * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
7943 haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
7944 tree-predcom.c, tree-ssa-alias-warnings.c,
7945 tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
7946 comment typos. Follow spelling conventions.
7947 * doc/cpp.texi, doc/invoke.texi: Fix typos.
7948
7949 2007-05-26 Uros Bizjak <ubizjak@gmail.com>
7950
7951 PR target/32065
7952 * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
7953 constants into memory. Expand unaligned memory references for
7954 SSE modes via x86_expand_vector_move_misalign() function.
7955
7956 2007-05-25 Uros Bizjak <ubizjak@gmail.com>
7957
7958 * config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
7959 "memory" attribute for "sseishft" type insn without operands[2].
7960
7961 2007-05-25 Dirk Mueller <dmueller@suse.de>
7962 Marcus Meissner <meissner@suse.de>
7963
7964 * doc/extend.texi (alloc_size): New attribute.
7965 * c-common.c (handle_alloc_size_attribute): New.
7966 * tree-object-size.c (alloc_object_size): Use alloc_size
7967 attribute, if available.
7968
7969 2007-05-25 H.J. Lu <hongjiu.lu@intel.com>
7970
7971 * config/i386/i386.c (__builtin_ia32_vec_ext_v2df): Mark it
7972 with MASK_SSE2.
7973 (__builtin_ia32_vec_ext_v2di): Likewise.
7974 (__builtin_ia32_vec_ext_v4si): Likewise.
7975 (__builtin_ia32_vec_ext_v8hi): Likewise.
7976 (__builtin_ia32_vec_ext_v16qi): Likewise.
7977 (__builtin_ia32_vec_set_v8hi): Likewise.
7978
7979 2007-05-25 H.J. Lu <hongjiu.lu@intel.com>
7980
7981 * config/i386/sse.md (*vec_extractv2di_1_sse2): Correct shift.
7982
7983 2007-05-25 Richard Sandiford <richard@codesourcery.com>
7984
7985 * config/arm/arm-protos.h (arm_encode_call_attribute): Delete.
7986 (arm_is_longcall_p): Rename to...
7987 (arm_is_long_call_p): ...this. Take a single tree argument and
7988 return a bool.
7989 * config/arm/arm.h (CALL_SHORT, CALL_LONG, CALL_NORMAL): Delete.
7990 (CUMULATIVE_ARGS): Remove call_cookie.
7991 (SHORT_CALL_FLAG_CHAR, LONG_CALL_FLAG_CHAR, ENCODED_SHORT_CALL_ATTR_P)
7992 (ENCODED_LONG_CALL_ATTR_P): Delete.
7993 (ARM_NAME_ENCODING_LENGTHS): Remove SHORT_CALL_FLAG_CHAR and
7994 LONG_CALL_FLAG_CHAR cases.
7995 (ARM_DECLARE_FUNCTION_SIZE): Delete.
7996 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Don't use
7997 ARM_DECLARE_FUNCTION_SIZE.
7998 * config/arm/arm.c (arm_init_cumulative_args): Don't set call_cookie.
7999 (arm_function_arg): Return const0_rtx for VOIDmode arguments.
8000 (arm_encode_call_attribute, current_file_function_operand): Delete.
8001 (arm_function_in_section_p): New function.
8002 (arm_is_longcall_p): Rename to...
8003 (arm_is_long_call_p): ...this. Take the target function as a single
8004 argument and return a bool. Do not rely on call cookies. Check
8005 whether the target symbol is in the same section as the current
8006 function, not just the same compilation unit.
8007 (arm_function_ok_for_sibcall): Use arm_is_long_call_p.
8008 (arm_encode_section_info): Don't encode a call type.
8009 * config/arm/arm.md (call, call_value): Update calls to
8010 arm_is_long(_)call_p. Simplify logic.
8011 (*call_symbol, *call_value_symbol, *call_insn, *call_value_insn):
8012 Update calls to arm_is_long(_)call_p.
8013
8014 2007-05-25 Richard Guenther <rguenther@suse.de>
8015
8016 PR tree-optimization/31982
8017 * tree-ssa-forwprop.c
8018 (forward_propagate_addr_into_variable_array_index): Handle arrays
8019 with element size one.
8020
8021 2007-05-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
8022
8023 * config/spu/spu.md (smulsi3_highpart): Unshare the rtl chain.
8024 (umulsi3_highpart): Likewise.
8025
8026 2007-05-24 Ian Lance Taylor <iant@google.com>
8027
8028 PR rtl-optimization/32069
8029 * regclass.c (regclass): Don't crash if the entry in regno_reg_rtx
8030 is NULL.
8031
8032 2007-05-24 Ollie Wild <aaw@google.com>
8033
8034 * doc/cpp.texi (Common Predefined Macros): Add __COUNTER__
8035 description.
8036
8037 2007-05-24 Richard Sandiford <rsandifo@nildram.co.uk>
8038
8039 * postreload-gcse.c (reg_changed_after_insn_p): New function.
8040 (oprs_unchanged_p): Use it to check all registers in a REG.
8041 (record_opr_changes): Look for clobbers in CALL_INSN_FUNCTION_USAGE.
8042 (reg_set_between_after_reload_p): Delete.
8043 (reg_used_between_after_reload_p): Likewise.
8044 (reg_set_or_used_since_bb_start): Likewise.
8045 (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
8046 and reg_used_between_p instead of reg_set_or_used_since_bb_start.
8047 Use reg_set_between_p instead of reg_set_between_after_reload_p.
8048 * rtlanal.c (reg_set_p): Check whether REG overlaps
8049 regs_invalidated_by_call, rather than just checking the
8050 membership of REGNO (REG).
8051
8052 2007-05-24 Zdenek Dvorak <dvorakz@suse.cz>
8053
8054 * doc/passes.texi: Document predictive commoning.
8055 * doc/invoke.texi (-fpredictive-commoning): Document.
8056 * opts.c (decode_options): Enable flag_predictive_commoning on -O3.
8057 * tree-ssa-loop-im.c (get_lsm_tmp_name): Export. Allow
8058 adding indices to the generated name.
8059 (schedule_sm): Pass 0 to get_lsm_tmp_name.
8060 * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Export.
8061 * tree-pretty-print.c (op_symbol_1): Renamed to ...
8062 (op_symbol_code): ... and exported.
8063 (dump_omp_clause, op_symbol): Use op_symbol_code
8064 instead of op_symbol_1.
8065 * tree-pass.h (pass_predcom): Declare.
8066 * timevar.def (TV_PREDCOM): New timevar.
8067 * tree-ssa-loop.c (run_tree_predictive_commoning,
8068 gate_tree_predictive_commoning, pass_predcom): New.
8069 * tree-data-ref.c (find_data_references_in_loop): Find the
8070 references in dominance order.
8071 (canonicalize_base_object_address): Ensure that the result has
8072 pointer type.
8073 (dr_analyze_innermost): Export.
8074 (create_data_ref): Code to fail for references with invariant
8075 address moved ...
8076 (find_data_references_in_stmt): ... here.
8077 * tree-data-ref.h (dr_analyze_innermost): Declare.
8078 * tree-affine.c: Include tree-gimple.h and hashtab.h.
8079 (aff_combination_find_elt, name_expansion_hash,
8080 name_expansion_eq, tree_to_aff_combination_expand,
8081 double_int_constant_multiple_p, aff_combination_constant_multiple_p):
8082 New functions.
8083 * tree-affine.h (aff_combination_constant_multiple_p,
8084 tree_to_aff_combination_expand): Declare.
8085 * tree-predcom.c: New file.
8086 * common.opt (fpredictive-commoning): New option.
8087 * tree-flow.h (op_symbol_code, tree_predictive_commoning,
8088 stmt_dominates_stmt_p, get_lsm_tmp_name): Declare.
8089 * Makefile.in (tree-predcom.o): Add.
8090 (tree-affine.o): Add TREE_GIMPLE_H dependency.
8091 * passes.c (init_optimization_passes): Add dceloop after
8092 copy propagation in loop optimizer. Add predictive commoning
8093 to loop optimizer passes.
8094
8095 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
8096
8097 * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct
8098 default hook.
8099
8100 2007-05-24 Jan Hubicka <jh@suse.cz>
8101
8102 * gengenrtl.c (gendecl, gendef): Output the gens annotated for
8103 statistics.
8104 (genheader): Include statistics.h.
8105
8106 * doc/invoke.texi (-fdump-unnumbered): Update docs when line number
8107 notes are gone.
8108 * print-rtl.c (flag_dump_unnumbered): Update comments.
8109 (print_rtl): Fix my previous change.
8110 * emit-rtl.c (emit_note_before, emit_note_after): Clear out note
8111 specific data.
8112
8113 2007-05-24 Zdenek Dvorak <dvorakz@suse.cz>
8114
8115 PR middle-end/32018
8116 * tree-ssa-threadupdate.c (thread_through_loop_header): Use
8117 set_loop_copy.
8118 (thread_through_all_blocks): Call initialize_original_copy_tables
8119 and free_original_copy_tables.
8120 * cfgloopmanip.c (duplicate_loop, duplicate_loop_to_header_edge):
8121 Use set_loop_copy.
8122 * tree-cfg.c (tree_duplicate_sese_region): Ditto.
8123 * cfghooks.c (duplicate_block): Use get_loop_copy.
8124 * cfg.c: Include cfgloop.h.
8125 (loop_copy): New hash table.
8126 (initialize_original_copy_tables): Initialize loop_copy table.
8127 (free_original_copy_tables): Free loop_copy table.
8128 (copy_original_table_clear, copy_original_table_set,
8129 set_loop_copy, get_loop_copy): New functions.
8130 (set_bb_original, set_bb_copy): Use copy_original_table_set.
8131 * cfgloop.h (struct loop): Remove copy field.
8132 * Makefile.in (cfg.o): Add CFGLOOP_H dependency.
8133 * basic-block.h (set_loop_copy, get_loop_copy): Declare.
8134
8135 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
8136
8137 * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 for
8138 -msse/-msse2/-msse3.
8139
8140 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
8141
8142 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
8143 __builtin_ia32_vec_set_v2di with MASK_64BIT.
8144
8145 2007-05-24 Danny Smith <dannysmith@users.sourceforge.net>
8146
8147 PR target/27067
8148 * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document.
8149 * targhooks.h (default_mangle_decl_assembler_name): Declare
8150 default hook.
8151 * targhooks.c (default_mangle_decl_assembler_name): Define
8152 default hook.
8153 * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) New. Set to
8154 default hook.
8155 * target.h (struct gcc_target): Add mangle_decl_assembler_name field.
8156 * langhooks.c (lhd_set_decl_assembler_name): Call
8157 targetm.mangle_decl_assembler_name for names with global scope.
8158
8159 * config/i386/cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) Override
8160 default.
8161 (ASM_OUTPUT_DEF_FROM_DECLS): Simplify to use DECL_ASSEMBLER_NAME.
8162 * config/i386/i386-protos.h (i386_pe_mangle_decl_assembler_name):
8163 Declare.
8164 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
8165 New. Factored out of i386_pe_encode_section_info.
8166 (gen_stdcall_or_fastcall_suffix): Get name identifier as argument.
8167 Move check for prior decoration of stdcall
8168 symbols to i386_pe_encode_section_info.
8169 (i386_pe_encode_section_info): Adjust call to
8170 gen_stdcall_or_fastcall_suffix. Use
8171 i386_pe_maybe_mangle_decl_assembler_name, if needed.
8172 (i386_pe_mangle_decl_assembler_name): New. Wrap
8173 i386_pe_maybe_mangle_decl_assembler_name.
8174
8175 2007-05-16 Rafael Avila de Espindola <espindola@google.com>
8176
8177 * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
8178 INTEGRAL_TYPE_P and TYPE_UNSIGNED.
8179 * langhooks.c (get_signed_or_unsigned_type): Don't check for
8180 INTEGRAL_TYPE_P or TYPE_UNSIGNED.
8181 (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
8182 TYPE_UNSIGNED.
8183
8184 2007-05-23 Sandra Loosemore <sandra@codesourcery.com>
8185 Nigel Stephens <nigel@mips.com>
8186 Richard Sandiford <richard@codesourcery.com>
8187
8188 Fix up MIPS16 hard float and add support for complex.
8189
8190 * config/mips/mips.h (TARGET_HARD_FLOAT_ABI): New.
8191 (TARGET_SOFT_FLOAT_ABI): New.
8192 (TARGET_CPU_CPP_BUILTINS): Define __mips_hard_float and
8193 __mips_soft_float to reflect the ABI in use, not whether the
8194 FPU is directly accessible (e.g., in MIPS16 mode).
8195 (UNITS_PER_HWFPVALUE): Use TARGET_SOFT_FLOAT_ABI.
8196 (UNITS_PER_FPVALUE): Likewise.
8197
8198 * config/mips/mips.c (mips_expand_call): Remove redundant
8199 TARGET_MIPS16 check.
8200 (mips_arg_regno): New.
8201 (function_arg_advance): When setting bits in cum->fp_code for
8202 MIPS16, don't subtract 1 from cum->arg_number, since it is now
8203 zero-based.
8204 (function_arg): Use mips_arg_regno.
8205 (mips_return_mode_in_fpr_p): New.
8206 (mips16_call_stub_mode_suffix): New.
8207 (mips16_cfun_returns_in_fpr_p): New.
8208 (mips_save_reg_p): Use mips16_cfun_returns_in_fpr_p.
8209 (mips_output_function_prologue): Test mips16_hard_float, not
8210 !TARGET_SOFT_FLOAT, to decide when a function stub is required.
8211 (mips_expand_epilogue): Call MIPS16 helper routines to copy
8212 return value into a floating-point register.
8213 (mips_can_use_return_insn): Use mips16_cfun_returns_in_fpr_p.
8214 (mips_function_value): Rewrite to use mips_return_mode_in_fpr_p.
8215 (mips16_fp_args): Handle MIPS32r2 ISA which supports
8216 TARGET_FLOAT64, and use mfhc1/mthc1 to copy the most significant
8217 word of double arguments from or to the high bits of 64-bit
8218 floating point registers.
8219 (build_mips16_function_stub): Fill in DECL_RESULT for stubdecl.
8220 (mips16_fpret_double): New helper function.
8221 (build_mips16_call_stub): Use mips16_return_mode_in_fpr_p. Add
8222 support for complex modes. Fill in DECL_RESULT for stubdecl.
8223 (mips_init_libfuncs): Remove redundant TARGET_MIPS16 check.
8224
8225 * config/mips/mips16.S
8226 (RET, ARG1, ARG2): New.
8227 (MERGE_GPRf, MERGE_GPRt): New.
8228 (DELAYt, DELAYf): New.
8229 (MOVE_SF_BYTE0, MOVE_SI_BYTE0): New.
8230 (MOVE_SF_BYTE4, MOVE_SF_BYTE8): New.
8231 (MOVE_DF_BYTE0, MOVE_DF_BYTE8): New.
8232 (MOVE_SF_RET, MOVE_SC_RET, MOVE_DF_RET, MOVE_DC_RET, MOVE_SI_RET): New.
8233 (SFOP): Renamed to...
8234 (OPSF3): This, and macro-ified. Updated all uses.
8235 (SFOP2): Renamed to...
8236 (OPSF2): This, and macro-ified. Updated all uses.
8237 (SFCMP): Renamed to...
8238 (CMPSF): This, and macro-ified. Updated all uses.
8239 (SFREVCMP): Renamed to...
8240 (REVCMPSF): This, and macro-ified. Updated all uses.
8241 (__mips16_floatsisf, __mips16_fix_truncsfsi): Macro-ified.
8242 (LDDBL1, LDDBL2, RETDBL): Deleted.
8243 (DFOP): Renamed to...
8244 (OPDF3): This, and macro-ified. Updated all uses.
8245 (DFOP2): Renamed to...
8246 (OPDF2): This, and macro-ified. Updated all uses.
8247 (__mips16_extendsfdf2, __mips16_truncdfsf2): Macro-ified.
8248 (DFCMP): Renamed to...
8249 (CMPDF): This, and macro-ified. Updated all uses.
8250 (DFREVCMP): Renamed to...
8251 (REVCMPDF): This, and macro-ified. Updated all uses.
8252 (__mips16_floatsidf, __mips16_fix_truncdfsi): Macro-ified.
8253 (RET_FUNCTION): New.
8254 (__mips16_ret_sf, __mips16_ret_df): Macro-ified.
8255 (__mips16_ret_sc, __mips16_ret_dc): New.
8256 (STUB_ARGS_0, STUB_ARGS_1, STUB_ARGS_5, STUB_ARGS_9, STUB_ARGS_2,
8257 STUB_ARGS_6, STUB_ARGS_10): New.
8258 (CALL_STUB_NO_RET): New.
8259 (__mips16_call_stub_1): Macro-ified.
8260 (__mips16_call_stub_5): Macro-ified.
8261 (__mips16_call_stub_2): Macro-ified.
8262 (__mips16_call_stub_6): Macro-ified.
8263 (__mips16_call_stub_9): Macro-ified.
8264 (__mips16_call_stub_10): Macro-ified.
8265 (CALL_STUB_RET): New.
8266 (__mips16_call_stub_sf_0): Macro-ified.
8267 (__mips16_call_stub_sf_1): Macro-ified.
8268 (__mips16_call_stub_sf_5): Macro-ified.
8269 (__mips16_call_stub_sf_2): Macro-ified.
8270 (__mips16_call_stub_sf_6): Macro-ified.
8271 (__mips16_call_stub_sf_9): Macro-ified.
8272 (__mips16_call_stub_sf_10): Macro-ified.
8273 (__mips16_call_stub_df_0): Macro-ified.
8274 (__mips16_call_stub_df_1): Macro-ified.
8275 (__mips16_call_stub_df_5): Macro-ified.
8276 (__mips16_call_stub_df_2): Macro-ified.
8277 (__mips16_call_stub_df_6): Macro-ified.
8278 (__mips16_call_stub_df_9): Macro-ified.
8279 (__mips16_call_stub_df_10): Macro-ified.
8280 (__mips16_call_stub_sc_0): New.
8281 (__mips16_call_stub_sc_1): New.
8282 (__mips16_call_stub_sc_5): New.
8283 (__mips16_call_stub_sc_2): New.
8284 (__mips16_call_stub_sc_6): New.
8285 (__mips16_call_stub_sc_9): New.
8286 (__mips16_call_stub_sc_10): New.
8287 (__mips16_call_stub_dc_0): New.
8288 (__mips16_call_stub_dc_1): New.
8289 (__mips16_call_stub_dc_5): New.
8290 (__mips16_call_stub_dc_2): New.
8291 (__mips16_call_stub_dc_6): New.
8292 (__mips16_call_stub_dc_9): New.
8293 (__mips16_call_stub_dc_10): New.
8294
8295 * config/mips/t-elf (LIB1ASMFUNCS): Add MIPS16 floating-point stubs.
8296 * config/mips/t-isa3264 (LIB1ASMFUNCS): Likewise.
8297 * config/mips/t-r2900 (LIB1ASMFUNCS): Likewise.
8298
8299 2007-05-23 Ian Lance Taylor <iant@google.com>
8300
8301 * doc/invoke.texi (Invoking GCC): Document that the order of the
8302 -l option matters.
8303
8304 2007-05-23 Chen Liqin <liqin@sunnorth.com.cn>
8305
8306 PR target/30987
8307 * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): Remove.
8308 * config/score/predicate.md (const_pow2, const_npow2): Remove.
8309 * config/score/score.h (ASM_OUTPUT_EXTERNAL): Add ASM_OUTPUT_EXTERNAL
8310 undef.
8311
8312 PR target/30474
8313 * config/score/score.c (score_print_operand): Make sure that only
8314 lower bits are used.
8315
8316 2007-05-22 Ian Lance Taylor <iant@google.com>
8317
8318 * tree-vrp.c (avoid_overflow_infinity): New static function,
8319 broken out of set_value_range_to_value.
8320 (set_value_range_to_value): Call avoid_overflow_infinity.
8321 (extract_range_from_assert): Likewise.
8322
8323 2007-05-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
8324
8325 PR middle-end/31095
8326 * builtins.c (expand_builtin_memmove_args): Strip nops that don't
8327 change the type before looking for a COMPOUND_EXPR.
8328
8329 2007-05-22 Ian Lance Taylor <iant@google.com>
8330
8331 * lower-subreg.c (decompose_multiword_subregs): If we change an
8332 insn, call remove_retval_note on it.
8333
8334 2007-05-22 Richard Sandiford <rsandifo@nildram.co.uk>
8335
8336 * regs.h (end_hard_regno): New function.
8337 (END_HARD_REGNO, END_REGNO): New macros.
8338 (add_to_hard_reg_set): New function.
8339 (remove_from_hard_reg_set): Likewise.
8340 (in_hard_reg_set_p): Likewise.
8341 (overlaps_hard_reg_set_p): Likewise.
8342 * bt-load.c (find_btr_reference): Use overlaps_hard_reg_set_p.
8343 (note_btr_set): Use END_HARD_REGNO.
8344 * caller-save.c (setup_save_areas): Use end_hard_regno.
8345 (mark_set_regs): Use END_HARD_REGNO.
8346 (add_stored_regs): Use end_hard_regno.
8347 (mark_referenced_regs): Use add_to_hard_reg_set.
8348 * combine.c (update_table_tick): Use END_REGNO.
8349 (record_value_for_reg): Likewise.
8350 (record_dead_and_set_regs): Likewise.
8351 (get_last_value_validate): Likewise.
8352 (use_crosses_set_p): Likewise.
8353 (reg_dead_at_p_1): Likewise.
8354 (reg_dead_at_p): Likewise.
8355 (mark_used_regs_combine): Use add_to_hard_reg_set.
8356 (move_deaths): Use END_HARD_REGNO.
8357 (reg_bitfield_target_p): Use end_hard_regno.
8358 (distribute_notes): Use END_HARD_REGNO.
8359 * cse.c (mention_regs): Use END_REGNO.
8360 (insert): Use add_to_hard_reg_set.
8361 (invalidate): Use END_HARD_REGNO.
8362 (invalidate_for_call): Likewise.
8363 (exp_equiv_p): Use END_REGNO.
8364 (cse_insn): Likewise.
8365 * cselib.c (cselib_invalidate_regno): Use end_hard_regno.
8366 * df-problems.c (df_urec_mark_reg_change): Use END_HARD_REGNO.
8367 * df-scan.c (df_ref_record): Use END_HARD_REGNO.
8368 * function.c (keep_stack_depressed): Use end_hard_regno.
8369 * global.c (global_alloc): Use end_hard_regno.
8370 (global_conflicts): Use add_to_hard_reg_set instead of
8371 mark_reg_live_nc.
8372 (find_reg): Likewise.
8373 (mark_reg_store): Likewise.
8374 (mark_reg_conflicts): Likewise.
8375 (mark_reg_death): Use remove_from_hard_reg_set.
8376 (mark_reg_live_nc): Delete.
8377 (set_preference): Use end_hard_regno.
8378 * local-alloc.c (mark_life): Use add_to_hard_reg_set and
8379 remove_from_hard_reg_set.
8380 (post_mark_life): Use add_to_hard_reg_set.
8381 * mode-switching.c (reg_dies): Use remove_from_hard_reg_set.
8382 (reg_becomes_live): Use add_to_hard_reg_set.
8383 * recog.c (reg_fits_class_p): Use in_hard_reg_set_p.
8384 (peep2_find_free_register): Use add_to_hard_reg_set.
8385 * reg-stack.c (convert_regs_exit): Use END_HARD_REGNO.
8386 * regclass.c (record_reg_classes): Use in_hard_reg_set_p.
8387 * regrename.c (note_sets): Use add_to_hard_reg_set.
8388 (clear_dead_regs): Use remove_from_hard_reg_set.
8389 (regrename_optimize): Use add_to_hard_reg_set.
8390 (find_oldest_value_reg): Use in_hard_reg_set_p.
8391 * reload.c (push_reload): Use in_hard_reg_set_p and end_hard_regno.
8392 (hard_reg_set_here_p): Use end_hard_regno.
8393 (decompose): Likewise.
8394 (reg_overlap_mentioned_for_reload_p): Use END_HARD_REGNO.
8395 (find_equiv_reg): Use in_hard_reg_set_p and end_hard_regno.
8396 * reload1.c (compute_use_by_pseudos): Use add_to_hard_reg_set.
8397 (mark_home_live): Use end_hard_regno.
8398 (spill_hard_reg): Likewise.
8399 (clear_reload_reg_in_use): Likewise.
8400 * reorg.c (delete_prior_computation): Use END_REGNO.
8401 * resource.c (update_live_status): Use END_HARD_REGNO.
8402 (mark_referenced_resources): Use add_to_hard_reg_set.
8403 (mark_set_resources): Likewise.
8404 (mark_target_live_regs): Likewise. Use remove_from_hard_reg_set.
8405 * rtlanal.c (refers_to_regno_p): Use END_REGNO.
8406 (reg_overlap_mentioned_p): Likewise.
8407 (dead_or_set_p): Likewise. Use an exclusive upper loop bound.
8408 (covers_regno_no_parallel_p): Use END_REGNO.
8409 (find_regno_note): Likewise.
8410 (find_reg_fusage): Use END_HARD_REGNO.
8411 * stmt.c (decl_overlaps_hard_reg_set_p): Use overlaps_hard_reg_set_p.
8412 * var-tracking.c (emit_note_insn_var_location): Use end_hard_regno.
8413
8414 2007-05-22 Richard Sandiford <rsandifo@nildram.co.uk>
8415
8416 * mode-switching.c (reg_dies): Change type of second argument to
8417 "HARD_REG_SET *".
8418 (optimize_mode_switching): Update accordingly.
8419
8420 2007-05-22 Richard Sandiford <richard@codesourcery.com>
8421
8422 * hard-reg-set.h (GO_IF_HARD_REG_SUBSET, GO_IF_HARD_REG_EQUAL): Delete
8423 in favor of...
8424 (hard_reg_subset_p, hard_reg_sets_equal_p, hard_reg_sets_intersect_p)
8425 (hard_reg_set_empty_p): ...these new functions.
8426 * bt-load.c (choose_btr): Use hard_reg_subset_p instead of
8427 GO_IF_HARD_REG_SUBSET.
8428 * cfgcleanup.c (old_insns_match_p): Use hard_reg_sets_equal_p
8429 instead of GO_IF_HARD_REG_EQUAL.
8430 * df-problems.c (df_urec_local_compute): Use hard_reg_set_empty_p
8431 instead of GO_IF_HARD_REG_EQUAL.
8432 * global.c (find_reg): Use hard_reg_set_empty_p instead of
8433 GO_IF_HARD_REG_SUBSET.
8434 (modify_reg_pav): Use hard_reg_set_empty_p instead of
8435 GO_IF_HARD_REG_EQUAL.
8436 * local-alloc.c (find_free_reg): Use hard_reg_subset_p instead
8437 of GO_IF_HARD_REG_SUBSET.
8438 * reg-stack.c (change_stack, convert_regs_1): Use hard_reg_sets_equal_p
8439 instead of GO_IF_HARD_REG_EQUAL.
8440 * regclass.c (init_reg_sets_1, reg_scan_mark_refs): Use
8441 hard_reg_subset_p instead of GO_IF_HARD_REG_SUBSET.
8442 (reg_classes_intersect_p): Use hard_reg_sets_intersect_p instead
8443 of GO_IF_HARD_REG_SUBSET,
8444 * reload1.c (finish_spills): Use hard_reg_subset_p instead of
8445 GO_IF_HARD_REG_SUBSET.
8446 * struct-equiv.c (death_notes_match_p): Use hard_reg_sets_equal_p
8447 instead of GO_IF_HARD_REG_EQUAL.
8448 * config/sh/sh.c (push_regs, calc_live_regs): Use
8449 hard_reg_sets_intersect_p instead of hard_regs_intersect_p.
8450 (hard_regs_intersect_p): Delete.
8451
8452 2007-05-22 Janis Johnson <janis187@us.ibm.com>
8453
8454 * doc/sourcebuild.texi (Test Directives) Add dg-message.
8455
8456 2007-05-22 H.J. Lu <hongjiu.lu@intel.com>
8457 Richard Henderson <rth@redhat.com>
8458
8459 * config.gcc (i[34567]86-*-*): Add smmintrin.h to
8460 extra_headers.
8461 (x86_64-*-*): Likewise.
8462
8463 * i386/i386-modes.def (V2QI): New.
8464
8465 * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 and
8466 SSE4A.
8467 (override_options): Support SSE4.1.
8468 (IX86_BUILTIN_BLENDPD): New for SSE4.1.
8469 (IX86_BUILTIN_BLENDPS): Likewise.
8470 (IX86_BUILTIN_BLENDVPD): Likewise.
8471 (IX86_BUILTIN_BLENDVPS): Likewise.
8472 (IX86_BUILTIN_PBLENDVB128): Likewise.
8473 (IX86_BUILTIN_PBLENDW128): Likewise.
8474 (IX86_BUILTIN_DPPD): Likewise.
8475 (IX86_BUILTIN_DPPS): Likewise.
8476 (IX86_BUILTIN_INSERTPS128): Likewise.
8477 (IX86_BUILTIN_MOVNTDQA): Likewise.
8478 (IX86_BUILTIN_MPSADBW128): Likewise.
8479 (IX86_BUILTIN_PACKUSDW128): Likewise.
8480 (IX86_BUILTIN_PCMPEQQ): Likewise.
8481 (IX86_BUILTIN_PHMINPOSUW128): Likewise.
8482 (IX86_BUILTIN_PMAXSB128): Likewise.
8483 (IX86_BUILTIN_PMAXSD128): Likewise.
8484 (IX86_BUILTIN_PMAXUD128): Likewise.
8485 (IX86_BUILTIN_PMAXUW128): Likewise.
8486 (IX86_BUILTIN_PMINSB128): Likewise.
8487 (IX86_BUILTIN_PMINSD128): Likewise.
8488 (IX86_BUILTIN_PMINUD128): Likewise.
8489 (IX86_BUILTIN_PMINUW128): Likewise.
8490 (IX86_BUILTIN_PMOVSXBW128): Likewise.
8491 (IX86_BUILTIN_PMOVSXBD128): Likewise.
8492 (IX86_BUILTIN_PMOVSXBQ128): Likewise.
8493 (IX86_BUILTIN_PMOVSXWD128): Likewise.
8494 (IX86_BUILTIN_PMOVSXWQ128): Likewise.
8495 (IX86_BUILTIN_PMOVSXDQ128): Likewise.
8496 (IX86_BUILTIN_PMOVZXBW128): Likewise.
8497 (IX86_BUILTIN_PMOVZXBD128): Likewise.
8498 (IX86_BUILTIN_PMOVZXBQ128): Likewise.
8499 (IX86_BUILTIN_PMOVZXWD128): Likewise.
8500 (IX86_BUILTIN_PMOVZXWQ128): Likewise.
8501 (IX86_BUILTIN_PMOVZXDQ128): Likewise.
8502 (IX86_BUILTIN_PMULDQ128): Likewise.
8503 (IX86_BUILTIN_PMULLD128): Likewise.
8504 (IX86_BUILTIN_ROUNDPD): Likewise.
8505 (IX86_BUILTIN_ROUNDPS): Likewise.
8506 (IX86_BUILTIN_ROUNDSD): Likewise.
8507 (IX86_BUILTIN_ROUNDSS): Likewise.
8508 (IX86_BUILTIN_PTESTZ): Likewise.
8509 (IX86_BUILTIN_PTESTC): Likewise.
8510 (IX86_BUILTIN_PTESTNZC): Likewise.
8511 (IX86_BUILTIN_VEC_EXT_V16QI): Likewise.
8512 (IX86_BUILTIN_VEC_SET_V2DI): Likewise.
8513 (IX86_BUILTIN_VEC_SET_V4SF): Likewise.
8514 (IX86_BUILTIN_VEC_SET_V4SI): Likewise.
8515 (IX86_BUILTIN_VEC_SET_V16QI): Likewise.
8516 (bdesc_ptest): New.
8517 (bdesc_sse_3arg): Likewise.
8518 (bdesc_2arg): Likewise.
8519 (bdesc_1arg): Likewise.
8520 (ix86_init_mmx_sse_builtins): Support SSE4.1. Handle SSE builtins
8521 with 3 args.
8522 (ix86_expand_sse_4_operands_builtin): New.
8523 (ix86_expand_unop_builtin): Support 2 arg builtins with a constant
8524 smaller than 8 bits as the 2nd arg.
8525 (ix86_expand_sse_ptest): New.
8526 (ix86_expand_builtin): Support SSE4.1. Support 3 arg SSE builtins.
8527 (ix86_expand_vector_set): Support SSE4.1.
8528 (ix86_expand_vector_extract): Likewise.
8529
8530 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
8531 __SSE4_1__ for -msse4.1.
8532
8533 * config/i386/i386.md (UNSPEC_BLENDV): New for SSE4.1.
8534 (UNSPEC_INSERTPS): Likewise.
8535 (UNSPEC_DP): Likewise.
8536 (UNSPEC_MOVNTDQA): Likewise.
8537 (UNSPEC_MPSADBW): Likewise.
8538 (UNSPEC_PHMINPOSUW): Likewise.
8539 (UNSPEC_PTEST): Likewise.
8540 (UNSPEC_ROUNDP): Likewise.
8541 (UNSPEC_ROUNDS): Likewise.
8542
8543 * config/i386/i386.opt (msse4.1): New for SSE4.1.
8544
8545 * config/i386/predicates.md (const_pow2_1_to_2_operand): New.
8546 (const_pow2_1_to_32768_operand): Likewise.
8547
8548 * config/i386/smmintrin.h: New. The SSE4.1 intrinsic header
8549 file.
8550
8551 * config/i386/sse.md (*vec_setv4sf_sse4_1): New pattern for
8552 SSE4.1.
8553 (sse4_1_insertps): Likewise.
8554 (*sse4_1_extractps): Likewise.
8555 (sse4_1_ptest): Likewise.
8556 (sse4_1_mulv2siv2di3): Likewise.
8557 (*sse4_1_mulv4si3): Likewise.
8558 (*sse4_1_smax<mode>3): Likewise.
8559 (*sse4_1_umax<mode>3): Likewise.
8560 (*sse4_1_smin<mode>3): Likewise.
8561 (*sse4_1_umin<mode>3): Likewise.
8562 (sse4_1_eqv2di3): Likewise.
8563 (*sse4_1_pinsrb): Likewise.
8564 (*sse4_1_pinsrd): Likewise.
8565 (*sse4_1_pinsrq): Likewise.
8566 (*sse4_1_pextrb): Likewise.
8567 (*sse4_1_pextrb_memory): Likewise.
8568 (*sse4_1_pextrw_memory): Likewise.
8569 (*sse4_1_pextrq): Likewise.
8570 (sse4_1_blendpd): Likewise.
8571 (sse4_1_blendps): Likewise.
8572 (sse4_1_blendvpd): Likewise.
8573 (sse4_1_blendvps): Likewise.
8574 (sse4_1_dppd): Likewise.
8575 (sse4_1_dpps): Likewise.
8576 (sse4_1_movntdqa): Likewise.
8577 (sse4_1_mpsadbw): Likewise.
8578 (sse4_1_packusdw): Likewise.
8579 (sse4_1_pblendvb): Likewise.
8580 (sse4_1_pblendw): Likewise.
8581 (sse4_1_phminposuw): Likewise.
8582 (sse4_1_extendv8qiv8hi2): Likewise.
8583 (*sse4_1_extendv8qiv8hi2): Likewise.
8584 (sse4_1_extendv4qiv4si2): Likewise.
8585 (*sse4_1_extendv4qiv4si2): Likewise.
8586 (sse4_1_extendv2qiv2di2): Likewise.
8587 (*sse4_1_extendv2qiv2di2): Likewise.
8588 (sse4_1_extendv4hiv4si2): Likewise.
8589 (*sse4_1_extendv4hiv4si2): Likewise.
8590 (sse4_1_extendv2hiv2di2): Likewise.
8591 (*sse4_1_extendv2hiv2di2): Likewise.
8592 (sse4_1_extendv2siv2di2): Likewise.
8593 (*sse4_1_extendv2siv2di2): Likewise.
8594 (sse4_1_zero_extendv8qiv8hi2): Likewise.
8595 (*sse4_1_zero_extendv8qiv8hi2): Likewise.
8596 (sse4_1_zero_extendv4qiv4si2): Likewise.
8597 (*sse4_1_zero_extendv4qiv4si2): Likewise.
8598 (sse4_1_zero_extendv2qiv2di2): Likewise.
8599 (*sse4_1_zero_extendv2qiv2di2): Likewise.
8600 (sse4_1_zero_extendv4hiv4si2): Likewise.
8601 (*sse4_1_zero_extendv4hiv4si2): Likewise.
8602 (sse4_1_zero_extendv2hiv2di2): Likewise.
8603 (*sse4_1_zero_extendv2hiv2di2): Likewise.
8604 (sse4_1_zero_extendv2siv2di2): Likewise.
8605 (*sse4_1_zero_extendv2siv2di2): Likewise.
8606 (sse4_1_roundpd): Likewise.
8607 (sse4_1_roundps): Likewise.
8608 (sse4_1_roundsd): Likewise.
8609 (sse4_1_roundss): Likewise.
8610 (mulv4si3): Don't expand for SSE4.1.
8611 (smax<mode>3): Likewise.
8612 (umaxv4si3): Likewise.
8613 (uminv16qi3): Likewise.
8614 (umin<mode>3): Likewise.
8615 (umaxv8hi3): Rewrite. Only enabled for SSE4.1.
8616
8617 * doc/extend.texi: Document SSE4.1 built-in functions.
8618
8619 * doc/invoke.texi: Document -msse4.1.
8620
8621 2007-05-22 Nathan Sidwell <nathan@codesourcery.com>
8622
8623 * config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
8624 * config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
8625 * config/m68k/m68k.h (ASM_PCREL_SPEC): New.
8626 (ASM_SPEC): Add asm_pcrel_spec.
8627 (EXTRA_SPECS): Add asm_pcrel_spec.
8628
8629 2007-05-21 David Daney <ddaney@avtrex.com>
8630
8631 * doc/install.texi (Building a cross compiler): Add requirements
8632 for Java cross compiler.
8633
8634 2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8635
8636 PR middle-end/31995
8637 * tree-chrec.c (evolution_function_is_affine_multivariate_p):
8638 Add loopno argument. Use evolution_function_is_invariant_rec_p
8639 instead of evolution_function_is_constant_p.
8640 Update calls to evolution_function_is_affine_multivariate_p.
8641 * tree-chrec.h (evolution_function_is_affine_multivariate_p):
8642 Add loopno argument.
8643 * tree-scalar-evolution.c (gather_chrec_stats): Call
8644 evolution_function_is_affine_multivariate_p with a loop
8645 number of 0.
8646 * tree-data-ref.c (analyze_miv_subscript): Likewise.
8647 (analyze_overlapping_iterations): Likewise.
8648 (access_functions_are_affine_or_constant_p): Likewise.
8649 (build_classic_dist_vector_1): If the access functions
8650 are equal, don't do anything.
8651
8652 2007-05-21 Paolo Bonzini <bonzini@gnu.org>
8653 Paolo Carlini <pcarlini@suse.de>
8654 Uros Bizjak <ubizjak@gmail.com>
8655
8656 * c-cppbuiltin.c (c_cpp_builtins): Define
8657 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2,
8658 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8,
8659 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16, if appropriate.
8660 * doc/cpp.texi ([Standard Predefined Macros]): Document.
8661
8662 2007-05-21 Mike Stump <mrs@apple.com>
8663
8664 * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
8665 handling as well.
8666 * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
8667
8668 2007-05-21 Uros Bizjak <ubizjak@gmail.com>
8669
8670 * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro
8671 implementation if __OPTIMIZE__ is not defined.
8672 (_mm_alignr_pi8): Ditto.
8673 * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
8674 (_mm_inserti_si64): Ditto.
8675 * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
8676 (_mm_slli_epi16): Ditto.
8677 (_mm_slli_epi32): Ditto.
8678 (_mm_slli_epi64): Ditto.
8679 (_mm_srai_epi16): Ditto.
8680 (_mm_srai_epi32): Ditto.
8681 (_mm_srli_si128): Ditto.
8682 (_mm_slli_si128): Ditto.
8683 (_mm_srli_epi16): Ditto.
8684 (_mm_srli_epi32): Ditto.
8685 (_mm_srli_epi64): Ditto.
8686 (_mm_extract_epi16): Ditto.
8687 (_mm_insert_epi16): Ditto.
8688 (_mm_shufflehi_epi16): Ditto.
8689 (_mm_shufflelo_epi16): Ditto.
8690 (_mm_shuffle_epi32): Ditto.
8691 * config/i386/xmmintrin.h (_mm_extract_pi16): Ditto.
8692 (_m_pextrw): Ditto.
8693 (_mm_insert_pi16): Ditto.
8694 (_m_pinsrw): Ditto.
8695 (_mm_shuffle_pi16): Ditto.
8696 (_m_pshufw): Ditto.
8697 (_mm_shufle_ps): Ditto.
8698 (_mm_prefetch): Ditto.
8699
8700 2007-05-21 Andreas Krebbel <krebbel1@de.ibm.com>
8701
8702 * defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
8703 * doc/tm.texi (IBM_FLOAT_FORMAT): Documentation entry removed.
8704 * real.c (encode_i370_single, decode_i370_single,
8705 encode_i370_double, decode_i370_double): Functions removed.
8706 (i370_single_format, i370_double_format): Initializations removed.
8707 (real_maxval, round_for_format, exact_real_truncate, significand_size):
8708 Consider the log2_b field to always be one.
8709 (ieee_single_format, mips_single_format, coldfire_single_format,
8710 ieee_double_format, mips_double_format, coldfire_double_format,
8711 ieee_extended_motorola_format, ieee_extended_intel_96_format,
8712 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
8713 ibm_extended_format, mips_extended_format, ieee_quad_format,
8714 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
8715 decimal_single_format, decimal_double_format, decimal_quad_format,
8716 c4x_single_format, c4x_extended_format, real_internal_format): Remove
8717 initialization of log2_b.
8718 * real.h (i370_single_format, i370_double_format): Declarations
8719 removed.
8720 * c-cppbuiltin.c (builtin_define_float_constants): Consider the log2_b
8721 field to always be one.
8722
8723 2007-05-21 Andreas Schwab <schwab@suse.de>
8724
8725 * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
8726 NOTE_INSN_BASIC_BLOCK_P.
8727 (process_for_unwind_directive): Likewise.
8728
8729 2007-05-21 Nathan Sidwell <nathan@codesourcery.com>
8730
8731 * builtins.c (expand_builtin_setjmp_setup): Update comment.
8732 * function.h (struct function): Move va_list_gpr_size,
8733 va_list_fpr_size, function_frequency to front of bitfields. Add
8734 calls_unwind_init.
8735 (current_function_calls_unwind_init): New.
8736 * except.c (expand_builtin_unwind_init): Set
8737 current_function_calls_unwind_init not
8738 current_function_has_nonlocal_label.
8739 * reload1.c (has_nonexceptional_receiver): New.
8740 (reload): Use it and current_function_calls_unwind_init to
8741 determine whether call-saved regs must be saved.
8742
8743 2007-05-20 Jan Hubicka <jh@suse.cz>
8744
8745 * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
8746 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8747 * ddg.c (create_ddg): LIkewise.
8748 * final.c (final): Remove hunk moving line number notes around since
8749 they are no longer present at this stage.
8750 (final_scan_insn): Use NOTE_KIND instead of
8751 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8752 (output_asm_label): Likewise.
8753 * reorg.c (dbr_schedule): Likewise.
8754 * haifa-sched.c (unlink_other_notes): Likewise.
8755 * mode-switching.c (optimize_mode_switching): Likewise.
8756 * graph.c (start_bb): Likewise.
8757 * rtl.def (NOTE): Update description.
8758 * jump.c (squeeze_notes): Delete.
8759 (mark_jump_label): Use NOTE_KIND instead of NOTE_LINE_NUMBER; use
8760 NOTE_INSN_BASIC_BLOCK_P when possible.
8761 * ifcvt.c (dead_or_predicable): Remove call of squeeze_notes.
8762 * dwarf2out.c (gen_label_die): Use NOTE_KIND instead of
8763 NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
8764 (dwarf2out_var_location): Likewise.
8765 * cfgbuild.c (make_edges): Likewise.
8766 (find_basic_blocks_1): Likewise.
8767 * function.c (reorder_blocks_1): Likewise.
8768 (epilogue_done): Likewise.
8769 (reposition_prologue_and_epilogue_notes): Likewise.
8770 * print-rtl.c (print_rtx): Likewise; drop code for printing
8771 line number notes.
8772 (print_rtl): Likewise.
8773 (print_rtl_single): Likewise.
8774 * gcse.c (insert_insn_start_bb): Likewise.
8775 * alias.c (init_alias_analysis): Likewise.
8776 * calls.c (fixup_tail_calls): Likewise.
8777 * except.c (sjlj_emit_function_enter): Likewise.
8778 * emit-rtl.c (add_insn_after): Likeiwse.
8779 (emit_label_before): Likewise.
8780 (emit_label_after): Likewise.
8781 (emit_note_before, emit_note_after, emit_note): Update
8782 parameter to be enum insn_note; do not deal with source
8783 files.
8784 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps):
8785 Use NOTE_KIND instead of NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P
8786 when possible.
8787 (merge_blocks_move_successor_nojumps): Simplify now when
8788 we don't have BLOCK notes.
8789 (try_optimize_cfg): Likewise.
8790 * cfglayout.c (skip_insns_after_block): Likewise.
8791 (record_effective_endpoints): Likewise.
8792 (duplicate_insn_chain): Likewise.
8793 * varasm.c (output_constant_pool_1): Likewise.
8794 * sched-deps.c (sched_analyze): Likewise.
8795 * rtl.c (NOTE_INSN_MAX_isnt_negative_adjust_NOTE_INSN_BIAS):
8796 Exterminate.
8797 (note_insn_name): Simplify now when NOTE_INSN_BIAS is gone.
8798 * rtl.h (NOTE_SOURCE_LOCATION, NOTE_EXPANDED_LOCATION): Exterminate.
8799 (SET_INSN_DELETED): Simplify.
8800 (NOTE_LINE_NUMBER): Exterminate.
8801 (NOTE_LINE_KIND): New.
8802 (NOTE_INSN_BASIC_BLOCK_P): Update.
8803 (enum insn_note): Simplify.
8804 (GET_NOTE_INSN_NAME) Simplify.
8805 (emit_note_before, emit_note_after, emit_note): Update prototype.
8806 (squeeze_notes): Remove.
8807 * sched-int.h (NOTE_NOT_BB_P): Update.
8808 * resource.c (mark_target_live_regs): Update.
8809 * sched-rgn.c (debug_dependencies): Update.
8810 * sched-vis.c (print_insn): Update.
8811 * config/alpha/alpha.c (alpha_handle_trap_shadows): Update.
8812 * config/i386/i386.c (ix86_output_function_epilogue): Update.
8813 * config/sh/sh.c (sh_adjust_unroll_max): Function dead since gcc 4.0.0.
8814 (TARGET_ADJUST_UNROLL_MAX): Likewise.
8815 (split_branches): Update.
8816 (sh_optimize_target_register_callee_saved): Remove hunk dead since gcc
8817 4.0.0.
8818 (sh_adjust_unroll_max): Exterminate.
8819 * config/c4x/c4x.c (c4x_reorg): Use SET_INSN_DELETED.
8820 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Likewise.
8821 (m68hc11_reorg): Likewise.
8822 * config/ia64/ia64.c (emit_insn_group_barriers): Update.
8823 (emit_predicate_relation_info): Update.
8824 (process_for_unwind_directive): Update.
8825 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update.
8826 (output_call): Update.
8827 * config/pa/pa.c (output_lbranch): Update.
8828 (output_millicode_call): Update.
8829 (output_call): Update.
8830 (pa_combine_instructions): Update.
8831 * config/mips/mips.c (mips16_gp_pseudo_reg): Update.
8832 * config/bfin/bfin.c (gen_one_bundle): Update.
8833 * cfgrtl.c (can_delete_note_p): Update.
8834 (delete_insn): Update.
8835 (rtl_merge_blocks): Update.
8836 (commit_one_edge_insertion): Update.
8837 (rtl_verify_flow_info): Update.
8838 * stmt.c (expand_case): Do not call squeeze_notes.
8839
8840 2007-05-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8841
8842 PR middle-end/7651
8843 PR c++/11856
8844 PR c/12963
8845 PR c/23587
8846 PR other/29694
8847 * c.opt (Wtype-limits): New.
8848 * doc/invoke.texi (Wtype-limits): Document it.
8849 (Wextra): Enabled by -Wextra.
8850 * c-opts.c (c_common_post_options): Enabled by -Wextra.
8851 * c-common.c (shorten_compare): Warn with Wtype-limits.
8852
8853 2007-05-20 Uros Bizjak <ubizjak@gmail.com>
8854
8855 * config/i386/tmmintrin.h (_mm_alignr_epi32): Implement as always
8856 inlined function, not as a macro.
8857 (_mm_alignr_pi8): Ditto.
8858 * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
8859 (_mm_inserti_si64): Ditto.
8860 * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
8861 (_mm_extract_epi16): Ditto.
8862 (_mm_insert_epi16): Ditto.
8863 (_mm_shufflehi_epi16): Ditto.
8864 (_mm_shufflelo_epi16): Ditto.
8865 (_mm_shuffle_epi32): Ditto.
8866 * config/i386/xmmintrin.h (_mm_set_ss): Use 0.0f for float constant.
8867 * config/386/mm3dnow.h: Add __attribute__((__always_inline__)) to
8868 all functions.
8869 (_m_from_float): Add __extension__ to conversion. Use 0.0f for
8870 float constant.
8871 (_m_to_float): Use C89 compatible assignment.
8872
8873 2007-05-20 Martin Michlmayr <tbm@cyrius.com>
8874
8875 PR target/32007
8876 * config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v2/v3 machines.
8877
8878 2007-05-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8879
8880 PR middle-end/7651
8881 * doc/invoke.texi (Wreturn-type): Complete description.
8882 (Wextra): Delete item about return-type warning.
8883 * c-decl.c: Delete redundant Wextra warning.
8884
8885 2007-05-20 Uros Bizjak <ubizjak@gmail.com>
8886
8887 PR target/31585
8888 * config/i386/pmmintrin.h: Do not include xmmintrin.h
8889 * config/i386/xmmintrin.h (_mm_extract_pi16): Implement as always
8890 inlined function, not as a macro.
8891 (_mm_prefetch): Ditto.
8892 (_m_pextrw): Ditto.
8893 (_mm_insert_pi16): Ditto.
8894 (_m_pinsrw): Ditto.
8895 (_mm_shuffle_pi16): Ditto. Add const to __N argument.
8896 (_m_pshufw): Ditto. Add const to __N argument.
8897 (_mm_shufle_ps): Ditto. Add const to __mask argument.
8898 * config/i386/emmintrin.h (_mm_slli_epi16): Add const to __B argument.
8899 (_mm_slli_epi32): Ditto.
8900 (_mm_srli_si128): Implement as always inlined function, not as a
8901 macro. Add __inline to function declaration.
8902 (_mm_slli_si128): Ditto.
8903
8904 2007-05-19 Uros Bizjak <ubizjak@gmail.com>
8905
8906 * config/i386/sfp-machine.h (FP_EX_INVALID, FP_EX_DENORM,
8907 FP_EXP_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT):
8908 New constants.
8909 (struct fenv): New structure.
8910 (FP_HANDLE_EXCEPTIONS): New define.
8911 (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF, FP_RND_MINF): New constants.
8912 (_FP_DECL_EXP): New define.
8913 (FP_INIT_ROUNDMODE): New define.
8914 (FP_ROUNDMODE): New define.
8915
8916 2007-05-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8917
8918 * doc/invoke.texi (Warning Options): Add -Wconversion-sign.
8919 (Wconversion): Update description.
8920 (Wconversion-sign): New.
8921 * c.opt (Wconversion-sign): New.
8922 * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign
8923 means disabled for C++. Otherwise, take the status of Wconversion.
8924 * c-common.c (conversion_warning): Warn with either Wconversion or
8925 Wconversion-sign.
8926 (warnings_for_convert_and_check): Conditions are already checked by
8927 conversion_warning.
8928 (convert_and_check): Don't check warnings if the conversion failed.
8929
8930 2007-05-19 Andy Hutchinson <HutchinsonAndy@netscape.net>
8931 Anatoly Sokolov <aesok@dol.ru>
8932
8933 * config/avr/avr-protos.h (expand_prologue, expand_epilogue,
8934 avr_epilogue_uses) : Add declaration.
8935 * config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
8936 * config/avr/constraints.md (R): New constraint.
8937 config/avr/avr.md (SREG_ADDR, UNSPEC_SEI, UNSPEC_CLI,
8938 UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
8939 (*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
8940 (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
8941 (*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt,
8942 call_prologue_saves, epilogue_restores, return_from_epilogue,
8943 return_from_main_epilogue, return_from_interrupt_epilogue,
8944 return_from_naked_epilogue, prologue, epilogue): New patterns.
8945 (jump): Handle symbol reference.
8946 * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr,
8947 avr_output_function_prologue, avr_output_function_epilogue): Remove
8948 functions.
8949 (avr_init_machine_status, expand_prologue, expand_epilogue,
8950 avr_asm_function_end_prologue, avr_epilogue_uses,
8951 avr_asm_function_begin_epilogue): New functions.
8952 (prologue_size, epilogue_size, jump_tables_size): Remove global
8953 variables.
8954 (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
8955 (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
8956 (TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
8957 (avr_override_options): Initialise init_machine_status.
8958 (output_movhi): Handle all stack pointer loads.
8959 (out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
8960 (avr_output_addr_vec_elt): Do not use variable jump_tables_size.
8961 * config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
8962 (EPILOGUE_USES) Redefine.
8963 (machine_function) Declare.
8964
8965 2007-05-19 Richard Sandiford <richard@codesourcery.com>
8966
8967 * config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
8968 Use a single return statement.
8969
8970 2007-05-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8971
8972 PR middle-end/30250
8973 * builtins.c (do_mpfr_lgamma_r): New.
8974 (fold_builtin_2): Handle builtin gamma_r/lgamma_r.
8975 * tree.h (CASE_FLT_FN_REENT): New.
8976
8977 2007-05-18 Geoffrey Keating <geoffk@apple.com>
8978
8979 * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
8980 (output_die): Use 'unsigned long' with %x.
8981 * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
8982 HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
8983 * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
8984
8985 * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
8986
8987 2007-05-18 H.J. Lu <hongjiu.lu@intel.com>
8988
8989 PR target/31989
8990 PR target/31681
8991 PR target/31666
8992 * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
8993 true if function has no argument.
8994
8995 2007-05-18 DJ Delorie <dj@redhat.com>
8996
8997 * config/mips/mips.c (mips_offset_within_alignment_p): New.
8998 (mips_symbolic_constant_p): Call it for TPREL and DTPREL symbols.
8999
9000 2007-05-18 Uros Bizjak <ubizjak@gmail.com>
9001
9002 * longlong.h (__x86_64__): Add definitions for add_ssaaaa,
9003 sub_ddmmss, umul_ppmm, udiv_qrnnd, count_leading_zeros and
9004 count_trailing_zeros.
9005 (__i386__): Implement count_leading_zeros using __builtin_clz().
9006 Implement count_trailing_zeros usign __builtin_ctz().
9007
9008 2007-05-18 Richard Sandiford <richard@codesourcery.com>
9009
9010 * config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
9011
9012 2007-05-18 Uros Bizjak <ubizjak@gmail.com>
9013
9014 PR middle-end/31344
9015 * expr.c (emit_move_change_mode): Change mode of push operands here.
9016
9017 2007-05-17 Ian Lance Taylor <iant@google.com>
9018
9019 PR tree-optimization/31953
9020 * tree-vrp.c (set_value_range_to_value): Add equiv parameter.
9021 Change all callers.
9022 (set_value_range_to_null): Call set_value_range_to_value.
9023 (extract_range_from_comparison): Likewise.
9024
9025 2007-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9026
9027 * toplev.c (print_version): Output GMP/MPFR version info.
9028
9029 * builtins.c (CASE_MATHFN_REENT): New macro.
9030 (mathfn_built_in): Use it.
9031 * builtins.def (BUILT_IN_GAMMA_R, BUILT_IN_GAMMAF_R,
9032 BUILT_IN_GAMMAL_R, BUILT_IN_LGAMMA_R, BUILT_IN_LGAMMAF_R,
9033 BUILT_IN_LGAMMAL_R): New.
9034 * doc/extend.texi: Document new builtins.
9035
9036 PR middle-end/31796
9037 * builtins.c (do_mpfr_remquo): New.
9038 (fold_builtin_2): Handle BUILT_IN_DREM/BUILT_IN_REMAINDER.
9039 (fold_builtin_3): Handle BUILT_IN_REMQUO.
9040
9041 PR middle-end/30251
9042 * builtins.c (fold_builtin_1): Handle y0, y1.
9043 (fold_builtin_2): Handle yn.
9044
9045 PR middle-end/30251
9046 * builtins.c (do_mpfr_bessel_n): New.
9047 (fold_builtin_1): Handle BUILT_IN_J0 and BUILT_IN_J1.
9048 (fold_builtin_2): Handle BUILT_IN_JN.
9049
9050 2007-05-17 Danny Smith <dannysmith@users.sourceforge.net>
9051
9052 PR target/31965
9053 * config/i386/mingw32.h (_INTEGRAL_MAX_BITS): Define builtin as
9054 TYPE_PRECISION (intmax_type_node).
9055
9056 2007-05-17 Steve Ellcey <sje@cup.hp.com>
9057
9058 PR target/31850
9059 * reload.c (subst_reloads): Remove checking.
9060
9061 2007-05-17 Eric Botcazou <ebotcazou@libertysurf.fr>
9062
9063 PR rtl-optimization/31691
9064 * combine.c (simplify_set): Build a new src pattern instead of
9065 substituting its operands in the COMPARE case.
9066
9067 2007-05-17 Zdenek Dvorak <dvorakz@suse.cz>
9068
9069 * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
9070 (execute_vrp): Preserve loops through jump threading.
9071 * tree-ssa-threadupdate.c (thread_single_edge,
9072 dbds_continue_enumeration_p, determine_bb_domination_status,
9073 thread_through_loop_header): New functions.
9074 (create_edge_and_update_destination_phis,
9075 create_edge_and_update_destination_phis): Set loops for the new blocks.
9076 (prune_undesirable_thread_requests): Removed.
9077 (redirect_edges): Do not pretend that redirect_edge_and_branch can
9078 create new blocks.
9079 (thread_block): Do not call prune_undesirable_thread_requests.
9080 Update loops.
9081 (mark_threaded_blocks): Select edges to thread here.
9082 (thread_through_all_blocks): Take may_peel_loop_headers argument.
9083 Thread edges through loop headers independently.
9084 * cfgloopmanip.c (create_preheader, mfb_keep_just): Export.
9085 * tree-pass.h (TODO_mark_first_instance): New.
9086 (first_pass_instance): Declare.
9087 * cfghooks.c (duplicate_block): Put the block to the original loop
9088 if copy is not specified.
9089 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Preserve loops through
9090 jump threading. Pass may_peel_loop_headers to
9091 thread_through_all_blocks according to first_pass_instance.
9092 * cfgloop.h (create_preheader): Declare.
9093 * tree-flow.h (thread_through_all_blocks): Declaration changed.
9094 * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare.
9095 * passes.c (first_pass_instance): New variable.
9096 (next_pass_1): Set TODO_mark_first_instance.
9097 (execute_todo): Set first_pass_instance.
9098
9099 2007-05-17 Uros Bizjak <ubizjak@gmail.com>
9100
9101 PR tree-optimization/24659
9102 * optabs.h (enum optab_index): Add OTI_vec_unpacks_float_hi,
9103 OTI_vec_unpacks_float_lo, OTI_vec_unpacku_float_hi,
9104 OTI_vec_unpacku_float_lo, OTI_vec_pack_sfix_trunc and
9105 OTI_vec_pack_ufix_trunc.
9106 (vec_unpacks_float_hi_optab): Define new macro.
9107 (vec_unpacks_float_lo_optab): Ditto.
9108 (vec_unpacku_float_hi_optab): Ditto.
9109 (vec_unpacku_float_lo_optab): Ditto.
9110 (vec_pack_sfix_trunc_optab): Ditto.
9111 (vec_pack_ufix_trunc_optab): Ditto.
9112 * genopinit.c (optabs): Implement vec_unpack[s|u]_[hi|lo]_optab
9113 and vec_pack_[s|u]fix_trunc_optab using
9114 vec_unpack[s|u]_[hi\lo]_* and vec_pack_[u|s]fix_trunc_* patterns
9115 * tree-vectorizer.c (supportable_widening_operation): Handle
9116 FLOAT_EXPR and CONVERT_EXPR. Update comment.
9117 (supportable_narrowing_operation): New function.
9118 * tree-vectorizer.h (supportable_narrowing_operation): Prototype.
9119 * tree-vect-transform.c (vectorizable_conversion): Handle
9120 (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
9121 (vect_gen_widened_results_half): Move before vectorizable_conversion.
9122 (vectorizable_type_demotion): Call supportable_narrowing_operation()
9123 to check for target support.
9124 * optabs.c (optab_for_tree_code) Return vec_unpack[s|u]_float_hi_optab
9125 for VEC_UNPACK_FLOAT_HI_EXPR, vec_unpack[s|u]_float_lo_optab
9126 for VEC_UNPACK_FLOAT_LO_EXPR and vec_pack_[u|s]fix_trunc_optab
9127 for VEC_PACK_FIX_TRUNC_EXPR.
9128 (expand_binop): Special case mode of the result for
9129 vec_pack_[u|s]fix_trunc_optab.
9130 (init_optabs): Initialize vec_unpack[s|u]_[hi|lo]_optab and
9131 vec_pack_[u|s]fix_trunc_optab.
9132
9133 * tree.def (VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR,
9134 VEC_PACK_FIX_TRUNC_EXPR): New tree codes.
9135 * tree-pretty-print.c (dump_generic_node): Handle
9136 VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR and
9137 VEC_PACK_FIX_TRUNC_EXPR.
9138 (op_prio): Ditto.
9139 * expr.c (expand_expr_real_1): Ditto.
9140 * tree-inline.c (estimate_num_insns_1): Ditto.
9141 * tree-vect-generic.c (expand_vector_operations_1): Ditto.
9142
9143 * config/i386/sse.md (vec_unpacks_float_hi_v8hi): New expander.
9144 (vec_unpacks_float_lo_v8hi): Ditto.
9145 (vec_unpacku_float_hi_v8hi): Ditto.
9146 (vec_unpacku_float_lo_v8hi): Ditto.
9147 (vec_unpacks_float_hi_v4si): Ditto.
9148 (vec_unpacks_float_lo_v4si): Ditto.
9149 (vec_pack_sfix_trunc_v2df): Ditto.
9150
9151 * doc/c-tree.texi (Expression trees) [VEC_UNPACK_FLOAT_HI_EXPR]:
9152 Document.
9153 [VEC_UNPACK_FLOAT_LO_EXPR]: Ditto.
9154 [VEC_PACK_FIX_TRUNC_EXPR]: Ditto.
9155 * doc/md.texi (Standard Names) [vec_pack_sfix_trunc]: Document.
9156 [vec_pack_ufix_trunc]: Ditto.
9157 [vec_unpacks_float_hi]: Ditto.
9158 [vec_unpacks_float_lo]: Ditto.
9159 [vec_unpacku_float_hi]: Ditto.
9160 [vec_unpacku_float_lo]: Ditto.
9161
9162 2007-05-16 Uros Bizjak <ubizjak@gmail.com>
9163
9164 * soft-fp/README: Update for new files.
9165 * soft-fp/floattisf.c: New file.
9166 * soft-fp/floattidf.c: New file.
9167 * soft-fp/floattitf.c: New file.
9168 * soft-fp/floatuntisf.c: New file.
9169 * soft-fp/floatuntidf.c: New file.
9170 * soft-fp/floatuntitf.c: New file.
9171 * soft-fp/fixsfti.c: New file.
9172 * soft-fp/fixdfti.c: New file.
9173 * soft-fp/fixtfti.c: New file.
9174 * soft-fp/fixunssfti.c: New file.
9175 * soft-fp/fixunsdfti.c: New file.
9176 * soft-fp/fixunstfti.c: New file.
9177 * soft-fp/extendxftf.c: New file.
9178 * soft-fp/trunctfxf.c: New file.
9179
9180 * libgcc-std.ver (__extendxftf2): Added to GCC_4.3.0 section.
9181 (__trunctfxf2): Ditto.
9182
9183 * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
9184 __extenddftf2, __extendsftf2, __fixtfdi, __fixtfsi, __fixtfti,
9185 __fixunstfdi, __fixunstfsi, __fixunstfti, __floatditf, __floatsitf,
9186 __floattitf, __floatunditf, __floatunsitf, __floatuntitf, __getf2,
9187 __letf2, __multf3, __negtf2, __subtf3, __trunctfdf2, __trunctfsf2,
9188 __unordtf2): Exclude and add to GCC_4.3.0 section for x86_64 targets.
9189
9190 * config/i386/t-fprules-softfp64: New file.
9191 * config/i386/sfp-machine.h: New file.
9192 * config.gcc (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu,
9193 x86_64-*-knetbsd*-gnu): Add i386/t-fprules-softfp64
9194 and soft-fp/t-softfp to tmake_file.
9195 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
9196 i[34567]86-*-knetbsd*-gnu): Ditto for --enable-targets=all.
9197
9198 * config/i386/t-linux64 (softfp_wrap_start): New.
9199 (softfp_wrap_end): New.
9200 * config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
9201 supported for TARGET_64BIT.
9202
9203 2007-05-16 Rafael Avila de Espindola <espindola@google.com>
9204
9205 * c-common.c (c_common_signed_or_unsigned_type): Emulate
9206 c_common_unsigned_type behavior.
9207
9208 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
9209
9210 * config/i386/i386.c (legitimize_tls_address): Mark __tls_get_addr
9211 calls as pure.
9212
9213 2007-05-16 Eric Christopher <echristo@apple.com>
9214
9215 * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
9216 saving after stack push. Set sp_offset whenever we push.
9217 (rs6000_emit_epilogue): Move altivec register restore before
9218 stack push.
9219
9220 2007-05-16 Richard Sandiford <richard@codesourcery.com>
9221
9222 * configure.ac: Allow sysroots to be relocated under $prefix as
9223 well as $exec_prefix.
9224 * configure: Regenerate.
9225
9226 2007-05-16 Richard Sandiford <richard@codesourcery.com>
9227
9228 Revert:
9229
9230 2007-05-12 Richard Sandiford <richard@codesourcery.com>
9231
9232 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
9233 (gcc_tooldir): Likewise.
9234 * configure: Regenerate.
9235 * Makefile.in (libsubdir_to_prefix): New variable, based on the
9236 old configure.ac gcc_tooldir setting.
9237 (prefix_to_exec_prefix): New variable.
9238 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
9239 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
9240
9241 2007-05-14 Janis Johnson <janis187@us.ibm.com>
9242
9243 * c-typeck.c (build_binary_op): Return early for error.
9244
9245 2007-05-15 Zdenek Dvorak <dvorakz@suse.cz>
9246
9247 * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate
9248 struct nb_iter_bound.
9249 (free_numbers_of_iterations_estimates_loop): Use ggc_free.
9250 * gengtype.c (open_base_files): Add cfhloop.h to the list of includes.
9251 * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
9252 * tree-scalar-evolution.c: Include gt-tree-scalar-evolution.h.
9253 (struct scev_info_str, scalar_evolution_info): Add GTY markers.
9254 (new_scev_info_str): Use GGC_NEW to allocate struct scev_info_str.
9255 (del_scev_info): Use ggc_free.
9256 (scev_initialize): Allocate scalar_evolution_info in gc memory.
9257 * loop-init.c: Include ggc.h.
9258 (loop_optimizer_init): Use GGC_CNEW to allocate struct loops.
9259 (loop_optimizer_finalize): Use ggc_free.
9260 * tree-ssa-loop.c (pass_tree_unswitch, pass_vectorize,
9261 pass_linear_transfom, pass_empty_loop, pass_complete_unroll,
9262 pass_iv_optimize): Add TODO_ggc_collect.
9263 * function.h (struct function): Remove skip marker from
9264 x_current_loops.
9265 * cfgloop.c: Include ggc.h.
9266 (flow_loops_free, flow_loop_free): Free the loop descriptions in gc
9267 memory.
9268 (establish_preds): Vector superloops is gc allocated.
9269 (alloc_loop): Allocate loop using GGC_CNEW. Allocate head of
9270 loop->exits list.
9271 (flow_loops_find): Vector larray is gc allocated.
9272 (loop_exit_free): Use ggc_free.
9273 (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit. Reflect
9274 that head of exits list is now not a part of struct loop.
9275 (record_loop_exits): Allocate exits table in gc memory.
9276 (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect
9277 that head of exits list is now not a part of struct loop.
9278 * cfgloop.h (struct lpt_decision, struct nb_iter_bound,
9279 struct loop_exit): Add GTY marker.
9280 (struct loop): Add GTY marker. Make superloops vector gc allocated.
9281 Add skip marker to aux field. Make head of exits list a separate
9282 object.
9283 (struct loops): Add GTY marker. Make larray vector gc allocated.
9284 Add param marker to exits table.
9285 (get_loops): Type changed.
9286 * Makefile.in (tree-scalar-evolution.o): Add
9287 gt-tree-scalar-evolution.h dependency.
9288 (cfgloop.o, loop-init.o): Add ggc.h dependency.
9289 (GTFILES): Add cfgloop.h and tree-scalar-evolution.c.
9290 * basic-block.h (struct basic_block_def): Remove skip marker from
9291 loop_father field.
9292
9293 2007-05-14 Uros Bizjak <ubizjak@gmail.com>
9294
9295 * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead
9296 of 0 in the call to expand_expr().
9297 (expand_builtin_mathfn_3): Ditto.
9298 (expand_builtin_interclass_mathfn): Ditto.
9299 (expand_builtin_cexpi): Ditto.
9300 (expand_builtin_int_roundingfn): Ditto.
9301 (expand_builtin_int_roundingfn_2): Ditto.
9302 (expand_builtin_pow): Ditto.
9303 (expand_builtin_powi): Ditto.
9304 (expand_builtin_bswap): Ditto.
9305 (expand_builtin_unop): Ditto.
9306 (expand_builtin_fabs): Ditto.
9307 (get_builtin_sync_mem): Use NULL_RTX instead of NULL in
9308 the call to expand_expr().
9309 (expand_builtin_sync_operation): Ditto.
9310 (expand_builtin_compare_and_swap): Ditto.
9311 (expand_builtin_lock_test_and_set): Ditto.
9312 * except.c (expand_builtin_eh_return_data_regno): Use EXPAND_NORMAL
9313 instead of 0 in the call to expand_expr().
9314 (expand_builtin_extract_return_addr): Ditto.
9315 (expand_builtin_eh_return): Ditto.
9316 (expand_eh_return): Ditto.
9317 * explow.c (expr_size): Ditto.
9318 * expr.c (optimize_bitfield_assignment_op): Ditto.
9319 (expand_assignement): Ditto.
9320 (store_expr): Ditto.
9321 (store_field): Ditto.
9322 (expand_expr_addr_expr_1): Use NULL_RTX instead of NULL in
9323 the call to expand_expr().
9324 (expand_expr_real_1) [COMPLEX_CST]: Use EXPAND_NORMAL instead of 0
9325 in the call to expand_expr().
9326 [CONSTRUCTOR, PLUS_EXPR, MINUS_EXPR, NEGATE_EXPR, ABS_EXPR,
9327 BIT_NOT_EXPR, LSHIFT_EXPR, LT_EXPR, TRUTH_NOT_EXPR]: Ditto.
9328 [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO]: Use expand_normal() instead
9329 of expand_expr().
9330 * optabs.c (expand_vec_shift_expr): Ditto.
9331 (expand_vec_cond_expr): Ditto.
9332 (vector_compare_rtx): Use EXPAND_STACK_PARM instead of 1 in the
9333 call to expand_expr().
9334 * stmt.c (expand_return): Use EXPAND_NORMAL instead of 0
9335 in the call to expand_expr().
9336
9337 2007-05-14 Dave Korn <dave.korn@artimi.com>
9338
9339 * genautomata.c (gen_regexp_el): Allocate correct size for regexp.
9340
9341 2007-05-14 Rafael Avila de Espindola <espindola@google.com>
9342
9343 * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
9344 instead of c_common_unsigned_type.
9345 (c_common_unsigned_type): Remove.
9346 (shorten_compare): Use c_common_signed_or_unsigned_type instead of
9347 c_common_unsigned_type.
9348 (c_common_nodes_and_builtins): Use unsigned_type_for instead of
9349 c_common_unsigned_type.
9350 * c-common.h (c_common_unsigned_type): Remove.
9351 * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
9352 c_common_unsigned_type.
9353 * c-format.c (check_format_types): Use unsigned_type_for instead of
9354 c_common_unsigned_type.
9355 * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
9356 * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead
9357 of c_common_unsigned_type.
9358 * convert.c (convert_to_integer): Use unsigned_type_for instead of
9359 lang_hooks.types.unsigned_type.
9360 * expmed.c (make_tree): Use unsigned_type_for instead of
9361 lang_hooks.types.unsigned_type.
9362 * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
9363 lang_hooks.types.unsigned_type.
9364 (build_range_check): Likewise.
9365 (fold_unary): Likewise.
9366 (fold_binary): Likewise.
9367 (fold_ternary): Likewise.
9368 * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
9369 * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
9370 * tree.c (get_unsigned_type): New.
9371 (unsigned_type_for): Use get_unsigned_type instead of
9372 lang_hooks.types.unsigned_type.
9373
9374 2007-05-14 Kazu Hirata <kazu@codesourcery.com>
9375
9376 * config/m68k/m68k-protos.h: Rename m68k_interrupt_function_p
9377 to m68k_get_function_kind. Update its prototype.
9378 * config/m68k/m68k.c (m68k_attribute_table): Add an entry for
9379 interrupt_thread.
9380 (m68k_interrupt_function_p): Return enum m68k_function_type
9381 instead of bool. Rename to m68k_get_function_kind.
9382 (m68k_handle_fndecl_attribute): Reject interrupt_thread if the
9383 target is not fido.
9384 (m68k_compute_frame_layout): Don't mark any register for save
9385 if an interrupt_thread attribute is specified.
9386 (m68k_hard_regno_rename_ok): Update a use of
9387 m68k_interrupt_function_p.
9388 * config/m68k/m68k.h (EPILOGUE_USES): Update a use of
9389 m68k_interrupt_function_p.
9390 (m68k_function_type): New.
9391 * config/m68k/m68k.md (*return): Output a 'sleep' instruction
9392 for a function with an interrupt_thread attribute.
9393 * doc/extend.texi: Document the interrupt_thread attribute.
9394
9395 2007-05-13 Daniel Berlin <dberlin@dberlin.org>
9396
9397 Fix PR tree-optimization/31911
9398 * tree-ssa-pre.c (phi_translate): Make sure to cache results even
9399 if they didn't change the expression.
9400
9401 2007-05-13 Zdenek Dvorak <dvorakz@suse.cz>
9402
9403 * tree-scalar-evolution.c (resolve_mixers): Exported.
9404 * tree-scalar-evolution.h (resolve_mixers): Declare.
9405 * tree-data-ref.c (object_analysis, ptr_decl_may_alias_p,
9406 ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
9407 record_record_differ_p, record_array_differ_p, array_ptr_differ_p,
9408 base_object_differ_p, base_addr_differ_p, analyze_array_indexes,
9409 init_array_ref, init_pointer_ref, analyze_indirect_ref,
9410 strip_conversion, analyze_offset_expr, address_analysis,
9411 object_analysis, analyze_offset): Removed.
9412 (dr_analyze_innermost, dr_analyze_indices, dr_analyze_alias,
9413 split_constant_offset, canonicalize_base_object_address,
9414 object_address_invariant_in_loop_p, disjoint_objects_p,
9415 dr_may_alias_p, dr_address_invariant_p): New functions.
9416 (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices
9417 and dr_analyze_alias.
9418 (initialize_data_dependence_relation): Use dr_may_alias_p
9419 and object_address_invariant_in_loop_p.
9420 (compute_self_dependence): Handle the case when
9421 DDR_ARE_DEPENDENT (ddr) is chrec_dont_know.
9422 (find_data_references_in_stmt): Restrict the analysis of data
9423 references to the given loop nest.
9424 (find_data_references_in_loop): Made static. Pass loop nest to
9425 find_data_references_in_stmt.
9426 (compute_data_dependences_for_loop): Use DR_VOPS.
9427 (free_data_ref): Free DR_VOPS.
9428 * tree-data-ref.h (struct first_location_in_loop): Replaced by ...
9429 (struct innermost_loop_behavior): ... new.
9430 (struct base_object_info): Replaced by ...
9431 (struct indices): ... new.
9432 (struct dr_alias): New.
9433 (enum data_ref_type): Removed.
9434 (struct data_reference): Consist of struct innermost_loop_behavior,
9435 struct indices and struct dr_alias.
9436 (DR_SET_ACCESS_FNS, DR_FREE_ACCESS_FNS): Removed.
9437 (DR_MEMTAG): Renamed to ...
9438 (DR_SYMBOL_TAG): ... this.
9439 (find_data_references_in_loop): Declaration removed.
9440 * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use DR_INIT
9441 instead of DR_OFFSET_MISALIGNMENT. DR_ALIGNED_TO is never NULL.
9442 (vect_analyze_data_refs): Use DR_SYMBOL_TAG instead of DR_MEMTAG.
9443 * tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
9444
9445 2007-05-13 Revital Eres <eres@il.ibm.com>
9446
9447 * tree-ssa-dse.c (get_use_of_stmt_lhs): New function
9448 which walks virtual def-use chains to find redundant stores.
9449 (dse_optimize_stmt): Call it.
9450
9451 2007-05-12 Steven Bosscher <steven@gcc.gnu.org>
9452
9453 * gcse.c (gcse_main): Do jump bypassing in CPROP2.
9454 * passes.c (init_optimization_passes): Move pass_jump_bypass
9455 after loop2.
9456
9457 * basic-block.h (bb_has_eh_pred): Fix style issue.
9458
9459 2007-05-12 Steven Bosscher <steven@gcc.gnu.org>
9460
9461 PR rtl-optimization/31848
9462 * loop-invariant.c (move_invariant_reg): If we move an insn
9463 with a REG_EQUAL note, and that insn is not always executed,
9464 remove the REG_EQUAL note.
9465
9466 2007-05-12 Richard Guenther <rguenther@suse.de>
9467
9468 PR tree-optimization/31797
9469 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
9470 propagate into a stmt that has volatile ops.
9471
9472 2007-05-12 Richard Sandiford <richard@codesourcery.com>
9473
9474 * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
9475 (gcc_tooldir): Likewise.
9476 * configure: Regenerate.
9477 * Makefile.in (libsubdir_to_prefix): New variable, based on the
9478 old configure.ac gcc_tooldir setting.
9479 (prefix_to_exec_prefix): New variable.
9480 (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
9481 rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
9482
9483 2007-05-11 Silvius Rus <rus@google.com>
9484
9485 * Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
9486 * c-common.c (strict_aliasing_warning): Modify -Wstrict-aliasing logic.
9487 * c-common.h (strict_aliasing_warning): Change return type.
9488 * c-opts.c (c_common_handle_option): Add call to set_Wstrict_aliasing.
9489 * c-typeck.c (build_indirect_ref): Add call to strict_aliasing_warning.
9490 (build_c_cast): Condition call to strict_aliasing_warning.
9491 * doc/invoke.texi: Update description of -Wstrict-aliasing[=n].
9492 * flags.h (set_Wstrict_aliasing): Declare.
9493 * opts.c (set_Wstrict_alising): Define, add call to.
9494 * tree-flow.h (strict_aliasing_warning_backend): Declare.
9495 * tree-ssa-alias-warnings.c: New file.
9496 * tree-ssa-alias.c (compute_may_aliases): Add call to
9497 strict_aliasing_warning_backend.
9498
9499 2007-05-11 Zdenek Dvorak <dvorakz@suse.cz>
9500
9501 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
9502 Use loop_depth and loop_outer accessor functions.
9503 * tree-ssa-loop-im.c (outermost_invariant_loop, set_level,
9504 determine_invariantness_stmt, move_computations_stmt): Ditto.
9505 * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path,
9506 add_loop, loopify, unloop, fix_loop_structure): Ditto.
9507 * tree-ssa-loop-manip.c (find_uses_to_rename_use): Ditto.
9508 * tree-scalar-evolution.c (interpret_loop_phi,
9509 compute_scalar_evolution_in_loop, analyze_scalar_evolution_in_loop,
9510 instantiate_parameters_1, scev_const_prop): Ditto.
9511 * cfghooks.c (make_forwarder_block): Ditto.
9512 * cfgloopanal.c (mark_irreducible_loops, mark_loop_exit_edges): Ditto.
9513 * modulo-sched.c (loop_canon_p): Ditto.
9514 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg,
9515 slpeel_can_duplicate_loop_p): Ditto.
9516 * lambda-code.c (invariant_in_loop_and_outer_loops): Ditto.
9517 * tree-cfg.c (tree_duplicate_sese_region): Ditto.
9518 * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit,
9519 cancel_loop, verify_loop_structure): Ditto.
9520 (flow_loop_nested_p, superloop_at_depth, flow_loop_free,
9521 add_bb_to_loop, remove_bb_from_loops, find_common_loop): Use the
9522 superloops vector instead of "pred" array.
9523 (establish_preds): Take father loop as an argument. Initialize the
9524 superloops vector.
9525 (flow_loop_tree_node_add): Pass father loop to establish_preds.
9526 Do not initialize loop->outer.
9527 (flow_loop_tree_node_remove): Truncate the superloops vector.
9528 * cfgloop.h (struct loop): Removed field "outer", fields "depth" and
9529 "pred" merged to "superloops" vector.
9530 (loop_depth, loop_outer): New.
9531 (fel_init): Use loop_outer.
9532
9533 2007-05-11 Jan Hubicka <jh@suse.cz>
9534
9535 * cgraphunit.c: Include gt-cgraphunit.h
9536 (static_ctors, static_dtors): New static vars.
9537 (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
9538 based on implementation in c-common.c
9539 (cgraph_finalize_function): Call record_cdtor_fn.
9540 (cgraph_optimize): Call cgraph_build_cdtor_fns.
9541 * decl.c (finish_function): Do not call c_record_cdtor_fn.
9542 (c_write_global_declarations): Do not call c_build_cdtor_fns.
9543 * c-common.c (static_ctors, static_dtors, c_record_cdtor_fn,
9544 build_cdtor, c_build_cdtor_fns): Remove.
9545 * c-common.h (static_ctors, static_dtors, c_record_cdtor_fn,
9546 c_build_cdtor_fns): Remove prototype.
9547
9548 2007-05-11 Paolo Carlini <pcarlini@suse.de>
9549
9550 PR other/31852
9551 * builtin-types.def: Add BT_FN_PTR_CONST_PTR_INT_SIZE.
9552 * builtins.def: Add BUILT_IN_MEMCHR, use the latter.
9553 * builtins.c (fold_builtin_memchr): New.
9554 (expand_builtin_memchr): Call the latter.
9555 (expand_builtin, fold_builtin_3): Deal with BUILT_IN_MEMCHR.
9556 * doc/extend.texi ([Other built-in functions provided by GCC]):
9557 Document memchr.
9558
9559 2007-05-11 Andreas Krebbel <krebbel1@de.ibm.com>
9560
9561 * config/s390/s390.md (GPR0_REGNUM, FPR0_REGNUM, FPR2_REGNUM,
9562 PFPO_CONVERT, PFPO_OP_TYPE_SF, PFPO_OP_TYPE_DF, PFPO_OP_TYPE_TF,
9563 PFPO_OP_TYPE_SD, PFPO_OP_TYPE_DD, PFPO_OP_TYPE_TD, PFPO_OP0_TYPE_SHIFT,
9564 PFPO_OP1_TYPE_SHIFT): Constants added.
9565 (DFP_ALL): Mode macro defined.
9566 ("*trunc<BFP:mode><DFP_ALL:mode>2", "*trunc<DFP_ALL:mode><BFP:mode>2",
9567 "*extend<BFP:mode><DFP_ALL:mode>2", "*extend<DFP_ALL:mode><BFP:mode>2"):
9568 Insn definitions added.
9569 ("trunc<BFP:mode><DFP_ALL:mode>2", "trunc<DFP_ALL:mode><BFP:mode>2",
9570 "extend<BFP:mode><DFP_ALL:mode>2", "extend<DFP_ALL:mode><BFP:mode>2"):
9571 Expanders added.
9572
9573 2007-05-10 Zdenek Dvorak <dvorakz@suse.cz>
9574
9575 PR tree-optimization/31885
9576 * tree-chrec.c (chrec_contains_undetermined): Do not consider
9577 NULL_TREE to be undetermined.
9578 (automatically_generated_chrec_p): Return false for NULL.
9579
9580 2007-05-08 Bernd Schmidt <bernd.schmidt@analog.com>
9581
9582 * config/bfin/bfin.h (MOVE_RATIO): Define.
9583
9584 2007-05-10 Richard Sandiford <richard@codesourcery.com>
9585
9586 * config.gcc (sparc-wrs-vxworks): New target.
9587 * config/sparc/vxworks.h, config/sparc/t-vxworks: New files.
9588 * config/sparc/sparc-protos.h (sparc_emit_call_insn): Declare.
9589 * config/sparc/sparc.h: Include vxworks-dummy.h.
9590 (PRINT_OPERAND_ADDRESS): Extend SYMBOL_REF handling to
9591 include LABEL_REFs too.
9592 * config/sparc/sparc.c (sparc_expand_move): Don't assume that
9593 _GLOBAL_OFFSET_TABLE_ - label_ref is a link-time constant on
9594 VxWorks.
9595 (legitimize_pic_address): Handle LABEL_REFs like SYMBOL_REFs
9596 on VxWorks.
9597 (load_pic_register): Use gen_vxworks_load_got for VxWorks.
9598 (sparc_emit_call_insn): New function.
9599 (sparc_function_ok_for_sibcall): Restrict sibcalls to locally-binding
9600 functions when generating VxWorks PIC.
9601 * config/sparc/sparc.md (vxworks_load_got): New pattern.
9602 (call, call_value): Use sparc_emit_call_insn instead of
9603 emit_call_insn.
9604
9605 2007-05-09 Bob Wilson <bob.wilson@acm.org>
9606
9607 * config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
9608
9609 2007-05-09 Bob Wilson <bob.wilson@acm.org>
9610
9611 * config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
9612 for floating-point values if HOST_BITS_PER_LONG > 32. Use
9613 split_double instead of operand_subword.
9614
9615 2007-05-08 Bernd Schmidt <bernd.schmidt@analog.com>
9616
9617 * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.
9618 * config/bfin/bfin.c (bfin_local_alignment): New function.
9619 * config/bfin/bfin-protos.h (bfin_local_alignment): Declare it.
9620
9621 2007-05-08 Chao-ying Fu <fu@mips.com>
9622
9623 * doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var{n}4): Document.
9624 * optabs.h (OTI_smsub_widen, OTI_umsub_widen): New optab_indexes.
9625 (smsub_widen_optab, umsub_widen_optab): Define.
9626 * optabs.c (init_optabs): Initialize smsub_widen_optab and
9627 umsub_widen_optab.
9628 * genopinit.c (optabs): Fill in smsub_widen_optab and
9629 umsub_widen_optab.
9630 * expr.c (expand_expr_real_1): Try to use smsub_widen_optab
9631 and umsub_widen_optab to implement multiply-subtract sequences.
9632 * config/mips/mips.md (*msac<u>_di): Rename to...
9633 (<u>msubsidi4): ...this. Extend condition to include
9634 GENERATE_MADD_MSUB and TARGET_DSPR2. Change the constraint
9635 of operand 0 to "ka" and use the three-operand form of msub<u>
9636 for TARGET_DSPR2.
9637 * config/mips/mips-dspr2.md (mips_msub, mips_msubu): Convert
9638 to define_expands.
9639
9640 2007-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
9641
9642 PR rtl-optimization/28011
9643 * reload.c (push_reload): Set dont_share if IN appears in OUT
9644 also when IN is a PLUS rtx.
9645 (reg_overlap_mentioned_for_reload_p): Return true if X and IN
9646 are same PLUS rtx.
9647
9648 2007-05-08 Kazu Hirata <kazu@codesourcery.com>
9649
9650 * emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL. Don't
9651 call unshare_all_decls.
9652 (unshare_all_rtl): Adjust the call to unshare_all_rtl_1.
9653 (unshare_all_decls): Remove.
9654
9655 2007-05-08 Simon Martin <simartin@users.sourceforge.net>
9656
9657 PR 31847
9658 * tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
9659 dumps.
9660
9661 2007-05-08 Sandra Loosemore <sandra@codesourcery.com>
9662 Nigel Stephens <nigel@mips.com>
9663
9664 * config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
9665 Update comments and all uses.
9666 (MIN_FPRS_PER_FMT): Define.
9667 * config/mips/mips.c (function_arg): Fix to correctly handle
9668 the -mips32r2 -mfp64 -mabi=32 case.
9669 (override_options): Enable use of odd-numbered registers for
9670 SFmode values on MIPS32.
9671 (mips_save_reg_p): Save whole floating-point register pair if
9672 either half is used.
9673 (compute_frame_size): Fix comment.
9674
9675 2007-05-08 Jie Zhang <jie.zhang@analog.com>
9676
9677 * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
9678 argument of type bool.
9679 * config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
9680 argument. Safely select temporary P register according to it.
9681 (do_link): Change call site of add_to_reg accordingly.
9682 (do_unlink): Add epilogue_p as a fourth argument and pass it
9683 to add_to_reg.
9684 (expand_interrupt_handler_epilogue): Change call of do_unlink
9685 accordingly.
9686 (bfin_expand_prologue): Add a third argument sibcall_p.
9687 * config/bfin/bfin.md (epilogue): Change call of
9688 bfin_expand_epilogue accordingly.
9689 (sibcall_epilogue): Likewise.
9690 (eh_return_internal): Likewise.
9691
9692 * config/bfin/bfin-protos.h (enum bfin_cpu): Add
9693 BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
9694 * config/bfin/bfin.c (bfin_handle_option): Handle
9695 -mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
9696 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
9697 Support bf534, bf536 and bf561.
9698 * doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
9699
9700 2007-05-08 Uros Bizjak <ubizjak@gmail.com>
9701
9702 PR target/31854
9703 * config/i386/i386.c (ix86_function_regparm): Process local
9704 functions only when TREE_CODE (decl) equals FUNCTION_DECL.
9705
9706 2007-05-07 Mike Stump <mrs@apple.com>
9707
9708 * doc/invoke.texi (Warning Options): Document that -Wempty-body
9709 also checks for and while statements in C++.
9710
9711 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
9712
9713 * gcc.c (at_file_supplied): New variable.
9714 (main): Set it if we expanded argv.
9715 (do_spec_1): Pass an @-file to the linker if we were called with
9716 an @-file argument and HAVE_GNU_LD.
9717 * collect2.c (at_file_supplied): New variable.
9718 (response_file): New variable.
9719 (collect_exit): Unlink response_file if necessary.
9720 (handler): Likewise.
9721 (do_wait): Likewise.
9722 (main): Set at_file_supplied if we expanded argv.
9723 (collect_execute): Pass an @-file to subprocesses if we were called
9724 with an @-file argument.
9725 * configure.ac: Add define for HAVE_GNU_LD.
9726 * configure: Regenerate.
9727 * config.in: Regenerate.
9728
9729 2007-05-07 Naveen.H.S <naveen.hs@kpitcummins.com>
9730
9731 * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
9732 operand to HI mode.
9733 (mulsi3): New.
9734 (divsi3): New.
9735 (udivsi3): New.
9736
9737 2007-05-07 Jayant Sonar <jayants@kpitcummins.com>
9738
9739 * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
9740 (TARGET_ENCODE_SECTION_INFO): Re-define.
9741 (m32c_encode_section_info): New
9742 (function_vector_handler): New
9743 (current_function_special_page_vector): New
9744 (m32c_special_page_vector_p): New.
9745 * config/m32c/m32c-protos.h (m32c_special_page_vector_p):
9746 Prototype.
9747 * config/m32c/jump.md: Added instruction JSRS for functions
9748 with attribute "function_vector".
9749 * doc/extend.texi (function_vector): Added description
9750 for M16C, M32C targets.
9751
9752 2007-05-07 DJ Delorie <dj@redhat.com>
9753
9754 PR 31794
9755 * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
9756 ashrpsi3, lshrpsi3): Update shift count constraint.
9757
9758 2007-05-07 Danny Smith <dannysmith@users.sourceforge.net>
9759 Nathan Froyd <froydnj@codesourcery.com>
9760
9761 PR 22133
9762 * c-incpath.c (add_path): Strip trailing path separators.
9763
9764 2007-05-07 Eric Botcazou <ebotcazou@adacore.com>
9765
9766 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
9767 Free dominance info before purging EH edges.
9768 (eliminate_degenerate_phis): Likewise.
9769 (propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
9770
9771 2007-05-07 Jan Hubicka <jh@suse.cz>
9772
9773 * gimplify.c (gimplify_expr): Do not crash when folding
9774 (void *)(int)&a + 4.
9775
9776 2007-05-07 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9777
9778 PR driver/31694
9779 * c-opts.c (lang_fortran): Make it non static.
9780 * c-common.h (lang_fortran): New prototype.
9781 * c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
9782 -lang-fortran option was passed by the driver.
9783
9784 2007-05-06 Eric Botcazou <ebotcazou@adacore.com>
9785
9786 * timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
9787 of ASSERT_CHECKING. Tweak message.
9788
9789 2007-05-06 Revital Eres <eres@il.ibm.com>
9790
9791 PR 30957
9792 * loop-unroll.c (insert_var_expansion_initialization):
9793 Initialize the expansions with -zero instead of +zero.
9794
9795 2007-05-05 Aurelien Jarno <aurelien@aurel32.net>
9796
9797 * config/pa/pa.md: Split tgd_load, tld_load and tie_load
9798 into pic and non-pic versions. Mark r19 as used for
9799 tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used
9800 for tgd_load, tld_load and tie_load .
9801 * config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
9802 version of tgd_load, tld_load and tie_load depending on the
9803 value of flag_pic.
9804
9805 2007-05-04 Ulrich Drepper <drepper@redhat.com>
9806 Jakub Jelinek <jakub@redhat.com>
9807
9808 * crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
9809 (__do_global_dtors_aux): Use more paranoid loop to run
9810 destructors if HIDDEN_DTOR_LIST_END.
9811 (__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
9812
9813 2007-05-04 Jakub Jelinek <jakub@redhat.com>
9814
9815 * varasm.c (align_variable): Don't increase alignment for
9816 DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
9817 DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
9818
9819 2007-05-04 Josh Conner <jconner@apple.com>
9820
9821 * basic-block.h (cdi_direction): Assign values to all enumeration
9822 constants.
9823 (dom_computed): Remove.
9824 (dom_info_state): New.
9825 (set_dom_info_availability): New.
9826 * tree-ssa-loop-im.c (determine_invariantness): Initialize
9827 walk_data.dom_direction.
9828 * cfghooks.c (delete_basic_block): Use dom_info_available_p()
9829 instead of dom_computed[].
9830 (split_edge): Likewise.
9831 (create_basic_block): Likewise.
9832 (merge_blocks): Likewise.
9833 * ifcvt.c (find_if_header): Likewise.
9834 * tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
9835 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
9836 * tree-ssa.c (verify_ssa): Likewise.
9837 * tree-cfg.c (tree_verify_flow_info): Likewise.
9838 (remove_edge_and_dominated_blocks): Likewise.
9839 * dominance.c (dom_computed): Make static.
9840 (calc_dfs_tree_nonrec): Change third param to a bool.
9841 (calc_dfs_tree): Change second param to a bool.
9842 (calc_idioms): Change second param to a bool. Use
9843 dom_convert_dir_to_idx.
9844 (init_dom_info): Validate dir before using.
9845 (dom_convert_dir_to_idx): New.
9846 (calculate_dominance_info): Use dom_convert_dir_to_idx. New
9847 variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
9848 (free_dominance_info): Use dom_convert_dir_to_idx.
9849 (get_immediate_dominator): Likewise.
9850 (set_immediate_dominator): Likewise.
9851 (get_dominated_by): Likewise.
9852 (redirect_immediate_dominators): Likewise.
9853 (nearest_common_denominator): Likewise.
9854 (dominated_by_p): Likewise.
9855 (bb_dom_dfs_in): Likewise.
9856 (bb_dom_dfs_out): Likewise.
9857 (recount_dominator): Likewise.
9858 (iterate_fix_dominators): Likewise.
9859 (add_to_dominance_info): Likewise.
9860 (delete_from_dominance_info): Likewise.
9861 (first_dom_son): Likewise.
9862 (next_dom_son): Likewise.
9863 (dom_info_available_p): Likewise.
9864 (dom_info_state): New.
9865 (set_dom_info_availability): New.
9866
9867 2007-05-04 Andreas Krebbel <krebbel1@de.ibm.com>
9868
9869 * config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
9870 Expander removed.
9871 ("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
9872
9873 2007-05-04 Bob Wilson <bob.wilson@acm.org>
9874
9875 * config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
9876 (subdi3, subdi_carry): Delete.
9877
9878 2007-05-04 Jan Hubicka <jh@suse.cz>
9879 Richard Guenther <rguenther@suse.de>
9880
9881 * opts.c (decode_options): Do not fiddle with inlining
9882 parameters in case of optimizing for size.
9883 * ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
9884 for size do nothing.
9885 (cgraph_decide_inlining_of_small_function): When optimizing for
9886 size never inline functions increasing caller size.
9887 (cgraph_early_inlining): Inline for size when optimizing for size.
9888
9889 2007-05-04 Bernd Schmidt <bernd.schmidt@analog.com>
9890
9891 * config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
9892 logical operations piecewise.
9893 (<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
9894 zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
9895 subdi_sesidi_di): Delete.
9896 (add_with_carry): Produce carry in CC instead of a DREG to shorten
9897 the generated sequence. Allow three-reg add in constraints. Rewrite
9898 the rtl expression for carry to avoid zero_extend of a constant.
9899 (sub_with_carry): New pattern.
9900 (adddi3, subdi3): Change into define_expand. For subtract, generate a
9901 different sequence not involving jumps.
9902 (notbi): Now a named pattern.
9903
9904 2007-05-04 Bradley Lucier <lucier@math.purdue.edu>
9905
9906 * doc/invoke.texi (i386 and x86-64 Options) [-mpc32, -mpc64, -mpc80]:
9907 Add the note about a significant loss of accuracy of some
9908 mathematical routines when these options are used.
9909
9910 2007-05-04 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9911
9912 * haifa-sched.c (rtx_vec_t): New typedef.
9913 (contributes_to_priority_p): Extract piece of priority () into new
9914 static function.
9915 (priority): Use the function. Add assertion.
9916 (rank_for_schedule, set_priorities): Add assertion to check that
9917 insn's priority is initialized.
9918 (clear_priorities, calc_priorities): Change signature. Make it update
9919 all relevant insns. Update all callers ('add_to_speculative_block ()'
9920 and 'create_block_check_twin ()').
9921 * sched-int.h (struct haifa_insn_data): Remove field 'priority_known'.
9922 Add new field 'priority_status'.
9923 (INSN_PRIORITY_STATUS): New macro.
9924 (INSN_PRIORITY_KNOWN): Change to use INSN_PRIORITY_STATUS.
9925
9926 2007-05-04 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9927
9928 * sched-ebb.c (debug_ebb_dependencies): New static function.
9929 (init_ready_list): Use it.
9930
9931 * sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
9932 with changed signature and 'debug_rgn_dependencies ()'.
9933 (debug_rgn_dependencies): New static function.
9934 (init_ready_list): Use it.
9935
9936 * sched-int.h (debug_dependencies): Declare.
9937
9938 2007-05-04 Andreas Krebbel <krebbel1@de.ibm.com>
9939
9940 * libgcc-std.ver (__ffssi2): Added to GCC_4.3.0 section.
9941
9942 2007-05-04 Dirk Mueller <dmueller@suse.de>
9943
9944 * c.opt(Wmain,ffreestanding): Enable for C++,ObjC++.
9945
9946 2007-05-03 Jan Hubicka <jh@suse.cz>
9947
9948 * fold-const.c (fold_unary): Convert (T1)(X op Y) into
9949 ((T1)X op (T1)Y), for pointer type in more cases than before.
9950
9951 * gimplify.c (gimplify_expr): Fold (void *)&a + 4.
9952
9953 * tree-object-size.c (plus_expr_object_size): When operand size is
9954 unknown, return unknown.
9955
9956 2007-05-03 Dirk Mueller <dmueller@suse.de>
9957
9958 * doc/invoke.texi (-m386,-m486,-mpentium,-mpentiumpro): Remove.
9959
9960 * config/i386/i386.h (CC1_CPU_SPEC): Remove handling for deprecated
9961 options.
9962
9963 * config/i386/i386.opt (m386,m486,mpentium,mpentiumpro): Remove.
9964
9965 2007-05-03 Janis Johnson <janis187@us.ibm.com>
9966
9967 * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
9968
9969 2007-05-03 Joseph Myers <joseph@codesourcery.com>
9970
9971 * config/soft-fp/double.h, config/soft-fp/extended.h,
9972 config/soft-fp/floatundidf.c, config/soft-fp/floatundisf.c,
9973 config/soft-fp/floatunsidf.c, config/soft-fp/floatunsisf.c,
9974 config/soft-fp/op-2.h, config/soft-fp/op-4.h,
9975 config/soft-fp/op-common.h, config/soft-fp/quad.h: Update from
9976 glibc CVS.
9977
9978 2007-05-03 Ian Lance Taylor <iant@google.com>
9979
9980 * config/rs6000/rs6000.c (rs6000_override_options): Don't set
9981 MASK_PPC_GFXOPT for 8540 or 8548.
9982
9983 2007-05-03 Uros Bizjak <ubizjak@gmail.com>
9984
9985 * tree-vect-transform.c (vect_update_inits_of_drs): Use
9986 vect_print_dump_info() to output debug information.
9987
9988 2007-05-03 Uros Bizjak <ubizjak@gmail.com>
9989
9990 PR target/31768
9991 * config/i386/i386.c (print_operand) ['z']: Output 'w' for
9992 operands of size 2 when operand is not MEM_P.
9993
9994 2007-05-03 Zdenek Dvorak <dvorakz@suse.cz>
9995
9996 PR tree-optimization/30565
9997 * lambda-code.c (perfect_nestify): Fix updating of dominators.
9998
9999 2007-05-03 Bernd Schmidt <bernd.schmidt@analog.com>
10000
10001 * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.
10002 (umulsi3_highpart): Use them.
10003 * config/bfin/lib1funcs.asm (__umulsi3_highpart): Use unsigned move
10004 for final accumulator to D regisster tranfser.
10005
10006 2007-05-03 Dorit Nuzman <dorit@il.ibm.com>
10007
10008 PR tree-optimization/31699
10009 * tree-vect-analyze.c (vect_update_misalignment_for_peel): Remove
10010 wrong code.
10011 (vect_enhance_data_refs_alignment): Compute peel amount using
10012 TYPE_VECTOR_SUBPARTS instead of vf.
10013 * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Likewise.
10014
10015 2007-05-02 Brooks Moses <brooks.moses@codesourcery.com>
10016
10017 PR bootstrap/31776
10018 * system.h: Remove inclusion of double-int.h
10019 * tree.h: Include double-int.h
10020 * gengtype.c: Likewise
10021 * cfgloop.h: Likewise
10022 * Makefile.in: Adjust dependencies on double-int.h
10023
10024 2007-05-02 Eric Christopher <echristo@apple.com>
10025
10026 * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
10027 -shared to -Zdynamiclib.
10028
10029 2007-05-02 Seongbae Park <seongbae.park@gmail.com>
10030
10031 PR c++/31663
10032 * c-common.c (strip_pointer_or_array_types): New function.
10033 * c-common.h (strip_pointer_or_array_types): New function declaration.
10034
10035 2007-05-03 Zdenek Dvorak <dvorakz@suse.cz>
10036
10037 PR tree-optimization/31771
10038 * tree-cfg.c (move_block_to_fn): Assign bb to the correct index.
10039
10040 2007-05-02 Paul Brook <paul@codesourcery.com>
10041
10042 * config/arm/bpabi.S (aeabi_lcmp): Fix result on overflow.
10043
10044 2007-05-02 Andrew Pinski <andrew_pinski@playstation.sony.com>
10045
10046 PR middle-end/29715
10047 * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
10048 transformation.
10049
10050 2007-05-02 Nick Clifton <nickc@redhat.com>
10051
10052 * config/frv/predicates.md (symbolic_operand): Accept CONSTs.
10053
10054 2007-05-02 Richard Guenther <rguenther@suse.de>
10055
10056 PR tree-optimization/31146
10057 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
10058 argument, single_use_p. If we have a single use that is
10059 a conversion to the definition rhs type, propagate that rhs.
10060 (forward_propagate_addr_expr): Pass single_use_p argument
10061 to forward_propagate_addr_expr_1.
10062
10063 2007-05-01 H.J. Lu <hongjiu.lu@intel.com>
10064
10065 * config/i386/i386.c (ix86_expand_sse_comi): Remove unused
10066 variable.
10067
10068 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
10069
10070 * doc/invoke.texi: Fix typo, 'AMD Family 10h core' instead of
10071 'AMD Family 10 core'.
10072
10073 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
10074
10075 * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
10076 and athlon64-sse3 as improved versions of k8, opteron and athlon64
10077 with SSE3 instruction set support.
10078 * doc/invoke.texi: Likewise.
10079
10080 2007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
10081
10082 * config/i386/i386.c (override_options): Tuning 32-byte loop
10083 alignment for amdfam10 architecture. Increasing the max loop
10084 alignment to 24 bytes.
10085
10086 2007-05-01 Kazu Hirata <kazu@codesourcery.com>
10087
10088 * config/m68k/constraints.md: New.
10089 * config/m68k/m68k.h (REG_CLASS_FROM_LETTER,
10090 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
10091 EXTRA_CONSTRAINT): Remove.
10092 * config/m68k/m68k.md: Include constraints.md.
10093 * expr.c (expand_expr_real_1): Copy DECL_RTL before using it.
10094
10095 2007-05-01 Ian Lance Taylor <iant@google.com>
10096
10097 PR tree-optimization/31739
10098 * tree-vrp.c (vrp_val_is_max): New static function.
10099 (vrp_val_is_min): New static function.
10100 (set_value_range_to_value): Use TYPE_{MAX,MIN}_VALUE rather than
10101 copying the node.
10102 (set_value_range): Use vrp_val_is_{max,min}.
10103 (extract_range_from_assert): Likewise.
10104 (extract_range_from_binary_expr): Likewise.
10105 (extract_range_from_unary_expr): Likewise.
10106 (dump_value_range, vrp_meet): Likewise.
10107 (vrp_visit_phi_node): Likewise.
10108 * tree.c (build_distinct_type_copy): Revert change of 2007-04-27.
10109
10110 2007-05-01 Mark Mitchell <mark@codesourcery.com>
10111
10112 * config/i386/gmon-sol2.c (size_t): New type.
10113 (intptr_t): Likewise.
10114 (s_textsize): Declare as size_t.
10115 (sbrk): Declare.
10116 (monstartup): Use size_t for sizes.
10117 (_mcount): Save and restore registers.
10118 (internal_mcount): Pass 0 as the first argument to monstartup
10119 in 64-bit mode.
10120 (moncontrol): Convert pointer to appropriately sized integer
10121 before passing to profil.
10122
10123 2007-05-01 Joseph Myers <joseph@codesourcery.com>
10124
10125 * config/rs6000/darwin-ldouble.c (__gcc_qunord): Define if
10126 __NO_FPRS__, not just if _SOFT_DOUBLE.
10127 * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qunord): Likewise.
10128 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Use __gcc_qunord
10129 also for E500 double.
10130 * config/rs6000/rs6000.md (buneq, bunge, bungt, bunle, bunlt,
10131 suneq, sunge, sungt, sunle, sunlt): Disable for (TARGET_HARD_FLOAT
10132 && !TARGET_FPRS).
10133
10134 2007-05-01 Richard Guenther <rguenther@suse.de>
10135
10136 * tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt
10137 is NULL.
10138
10139 2007-05-01 Joseph Myers <joseph@codesourcery.com>
10140
10141 * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qgt): Fix typo.
10142
10143 2007-05-01 Jan Hubicka <jh@suse.cz>
10144
10145 * tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is
10146 invariant.
10147
10148 2007-05-01 Jan Hubicka <jh@suse.cz>
10149
10150 * tree.h (maybe_fold_offset_to_component_ref): Remove.
10151 (maybe_fold_offset_to_reference): Declare.
10152 * fold-const.c (fold_unary): Do not fold
10153 (type *)&A into &A->field_of_type_and_offset_0
10154 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): When base type
10155 size is unknown, give up.
10156 (maybe_fold_offset_to_component_ref): Ignore firelds with unknown
10157 offsets.
10158 (maybe_fold_offset_to_reference): New.
10159 (maybe_fold_stmt_indirect): Use it.
10160 (fold_stmt_r): Fold (type *)&A+offset into A->field_if_type_and_offset.
10161 * gimplify.c (gimplify_conversion): Canonicalize conversions to
10162 field references.
10163 (gimplify_expr): Likewise for plus_expr.
10164
10165 2007-05-01 Zdenek Dvorak <dvorakz@suse.cz>
10166
10167 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use
10168 bsi_after_labels. Always insert statements before bsi.
10169 * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
10170 * predict.c (apply_return_prediction): Check for empty blocks.
10171 * cfgexpand.c (lab_rtx_for_bb): New variable.
10172 (label_rtx_for_bb): Do not create new tree labels.
10173 (expand_gimple_basic_block): Add labels recorded in lab_rtx_for_bb.
10174 (tree_expand_cfg): Initialize lab_rtx_for_bb.
10175 * tree-cfg.c (build_tree_cfg): Call cleanup_dead_labels after
10176 creating edges.
10177 (label_for_bb): Add field used.
10178 (update_eh_label, main_block_label): Mark the label used.
10179 (cleanup_dead_labels): Remove unused labels.
10180
10181 2007-05-01 Richard Guenther <rguenther@suse.de>
10182
10183 * tree-vrp.c (set_value_range): Do not allocate equiv bitmap
10184 if it is not about to be set.
10185 (get_value_range): Do not pre-allocate equiv bitmap.
10186 (update_value_range): No need to clear equiv field.
10187 (add_equivalence): Change prototype to get bitmap pointer.
10188 Allocate bitmap here if it is not already.
10189 (extract_range_from_assert): Do not allocate bitmap here.
10190 Update callers to add_equivalence.
10191 (extract_range_from_ssa_name): Likewise.
10192 (get_vr_for_comparison): New static helper.
10193 (compare_name_with_value): Handle NULL equiv bitmap by
10194 peeling the first iteration of the comparison loop.
10195 Use get_vr_for_comparison.
10196 (compare_names): Handle NULL equiv bitmaps by using fake
10197 ones. Use get_vr_for_comparison.
10198
10199 2007-04-30 Brooks Moses <brooks.moses@codesourcery.com>
10200
10201 * double-int.c (mpz_set_double_int): Moved from
10202 tree-ssa-loop-niter.c.
10203 (mpz_get_double_int): Likewise; also, add option to wrap
10204 out-of-range integers.
10205 * double-int.h: New prototypes for above.
10206 * tree.c (get_static_type_bounds): Moved from
10207 tree-ssa-loop-niter.c; now returns TYPE_MIN_VALUE and
10208 TYPE_MAX_VALUE if they exist..
10209 * tree.h: New prototype for above.
10210 * tree-ssa-loop-niter.c: Adjust mpz_to_double_int and
10211 get_type_bounds calls.
10212 (mpz_set_double_int): Move to double-int.c.
10213 (get_type_bounds): Move to tree.c, rename to
10214 get_static_type_bounds.
10215 (mpz_to_double_int): Move to double-int.c, rename to
10216 mpz_get_double_int.
10217
10218 2007-04-30 Bob Wilson <bob.wilson@acm.org>
10219
10220 * config/xtensa/lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that
10221 DIV0 exception can fall through to a normal return.
10222
10223 2007-04-30 Alexandre Oliva <aoliva@redhat.com>
10224
10225 PR middle-end/22156
10226 Temporarily revert:
10227 2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
10228 * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
10229 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
10230 * tree-sra.c (try_instantiate_multiple_fields): Needlessly
10231 initialize align to silence bogus warning.
10232 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
10233 * tree-sra.c (struct sra_elt): Add in_bitfld_block. Remove
10234 all_no_warning.
10235 (struct sra_walk_fns): Remove use_all parameter from use.
10236 (sra_hash_tree): Handle BIT_FIELD_REFs.
10237 (sra_elt_hash): Don't hash bitfld blocks.
10238 (sra_elt_eq): Skip them in parent compares as well. Handle
10239 BIT_FIELD_REFs.
10240 (sra_walk_expr): Don't maintain or pass down use_all_p.
10241 (scan_use): Remove use_all parameter.
10242 (scalarize_use): Likewise. Re-expand assignment to
10243 BIT_FIELD_REF of gimple_reg. De-scalarize before input or
10244 output, and re-scalarize after output. Don't mark anything
10245 for no warning.
10246 (scalarize_ldst): Adjust.
10247 (scalarize_walk_gimple_modify_statement): Likewise.
10248 (build_element_name_1): Handle BIT_FIELD_REFs.
10249 (instantiate_element): Don't warn for any element whose parent
10250 is used as a whole.
10251 (instantiate_missing_elements_1): Return the sra_elt.
10252 (canon_type_for_field): New.
10253 (try_instantiate_multiple_fields): New.
10254 (instantiate_missing_elemnts): Use them.
10255 (mark_no_warning): Removed.
10256 (generate_one_element_ref): Handle BIT_FIELD_REFs.
10257 (REPLDUP, sra_build_elt_assignment): New.
10258 (generate_copy_inout): Use them.
10259 (generate_element_copy): Likewise. Handle bitfld differences.
10260 (generate_element_zero): Don't recurse for blocks. Use
10261 sra_build_elt_assignment.
10262 (generate_one_element_int): Take elt instead of var. Use
10263 sra_build_elt_assignment.
10264 (generate_element_init_1): Adjust.
10265 (scalarize_use, scalarize_copy): Use REPLDUP.
10266 (scalarize_ldst): Move assert before dereference.
10267 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
10268
10269 2007-04-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
10270
10271 PR C++/31721
10272 * tree.c (reconstruct_complex_type): Reconstruct a reference
10273 correctly.
10274 Also use the same mode for the pointer as the old pointer type.
10275
10276 2007-04-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
10277
10278 * doc/trouble.texi (Interoperation): Remove note about Ultrix
10279 Fortran compiler.
10280
10281 2007-04-29 Zdenek Dvorak <dvorakz@suse.cz>
10282
10283 PR rtl-optimization/31676
10284 * df-scan.c (record_nonlocal_goto_receiver_defs): New function.
10285 (df_refs_record): Call it.
10286
10287 2007-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
10288
10289 * rtl.def (SS_ABS): New code.
10290 * config/bfin/bfin.c (print_operand): New modifier 'v'.
10291 (enum bfin_builtins): Add BFIN_BUILTIN_SUM_2X16, BFIN_BUILTIN_ABS_1x32,
10292 BFIN_BUILTIN_ROUND_1x32, BFIN_BUILTIN_MULT_1x32x32,
10293 BFIN_BUILTIN_MULT_1x32x32NS, BFIN_BUILTIN_SSASHIFT_1x32.
10294 (bfin_init_builtins): Define them.
10295 (bdesc_1arg, bdesc_2arg): Add some of them here, ...
10296 (bfin_expand_builtin): ... and handle the others here.
10297 * config/bfin/bfin.md (ssabssi2, ssroundsi2, ssashiftsi3,
10298 flag_mul_macv2hi_parts_acconly_andcc0): New patterns.
10299 (ss_absv2hi2): Renamed from absv2hi; use ss_abs code.
10300 (ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3): Shift count
10301 operand is only HImode.
10302
10303 2007-04-29 Steven Bosscher <steven@gcc.gnu.org>
10304
10305 * regclass.c (scan_one_insn): Remove splitting of
10306 two address insns.
10307
10308 2007-04-28 Sandra Loosemore <sandra@codesourcery.com>
10309 Nigel Stephens <nigel@mips.com>
10310
10311 * config/mips/mips.h (SLOW_BYTE_ACCESS): Turn off for MIPS16.
10312
10313 2007-04-28 Jan Hubicka <jh@suse.cz>
10314
10315 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use
10316 insn_locators_alloc instead of insn_locators_initialize;
10317 call reset_block_changes.
10318 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
10319 * config/sh/sh.c (sparc_output_mi_thunk): Likewise.
10320 * config/is64/ia64.c (ia64_output_mi_thunk): Likewise.
10321 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
10322 * config/score/score.c (th_output_mi_thunk): Likewise.
10323 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
10324 * cfglyaout.c (set_curr_insn_source_location, set_curr_insn_block):
10325 tolerate uninitialized locator info.
10326
10327 Re-apply:
10328 * function.c (init_function_start): Don't init line number info.
10329 (expand_function_end): Update.
10330 (reset_block_changes, record_block_change, finalize_block_changes,
10331 check_block_change, free_block_changes): Kill.
10332 * function.h (reset_block_changes, record_block_change,
10333 finalize_block_changes, check_block_change, free_block_changes):
10334 Remove prototypes.
10335 (struct function): Remove ib_boundaries_block.
10336 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
10337 Use curr_insn_locator to initialize locator.
10338 (emit_line_note): Remove.
10339 * cfgexpand.c (expand_gimple_cond_expr): Update.
10340 (construct_exit_block): Likewise.
10341 (tree_expand_cfg): Initialize/finalize locators.
10342 * expr.c (expand_expr_real): Update.
10343 * cfglayout.c (line_locators_locs, line_locators_lines,
10344 file_locators_locs, file_locators_files): Remove.
10345 (set_block_levels): Move to cfgexpand.c.
10346 (insn_locators_initialize): Remove.
10347 (pass_insn_locators_initialize): Remove.
10348 (locations_locators_locs, locations_locators_vals): New static vars.
10349 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
10350 Likewise.
10351 (insn_locators_alloc, insn_locators_finalize,
10352 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10353 New functions.
10354 (locator_location): New.
10355 (locator_line, locator_file): Rewrite.
10356 * rtl.h (emit_line_note): Kill.
10357 (insn_locators_alloc, insn_locators_finalize,
10358 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10359 Declare.
10360 * tree-inline.c (initialize_cfun): Do not initialize
10361 ib_boundaries_block.
10362 * passes.c (pass_insn_locators_initialize): Remove.
10363
10364 2007-04-28 Zdenek Dvorak <dvorakz@suse.cz>
10365
10366 * tree-cfg.c (move_block_to_fn): Release bb from dominance
10367 info. Update last_basic_block correctly.
10368
10369 2007-04-27 Kaz Kojima <kkojima@gcc.gnu.org>
10370
10371 PR target/31701
10372 * config/sh/sh.c (output_stack_adjust): Avoid using the frame
10373 register itself to hold the offset constant. Tell flow the use
10374 of r4 and r5 when they are used.
10375
10376 2007-04-27 Richard Guenther <rguenther@suse.de>
10377
10378 * tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
10379 if we simplified anything.
10380 (tree_ssa_forward_propagate_single_use_vars): Defer overflow
10381 warnings until we did a simplification and the stmt was not
10382 marked as TREE_NO_WARNING.
10383
10384 2007-04-27 Mike Stump <mrs@apple.com>
10385
10386 * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
10387
10388 2007-04-27 Ian Lance Taylor <iant@google.com>
10389
10390 PR middle-end/31710
10391 * tree.c (build_distinct_type_copy): If TYPE_MIN_VALUE or
10392 TYPE_MAX_VALUE exist, convert them to the new type.
10393
10394 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
10395
10396 * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
10397 if it claims to be available.
10398 * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
10399 edge is redirected.
10400 (perform_tree_ssa_dce): Always free postdominators.
10401
10402 2007-04-27 Richard Henderson <rth@redhat.com>
10403
10404 * config/alpha/predicates.md (aligned_memory_operand): Mark
10405 as define_special_predicate.
10406 (unaligned_memory_operand, normal_memory_operand): Likewise.
10407 (reg_or_unaligned_mem_operand): Remove.
10408 (any_memory_operand): Match the documentation and check for
10409 non-renumbered pseudos during reload.
10410 * config/alpha/alpha.c (alpha_secondary_reload): Rename from
10411 alpha_secondary_reload_class, update to new interface, make static.
10412 Handle CQImode like HImode. Remove FP subreg check.
10413 (alpha_expand_mov): Use replace_equiv_address.
10414 (alpha_expand_mov_nobwx): Use any_memory_operand.
10415 (TARGET_SECONDARY_RELOAD): New.
10416 * config/alpha/alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Remove.
10417 (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
10418 * config/alpha/sync.md (I12MODE, I48MODE, modesuffix): Move ...
10419 * config/alpha/alpha.md: ... here.
10420 (RELOAD12, reloadmode): New.
10421 (movcqi): New.
10422 (reload_in<RELOAD12>): Macro-ize from reload_inqi, reload_inhi.
10423 Don't handle the aligned case here.
10424 (reload_out<RELOAD12>): Macro-ize from reload_outqi, reload_outhi.
10425 (reload_in<I12MODE>_aligned): Macro-ize from reload_inqi_help,
10426 reload_inhi_help. Don't expect a scratch register.
10427 (reload_out<I12MODE>_aligned): Macro-ize from reload_outqi_help,
10428 reload_outhi_help.
10429 * config/alpha/alpha-protos.h (alpha_secondary_reload_class): Remove.
10430
10431 2007-04-27 Richard Guenther <rguenther@suse.de>
10432
10433 * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
10434
10435 2007-04-27 Richard Guenther <rguenther@suse.de>
10436
10437 PR tree-optimization/30965
10438 PR tree-optimization/30978
10439 * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
10440 * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove.
10441 (find_equivalent_equality_comparison): Likewise.
10442 (simplify_cond): Likewise.
10443 (get_prop_source_stmt): New helper.
10444 (get_prop_dest_stmt): Likewise.
10445 (can_propagate_from): Likewise.
10446 (remove_prop_source_from_use): Likewise.
10447 (combine_cond_expr_cond): Likewise.
10448 (forward_propagate_comparison): New function.
10449 (forward_propagate_into_cond): Rewrite to use fold for
10450 tree combining.
10451 (tree_ssa_forward_propagate_single_use_vars): Call
10452 forward_propagate_comparison to propagate comparisons.
10453
10454 2007-04-27 Richard Guenther <rguenther@suse.de>
10455
10456 PR tree-optimization/31715
10457 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make
10458 sure to do computation on the offset in an appropriate
10459 signed type.
10460
10461 2007-04-27 Richard Sandiford <richard@codesourcery.com>
10462
10463 * reload.h (elimination_target_reg_p): Declare.
10464 * reload.c (find_reloads): Don't apply the reg_rtx move
10465 optimization if the SET_DEST satisfies elimination_target_reg_p.
10466 * reload1.c (elimination_target_reg_p): New function.
10467 (gen_reload): In the move/add2 fallback, make sure that op0
10468 does not overlap the destination register.
10469
10470 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
10471
10472 * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to
10473 transform only GIMPLE_MODIFY_STMTs.
10474 * tree-complex.c (expand_complex_operations_1): Ditto.
10475 (expand_complex_div_wide): Do not create gotos in COND_EXPR branches.
10476 * tree-ssa-loop-manip.c (build_if_stmt): Removed.
10477 (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR
10478 branches.
10479 * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
10480 tree_mod_subtract, tree_ic, tree_stringop_fixed_value): Ditto.
10481 * omp-low.c (expand_parallel_call, expand_omp_for_generic,
10482 expand_omp_for_static_chunk, expand_omp_for_static_nochunk): Ditto.
10483 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes,
10484 slpeel_add_loop_guard): Ditto.
10485 * tree-mudflap.c (mf_build_check_statement_for): Ditto.
10486 * lambda-code.c (perfect_nestify): Ditto.
10487 * tree-iterator.c (tsi_split_statement_list_before): Fix splitting
10488 before the first statement.
10489 * tree-optimize.c (execute_free_datastructures): Fix comments.
10490 (execute_free_cfg_annotations): Do not call disband_implicit_edges.
10491 * tree-flow.h (disband_implicit_edges): Declaration removed.
10492 * tree-cfg.c (make_cond_expr_edges): Remove gotos from COND_EXPR
10493 branches.
10494 (cleanup_dead_labels, tree_redirect_edge_and_branch): Handle
10495 COND_EXPRs without gotos.
10496 (disband_implicit_edges, has_label_p): Removed.
10497 (tree_verify_flow_info): Verify that COND_EXPR branches are empty.
10498 (tree_lv_add_condition_to_bb): Do not create gotos in COND_EXPR
10499 branches.
10500 * tree.c (build3_stat): Mark COND_EXPRs used as statements as having
10501 side effects.
10502 * tree-pretty-print.c (dump_implicit_edges): Dump implicit edges
10503 also for COND_EXPRs.
10504 * cfgexpand.c (label_rtx_for_bb): New function.
10505 (expand_gimple_cond_expr): Do not expect gotos in COND_EXPR branches.
10506 Use label_rtx_for_bb to find the labels.
10507 (expand_gimple_basic_block): Remove RETURN_EXPR at the end of the
10508 last block. Detect fallthru edges.
10509
10510 2007-04-26 Ian Lance Taylor <iant@google.com>
10511
10512 PR target/28675
10513 * reload.c (find_reloads_subreg_address): If the address was valid
10514 in the original mode but not in the new mode, reload the whole
10515 address.
10516
10517 2007-04-27 Zdenek Dvorak <dvorakz@suse.cz>
10518
10519 * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.
10520 (remove_fallthru_edge): Use remove_edge_and_dominated_blocks.
10521 (cleanup_control_expr_graph): Do not invalidate dominance info.
10522 Record altered blocks.
10523 (cleanup_control_flow, cleanup_forwarder_blocks): Removed.
10524 (cleanup_control_flow_bb, split_bbs_on_noreturn_calls,
10525 cleanup_tree_cfg_bb): New functions.
10526 (remove_forwarder_block): Do not maintain the worklist of blocks.
10527 Record altered blocks.
10528 (cleanup_tree_cfg_1): Iterate over cfgcleanup_altered_bbs,
10529 not over whole cfg.
10530 (cleanup_tree_cfg): Do not iterate cleanup_tree_cfg_1. Only call
10531 delete_unreachable_blocks if dominators are not available.
10532 * tree-inline.c (optimize_inline_calls): Free dominance information
10533 earlier.
10534 * tree-flow.h (remove_edge_and_dominated_blocks,
10535 cfgcleanup_altered_bbs): Altered.
10536 * tree-cfg.c (replace_uses_by, tree_merge_blocks): Record altered
10537 blocks.
10538 (get_all_dominated_blocks, remove_edge_and_dominated_blocks): New
10539 functions.
10540 (tree_purge_dead_eh_edges): Use remove_edge_and_dominated_blocks,
10541 do not invalidate dominators.
10542
10543 2007-04-26 Anatoly Sokolov <aesok@post.ru>
10544
10545 * config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
10546 ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
10547 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
10548 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
10549
10550 2007-04-26 Steve Ellcey <sje@cup.hp.com>
10551
10552 * config/ia64/ia64.md (ip_value): Fix itanium_class attribute.
10553
10554 2007-04-26 Richard Guenther <rguenther@suse.de>
10555
10556 PR tree-optimization/31703
10557 * tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
10558 the right type for the target of the bittest.
10559
10560 2007-04-26 Richard Sandiford <richard@codesourcery.com>
10561
10562 * config/i386/vx-common.h (RETURN_IN_MEMORY): Use
10563 ix86_sol10_return_in_memory.
10564
10565 2007-04-26 Richard Sandiford <richard@codesourcery.com>
10566
10567 * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
10568 variables.
10569
10570 2007-04-26 Jakub Jelinek <jakub@redhat.com>
10571
10572 PR c++/31598
10573 * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
10574
10575 PR tree-optimization/30558
10576 * tree-eh.c (lower_eh_filter): If EH_FILTER_MUST_NOT_THROW
10577 clear this_state.prev_try.
10578
10579 2007-04-26 Richard Sandiford <richard@codesourcery.com>
10580 Mark Mitchell <mark@codesourcery.com>
10581
10582 * config/i386/i386-protos.h (ix86_sol10_return_in_memory): Declare.
10583 * config/i386/i386.c (ix86_sol10_return_in_memory): New function.
10584 * config/i386/sol2-10.h (RETURN_IN_MEMORY): Use it.
10585
10586 2007-04-26 Richard Sandiford <richard@codesourcery.com>
10587
10588 PR driver/31107
10589 * doc/invoke.texi (%:print-asm-header): Document.
10590 * gcc.c (asm_options): Use %:print-asm-header() for --target-help
10591 and -ftarget-help.
10592 (static_spec_functions): Add print-asm-header.
10593 (main): Print a banner before the --target-help linker options.
10594 (print_asm_header_spec_function): New function.
10595
10596 2007-04-25 Kaz Kojima <kkojima@gcc.gnu.org>
10597
10598 PR target/31403
10599 * config/sh/sh.md (movsi_ie): Fix length for TARGET_SH2A.
10600 (movsf_ie): Likewise.
10601
10602 2007-04-25 Paolo Carlini <pcarlini@suse.de>
10603
10604 * doc/extend.texi ([Type Traits]): Adjust per N2255.
10605
10606 2007-04-25 Bob Wilson <bob.wilson@acm.org>
10607
10608 * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Throw an
10609 exception for divide-by-zero.
10610 (__umodsi3, __modsi3): Likewise.
10611
10612 2007-04-25 Dirk Mueller <dmueller@suse.de>
10613
10614 * c-typeck.c (build_compound_expr): Annotate warning()
10615 call with OPT_Wunused_value.
10616 * tree-ssa.c (warn_uninit): Annotate warning with
10617 OPT_Wunintialized.
10618 * c-common.c (handle_sentinel_attribute): Annotate warning
10619 call with OPT_Wattributes.
10620
10621 2007-04-25 Thiemo Seufer <ths@mips.com>
10622
10623 * config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
10624 (mips16): Fix typo.
10625 * config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
10626 on to the assembler. Improve handling of -mno-mips16. Add handling
10627 of -mno-mips3d, -mno-dsp, -mno-dspr2.
10628 * doc/invoke.texi (MIPS Options): Whitespace cleanup. Fix wrong use
10629 of @itemx. Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
10630 -mno-mdmx, -mno-mips3d, -mmt and -mno-mt.
10631
10632 2007-04-25 Danny Smith <dannysmith.users.sourceforge.net>
10633
10634 PR target/31680
10635 * config/i386/winnt.c (i386_pe_file_end): Strip only
10636 USER_LABEL_PREFIX when writing export name.
10637
10638 2007-04-25 Richard Sandiford <richard@codesourcery.com>
10639
10640 * config.gcc (sh-wrs-vxworks): Don't include dbxelf.h. Include
10641 sh/elf.h, vx-common.h and vxworks.h.
10642 * config/sh/sh.h: Include config/vxworks-dummy.h.
10643 (SUBTARGET_OVERRIDE_OPTIONS): Define.
10644 (OVERRIDE_OPTIONS): Use it.
10645 * config/sh/sh.md (GOTaddr2picreg): Add suport for VxWorks RTPs.
10646 (vxworks_picreg): New pattern.
10647 * config/sh/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
10648 VXWORKS_OS_CPP_BUILTINS.
10649 (LIB_SPEC, LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine
10650 to their VXWORKS_* equivalents.
10651 (SUBTARGET_OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
10652 (SUBTARGET_LINK_EMUL_SUFFIX, FUNCTION_PROFILER): Define.
10653 * config/sh/lib1funcs.asm (NO_FPSCR_VALUES): Define for VxWorks PIC.
10654 (set_fpscr, ic_invalidate): Add VxWorks PIC sequences.
10655 * config/sh/t-vxworks (MULTILIB_OPTIONS): Add m4a, -mrtp and
10656 -mrtp/-fPIC multilibs.
10657 (MULTILIB_EXCEPTIONS): Generalize globs accordingly.
10658 (MULTILIB_MATCHES, EXTRA_MULTILIB_PARTS): Define.
10659 (MULTILIB_OSDIRNAMES): Delete.
10660
10661 2007-04-25 Anatoly Sokolov <aesok@post.ru>
10662
10663 PR target/18989
10664 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Redefine.
10665
10666 2007-04-24 Brooks Moses <brooks.moses@codesourcery.com>
10667
10668 * real.c (mpfr_from_real): Handle Inf and NaN, and allow the
10669 rounding mode to be specified by the caller.
10670 (real_to_mpfr) Likewise.
10671 * real.h: Update mpfr_from_real, mpfr_to_real prototypes to
10672 include new arguments.
10673 * builtins.c: Update mpfr_from_real, mpfr_to_real calls.
10674
10675 2007-04-24 Ian Lance Taylor <iant@google.com>
10676
10677 PR tree-optimization/31605
10678 * tree-vrp.c (set_value_range): Check that min and max are not
10679 both overflow infinities.
10680 (set_value_range_to_value): New static function.
10681 (extract_range_from_binary_expr): Call set_value_range_to_value.
10682 (extract_range_from_cond_expr): Likewise.
10683 (extract_range_from_expr): Likewise.
10684 (extract_range_from_unary_expr): Likewise. Don't create a range
10685 which overflows on both sides.
10686 (vrp_meet): Check for a useless range.
10687 (vrp_visit_phi_node): If we see a constant which looks like an
10688 overflow infinity, turn off the TREE_OVERFLOW flag.
10689
10690 2007-04-24 Ian Lance Taylor <iant@google.com>
10691
10692 * flow.c (elim_reg_cond): Handle a comparison of a subreg.
10693
10694 2007-04-24 Simon Martin <simartin@users.sourceforge.net>
10695
10696 PR diagnostic/25923
10697 * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
10698 diagnostic message is being built.
10699 * tree-pretty-print.c (dump_generic_node): Only write the
10700 formatted text into BUFFER's stream if we are not building a
10701 diagnostic message.
10702 * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
10703 dump_generic_node.
10704 * Makefile.in (toplev.o): Depend on tree-pass.h.
10705
10706 2007-04-24 Ian Lance Taylor <iant@google.com>
10707
10708 PR tree-optimization/31602
10709 * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
10710 conditionals in the copied loop header.
10711 * tree-cfg.c (fold_cond_expr_cond): Don't issue undefined overflow
10712 warnings if TREE_NO_WARNING is set.
10713 * doc/invoke.texi (Warning Options): Clarify that
10714 -Wstrict-overflow does not warn about loops.
10715
10716 2007-04-24 Janis Johnson <janis187@us.ibm.com>
10717
10718 * config/rs6000/rs6000.c (function_arg_advance): For 32-bit ELF ABI,
10719 expand on the comment about _Decimal128 arguments and check the
10720 integer result of the modulus operation; for 64-bit ELF ABI, ensure
10721 that _Decimal128 argument uses even/odd register pair.
10722 (function_arg): Ditto.
10723
10724 2007-04-24 Hui-May Chang <hm.chang@apple.com>
10725
10726 * reload1.c (merge_assigned_reloads) : Do not merge a RELOAD_OTHER
10727 instruction with a RELOAD_FOR_OPERAND_ADDRESS instruction.
10728
10729 2007-04-24 Richard Guenther <rguenther@suse.de>
10730 Olga Golovanevsky <olga@il.ibm.com>
10731
10732 * fold-const.c (multiple_of_p): Check for bottom
10733 to be zero.
10734
10735 2007-04-24 Richard Henderson <rth@redhat.com>
10736
10737 * libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
10738 IS_IBM_EXTENDED. Also define in terms of WIDEST_HARDWARE_FP_SIZE.
10739 * libgcc2.c (__floatdisf): Avoid double-word arithmetic when
10740 looking for non-zero bits shifted out. Avoid a recursive call
10741 when constructing the scalar.
10742 (__floatundisf): Likewise.
10743
10744 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
10745
10746 * dwarf2out.c (field_byte_offset): Move the existing logic
10747 under the control of PCC_BITFIELD_TYPE_MATTERS and just use
10748 the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.
10749
10750 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
10751
10752 PR target/31641
10753 * config/s390/s390.c (s390_expand_setmem): Don't ICE for constant
10754 length argument of 0 for memset.
10755 (s390_expand_movmem, s390_expand_setmem, s390_expand_cmpmem): Use
10756 unsigned shift instead of the signed variant.
10757
10758 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
10759
10760 * config/s390/s390.md ("*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs_ibm",
10761 "fix_trunc<BFP:mode><GPR:mode>2_ieee", "fix_truncdfsi2_ibm",
10762 "floatsidf2_ibm", "floatsisf2", "truncdfsf2_ieee", "truncdfsf2_ibm",
10763 "*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
10764 "*trunctfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
10765 "*extenddftf2_ieee", "*extenddftf2_ibm", "*extendsftf2_ieee",
10766 "*extendsftf2_ibm", "*add<mode>3", "*add<mode>3_ibm", "*sub<mode>3_ibm",
10767 "*mul<mode>3", "*mul<mode>3_ibm", "*div<mode>3", "*div<mode>3_ibm",
10768 "*neg<mode>2_ibm", "*abs<mode>2_ibm"): Insn definitions removed.
10769 ("fix_trunc<BFP:mode><GPR:mode>2_bfp", "floatsi<mode>2",
10770 "truncdfsf2", "trunctf<mode>2", "add<mode>3", "sub<mode>3",
10771 "mul<mode>3", "div<mode>3"): Insn definitions added.
10772 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fix_trunc<mode>di2",
10773 "fix_trunc<mode>si2"): gen_fix_trunc<BFP:mode><GPR:mode>2_ieee renamed
10774 to gen_fix_trunc<BFP:mode><GPR:mode>2_bfp.
10775 ("fix_truncdfsi2", "floatsitf2", "truncdfsf2", "trunctfdf2",
10776 "trunctfsf2", "extendsfdf2", "extenddftf2", "extendsftf2", "add<mode>3",
10777 "sub<mode>3", "mul<mode>3", "div<mode>3"): Expander removed.
10778 ("fix_trunc<mode>si2", "extend<DSF:mode><BFP:mode>2"): Expander added.
10779 * config/s390/s390.h (TARGET_IBM_FLOAT, TARGET_IEEE_FLOAT,
10780 TARGET_FLOAT_FORMAT): Macro definitions removed.
10781 (FP_REGNO_P): No special case for !TARGET_IEEE_FLOAT anymore.
10782 * config/s390/s390.c (struct processor_costs, z900_cost, z990_cost,
10783 z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
10784 (s390_rtx_costs): Remove !TARGET_IEEE_FLOAT special branches.
10785 (s390_gen_rtx_const_DI): Function removed.
10786 * config/s390/s390-protos.h (s390_gen_rtx_const_DI): Prototype removed.
10787
10788 2007-04-24 Richard Sandiford <richard@codesourcery.com>
10789
10790 * optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions
10791 over an external ffs function.
10792
10793 2007-04-24 Chao-ying Fu <fu@mips.com>
10794 Richard Sandiford <richard@nildram.co.uk>
10795
10796 * doc/md.texi (madd@var{m}@var{n}4, umadd@var{m}@var{n}4): Document.
10797 * optabs.h (OTI_smadd_widen, OTI_umadd_widen): New optab_indexes.
10798 (smadd_widen_optab, umadd_widen_optab): Define.
10799 * optabs.c (init_optabs): Initialize smadd_widen_optab and
10800 umadd_widen_optab.
10801 * genopinit.c (optabs): Fill in smadd_widen_optab and
10802 umadd_widen_optab.
10803 * expr.c (expand_expr_real_1): Try to use smadd_widen_optab
10804 and umadd_widen_optab to implement multiply-add sequences.
10805 * config/mips/mips.md (*<su>mul_acc_di): Rename to...
10806 (<u>maddsidi4): ...this. Extend condition to include
10807 GENERATE_MADD_MSUB and TARGET_DSPR2. Change the constraint
10808 of operand 0 to "ka" and use the three-operand form of madd<u>
10809 for TARGET_DSPR2.
10810 * config/mips/mips-dspr2.md (mips_madd, mips_maddu): Convert
10811 to define_expands.
10812 * config/mips/constraints.md (ka): New register constraint.
10813
10814 2007-04-24 Jan Hubicka <j@suse.cz>
10815
10816 Revert:
10817
10818 2007-04-23 Jan Hubicka <jh@suse.cz>
10819 * function.c (init_function_start): Don't init line number info.
10820 (expand_function_end): Update.
10821 (reset_block_changes, record_block_change, finalize_block_changes,
10822 check_block_change, free_block_changes): Kill.
10823 * function.h (reset_block_changes, record_block_change,
10824 finalize_block_changes, check_block_change, free_block_changes):
10825 Remove prototypes.
10826 (struct function): Remove ib_boundaries_block.
10827 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
10828 Use curr_insn_locator to initialize locator.
10829 (emit_line_note): Remove.
10830 * cfgexpand.c (expand_gimple_cond_expr): Update.
10831 (construct_exit_block): Likewise.
10832 (tree_expand_cfg): Initialize/finalize locators.
10833 * expr.c (expand_expr_real): Update.
10834 * cfglayout.c (line_locators_locs, line_locators_lines,
10835 file_locators_locs, file_locators_files): Remove.
10836 (set_block_levels): Move to cfgexpand.c.
10837 (insn_locators_initialize): Remove.
10838 (pass_insn_locators_initialize): Remove.
10839 (locations_locators_locs, locations_locators_vals): New static vars.
10840 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
10841 Likewise.
10842 (insn_locators_alloc, insn_locators_finalize,
10843 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10844 New functions.
10845 (locator_location): New.
10846 (locator_line, locator_file): Rewrite.
10847 * rtl.h (emit_line_note): Kill.
10848 (insn_locators_alloc, insn_locators_finalize,
10849 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
10850 Declare.
10851 * tree-inline.c (initialize_cfun): Do not initialize
10852 ib_boundaries_block.
10853 * passes.c (pass_insn_locators_initialize): Remove.
10854
10855 2007-04-24 Daniel Franke <franke.daniel@gmail.com>
10856
10857 * doc/invoke.texi: Removed leading '-' from option index entries.
10858
10859 2007-04-23 Zdenek Dvorak <dvorakz@suse.cz>
10860
10861 * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):
10862 Use phi_nodes_ptr.
10863 (create_phi_node): Use set_phi_nodes.
10864 * omp-low.c (expand_omp_parallel): Use bb_stmt_list.
10865 * tree-if-conv.c (process_phi_nodes): Use set_phi_nodes.
10866 (combine_blocks): Use bb_stmt_list and set_bb_stmt_list.
10867 * tree-flow-inline.h (phi_nodes, set_phi_nodes,
10868 (bsi_start, bsi_last): Use bb_stmt_list.
10869 (phi_nodes_ptr, bb_stmt_list, set_bb_stmt_list): New functions.
10870 * cfgexpand.c (expand_gimple_basic_block): Use bb_stmt_list.
10871 Traverse the statements using tsi iterator.
10872 * basic-block.h (struct basic_block_def): Fields stmt_list
10873 and phi_nodes moved to ...
10874 (struct tree_bb_info): ... new structure.
10875 * tree-cfg.c (create_bb): Allocate il.tree. Use set_bb_stmt_list.
10876 (tree_merge_blocks): Use bb_stmt_list and set_bb_stmt_list.
10877 (remove_bb): Handle blocks with NULL stmt list. Clear il.tree field.
10878 (tree_verify_flow_info): Verify that il.tree is not set for
10879 entry and exit block.
10880 (tree_split_block): Use set_bb_stmt_list.
10881
10882 2007-04-23 Mike Stump <mrs@apple.com>
10883
10884 * config/i386/i386.c (ix86_tune_features
10885 [X86_TUNE_DEEP_BRANCH_PREDICTION]: Prefer call over thunks on
10886 nocona and core2.
10887
10888 2007-04-23 H.J. Lu <hongjiu.lu@intel.com>
10889
10890 * config/i386/i386.md (prefix_extra): New attribute.
10891 (length): Add prefix_extra.
10892
10893 * onfig/i386/sse.md (sse2_movdqu): Set prefix_data16.
10894 (sse2_movntv2di): Likewise.
10895 (sse2_cvtps2dq): Likewise.
10896 (sse2_cvtpd2pi): Likewise.
10897 (sse2_cvttpd2pi): Likewise.
10898 (*sse2_cvtpd2ps): Likewise.
10899 (*add<mode>3): Likewise.
10900 (sse2_ssadd<mode>3): Likewise.
10901 (sse2_usadd<mode>3): Likewise.
10902 (*sub<mode>3): Likewise.
10903 (sse2_sssub<mode>3): Likewise.
10904 (sse2_ussub<mode>3): Likewise.
10905 (*mulv8hi3): Likewise.
10906 (*smulv8hi3_highpart): Likewise.
10907 (*umulv8hi3_highpart): Likewise.
10908 (sse2_umulv2siv2di3): Likewise.
10909 (sse2_pmaddwd): Likewise.
10910 (ashr<mode>3): Likewise.
10911 (lshr<mode>3): Likewise.
10912 (ashl<mode>3): Likewise.
10913 (sse2_ashlti3): Likewise.
10914 (sse2_lshrti3): Likewise.
10915 (*umaxv16qi3): Likewise.
10916 (*smaxv8hi3): Likewise.
10917 (*uminv16qi3): Likewise.
10918 (*sminv8hi3): Likewise.
10919 (sse2_eq<mode>3): Likewise.
10920 (sse2_gt<mode>3): Likewise.
10921 (*and<mode>3): Likewise.
10922 (sse2_nand<mode>3): Likewise.
10923 (*ior<mode>3): Likewise.
10924 (*xor<mode>3): Likewise.
10925 (sse2_packsswb): Likewise.
10926 (sse2_packssdw): Likewise.
10927 (sse2_packuswb): Likewise.
10928 (sse2_punpckhbw): Likewise.
10929 (sse2_punpcklbw): Likewise.
10930 (sse2_punpckhwd): Likewise.
10931 (sse2_punpcklwd): Likewise.
10932 (sse2_punpckhdq): Likewise.
10933 (sse2_punpckldq): Likewise.
10934 (sse2_punpckhqdq): Likewise.
10935 (sse2_punpcklqdq): Likewise.
10936 (*sse2_pinsrw): Likewise.
10937 (*sse2_pextrw): Likewise.
10938 (sse2_pshufd_1): Likewise.
10939 (sse2_uavgv16qi3): Likewise.
10940 (sse2_uavgv8hi3): Likewise.
10941 (sse2_psadbw): Likewise.
10942 (sse2_pmovmskb): Likewise.
10943 (*sse2_maskmovdqu): Likewise.
10944 (*sse2_maskmovdqu_rex64): Likewise.
10945 (sse4a_extrqi): Likewise.
10946 (sse4a_extrq): Likewise.
10947 (sse3_lddqu): Set prefix_rep.
10948 (sse3_addsubv4sf3): Likewise.
10949 (sse3_haddv4sf3): Likewise.
10950 (sse3_hsubv4sf3): Likewise.
10951 (sse_cvtss2si): Likewise.
10952 (sse_cvtss2si_2): Likewise.
10953 (sse_cvtss2siq): Likewise.
10954 (sse_cvtss2siq_2): Likewise.
10955 (sse_cvttss2si): Likewise.
10956 (sse_cvttss2siq): Likewise.
10957 (sse2_cvttps2dq): Likewise.
10958 (sse3_movshdup): Likewise.
10959 (sse3_movsldup): Likewise.
10960 (sse2_cvtsd2si): Likewise.
10961 (sse2_cvtsd2si_2): Likewise.
10962 (sse2_cvtsd2siq): Likewise.
10963 (sse2_cvtsd2siq_2): Likewise.
10964 (sse2_cvttsd2si): Likewise.
10965 (sse2_cvttsd2siq): Likewise.
10966 (*sse2_cvtpd2dq): Likewise.
10967 (*sse2_cvttpd2dq): Likewise.
10968 (sse2_pshuflw_1): Likewise.
10969 (sse2_pshufhw_1): Likewise.
10970 (sse4a_insertqi): Likewise.
10971 (sse4a_insertq): Likewise.
10972 (ssse3_phaddwv8hi3): Set prefix_data16 and prefix_extra.
10973 (ssse3_phadddv4si3): Likewise.
10974 (ssse3_phaddswv8hi3): Likewise.
10975 (ssse3_phsubwv8hi3): Likewise.
10976 (ssse3_phsubdv4si3): Likewise.
10977 (ssse3_phsubswv8hi3): Likewise.
10978 (ssse3_pmaddubswv8hi3): Likewise.
10979 (ssse3_pmulhrswv8hi3): Likewise.
10980 (ssse3_pshufbv16qi3): Likewise.
10981 (ssse3_psign<mode>3): Likewise.
10982 (ssse3_palignrti): Likewise.
10983 (abs<mode>2): Likewise.
10984 (ssse3_phaddwv4hi3): Set prefix_extra.
10985 (ssse3_phadddv2si3): Likewise.
10986 (ssse3_phaddswv4hi3): Likewise.
10987 (ssse3_phsubwv4hi3): Likewise.
10988 (ssse3_phsubdv2si3): Likewise.
10989 (ssse3_phsubswv4hi3): Likewise.
10990 (ssse3_pmaddubswv4hi3): Likewise.
10991 (ssse3_pmulhrswv4hi3): Likewise.
10992 (ssse3_pshufbv8qi3): Likewise.
10993 (ssse3_psign<mode>3): Likewise.
10994 (ssse3_palignrdi): Likewise.
10995 (abs<mode>2): Likewise.
10996 (sse2_cvtdq2ps): Set mode to V4SF instead of V2DF.
10997 (*vec_dupv2df): Set mode to V2DF instead of V4SF.
10998 (sse2_pmovmskb): Set mode to SI instead of V2DF.
10999
11000 2007-04-23 Nick Clifton <nickc@redhat.com>
11001
11002 * params.def: Fix formatting of emacs local variables.
11003
11004 2007-04-23 H.J. Lu <hongjiu.lu@intel.com>
11005
11006 * config/i386/sse.md (sse2_stored): Don't split to inter-unit
11007 move if inter-unit move isn't allowed.
11008 Don't split moving the first element of V2DI to DI to inter-unit
11009 move if inter-unit move isn't allowed.
11010
11011 2007-04-23 Richard Guenther <rguenther@suse.de>
11012
11013 * tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS
11014 and CDI_POST_DOMINATORS separately.
11015
11016 2007-04-23 Nick Clifton <nickc@redhat.com>
11017
11018 * c.opt (Wformat-contains-nul): Add warning attribute.
11019
11020 2007-04-23 Jan Hubicka <jh@suse.cz>
11021
11022 * function.c (init_function_start): Don't init line number info.
11023 (expand_function_end): Update.
11024 (reset_block_changes, record_block_change, finalize_block_changes,
11025 check_block_change, free_block_changes): Kill.
11026 * function.h (reset_block_changes, record_block_change,
11027 finalize_block_changes, check_block_change, free_block_changes):
11028 Remove prototypes.
11029 (struct function): Remove ib_boundaries_block.
11030 * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
11031 Use curr_insn_locator to initialize locator.
11032 (emit_line_note): Remove.
11033 * cfgexpand.c (expand_gimple_cond_expr): Update.
11034 (construct_exit_block): Likewise.
11035 (tree_expand_cfg): Initialize/finalize locators.
11036 * expr.c (expand_expr_real): Update.
11037 * cfglayout.c (line_locators_locs, line_locators_lines,
11038 file_locators_locs, file_locators_files): Remove.
11039 (set_block_levels): Move to cfgexpand.c.
11040 (insn_locators_initialize): Remove.
11041 (pass_insn_locators_initialize): Remove.
11042 (locations_locators_locs, locations_locators_vals): New static vars.
11043 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
11044 Likewise.
11045 (insn_locators_alloc, insn_locators_finalize,
11046 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
11047 New functions.
11048 (locator_location): New.
11049 (locator_line, locator_file): Rewrite.
11050 * rtl.h (emit_line_note): Kill.
11051 (insn_locators_alloc, insn_locators_finalize,
11052 set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
11053 Declare.
11054 * tree-inline.c (initialize_cfun): Do not initialize
11055 ib_boundaries_block.
11056 * passes.c (pass_insn_locators_initialize): Remove.
11057
11058 2007-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
11059
11060 PR middle-end/31448
11061 * expr.c (reduce_to_bit_field_precision): Handle
11062 CONST_INT rtx's.
11063
11064 2007-04-22 Uros Bizjak <ubizjak@gmail.com>
11065
11066 PR tree-optimization/24659
11067 * optabs.h (enum optab_index) [OTI_vec_unpacks_hi,
11068 OTI_vec_unpacks_lo]: Update comment to mention floating point operands.
11069 (vec_pack_trunc_optab): Rename from vec_pack_mod_optab.
11070 * genopinit.c (optabs): Rename vec_pack_mod_optab
11071 to vec_pack_trunc_optab.
11072 * tree-vect-transform.c (vectorizable_type_demotion): Do not fail
11073 early for scalar floating point operands for NOP_EXPR.
11074 (vectorizable_type_promotion): Ditto.
11075 * optabs.c (optab_for_tree_code) [VEC_PACK_TRUNC_EXPR]: Return
11076 vec_pack_trunc_optab.
11077 (expand_binop): Rename vec_float_trunc_optab to vec_pack_mod_optab.
11078
11079 * tree.def (VEC_PACK_TRUNC_EXPR): Rename from VEC_PACK_MOD_EXPR.
11080 * tree-pretty-print.c (dump_generic_node) [VEC_PACK_TRUNC_EXPR]:
11081 Rename from VEC_PACK_MOD_EXPR.
11082 (op_prio) [VEC_PACK_TRUNC_EXPR]: Ditto.
11083 * expr.c (expand_expr_real_1): Ditto.
11084 * tree-inline.c (estimate_num_insns_1): Ditto.
11085 * tree-vect-generic.c (expand_vector_operations_1): Ditto.
11086
11087 * config/i386/sse.md (vec_unpacks_hi_v4sf): New expander.
11088 (vec_unpacks_lo_v4sf): Ditto.
11089 (vec_pack_trunc_v2df): Ditto.
11090 (vec_pack_trunc_v8hi): Rename from vec_pack_mod_v8hi.
11091 (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
11092 (vec_pack_trunc_v2di): Rename from vec_pack_mod_v2di.
11093
11094 * config/rs6000/altivec.md (vec_pack_trunc_v8hi): Rename from
11095 vec_pack_mod_v8hi.
11096 (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
11097
11098 * doc/c-tree.texi (Expression trees) [VEC_PACK_TRUNC_EXPR]:
11099 Rename from VEC_PACK_MOD_EXPR. This expression also represent
11100 packing of floating point operands.
11101 [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR]: These expression also
11102 represent unpacking of floating point operands.
11103 * doc/md.texi (Standard Names) [vec_pack_trunc]: Update documentation.
11104 [vec_unpacks_hi]: Ditto.
11105 [vec_unpacks_lo]: Ditto.
11106
11107 2007-04-22 Jan Hubicka <jh@suse.cz>
11108
11109 * final.c (rest_of_handle_final): Call
11110 targetm.asm_out.constructor/targetm.asm_out.destructor
11111 * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
11112 proper priority via decl_*_priority_insert.
11113 * c-common.c (c_expand_body): Likewise.
11114
11115 2007-04-22 Richard Guenther <rguenther@suse.de>
11116
11117 PR tree-optimization/29789
11118 * tree-ssa-loop-im.c (stmt_cost): Adjust cost of shifts.
11119 (rewrite_reciprocal): New helper split out from
11120 determine_invariantness_stmt.
11121 (rewrite_bittest): Likewise.
11122 (determine_invariantness_stmt): Rewrite (A >> B) & 1 to
11123 A & (1 << B) if (1 << B) is loop invariant but (A >> B)
11124 is not.
11125
11126 2007-04-22 Revital Eres <eres@il.ibm.com>
11127
11128 * loop-unroll.c (var_to_expand): New field to support also
11129 insns of the form x = something + x.
11130 (analyze_insn_to_expand_var): Use it.
11131 (expand_var_during_unrolling): Likewise.
11132
11133 2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>
11134
11135 * predict.c: Include pointer-set.h.
11136 (bb_predictions): New variable.
11137 (tree_predicted_by_p, tree_predict_edge,
11138 remove_predictions_associated_with_edge): Use bb_predictions map
11139 instead of bb->predictions.
11140 (clear_bb_predictions, assert_is_empty): New functions.
11141 (combine_predictions_for_bb): Use bb_predictions map. Call
11142 clear_bb_predictions.
11143 (tree_estimate_probability): Create and free bb_predictions map.
11144 * Makefile.in (predict.o): Add pointer-set.h dependency.
11145 * basic-block.h (struct basic_block_def): Remove predictions
11146 field.
11147 * cfgrtl.c (rtl_verify_flow_info_1): Do not check bb->predictions.
11148
11149 2007-04-21 Kaz Kojima <kkojima@gcc.gnu.org>
11150
11151 PR target/31480
11152 * config/sh/sh.md (length): Check if prev_nonnote_insn (insn)
11153 is null.
11154
11155 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
11156
11157 * timevar.c (timevar_print): Change reference of --disable-checking to
11158 --enable-checking=release. Also warn if assert checking is disabled.
11159
11160 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
11161
11162 PR C/30265
11163 * c-gimplifier.c (gimplify_compound_literal_expr): Mark the
11164 decl as addressable if the compound literal was marked as
11165 addressable.
11166 Mark the decl as a gimple register if it is a complex or
11167 vector decl and does not live in memory.
11168
11169 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
11170
11171 * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
11172 (GENERIC_NEXT): New function macro.
11173 (PHI_CHAIN): Use phi_node's new chain variable.
11174 (tree_phi_node): Change tree_common to tree_base
11175 and add the chain field.
11176 * tree-phinodes.c (make_phi_node): Don't set
11177 TREE_TYPE on the new node.
11178 * c-decl.c (lang_tree_node): Use GENERIC_NEXT
11179 instead of checking GIMPLE_TUPLE_P in chain_next.
11180 * tree-vect-transform.c
11181 (get_initial_def_for_induction): Look at
11182 PHI_RESULT_TREE for the type of the phi node.
11183 (update_vuses_to_preheader): Use PHI_CHAIN
11184 instead of TREE_CHAIN on the phi node.
11185 * tree-ssa-structalias.c (compute_points_to_sets):
11186 Likewise.
11187 (ipa_pta_execute): Likewise.
11188
11189 2007-04-21 Richard Guenther <rguenther@suse.de>
11190
11191 PR middle-end/31136
11192 * fold-const.c (fold_unary): Call fold_convert_const on the
11193 original tree.
11194
11195 2007-04-21 Alexandre Oliva <aoliva@redhat.com>
11196
11197 * gcse.c (store_killed_in_insn): Handle PARALLELs.
11198 (store_killed_in_pat): New.
11199
11200 2007-04-20 Richard Henderson <rth@redhat.com>
11201
11202 PR target/31628
11203 * config/i386/i386.c (type_has_variadic_args_p): Look for any
11204 TREE_LIST with a void_type_node value, not void_list_node exactly.
11205
11206 2007-04-21 Douglas Gregor <doug.gregor@gmail.com>
11207
11208 * doc/standards.texi: Re-arrange into language-specific
11209 subsections. Add a C++ section, documenting which standards we
11210 support.
11211
11212 2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>
11213
11214 * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
11215 * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
11216
11217 2007-04-20 Daniel Jacobowitz <dan@codesourcery.com>
11218
11219 * config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
11220 ecrti.o and crtbegin.o.
11221 (LIB_DEFAULT_SPEC): Include -lc.
11222 (ENDFILE_DEFAULT_SPEC): Include crtend.o and ecrtn.o.
11223
11224 2007-04-20 Richard Henderson <rth@redhat.com>
11225
11226 PR target/28623
11227 * config/alpha/alpha.c (get_unaligned_address): Remove extra_offset
11228 argument; update all callers.
11229 (get_unaligned_offset): New.
11230 * config/alpha/alpha.md (extendqidi2, extendhidi2): Don't use
11231 get_unaligned_address, just pass on the address directly.
11232 (unaligned_extendqidi): Use gen_lowpart instead of open-coding
11233 the subreg in the helper patterns.
11234 (unaligned_extendqidi_le): Use get_unaligned_offset.
11235 (unaligned_extendqidi_be, unaligned_extendhidi_le): Likewise.
11236 (unaligned_extendhidi_be): Likewise.
11237 (unaligned_extendhidi): Tidy.
11238 * config/alpha/alpha-protos.h: Update.
11239
11240 2007-04-20 Richard Henderson <rth@redhat.com>
11241
11242 * config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove.
11243 (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
11244 * config/alpha/linux.h (CPP_SPEC): Undef before redefine.
11245 * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
11246 * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
11247 (CPP_SPEC): Don't include %(cpp_subtarget).
11248 * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC.
11249 (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
11250 * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly.
11251
11252 2007-04-20 Jakub Jelinek <jakub@redhat.com>
11253
11254 * config/i386/i386.c (bdesc_2arg): Use ORDERED rather than UNORDERED
11255 for __builtin_ia32_cmpordss.
11256
11257 PR tree-optimization/31632
11258 * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
11259 and arg1 for optimizations of comparison against min/max values.
11260 Fold arg0 to arg1's type for optimizations of comparison against
11261 min+1 and max-1 values.
11262
11263 2007-04-19 Bernd Schmidt <bernd.schmidt@analog.com>
11264
11265 * reload.c (combine_reloads): When trying to use a dying register,
11266 check whether it's uninitialized and don't use if so.
11267
11268 2007-04-19 Brooks Moses <brooks.moses@codesourcery.com>
11269
11270 * fold-const.c: Remove prototypes for native_encode_expr and
11271 native_interpret_expr.
11272 (native_encode_expr): Make non-static.
11273 (native_interpret_expr): Likewise.
11274 * tree.h: Add prototypes for the above.
11275
11276 2007-04-19 Joseph Myers <joseph@codesourcery.com>
11277
11278 * config/rs6000/spe.md (*frob_tf_ti, *frob_ti_tf, *frob_ti_tf_2,
11279 *mov_si<mode>_e500_subreg0, *mov_si<mode>_e500_subreg0_2,
11280 *mov_sitf_e500_subreg8, *mov_sitf_e500_subreg8_2, spe_extenddftf2,
11281 spe_fix_trunctfsi2_internal, spe_negtf2_internal, cmptfeq_gpr,
11282 tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr, tsttflt_gpr):
11283 Add length attributes.
11284
11285 2007-04-19 Janis Johnson <janis187@us.ibm.com>
11286
11287 * ginclude/float.h: Check that __STDC_WANT_DEC_FP__ is defined,
11288 not that it is 1.
11289
11290 * c-cppbuiltin.c (c_cpp_builtins): Remove definition of
11291 __STDC_WANT_DEC_FP__.
11292
11293 2007-04-19 Joseph Myers <joseph@codesourcery.com>
11294
11295 * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu*
11296 for long double compatibility.
11297 * configure: Regenerate.
11298
11299 2007-04-19 Eric Botcazou <ebotcazou@libertysurf.fr>
11300
11301 PR rtl-optimization/29841
11302 * cfgbuild.c (control_flow_insn_p): Return TRUE for unconditional
11303 trap instructions.
11304 * sched-deps.c (sched_analyze_insn): Prevent all non-jump instructions
11305 that may cause control flow transfer from being moved.
11306
11307 2007-04-18 Jan Hubicka <jh@suse.cz>
11308
11309 * fold-const.c (div_if_zero_remainder): Do signed divide for pointer
11310 types.
11311
11312 2007-04-18 Eric Christopher <echristo@apple.com>
11313
11314 * config/rs6000/darwin.md (load_macho_picbase): Use link register
11315 only. Update operands.
11316 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update caller.
11317 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Ditto. Move from
11318 link register to pic register.
11319
11320 2007-04-18 Dirk Mueller <dmueller@suse.de>
11321
11322 PR diagnostic/31227
11323 * tree-vrp.c (search_for_addr_array): New.
11324 (check_array_bounds): Suppress warning about
11325 address taken of array refs if its not de-referenced.
11326
11327 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
11328
11329 * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
11330 * tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
11331
11332 * tree-vectorizer.h (NITERS_KNOWN_P): New.
11333 * tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
11334 instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
11335
11336 * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
11337 dump print.
11338 (vect_analyze_operations): Fix indenetation. Fix a comment. Fix a
11339 print message.
11340 (vect_analyze_scalar_cycles): Fix indentation.
11341 (vect_enhance_data_refs_alignment): Fix check in case of peeling.
11342 (vect_mark_relevant): Include phis in relevance analysis.
11343
11344 * tree-vect-transform.c (vect_transform_loop): Add an assert.
11345
11346 2007-04-18 Anatoly Sokolov <aesok@post.ru>
11347
11348 * config/avr/avr.c (ptrreg_to_str): Replace error() with
11349 output_operand_lossage().
11350
11351 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
11352
11353 * tree-vect-transform.c (get_initial_def_for_reduction): Clean away
11354 the unused code for reduction without adjust-in-epilog to simplify the
11355 function.
11356
11357 2007-04-18 Wolfgang Gellerich <gellerich@de.ibm.com>
11358
11359 * config/s390/s390.h (S390_TDC_POSITIVE_ZERO): New constant.
11360 (S390_TDC_NEGATIVE_ZERO): New constant.
11361 (S390_TDC_POSITIVE_NORMALIZED_NUMBER): New constant.
11362 (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): New constant.
11363 (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): New constant.
11364 (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): New constant.
11365 (S390_TDC_POSITIVE_INFINITY): New constant.
11366 (S390_TDC_NEGATIVE_INFINITY): New constant.
11367 (S390_TDC_POSITIVE_QUIET_NAN): New constant.
11368 (S390_TDC_NEGATIVE_QUIET_NAN): New constant.
11369 (S390_TDC_POSITIVE_SIGNALING_NAN): New constant.
11370 (S390_TDC_NEGATIVE_SIGNALING_NAN): New constant.
11371 (S390_TDC_INFINITY): New constant.
11372 * config/s390/s390.c (s390_canonicalize_comparison): Renamed
11373 UNSPEC_CMPINT to UNSPEC_CCU_TO_INT, added a UNSPEC_CCU_TO_INT-like
11374 optimization for UNSPEC_CCZ_TO_INT.
11375 * config/s390/s390.md ("*TDC_insn_<mode>"): New insn.
11376 ("*ccz_to_int"): New insn.
11377 ("isinf<mode>2"): New insn.
11378 (UNSPEC_CMPINT): Renamed to UNSPEC_CCU_TO_INT.
11379 (UNSPEC_CCU_TO_INT): New constant, replaces UNSPEC_CMPINT.
11380 (UNSPEC_CCZ_TO_INT): New constant.
11381
11382 2007-04-18 Richard Guenther <rguenther@suse.de>
11383
11384 PR tree-optimization/19431
11385 PR tree-optimization/21463
11386 * tree-pass.h (pass_phiprop): Declare.
11387 * passes.c (init_optimization_passes): New phiprop pass.
11388 * tree-ssa-forwprop.c (struct phiprop_d): New structure.
11389 (phivn_valid_p): New helper function.
11390 (phiprop_insert_phi): Likewise.
11391 (propagate_with_phi): Likewise.
11392 (tree_ssa_phiprop): New propagator propagating loads
11393 through phi nodes if profitable.
11394
11395 2007-04-18 Dorit Nuzman <dorit@il.ibm.com>
11396
11397 * tree-vect-analyze.c (process_use): New function.
11398 (vect_mark_stmts_to_be_vectorized): Factor out code to process_use.
11399 Check phis in all bbs.
11400 * tree-vectorizer.c (vect_is_simple_use): Remove a no longer relavant
11401 assert.
11402
11403 2007-04-18 Bernd Schmidt <bernd.schmidt@analog.com>
11404
11405 * reload1.c (eliminte_regs_in_insn): Use REG_EQUIV notes the same way
11406 we use REG_EQUAL.
11407
11408 2007-04-17 Anatoly Sokolov <aesok@post.ru>
11409
11410 PR target/30483
11411 * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
11412 error().
11413
11414 2007-04-17 H.J. Lu <hongjiu.lu@intel.com>
11415
11416 * config/i386/sse.md (sse_vmaddv4sf3): Use register_operand
11417 on "0".
11418 (sse_vmmulv4sf3): Likewise.
11419 (sse2_vmaddv2df3): Likewise.
11420 (sse2_vmmulv2df3): Likewise.
11421
11422 2007-04-17 Zdenek Dvorak <dvorakz@suse.cz>
11423
11424 PR rtl-optimization/31360
11425 * cfgloopanal.c (target_small_cost, target_pres_cost): Removed.
11426 (target_reg_cost): New.
11427 (init_set_costs): Initialize target_reg_cost. Add comments
11428 regarding the rationale of the costs.
11429 (global_cost_for_size): Renamed to...
11430 (estimate_reg_pressure_cost): ... and simplify. Decrease importance
11431 of register pressure.
11432 * tree-ssa-loop-ivopts.c (ivopts_global_cost_for_size): Use
11433 estimate_reg_pressure_cost. Add number of ivs.
11434 (determine_set_costs): Dump target_reg_cost.
11435 * loop-invariant.c (gain_for_invariant): Use
11436 estimate_reg_pressure_cost. Removed n_inv_uses argument.
11437 (best_gain_for_invariant, find_invariants_to_move): Remove
11438 n_inv_uses.
11439 * cfgloop.h (target_small_cost, target_pres_cost): Removed.
11440 (target_reg_cost): Declare.
11441 (global_cost_for_size): Declaration removed.
11442 (estimate_reg_pressure_cost): Declare.
11443
11444 2007-04-17 Peter Bergner <bergner@vnet.ibm.com>
11445
11446 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Force TDmode
11447 regnos into even/odd register pairs.
11448 * config/rs6000/rs6000.h [SLOW_UNALIGNED_ACCESS]: Treat DDmode and
11449 TDmode similar to the other floating point modes.
11450 [SECONDARY_MEMORY_NEEDED]: Treat DDmode similar to DFmode.
11451 * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): New
11452 define_expand's.
11453 (negdd2_fpr, absdd2_fpr, nabsdd2_fpr, negtd2_fpr, abstd2_fpr,
11454 nabstd2_fpr, movdd_hardfloat64_mfpgpr): New define_insn's.
11455 (movdd_hardfloat64): Use TARGET_MFPGPR.
11456
11457 2007-04-17 Bernd Schmidt <bernd.schmidt@analog.com>
11458
11459 * reload1.c (delete_output_reload): Don't count output in n_inherited.
11460
11461 Revert
11462 2005-01-05 Richard Henderson <rth@redhat.com>
11463 PR rtl-opt/10692
11464 * reload1.c (do_input_reload): Restrict the optimization deleteing
11465 a previous output reload to RELOAD_FOR_INPUT.
11466
11467 2007-04-17 Dorit Nuzman <dorit@il.ibm.com>
11468
11469 * tree-vectorizer.h (stmt_vec_info_type): Add enum value
11470 induc_vec_info_type.
11471 (vectorizable_induction): New function declaration.
11472 * tree-vect-transform.c (get_initial_def_for_induction): No need to
11473 check if already vectorized. Find first place in BB where new stmts
11474 can be inserted. Takes only one argument.
11475 (vectorizable_induction): New function.
11476 (vect_transform_stmt): Add case for induc_vec_info_type to call
11477 vectorizable_induction.
11478 (vect_transform_loop): Consider phis for vectorization.
11479 * tree-vect-analyze.c (vect_determine_vectorization_factor): Simplify
11480 condition.
11481 (analyze_operations): Call vectorizable_induction when analyzing phis.
11482 Fix comment.
11483 (vect_mark_stmts_to_be_vectorized): Remove redundant checks.
11484 (vect_mark_relevant): Include phis in relevance analysis.
11485 (vect_mark_stmts_to_be_vectorize): Likewise.
11486 * tree-vect-patterns.c (widened_name_p): Remove obsolete asserts.
11487
11488 2007-04-16 Lawrence Crowl <crowl@google.com>
11489
11490 * doc/invoke.texi (Debugging Options): Add documentation for the
11491 -femit-struct-debug options -femit-struct-debug-baseonly,
11492 -femit-struct-debug-reduced, and
11493 -femit-struct-debug-detailed[=...].
11494
11495 * c-opts.c (c_common_handle_option): Add
11496 OPT_femit_struct_debug_baseonly, OPT_femit_struct_debug_reduced,
11497 and OPT_femit_struct_debug_detailed_.
11498 * c.opt: Add specifications for
11499 -femit-struct-debug-baseonly, -femit-struct-debug-reduced,
11500 and -femit-struct-debug-detailed[=...].
11501 * opts.c (set_struct_debug_option): Parse the
11502 -femit-struct-debug-... options.
11503 * opts.c (matches_main_base, main_input_basename,
11504 main_input_baselength, base_of_path, matches_main_base): Add
11505 variables and functions to compare header base name to compilation
11506 unit base name.
11507 * opts.c (should_emit_struct_debug): Add to determine to emit a
11508 structure based on the option.
11509 (dump_struct_debug) Also disabled function to debug this
11510 function.
11511 * opts.c (handle_options): Save the base name of the
11512 compilation unit.
11513
11514 * langhooks-def.h (LANG_HOOKS_GENERIC_TYPE_P): Define.
11515 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add.
11516 This hook indicates if a type is generic. Set it by default
11517 to "never generic".
11518 * langhooks.h (struct lang_hooks_for_types): Add a new hook
11519 to determine if a struct type is generic or not.
11520 * cp/cp-tree.h (class_tmpl_impl_spec_p): Declare a C++ hook.
11521 * cp/tree.c (class_tmpl_impl_spec_p): Implement the C++ hook.
11522 * cp/cp-lang.c (LANG_HOOKS_GENERIC_TYPE_P): Override null C hook
11523 with live C++ hook.
11524
11525 * flags.h (enum debug_info_usage): Add an enumeration to describe
11526 a program's use of a structure type.
11527 * dwarf2out.c (gen_struct_or_union_type_die): Add a new parameter
11528 to indicate the program's usage of the type. Filter structs based
11529 on the -femit-struct-debug-... specification.
11530 (gen_type_die): Split into two routines, gen_type_die and
11531 gen_type_die_with_usage. gen_type_die is now a wrapper
11532 that assumes direct usage.
11533 (gen_type_die_with_usage): Replace calls to gen_type_die
11534 with gen_type_die_with_usage adding the program usage of
11535 the referenced type.
11536 (dwarf2out_imported_module_or_decl): Suppress struct debug
11537 information using should_emit_struct_debug when appropriate.
11538
11539 2007-04-16 Ian Lance Taylor <iant@google.com>
11540
11541 PR tree-optimization/31522
11542 * tree-vrp.c (vr_phi_edge_counts): New static variable.
11543 (vrp_initialize): Allocate vr_phi_edge_counts.
11544 (vrp_visit_phi_node): Don't push to infinity if we saw a new
11545 executable edge. Drop test for all constants.
11546 (vrp_finalize): Free vrp_phi_edge_counts.
11547
11548 * doc/cpp.texi (Common Predefined Macros): Clarify description of
11549 __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
11550
11551 * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
11552 predecessors at head rather than tail.
11553
11554 2007-04-16 Matthias Klose <doko@debian.org>
11555
11556 * config/alpha/linux.h (CPP_SPEC): Define.
11557 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Extend.
11558
11559 2007-04-16 Aldy Hernandez <aldyh@redhat.com>
11560
11561 * function.h: Remove sequence_stack extern declaration.
11562
11563 2007-04-16 Kazu Hirata <kazu@codesourcery.com>
11564
11565 * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
11566 TARGET_FIDOA.
11567 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
11568 defined.
11569
11570 2007-04-16 Anatoly Sokolov <aesok@post.ru>
11571
11572 * config/avr/avr.c (avr_arch_types): Rearranging array.
11573 (enum avr_arch): Add.
11574 (avr_mcu_types): Use avr_arch enumeration constants instead of
11575 numbers.
11576 * config/avr/avr.h (LINK_SPEC): Simplify.
11577
11578 2007-04-16 Kazu Hirata <kazu@codesourcery.com>
11579
11580 * config/m68k/m68k.c (m68k_libcall_value,
11581 m68k_function_value): Use macros for register names more.
11582
11583 * config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
11584 instead.
11585 (M68K_REGNAME): Use A6_REG.
11586 * config/m68k/m68k.md (FP_REG): Rename to A6_REG.
11587
11588 2007-04-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
11589
11590 PR middle-end/28071
11591 * sched-int.h (struct deps): Split field 'pending_lists_length' into
11592 'pending_read_list_length' and 'pending_write_list_length'. Update
11593 comment.
11594 * sched-deps.c (add_insn_mem_dependence): Change signature. Update
11595 to handle two length counters instead of one. Update all uses.
11596 (flush_pending_lists, sched_analyze_1, init_deps): Update to handle
11597 two length counters instead of one.
11598 * sched-rgn.c (propagate_deps): Update to handle two length counters
11599 instead of one.
11600
11601 2007-04-16 H.J. Lu <hongjiu.lu@intel.com>
11602
11603 PR target/31582
11604 * config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
11605 copy of source, pass it to ix86_expand_vector_set and return
11606 it as target.
11607
11608 2007-04-16 David Ung <davidu@mips.com>
11609 Joseph Myers <joseph@codesourcery.com>
11610
11611 * config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
11612 PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
11613 * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
11614 Add 74K processor information.
11615 * config/mips/mips.md: Include 74k.md.
11616 (cpu): Add 74kc,74kf,74kx.
11617 (ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
11618 * config/mips/74k.md: New.
11619 * doc/invoke.texi (MIPS Options): Document 74K support.
11620
11621 2007-04-16 Dorit Nuzman <dorit@il.ibm.com>
11622
11623 * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
11624 vectorizable_* functions.
11625 * tree-vect-transform.c (vectorizable_call): Add check for
11626 STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
11627 (vectorizable_store): likewise.
11628 (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
11629 Add comments.
11630 (vectorizable_operation, vectorizable_type_demotion): Likewise.
11631 (vectorizable_type_promotion, vectorizable_load): Likewise.
11632 (vectorizable_live_operation, vectorizable_condition): Likewise.
11633 (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
11634 STMT_VINFO_LIVE_P.
11635 (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
11636
11637 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
11638
11639 * config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
11640 register numbers more.
11641 * config/m68k/m68k.h (STACK_POINTER_REGNUM,
11642 FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
11643 M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
11644 FUNCTION_VALUE_REGNO_P): Likewise.
11645 * config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
11646 STATIC_CHAIN_REGNUM): Likewise.
11647 * config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
11648 * config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
11649 STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
11650 * config/m68k/m68k.md (FP_REG): New.
11651
11652 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
11653
11654 * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
11655 alignment on fido.
11656
11657 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
11658
11659 * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
11660 tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
11661 comment typos.
11662
11663 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
11664
11665 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
11666 cold loops.
11667
11668 2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
11669
11670 PR c/31520
11671 * c-decl.c (finish_decl): Grab the type of the decl after the call
11672 to store_init_value.
11673
11674 2007-04-14 Steven Bosscher <steven@gcc.gnu.org>
11675
11676 * common.opt (fforward-propagate): Fix "Optimization" annotation.
11677
11678 2007-04-14 Jakub Jelinek <jakub@redhat.com>
11679
11680 PR c++/25874
11681 * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free
11682 dominators, post dominators and cleanup cfg before returning.
11683
11684 2007-04-14 Bernd Schmidt <bernd.schmidt@analog.com>
11685
11686 * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
11687 * config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
11688
11689 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
11690
11691 * config.gcc: Recognize fido.
11692 * config/m68k/m68k-devices.def (fidoa): New.
11693 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
11694 __mfido__.
11695 (FL_FIDOA, TARGET_FIDOA): New.
11696 * config/m68k/m68k.opt (mfidoa): New.
11697
11698 2007-04-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11699
11700 PR middle-end/31322
11701 * dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
11702 when a personality function is used.
11703
11704 2007-04-13 Bob Wilson <bob.wilson@acm.org>
11705
11706 * config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
11707
11708 2007-04-13 Mike Stump <mrs@apple.com>
11709
11710 * config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
11711 we can...
11712 * config/darwin.opt (fapple-kext): Make C++ only.
11713 * config/darwin.c (darwin_override_options): Remove code to ensure
11714 -fapple-kext is given for C++ only.
11715
11716 2007-04-13 Richard Sandiford <richard@codesourcery.com>
11717
11718 * config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
11719 * config/mips/mips.c (override_options): Call
11720 SUBTARGET_OVERRIDE_OPTIONS, if defined.
11721
11722 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
11723
11724 * config/i386/i386.opt (msvr3-shlib): Removed.
11725
11726 * doc/invoke.texi: Remove -msvr3-shlib.
11727
11728 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
11729
11730 * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
11731 with "popcnt" instruction.
11732
11733 2007-04-13 Richard Guenther <rguenther@suse.de>
11734
11735 PR tree-optimization/21258
11736 * tree-vrp.c (compare_case_labels): New helper.
11737 (find_switch_asserts): New function.
11738 (find_assert_locations): Call it for SWITCH_EXPRs.
11739
11740 2007-04-13 Uros Bizjak <ubizjak@gmail.com>
11741
11742 * config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
11743 * config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
11744 check is now implied in X87_FLOAT_MODE_P.
11745 (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
11746 (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
11747 (fix_trunc<mode>_i386_fisttp): Ditto.
11748 (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
11749 (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
11750 (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
11751 (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
11752 (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
11753 (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
11754 (unnamed_splitters): Ditto.
11755 * config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
11756 for X87_FLOAT_MODE_P mode. Override FIRST_FLOAT_REG with
11757 FIRST_SSE_REG for local functions when SSE math is enabled or
11758 for functions with sseregparm attribute.
11759 (standard_80387_constant_p): Return -1 if mode is not
11760 X87_FLOAT_MODE_P.
11761 (ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
11762 (ix86_expand_compare): Ditto.
11763 (ix86_expand_carry_flag_compare): Ditto.
11764 (ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
11765 of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
11766 DECIMAL_FLOAT_MODE_P.
11767 (ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
11768 of SCALAR_FLOAT_MODE_P.
11769 (ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
11770 [MINUS]: ... here. Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
11771 checks before FLOAT_MODE_P.
11772 [MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
11773 before FLOAT_MODE_P.
11774 [DIV]: Ditto.
11775 [NEG]: Ditto.
11776 [ABS]: Ditto.
11777 [SQRT]: Ditto.
11778 [FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
11779
11780 2007-04-12 Paolo Bonzini <bonzini@gnu.org>
11781 Charles Wilson <libtool@cwilson.fastmail.fm>
11782
11783 * Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
11784 (libgcc.mvars): Don't depend on them.
11785 * configure.ac (as, collect-ld, nm): Create from exec-tool.in.
11786 * exec-tool.in: New.
11787
11788 2007-04-12 Brooks Moses <brooks.moses@codesourcery.com>
11789
11790 * doc/invoke.text (--help): Document --help=common.
11791
11792 2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
11793
11794 * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
11795
11796 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11797
11798 * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
11799 * genemit.c (main): Emit #include "integrate.h".
11800 * config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
11801 (LOADGP_RTP): New mips_loadgp_style.
11802 * config/mips/mips.h: Include config/vxworks-dummy.h.
11803 (TARGET_RTP_PIC): New macro.
11804 (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
11805 (TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
11806 (ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
11807 for TARGET_RTP_PIC.
11808 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define. Pass down
11809 -mvxworks-pic when using -mrtp and a PIC option.
11810 * config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
11811 for RTP PIC.
11812 (mips_symbolic_constant_p, mips_symbolic_address_p)
11813 (mips_symbol_insns): Handle SYMBOL_HALF.
11814 (override_options): Warn about -G and -mrtp being used together.
11815 Initialize mips_lo_relocs[SYMBOL_HALF].
11816 (mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
11817 (mips_emit_loadgp): Handle LOADGP_RTP.
11818 (mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
11819 * config/mips/mips.md (loadgp_rtp): New insn and splitter.
11820 (tablejump): Handle function-relative case table entries if
11821 TARGET_RTP_PIC.
11822 * config/mips/predicates.md (symbol_ref_operand): New predicate.
11823
11824 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11825
11826 * config/mips/mips.md (load_call<mode>): Allow any general register.
11827 destination.
11828 (sibcall_value_internal, sibcall_value_multiple_internal)
11829 (call_value_internal, call_value_split, call_value_multiple_internal)
11830 (call_value_multiple_split): Remove constraints from operand 0.
11831
11832 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11833
11834 * config/mips/mips-protos.h: In comments, refer to loadgp_absolute
11835 rather than loadgp_noshared.
11836 * config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
11837 instead of gen_loadgp_noshared. Use gen_loadgp_newabi instead of
11838 gen_loadgp.
11839 * config/mips/mips.md (loadgp): Rename to...
11840 (loadgp_newabi): ...this.
11841 (loadgp_noshared): Rename to...
11842 (loadgp_absolute): ...this.
11843
11844 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11845
11846 * config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
11847 false for locally-binding symbols.
11848 (mips_dangerous_for_la25_p): Check mips_global_symbol_p.
11849
11850 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11851
11852 * config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
11853 (SYMBOL_GOT_PAGE_OFST): ...this.
11854 (SYMBOL_GOT_GLOBAL): Rename to...
11855 (SYMBOL_GOT_DISP): ...this.
11856 (SYMBOL_GOTOFF_GLOBAL): Rename to...
11857 (SYMBOL_GOTOFF_DISP): ...this. Update comments accordingly.
11858 * config/mips/mips.c (mips_global_symbol_p): New function.
11859 (mips_symbol_binds_local_p): Likewise.
11860 (mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
11861 and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST. Use
11862 mips_global_symbol_p and mips_symbol_binds_local_p.
11863 (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
11864 (override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
11865 SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
11866 SYMBOL_GOTOFF_DISP.
11867 (mips_ok_for_lazy_binding_p): New function.
11868 (mips_load_call_address, mips_expand_call): Use it.
11869 (mips_dangerous_for_la25_p): Likewise.
11870 * config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
11871 (*got_disp<mode>): Use got_disp_operand instead of
11872 global_got_operand. Use SYMBOL_GOTOFF_DISP instead of
11873 SYMBOL_GOTOFF_GLOBAL.
11874 (*got_page<mode>): Use got_page_ofst_operand instead of
11875 local_got_operand.
11876 * config/mips/predicates.md (const_call_insn_operand): Use
11877 SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
11878 (global_got_operand): Rename to...
11879 (got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
11880 SYMBOL_GOT_GLOBAL.
11881 (local_got_operand): Rename to...
11882 (got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
11883 of SYMBOL_GOT_LOCAL.
11884
11885 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11886
11887 * config/mips/mips.h (TARGET_SPLIT_CALLS): Check
11888 TARGET_CALL_CLOBBERED_GP.
11889 (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11890 (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
11891 (TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
11892 (STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
11893 of TARGET_ABICALLS && !TARGET_NEWABI.
11894 (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11895 * config/mips/mips.c (mips_load_call_address): Check
11896 TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
11897 (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11898 Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
11899 (mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
11900 TARGET_ABICALLS && TARGET_NEWABI.
11901 (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
11902 TARGET_ABICALLS.
11903 (mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
11904 (mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
11905 TARGET_ABICALLS && TARGET_NEWABI.
11906 (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
11907 TARGET_ABICALLS. Check TARGET_CALL_SAVED_GP instead of
11908 TARGET_NEWABI. Use TARGET_USE_PIC_FN_ADDR_REG to decide
11909 whether indirect calls must use $25.
11910 (mips_extra_live_on_entry): Check TARGET_GOT instead of
11911 TARGET_ABICALLS.
11912 * config/mips/mips.md (jal_macro): Check flag_pic and
11913 TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
11914 (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
11915 instead of TARGET_ABICALLS.
11916 (exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
11917 TARGET_ABICALLS && TARGET_OLDABI.
11918 (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
11919 (sibcall): In the comment above the define_insn, mention
11920 TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
11921 * config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
11922 instead of TARGET_ABICALLS.
11923
11924 2007-04-12 Bernd Schmidt <bernd.schmidt@analog.com>
11925
11926 * doc/md.texi (Blackfin family constraints): Document PA and PB.
11927 * config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
11928 (MACFLAGS_MATCH_P): New macro.
11929 * config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
11930 (bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
11931 * config/bfin/bfin.md (MACFLAG_IS_M): New constant. Renumber some of
11932 the other MACFLAG constants.
11933 (sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
11934 (flag_machi): Tighten constraints. Renumber some of the operands.
11935 (flag_machi_acconly): Tighten constraints. Correct operand numbers in
11936 output template.
11937 (flag_machi_parts_acconly): New pattern.
11938 (flag_macinithi): Tighten constraints. Allow any accumulator to be
11939 used.
11940 (flag_macinit1hi): Tighten constraints.
11941 (flag_mul_macv2hi_parts_acconly): New pattern.
11942
11943 * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
11944 Use a more efficient implementation.
11945 * config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
11946 inline sequences when not optimizing for size.
11947
11948 * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
11949 movhi_high2low): Delete, merge functionality into...
11950 (packv2hi): ... this pattern.
11951
11952 2007-02-11 Jie Zhang <jie.zhang@analog.com>
11953 * config/bfin/bfin.opt (msim): New option.
11954 (mcpu=): New option.
11955 * config/bfin/bfin-protos.h (enum bfin_cpu): New.
11956 (bfin_cpu_t): Typedef of enum bfin_cpu.
11957 (bfin_cpu_type): New declaration.
11958 * config/bfin/elf.h (STARTFILE_SPEC): Add support for
11959 -msim and -mcpu= options.
11960 (LIB_SPEC): Likewise.
11961 * config/bfin/bfin.c (bfin_cpu_type): Define.
11962 (bfin_handle_option): Handle -mcpu= option.
11963 * config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
11964 (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
11965 __ADSPBF533__ or __ADSPBF537__ according to the cpu type.
11966
11967 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11968
11969 * config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
11970 (arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
11971 (powerpc-wrs-vxworksae): Use ${tm_file}.
11972 (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
11973 after elfos.h. Remove i386/sysv4.h and add i386/vx-common.h.
11974 * config/i386/vx-common.h: New file.
11975
11976 2007-04-12 Richard Sandiford <richard@codesourcery.com>
11977
11978 * config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
11979 of crt0.o%s.
11980
11981 2007-04-12 Andreas Krebbel <krebbel1@de.ibm.com>
11982
11983 * config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
11984 ldxtr.
11985
11986 2007-04-12 Douglas Gregor <doug.gregor@gmail.com>
11987
11988 PR c++/31078
11989 PR c++/31103
11990 * c-common.c (c_build_qualified_type): Set canonical type
11991 appropriately.
11992
11993 2007-04-12 Richard Guenther <rguenther@suse.de>
11994
11995 * tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
11996 lower bound and element size if lower bound is not zero
11997 or either of the ARRAY_REF operands is set.
11998
11999 2007-04-12 Richard Guenther <rguenther@suse.de>
12000
12001 PR tree-optimization/24689
12002 PR tree-optimization/31307
12003 * fold-const.c (operand_equal_p): Compare INTEGER_CST array
12004 indices by value.
12005 * gimplify.c (canonicalize_addr_expr): To be consistent with
12006 gimplify_compound_lval only set operands two and three of
12007 ARRAY_REFs if they are not gimple_min_invariant. This makes
12008 it never at this place.
12009 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
12010
12011 2007-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12012
12013 * pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
12014 null before emitting a .nsubspa directive.
12015
12016 2007-04-11 Diego Novillo <dnovillo@redhat.com>
12017
12018 * tree-ssa-alias.c (dump_mem_ref_stats): Do not call
12019 need_to_partition_p if there are no memory statements in the
12020 function.
12021
12022 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
12023
12024 * tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
12025 (gcd_of_steps_may_divide_p): New function.
12026 (analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
12027
12028 2007-04-11 Bernd Schmidt <bernd.schmidt@analog.com>
12029
12030 * reload.c (find_reloads_toplev, find_reloads_address,
12031 find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
12032 not a pointer equality test, to decide if we need to call
12033 push_reg_equiv_alt_mem.
12034
12035 2007-04-11 Sebastian Pop <sebastian.pop@inria.fr>
12036
12037 * tree-data-ref.c (affine_function_zero_p, constant_access_functions,
12038 insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps):
12039 New.
12040 (build_classic_dist_vector): Call add_distance_for_zero_overlaps.
12041
12042 2007-04-11 Zdenek Dvorak <dvorakz@suse.cz>
12043
12044 * tree-data-ref.c (add_multivariate_self_dist): Force the distance
12045 vector to be positive.
12046
12047 2007-04-11 Diego Novillo <dnovillo@redhat.com>
12048
12049 PR 30735
12050 PR 31090
12051 * doc/invoke.texi: Document --params max-aliased-vops and
12052 avg-aliased-vops.
12053 * tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
12054 debug_memory_partitions): Move to tree-flow.h
12055 * params.h (AVG_ALIASED_VOPS): Define.
12056 * tree-ssa-alias.c (struct mp_info_def): Remove. Update all
12057 users.
12058 (mp_info_t): Likewise.
12059 (get_mem_sym_stats_for): New.
12060 (set_memory_partition): Move from tree-flow-inline.h.
12061 (mark_non_addressable): Only clear the set of symbols for the
12062 partition if it exists.
12063 (dump_memory_partitions): Move from tree-ssa-operands.c
12064 (debug_memory_partitions): Likewise.
12065 (need_to_partition_p): New.
12066 (dump_mem_ref_stats): New.
12067 (debug_mem_ref_stats): New.
12068 (dump_mem_sym_stats): New.
12069 (debug_mem_sym_stats): New.
12070 (update_mem_sym_stats_from_stmt): New.
12071 (compare_mp_info_entries): New.
12072 (mp_info_cmp): Call it.
12073 (sort_mp_info): Change argument to a list of mem_sym_stats_t
12074 objects.
12075 (get_mpt_for): Move from tree-ssa-operands.c.
12076 (find_partition_for): New.
12077 (create_partition_for): Remove.
12078 (estimate_vop_reduction): New.
12079 (update_reference_counts): New.
12080 (build_mp_info): New.
12081 (compute_memory_partitions): Refactor.
12082 Document new heuristic.
12083 Call build_mp_info, update_reference_counts,
12084 find_partition_for and estimate_vop_reduction.
12085 (compute_may_aliases): Populate virtual operands before
12086 calling debugging dumps.
12087 (delete_mem_sym_stats): New.
12088 (delete_mem_ref_stats): New.
12089 (init_mem_ref_stats): New.
12090 (init_alias_info): Call it.
12091 (maybe_create_global_var): Remove alias_info argument.
12092 Get number of call sites and number of pure/const call sites
12093 from gimple_mem_ref_stats().
12094 (dump_alias_info): Call dump_memory_partitions first.
12095 (dump_points_to_info_for): Show how many times a pointer has
12096 been dereferenced.
12097 * opts.c (decode_options): For -O2 set --param
12098 max-aliased-vops to 500.
12099 For -O3 set --param max-aliased-vops to 1000 and --param
12100 avg-aliased-vops to 3.
12101 * fortran/options.c (gfc_init_options): Remove assignment to
12102 MAX_ALIASED_VOPS.
12103 * tree-flow-inline.h (gimple_mem_ref_stats): New.
12104 * tree-dfa.c (dump_variable): Dump memory reference
12105 statistics.
12106 Dump NO_ALIAS* settings.
12107 (referenced_var_lookup): Tidy.
12108 (mem_sym_stats): New.
12109 * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
12110 and ORIG are different SSA names for a memory partition.
12111 * tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
12112 * tree-flow.h (struct mem_sym_stats_d): Define.
12113 (mem_sym_stats_t): Define.
12114 (struct mem_ref_stats_d): Define.
12115 (struct gimple_df): Add field mem_ref_stats.
12116 (enum noalias_state): Define.
12117 (struct var_ann_d): Add bitfield noalias_state.
12118 (mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
12119 debug_mem_ref_stats, debug_memory_partitions,
12120 debug_mem_sym_stats): Declare.
12121 * tree-ssa-structalias.c (update_alias_info): Update call
12122 sites, pure/const call sites and asm sites in structure
12123 returned by gimple_mem_ref_stats.
12124 Remove local variable IS_POTENTIAL_DEREF.
12125 Increase NUM_DEREFS if the memory expression is a potential
12126 dereference.
12127 Call update_mem_sym_stats_from_stmt.
12128 If the memory references memory, call
12129 update_mem_sym_stats_from_stmt for all the direct memory
12130 symbol references found.
12131 (intra_create_variable_infos): Set noalias_state field for
12132 pointer arguments according to the value of
12133 flag_argument_noalias.
12134 * tree-ssa-structalias.h (struct alias_info): Remove fields
12135 num_calls_found and num_pure_const_calls_found.
12136 (update_mem_sym_stats_from_stmt): Declare.
12137 * params.def (PARAM_MAX_ALIASED_VOPS): Change description.
12138 Set default value to 100.
12139 (PARAM_AVG_ALIASED_VOPS): Define.
12140
12141 2007-04-11 Richard Guenther <rguenther@suse.de>
12142
12143 PR middle-end/31530
12144 * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
12145 a * -b + c as c - a * b if we honor sign dependent rounding.
12146
12147 2007-04-11 Bernd Schmidt <bernd.schmidt@analog.com>
12148
12149 * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
12150 bfin_expand_strmov.
12151 * config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
12152 bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
12153 variables.
12154 (initialize_trampoline): Don't use old-style function definition.
12155 (bfin_secondary_reload): Mark IN_P argument as unused.
12156
12157 2007-04-10 Sebastian Pop <sebastian.pop@inria.fr>
12158
12159 PR tree-optimization/31343
12160 * tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
12161 (build_polynomial_chrec): Return a scalar when the evolution is zero.
12162 * testsuite/gcc.dg/vect/pr31343.c: New.
12163
12164 2007-04-10 Eric Christopher <echristo@apple.com>
12165
12166 * config/i386/i386.h (X87_FLOAT_MODE_P): New.
12167 * config/i386/i386.md (*cmpfp0): Use.
12168 (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
12169 (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
12170 (fix_trunc<mode>_i386_fisttp): Ditto.
12171 (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
12172 (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
12173 (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
12174 (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
12175 (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
12176 (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
12177 (unnamed_splitters): Ditto.
12178 * config/i386/i386.c (output_fix_trunc): Assert that
12179 we're not being passed a TFmode operand.
12180
12181 2007-04-10 Zdenek Dvorak <dvorakz@suse.cz>
12182
12183 PR tree-optimization/31526
12184 * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
12185 n_basic_blocks to find newly added blocks.
12186
12187 2007-04-10 Uros Bizjak <ubizjak@gmail.com>
12188
12189 * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
12190 alternative.
12191 (fix_trunc<mode>si_sse): Ditto.
12192 (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
12193 (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
12194 (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
12195 (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
12196 (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
12197 expander using SSEMODEF mode macro.
12198 (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
12199 expander using SSEMODEF mode macro.
12200 (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
12201 *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
12202 (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
12203 *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
12204 (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
12205 *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
12206 (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
12207 Macroize insn using X87MODEF mode macro.
12208
12209 2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
12210
12211 * config/i386/sse.md (sse2_pinsrw): Removed.
12212 (sse2_pextrw): Renamed to ...
12213 (*sse2_pextrw): This.
12214
12215 2007-04-09 Jan Hubicka <jh@suse.cz>
12216
12217 PR target/27869
12218 * config/i386/sse.md
12219 (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
12220 (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
12221 (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
12222 (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
12223
12224 2007-04-09 Jan Hubicka <jh@suse.cz>
12225
12226 * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
12227 multiple fields of union.
12228
12229 2007-04-09 Zdenek Dvorak <dvorakz@suse.cz>
12230
12231 * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
12232 (create_preheaders): Check that loops are available.
12233 (fix_loop_structure): Clean up, improve comments.
12234 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
12235 Check that loops are available. Set LOOP_CLOSED_SSA to the loops
12236 state flags.
12237 * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
12238 * predict.c (tree_estimate_probability): Do not call
12239 calculate_dominance_info. Call create_preheaders.
12240 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
12241 rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
12242 flags.
12243 * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
12244 * cfgloop.h (LOOP_CLOSED_SSA): New constant.
12245 * tree-cfg.c (tree_split_edge): Make an assert more precise.
12246 * tree-ssa-threadedge.c (thread_across_edge): Comment the function
12247 arguments.
12248
12249 2007-04-08 Jan Hubicka <jh@suse.cz>
12250
12251 * tree.h (maybe_fold_offset_to_component_ref): Declare.
12252 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
12253 * fold-const.c (fold_unary): Use it.
12254
12255 2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
12256
12257 * varasm.c (assemble_variable): Remove call to
12258 lang_hooks.decls.prepare_assemble_variable.
12259 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
12260 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
12261 * langhooks.h (lang_hooks_for_decls): Remove
12262 prepare_assemble_variable.
12263
12264 2007-04-08 Mike Stump <mrs@apple.com>
12265
12266 * config/i386/i386.c: Use inc/dec on Core2.
12267
12268 2007-04-08 Steven Bosscher <steven@gcc.gnu.org>
12269
12270 * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
12271 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
12272 lhd_tree_inlining_end_inlining): Remove.
12273 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
12274 add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
12275 end_inlining hooks.
12276 * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
12277 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
12278 lhd_tree_inlining_end_inlining): Remove prototypes.
12279 (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
12280 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
12281 LANG_HOOKS_TREE_INLINING_START_INLINING,
12282 LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
12283
12284 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
12285 not set it.
12286
12287 2007-04-08 Anatoly Sokolov <aesok@post.ru>
12288
12289 PR target/29932
12290 * config/avr/predicates.md (io_address_operand): Delete predicate.
12291 (low_io_address_operand): Don't use 'mode' argument.
12292 (higth_io_address_operand): Rename ...
12293 (high_io_address_operand): ... to this. Don't use 'mode' argument.
12294 * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
12295 for above change.
12296
12297 2007-04-07 Daniel Berlin <dberlin@dberlin.org>
12298
12299 Revert change removing staticp.
12300
12301 2007-04-07 Anatoly Sokolov <aesok@post.ru>
12302
12303 PR target/30289
12304 * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
12305 earlyclobber.
12306
12307 2007-04-07 Bruce Korb <bkorb@gnu.org>
12308
12309 * c.opt: Add -Wformat-contains-nul.
12310 * c-format.c (set_Wformat): Set warn_format_contains_nul to the
12311 -Wformat setting.
12312 (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
12313 the NUL byte warning.
12314
12315 2007-04-07 H.J. Lu <hongjiu.lu@intel.com>
12316
12317 * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
12318
12319 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
12320
12321 * tree.c (staticp): No longer use staticp langhook.
12322 * langhooks.c (lhd_staticp): Removed.
12323 * langhooks.h (struct lang_hooks): Remove staticp.
12324 * c-common.c (c_staticp): Remove.
12325 * c-common.h (c_staticp): Ditto.
12326 * langhooks-defs.h (lhd_staticp): Ditto.
12327 (LHD_HOOKS_STATICP): Ditto
12328 * tree.h (gcc_assert_lowered): New macro.
12329
12330 2007-04-06 Zdenek Dvorak <dvorakz@suse.cz>
12331
12332 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
12333 argument "reliable".
12334 (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
12335 Add argument "reliable". Propagate it through calls.
12336 (infer_loop_bounds_from_undefined): Derive number of iterations
12337 estimates from references in blocks that do not dominate loop latch.
12338 (gcov_type_to_double_int): New function.
12339 (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
12340 and expected_loop_iterations_unbounded.
12341 * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
12342 (expected_loop_iterations): Use expected_loop_iterations_unbounded.
12343 * tree-data-ref.c (estimated_loop_iterations): Export.
12344 (get_references_in_stmt): Fix -- do not return addresses of local
12345 objects.
12346 * cfgloop.h (expected_loop_iterations_unbounded,
12347 estimated_loop_iterations): Declare.
12348
12349 2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
12350
12351 * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
12352
12353 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
12354
12355 * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
12356 and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
12357 (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
12358 Use output_387_reg_move().
12359 (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
12360 expander using X87MODEF12 mode macro.
12361 (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
12362 choosing register preferences. Use output_387_reg_move().
12363 (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
12364 instead of "x". Use output_387_reg_move().
12365 (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
12366 *truncxfdf2_i387_noop. Macroize insn using X87MODEF12 mode macro.
12367 (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
12368 *truncxfdf2_i387. Macroize insn using X87MODEF12 mode macro.
12369 Use output_387_reg_move().
12370 (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
12371 mode macro.
12372 (*truncxf?f_i387 splitter): Ditto.
12373
12374 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
12375
12376 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
12377 LANG_HOOKS_SAFE_FROM_P.
12378 * expr.c (safe_from_p): Remove langhook call.
12379 * langhooks.h (lang_hooks): Remove safe_from_p.
12380 (lhd_safe_from_p): Remove prototype.
12381 * langhooks.c (lhd_safe_from_p): Remove.
12382
12383 2007-04-06 Jan Hubicka <jh@suse.cz>
12384
12385 * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
12386 functions.
12387
12388 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
12389
12390 * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
12391 * config/i386/i386.md (*movsf_1, *movdf_nointeger,
12392 *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
12393 *movxf_integer): Use output_387_reg_move() for x87 reg->mem
12394 alternative.
12395 (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
12396 *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
12397
12398 2007-04-05 Richard Henderson <rth@redhat.com>
12399
12400 * config/alpha/alpha.c (print_operand) [+]: Remove.
12401 (alpha_end_function): Print nop if call at end of function.
12402 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
12403 * config/alpha/alpha.md (UNSPEC_LDGP1): New.
12404 (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
12405 (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
12406 (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
12407 the call pattern. Update peepholes to match.
12408
12409 2007-04-05 Janis Johnson <janis187@us.ibm.com>
12410
12411 * doc/extend.texi (Other Builtins): Add decimal float variants
12412 of signbit.
12413 * builtins.def: Ditto.
12414 * builtins.c (expand_builtin): Ditto.
12415
12416 2007-04-05 Uros Bizjak <ubizjak@gmail.com>
12417 H.J. Lu <hongjiu.lu@intel.com>
12418
12419 PR target/31478
12420 * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
12421 of V8HImode when calling ix86_binary_operator_ok.
12422 (sse2_pmaddwd): Call ix86_binary_operator_ok.
12423 (sdot_prodv8hi): Operands 1 and 2 must be register.
12424
12425 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
12426
12427 * tree-sra.c (try_instantiate_multiple_fields): Needlessly
12428 initialize align to silence bogus warning.
12429
12430 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
12431
12432 PR middle-end/22156
12433 * tree-sra.c (struct sra_elt): Add in_bitfld_block. Remove
12434 all_no_warning.
12435 (struct sra_walk_fns): Remove use_all parameter from use.
12436 (sra_hash_tree): Handle BIT_FIELD_REFs.
12437 (sra_elt_hash): Don't hash bitfld blocks.
12438 (sra_elt_eq): Skip them in parent compares as well. Handle
12439 BIT_FIELD_REFs.
12440 (sra_walk_expr): Don't maintain or pass down use_all_p.
12441 (scan_use): Remove use_all parameter.
12442 (scalarize_use): Likewise. Re-expand assignment to
12443 BIT_FIELD_REF of gimple_reg. De-scalarize before input or
12444 output, and re-scalarize after output. Don't mark anything
12445 for no warning.
12446 (scalarize_ldst): Adjust.
12447 (scalarize_walk_gimple_modify_statement): Likewise.
12448 (build_element_name_1): Handle BIT_FIELD_REFs.
12449 (instantiate_element): Don't warn for any element whose parent
12450 is used as a whole.
12451 (instantiate_missing_elements_1): Return the sra_elt.
12452 (canon_type_for_field): New.
12453 (try_instantiate_multiple_fields): New.
12454 (instantiate_missing_elemnts): Use them.
12455 (mark_no_warning): Removed.
12456 (generate_one_element_ref): Handle BIT_FIELD_REFs.
12457 (REPLDUP, sra_build_elt_assignment): New.
12458 (generate_copy_inout): Use them.
12459 (generate_element_copy): Likewise. Handle bitfld differences.
12460 (generate_element_zero): Don't recurse for blocks. Use
12461 sra_build_elt_assignment.
12462 (generate_one_element_int): Take elt instead of var. Use
12463 sra_build_elt_assignment.
12464 (generate_element_init_1): Adjust.
12465 (scalarize_use, scalarize_copy): Use REPLDUP.
12466 (scalarize_ldst): Move assert before dereference.
12467 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
12468
12469 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
12470
12471 * regmove.c: Fix unused variable warnings due to previous commit.
12472
12473 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
12474
12475 * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
12476 (regmove_bb_head): Remove.
12477 (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
12478 (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
12479 problems with fixup_match_1.
12480 Don't initialize/free regmove_bb_head.
12481
12482 (reg_is_remote_constant_p): If an insn is in the same basic block
12483 but not before INSN, consider it remote, too.
12484
12485 2007-04-05 Anatoly Sokolov <aesok@post.ru>
12486
12487 PR target/25448
12488 * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
12489 DECL_ASSEMBLER_NAME, not the DECL_NAME.
12490
12491 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
12492
12493 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
12494 (CONDITIONAL_REGISTER_USAGE): Likewise.
12495
12496 2007-04-04 Richard Henderson <rth@redhat.com>
12497
12498 * config/alpha/lib1funcs.asm: Remove unused file.
12499
12500 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
12501
12502 PR other/31356
12503 * opts.c (print_specific_help): Fix --help=<language>
12504 header line.
12505 (common_handle_option): Support --help=common.
12506
12507 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
12508
12509 PR other/31353
12510 * gcc.c (main): Do not run the linker if
12511 print_subprocess_help indicates that it shouldn't be
12512 run.
12513
12514 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
12515
12516 PR doc/31355
12517 * doc/invoke.texi (--help=): Document <languages> value, fix
12518 formatting in tables of values.
12519
12520 2007-04-04 Danny Smith <dannysmith.users.sourceforge.net>
12521
12522 * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
12523 dllimport attribute of virtual methods.
12524
12525 2007-04-04 Chen Liqin <liqin@sunnorth.com.cn>
12526
12527 * config/score/crti.asm: Change _bss_start to __bss_start.
12528 * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
12529 (OUTGOING_REG_PARM_STACK_SPACE) update.
12530 * config/score/score.opt: add options to make backend support
12531 score5, score5u, score7 and score7d.
12532 * config/score/score.md: Likewise.
12533 * config/score/misc.md: Likewise.
12534 * config/score/mac.md: Likewise.
12535 * doc/invoke.texi: Likewise.
12536 * doc/md.texi: update constraints define.
12537
12538 2007-04-03 Richard Henderson <rth@redhat.com>
12539
12540 * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
12541 an appropriate type, use the mode instead.
12542
12543 2007-04-03 Richard Sandiford <richard@codesourcery.com>
12544
12545 * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
12546 Set the default --with-arch setting to mips2.
12547 * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
12548 (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
12549 (MULTILIB_OSDIRNAMES): Delete.
12550 (MULTILIB_DIRNAMES): Define.
12551 * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
12552 (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
12553 (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
12554 definitions, except for _WRS_R3K_EXC_SUPPORT. Call
12555 VXWORKS_OS_CPP_BUILTINS.
12556 (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
12557 (MIPS_DEBUGGING_INFO): Undefine.
12558 (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
12559
12560 2007-04-03 Jakub Jelinek <jakub@redhat.com>
12561
12562 PR middle-end/30704
12563 * fold-const.c (native_encode_real): Encode real.c provided longs
12564 as a series of 32-bit native integers.
12565 (native_interpret_real): Interpret buffer as a series of 32-bit
12566 native integers.
12567
12568 2007-04-03 Richard Guenther <rguenther@suse.de>
12569
12570 * genpreds.c (write_insn_constraint_len): Write function
12571 optimized for CONSTRAINT_LEN implementation.
12572 (write_tm_preds_h): Output insn_constraint_len inline and
12573 use it for CONSTRAINT_LEN.
12574 (write_insn_preds_c): Don't output insn_constraint_len.
12575 * doc/md.texi (define_register_constraint): Document multi-letter
12576 constraints shall have the same length if they start with the same
12577 letter.
12578
12579 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
12580
12581 PR target/31175
12582 * config/i386/i386.md (isinf<mode>2): Expand only when
12583 TARGET_C99_FUNCTIONS is set.
12584
12585 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
12586
12587 * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
12588 (x86_64-*-linux*): Ditto.
12589 * config/i386/i386.opt (mpc): New option.
12590 * config/i386/i386.c (overrride_options): Handle
12591 ix87_precision_string.
12592 * config/i386/crtprec.c: New file.
12593 * config/i386/t-crtpc: Ditto.
12594 * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
12595 and -mpc80 options.
12596 * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
12597 * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
12598 crtprec32.o, crtprec64.o and crtprec80.o.
12599
12600 * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
12601 and -mpc80 options.
12602 (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
12603
12604 2007-04-02 Eric Christopher <echristo@apple.com>
12605
12606 * doc/invoke.texi (i386 and x86-64 Options): Document -m64
12607 limitations on darwin.
12608
12609 2007-04-02 Anatoly Sokolov <aesok@post.ru>
12610
12611 PR target/31137
12612 * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
12613
12614 2007-04-02 Dave Korn <dave.korn@artimi.com>
12615
12616 * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
12617
12618 2007-04-02 Dave Korn <dave.korn@artimi.com>
12619
12620 * libgcc2.h (exception_descriptor): Don't forward-declare.
12621 (__get_eh_table_language, __get_eh_table_version): Delete
12622 prototypes of long-dead functions.
12623
12624 2007-04-01 Daniel Berlin <dberlin@dberlin.org>
12625
12626 * ebitmap.h: New file
12627 * ebitmap.c: New file
12628 * Makefile.in (ebitmap.o): New target.
12629
12630 2007-04-01 Jan Hubicka <jh@suse.cz>
12631
12632 * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
12633 before very first instruction.
12634
12635 2007-04-01 Jan Hubicka <jh@suse.cz>
12636
12637 * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
12638 waring on 64bit hosts.
12639 * bitmap.h: Fix typo in bitmap_head_def.
12640
12641 2007-04-01 Steven Bosscher <steven@gcc.gnu.org>
12642
12643 PR rtl-optimization/31391
12644 * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
12645 into a DELETED_LABEL note, and the label is in an empty basic
12646 block, update BB_END as well as BB_HEAD.
12647
12648 2007-04-01 Richard Henderson <rth@redhat.com>
12649
12650 PR tree-optimization/31169
12651 * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
12652 to varying if the range is outside [0, prec-1].
12653
12654 2007-04-01 Richard Sandiford <richard@codesourcery.com>
12655
12656 PR target/31388
12657 * config/mips/mips.md (load_const_gp): New insn.
12658 * config/mips/mips.c (mips_split_symbol): Avoid using or creating
12659 the MIPS16 GP pseudo register if no_new_pseudos.
12660 (mips16_gp_pseudo_reg): Use gen_load_const_gp.
12661
12662 2007-03-31 Andrew Pinski <andrew_pinski@playstation.sony.com>
12663
12664 PR target/31364
12665 * config/rs6000/rs6000.md (call): Convert to LR hard reg for
12666 secureplt.
12667 (call_value): Likewise.
12668
12669 2007-03-31 Wolfgang Bangerth <bangerth@dealii.org>
12670 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
12671
12672 PR 14737
12673 * doc/invoke.texi: (optimization options): Reword description
12674 of -ffast-math. Document its primary purpose.
12675
12676 2007-03-31 Richard Guenther <rguenther@suse.de>
12677
12678 * omp-low.c (splay-tree.h): Include.
12679 (lookup_decl): Replace splay-tree usage by pointer-map.
12680 (maybe_lookup_decl): Likewise.
12681 (new_omp_context): Likewise.
12682 (delete_omp_context): Likewise.
12683 * gimplify.c (splay-tree.h): Include.
12684 * tree-inline.c (insert_decl_map): Replace splay-tree usage by
12685 pointer-map.
12686 (remap_ssa_name): Likewise.
12687 (remap_decl): Likewise.
12688 (remap_type_1): Likewise.
12689 (remap_type): Likewise.
12690 (copy_body_r): Likewise.
12691 (expand_call_inline): Likewise.
12692 (clone_body): Likewise.
12693 (copy_tree_r): Likewise.
12694 (remap_save_expr): Likewise.
12695 (unsave_r): Likewise.
12696 (unsave_expr_now): Likewise.
12697 (tree_function_versioning): Likewise.
12698 (build_duplicate_type): Likewise.
12699 * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
12700 (struct copy_body_data): Replace splay-tree by pointer-map.
12701 * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
12702 not $(SPLAY_TREE_H).
12703 (gimplify.o): Depend on $(SPLAY_TREE_H).
12704 (omp-low.p): Likewise.
12705
12706 2007-03-31 Anatoly Sokolov <aesok@post.ru>
12707
12708 * config/avr/predicates.md (even_register_operand,
12709 odd_register_operand): New predicates.
12710 * config/avr/avr.md (movw peephole2): New.
12711 (movw_r peephole2): New.
12712
12713 2007-03-30 Rafael Avila de Espindola <espindola@google.com>
12714
12715 * tree.h (get_signed_or_unsigned_type): New.
12716 * fold-const.c (operand_equal_for_comparison_p): Use
12717 get_signed_or_unsigned_type instead of
12718 lang_hooks.types.signed_or_unsigned_type.
12719 * expr.c (store_expr): Ditto.
12720 * langhooks.c (get_signed_or_unsigned_type): New.
12721 (lhd_signed_or_unsigned_type): New.
12722 * langhooks.h (lhd_signed_or_unsigned_type): New.
12723 * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
12724
12725 2007-03-30 Richard Henderson <rth@redhat.com>
12726
12727 * tree-ssa-loop-ivopts.c: Include target.h.
12728 (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
12729 (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
12730 (force_expr_to_var_cost): Use produce_memory_decl_rtl.
12731 * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
12732
12733 2007-03-30 Richard Henderson <rth@redhat.com>
12734 Kai Tietz <kai.tietz@onevision.com>
12735
12736 * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
12737 default for 64-bit.
12738 (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
12739 (TARGET_64BIT_MS_ABI): New.
12740 (DBX_REGISTER_NUMBER): Handle 64-bit.
12741 (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
12742 (LONG_TYPE_SIZE): Force to 32.
12743 (REG_PARM_STACK_SPACE): New.
12744 (OUTGOING_REG_PARM_STACK_SPACE): New.
12745 (REGPARM_MAX, SSE_REGPARM_MAX): New.
12746 (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
12747 (STACK_BOUNDARY): Use 128 for 64-bit.
12748 * config/i386/cygwin.asm: Use push/ret to preserve call stack.
12749 Add 64-bit implementation.
12750 * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
12751 argument unused.
12752 * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
12753 (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
12754 Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
12755 for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
12756 (ix86_handle_cconv_attribute): Don't warn when ignoring if
12757 TARGET_64BIT_MS_ABI.
12758 (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
12759 (ix86_pass_by_reference): Likewise.
12760 (ix86_function_value_regno_p): Likewise.
12761 (ix86_build_builtin_va_list): Likewise.
12762 (ix86_va_start, ix86_gimplify_va_arg): Likewise.
12763 (function_arg_advance_ms_64): New.
12764 (function_arg_advance): Call it.
12765 (function_arg_ms_64): New.
12766 (function_arg): Call it.
12767 (function_value_ms_64): New.
12768 (ix86_function_value_1): Call it.
12769 (return_in_memory_ms_64): New.
12770 (ix86_return_in_memory): Call it.
12771 (setup_incoming_varargs_ms_64): New.
12772 (ix86_setup_incoming_varargs): Call it.
12773 (ix86_expand_prologue): Handle 64-bit stack probing.
12774 (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
12775 (output_pic_addr_const): Likewise.
12776 (x86_this_parameter): Likewise.
12777 (x86_output_mi_thunk): Likewise.
12778 (x86_function_profiler): Likewise.
12779 (TARGET_STRICT_ARGUMENT_NAMING): New.
12780 * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
12781 (TARGET_64BIT_MS_ABI): New.
12782 (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
12783 * config/i386/i386.md (allocate_stack_worker): Remove.
12784 (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
12785 describe the clobber of eax without a match_scratch.
12786 (allocate_stack_worker_postreload): Remove.
12787 (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
12788 describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
12789 (allocate_stack_worker_rex64_postreload): Remove.
12790 (allocate_stack): Handle 64-bit.
12791 * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
12792 * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
12793 (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
12794 (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
12795 (STANDARD_STARTFILE_PREFIX_1): Likewise.
12796 * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
12797 * config.build (x86_64-*-mingw*): New host.
12798 * config.host (x86_64-*-mingw*): New host.
12799 * config.gcc (x86_64-*-mingw*): New target.
12800 * gthr-win32.h (__gthread_key_create): Mark dtor unused.
12801
12802 2007-03-30 Richard Henderson <rth@redhat.com>
12803 Kai Tietz <kai.tietz@onevision.com>
12804
12805 * c-pragma.c (struct def_pragma_macro_value): New.
12806 (struct def_pragma_macro): New.
12807 (pushed_macro_table): New.
12808 (dpm_hash, dpm_eq): New.
12809 (handle_pragma_push_macro, handle_pragma_pop_macro): New.
12810 (init_pragma): Install them.
12811 * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
12812
12813 2007-03-30 Anatoly Sokolov <aesok@post.ru>
12814
12815 * config/avr/avr.c (avr_override_options): Clear
12816 'flag_delete_null_pointer_checks'.
12817
12818 2007-03-30 Paolo Carlini <pcarlini@suse.de>
12819
12820 PR c++/26099
12821 * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
12822 RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
12823 RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
12824 RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
12825 RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
12826 RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
12827 RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
12828 C++ extensions.
12829 * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
12830
12831 2007-03-30 Steven Bosscher <steven@gcc.gnu.org>
12832
12833 * regmove.c: Move all of pass_stack_adjustments from here...
12834 * combine-stack-adj.c: ...to this new file.
12835 * Makefile.in: Add rules for combine-stack-adj.o.
12836
12837 2007-03-30 Zdenek Dvorak <dvorakz@suse.cz>
12838
12839 PR tree-optimization/31383
12840 * tree-data-ref.c (affine_function_equal_p): Do not require the
12841 vectors to have the same length.
12842
12843 2007-03-30 Jan Hubicka <jh@suse.cz>
12844
12845 PR middle-end/30700
12846 * dwarf2out.c (reference_to_unused): Ask cgraph for functions
12847 availablility; add more sanity checking; ask varpool only about
12848 VAR_DECL.
12849
12850 2007-03-29 Richard Henderson <rth@redhat.com>
12851
12852 * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
12853 to decide, but __SIZEOF_LONG_LONG__.
12854
12855 2007-03-29 Richard Henderson <rth@redhat.com>
12856
12857 * emutls.c (struct __emutls_array): New.
12858 (emutls_destroy): Use it instead of casting element 0 from void*.
12859 (__emutls_get_address): Likewise.
12860
12861 2007-03-29 Richard Henderson <rth@redhat.com>
12862
12863 * varasm.c (initializer_constant_valid_p): Don't deny
12864 DECL_DLLIMPORT_P on functions.
12865
12866 * config/i386/cygming.h: Remove function declarations.
12867 (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
12868 (ASM_OUTPUT_LABELREF): Remove.
12869 (COMMON_ASM_OP): Remove.
12870 (ASM_OUTPUT_COMMON): Remove.
12871 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
12872 (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
12873 (ASM_DECLARE_FUNCTION_NAME): Likewise.
12874 * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
12875 Rename from TARGET_ENCODE_SECTION_INFO.
12876 * config/i386/netware.h: Likewise.
12877 * config/i386/i386-protos.h: Update.
12878 * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
12879 of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
12880 (legitimate_constant_p): Reject dllimports.
12881 (dllimport_map, get_dllimport_decl): New.
12882 (legitimize_dllimport_symbol): New.
12883 (legitimize_address, ix86_expand_move): Use it.
12884 (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
12885 * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
12886 (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
12887 (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
12888 * config/i386/predicates.md (constant_call_address_operand): Only
12889 accept symbols; reject dllimport_p symbols.
12890 * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
12891 i386_pe_maybe_record_exported_symbol.
12892 * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
12893 (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
12894 (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
12895 trust the setting of DECL_DLLIMPORT_P.
12896 (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
12897 (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
12898 (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
12899 tidy the argument scanning loop.
12900 (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
12901 SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
12902 (i386_pe_strip_name_encoding): Remove.
12903 (i386_pe_binds_local_p): New.
12904 (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
12905 (i386_pe_output_labelref): Remove.
12906 (i386_pe_asm_output_aligned_decl_common): New.
12907 (i386_pe_maybe_record_exported_symbol): Rename from
12908 i386_pe_record_exported_symbol; check for dllexported symbols.
12909
12910 2007-03-29 Zack Weinberg <zack@mrtock.ucsd.edu>
12911
12912 * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
12913 add comment explaining why vsnprintf cannot be used.
12914
12915 2007-03-29 Douglas Gregor <doug.gregor@gmail.com>
12916
12917 PR tree-optimization/30666
12918 * tree.c (build_complex_type): When creating type names for DWARF2
12919 debug info, create TYPE_DECLs for TYPE_NAME instead of
12920 IDENTIFIER_NODEs.
12921 (build_common_tree_nodes_2): Use build_complex_type when building
12922 predefined complex types, to preserve canonical types.
12923
12924 2007-03-29 Steven Bosscher <steven@gcc.gnu.org>
12925
12926 * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
12927 (noce_get_alt_condition): Look at it to determine whether to
12928 reverse the condition or not.
12929 (noce_get_condition): Substitute the truth for lies.
12930 (noce_find_if_block): Set the then_else_reversed field.
12931
12932 2007-03-29 Lars Poeschel <larsi@wh2.tu-dresden.de>
12933
12934 * config/fr30/fr30.md (movdi): Do not accept immediates as the
12935 destination of this insn.
12936 * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
12937 than calling gen_rtx_SET directly. Use r0 to hold the value of
12938 'address + 4' rather than a stack based temporary which can be
12939 mis-optimized away.
12940
12941 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
12942
12943 * config/s390/s390.c (s390_secondary_input_reload_class,
12944 s390_secondary_output_reload_class): Functions removed.
12945 (s390_secondary_reload): New function.
12946 (TARGET_SECONDARY_RELOAD): Target macro defined.
12947 * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
12948 SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
12949 * config/s390/s390.md ("reload_outti", "reload_outdi",
12950 "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
12951 "reload_out<mode>"): Expanders removed.
12952 ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
12953 "reload<mode>_nonoffmem_out"): Expanders added.
12954
12955 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
12956
12957 * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair
12958 action if SRC->DEST replacement failed anyway.
12959
12960 2007-03-28 Mike Stump <mrs@apple.com>
12961
12962 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
12963 * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
12964 * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
12965
12966 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
12967
12968 * config.gcc: Accept barcelona as a variant of amdfam10.
12969 * config/i386/i386.c (override_options): Likewise.
12970 * doc/invoke.texi: Likewise.
12971
12972 2007-03-28 Eric Botcazou <ebotcazou@adacore.com>
12973
12974 * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
12975 offsets for BIT_FIELD_REF and COMPONENT_REF.
12976
12977 2007-03-28 Richard Guenther <rguenther@suse.de>
12978
12979 * tree.c (is_global_var): Move ...
12980 * tree-flow-inline.h (is_global_var): ... here.
12981 * tree.h (is_global_var): Remove declaration.
12982
12983 2007-03-28 Uros Bizjak <ubizjak@gmail.com>
12984
12985 * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
12986 option.
12987 (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
12988 * config/i386/i386.c (ix86_tune_features): Initialize new
12989 tuning option.
12990 * config/i386/predicates.md (promotable_binary_operator): Use
12991 TARGET_TUNE_PROMOTE_HIMODE_IMUL.
12992
12993 2007-03-28 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
12994
12995 PR target/31380
12996 * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
12997
12998 2007-03-28 Lars Poeschel <larsi@wh2.tu-dresden.de>
12999
13000 * config/fr30/fr30.md (movsi_internal): Change destination
13001 constraint from m to V and add m to the end.
13002
13003 2007-03-28 Christian Bruel <christian.bruel@st.com>
13004
13005 * config/sh/sh.md (movsi_i): Fix type attribute.
13006
13007 2007-03-28 Christian Bruel <christian.bruel@st.com>
13008
13009 * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
13010 (movsf_ie): Likewise.
13011
13012 2007-03-28 Christian Bruel <christian.bruel@st.com>
13013
13014 * config.gcc: Add sh4-300 to multilib.
13015 * config/sh/t-mlib-sh4-300: New file.
13016
13017 2007-03-28 Andreas Krebbel <krebbel1@de.ibm.com>
13018
13019 * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
13020 ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
13021 fix_trunc<mode>di2.
13022 ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
13023 fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
13024 ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
13025 "fixuns_trunctddi2"): Whitespace fix.
13026
13027 2007-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
13028
13029 * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
13030 the definition of struct sh_args.
13031 (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
13032 CALL_COOKIE_INT_REG_GET): Likewise.
13033
13034 2007-03-28 Steven Bosscher <steven@gcc.gnu.org>
13035
13036 * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
13037 transformations are applied successfully.
13038
13039 2007-03-27 Douglas Gregor <doug.gregor@gmail.com>
13040
13041 * tree.c (tree_contains_struct): Permit 512 tree codes.
13042 * tree.h (tree_contains_struct): Ditto.
13043 (MAX_TREE_CODES): Ditto.
13044 (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
13045 SPARE member to store remaining padding bits.
13046
13047 2007-03-27 Anatoly Sokolov <aesok@post.ru>
13048
13049 * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
13050 architecture.
13051
13052 2007-03-27 Janis Johnson <janis187@us.ibm.com>
13053
13054 * configure.ac: Fix assembler test for powerpc*-linux decimal float.
13055 * configure: Regenerate.
13056
13057 * configure: Regenerate using the correct version of autoconf.
13058
13059 2007-03-27 Anatoly Sokolov <aesok@post.ru>
13060
13061 * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
13062 pointer regs.
13063 * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
13064 regs to "__SP_L__" and "__SP_H__".
13065
13066 2007-03-27 Richard Guenther <rguenther@suse.de>
13067
13068 * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
13069 computations with it with a HOST_WIDE_INT variable.
13070
13071 2007-03-26 Mike Stump <mrs@apple.com>
13072
13073 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
13074 objective-c-header, objective-c++-header and objc++-cpp-output
13075 support.
13076 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
13077
13078 2007-03-26 Richard Henderson <rth@redhat.com>
13079
13080 PR target/31361
13081 * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
13082 IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
13083 IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
13084 IX86_BUILTIN_PSRLQ128): New.
13085 (ix86_init_mmx_sse_builtins): Add them.
13086 (ix86_expand_builtin): Expand them.
13087 * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
13088 operand 2 be TImode.
13089 * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
13090 _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
13091 _mm_srli_epi64): Mark __B const.
13092 (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
13093 (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
13094 _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
13095 new two-vector shift builtins.
13096
13097 2007-03-26 Ian Lance Taylor <iant@google.com>
13098
13099 PR tree-optimization/31345
13100 * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
13101 [+INF, +INF(OVF)] into VARYING.
13102
13103 2007-03-26 Zack Weinberg <zackw@panix.com>
13104
13105 * gengtype-parse.c: New file.
13106 * gengtype-yacc.y: Delete.
13107 * gengtype-lex.l: Don't include gengtype-yacc.h.
13108 Define YY_DECL and yyterminate appropriately for recursive
13109 descent parser. yylval is now a string out-parameter to yylex.
13110 (HWS, EOID): New shorthand.
13111 (IWORD): Add a couple more types.
13112 (yylex): Add a setup stanza. Remove the complex rules for
13113 detecting GTY'ed types and typedefs; replace with simple
13114 keyword detectors. Adjust everything for the changed
13115 definition of yylval. Ignore all pp-directives, not just #define.
13116 (yyerror): Delete.
13117 (parse_file): Rename yybegin; do not call yyparse.
13118 (yyend): New.
13119 * gengtype.c (xasprintf): Export again.
13120 (this_file): New. Use everywhere __FILE__ was being used.
13121 (get_lang_bitmap): Special case types defined in gengtype.c.
13122 (do_typedef, new_structure): Suppress definition of certain types.
13123 (new_structure): Improve diagnostics of duplicate definitions.
13124 Make sure location_s is associated with input.h.
13125 (nreverse_pairs, define_location_structures): New functions.
13126 (main): Improve tagging of kludge types. Remove old kludges
13127 for input.h types; use define_location_structures.
13128 * gengtype.h: Update prototypes. Define token codes here.
13129 * Makefile.in: Remove all references to gengtype-yacc.
13130 Add rules for gengtype-parse.o. Adjust rules for gengtype-lex.o
13131 and gengtype.
13132 * bitmap.h (struct bitmap_head_def): Coalesce definitions,
13133 add GTY((skip)) to the field that's only conditionally there.
13134 * doc/install.texi: Document that Bison is no longer required
13135 unless building treelang.
13136
13137 * gengtype.c: Don't include gtyp-gen.h.
13138 (srcdir): Declare here.
13139 (base_files, lang_dir_names): Allocate dynamically.
13140 (gt_files, num_gt_files, num_lang_dirs): New globals.
13141 (measure_input_list, read_input_line, read_input_list)
13142 (set_lang_bitmap): New functions.
13143 (get_base_file_bitmap): Rename get_lang_bitmap and drastically
13144 simplify, relying on read_input_list to set up the bitmaps.
13145 (main): Arguments are no longer unused. Check for correct number
13146 of command line arguments, set srcdir and srcdir_len, then call
13147 read_input_list, before doing anything else. No need to worry
13148 about duplicates in main loop.
13149 * configure.ac: Simplify the calculation of all_gtfiles.
13150 Put language tags in there. Don't set or substitute
13151 all_gtfiles_files_langs or all_gtfiles_files_frags.
13152 * Makefile.in: Revamp the way gengtype is invoked, now that it
13153 takes a file on its command line with a much simpler format.
13154 Remove or replace with gtyp-input.list all references to gtyp-gen.h.
13155 (GTFILES): Remove duplicates and C source files.
13156 * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
13157 * objcp/config-lang.in: Add c-pragma.h to gtfiles.
13158 * configure: Regenerate.
13159
13160 * gengtype.h: Remove all type definitions to gengtype.c; leave
13161 only definitions of options_p, type_p, and pair_p as opaque
13162 pointers. Update prototypes.
13163 * gengtype.c: Many type definitions moved here from gengtype.h.
13164 Consolidate type definitions at the top of the file.
13165 (xvasprintf): Delete.
13166 (xasprintf): Make static.
13167 (create_nested_pointer_option): Add 'next' parameter.
13168 (create_field_all, create_field_at): New functions.
13169 (create_field): Now a thin wrapper around create_field_all.
13170 (create_optional_field): Rename create_optional_field_ and add
13171 line argument. Original name is now a macro which supplies
13172 __LINE__.
13173 (oprintf): Use vsnprintf directly.
13174 (close_output_files): Use fatal rather than perror/exit.
13175 (note_def_vec, note_def_vec_alloc): Use create_field_at.
13176 (main): Set progname. Don't use exit.
13177 * gengtype-yacc.y (struct_fields): Use create_field_at.
13178 (option, optionseqopt): Delete.
13179 (optionseq): Consolidate productions from option here so we
13180 can use the first argument to create_option.
13181
13182 * gengtype-lex.l: Distinguish unions from structures in the
13183 token type. Don't call find_structure; return the tag as a string.
13184 * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and
13185 ENT_UNION. Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is
13186 string. Reorganize typedef_struct production accordingly.
13187 Use create_nested_ptr_option.
13188 * gengtype.c (create_nested_ptr_option): New function.
13189 * gengtype.h: Declare it.
13190
13191 * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
13192 (string_type): Don't declare.
13193 (do_scalar_typedef): Declare.
13194 (create_scalar_type): Update prototype.
13195 * gengtype.c (string_type): Make static.
13196 (scalar_nonchar, scalar_char): New.
13197 (do_scalar_typedef): Export. Always use scalar_nonchar for the type.
13198 (resolve_typedef): Use scalar_nonchar for error recovery.
13199 (create_scalar_type): Remove name_len field. Return scalar_char
13200 or scalar_nonchar as appropriate.
13201 (adjust_field_type): Look at scalar_is_char boolean to decide whether
13202 to use string_type.
13203 (throughout): Use scalar_nonchar instead of calling
13204 create_scalar_type, whenever possible.
13205 (main): Initialize scalar_char and scalar_nonchar before calling
13206 gen_rtx_next.
13207 * gengtype-lex.l: Adjust for removal of second argument to
13208 create_scalar_type. Use yylval.s instead of yylval.t when
13209 returning SCALAR.
13210 * gengtype-yacc.y: Type of SCALAR is string. Call
13211 create_scalar_type from type:SCALAR rule. Adjust for removal of
13212 second argument to create_scalar_type.
13213
13214 * vec.h: Remove all #if IN_GENGTYPE blocks.
13215 Add comment saying that changes may require adjustments to gengtype.
13216 * gengtype.c: Don't include coretypes.h or tm.h.
13217 Add comment to inclusion of errors.h.
13218 (note_def_vec, note_def_vec_alloc): New functions.
13219 * gengtype.h: Declare new functions.
13220 * gengtype-lex.l: Don't include coretypes.h.
13221 (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
13222 Delete.
13223 (update_lineno): Remove unnecessary prototype.
13224 (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
13225 (VEC rule): Just return VEC_TOKEN.
13226 * gengtype-yacc.y (VEC_TOKEN): New token type.
13227 (type): Add a production for VEC(a,b).
13228 * Makefile.in: Update dependencies.
13229
13230 * gengtype-lex.l: Remove rules for parsing pointer-to-function
13231 typedefs that use the old PARAMS macro.
13232
13233 * gengtype-lex.l: Remove all rules and states relating to yacc
13234 input files.
13235 * gengtype-yacc.y: Similarly.
13236 * gengtype.c (note_yacc_type): Delete function.
13237 * gengtype.h: Update prototypes.
13238
13239 2007-03-26 Joseph Myers <joseph@codesourcery.com>
13240
13241 * tree-pretty-print.c (dump_generic_node): Report precision of
13242 unnamed integer types.
13243
13244 2007-03-26 Steven Bosscher <steven@gcc.gnu.org>
13245
13246 * ifcvt.c (noce_try_store_flag_constants): Don't check
13247 no_new_pseudos here.
13248 (noce_try_store_flag_constants): Don't check no_new_pseudos.
13249 (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
13250 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
13251 noce_try_sign_mask): Likewise.
13252 (if_convert): Check no_new_pseudos here.
13253
13254 (cond_exec_process_if_block, noce_process_if_block, find_if_block):
13255 Remove prototypes.
13256 (struct noce_if_info): Add then_bb, else_bb, join_bb members.
13257 (noce_get_condition): Handle new then_else_reversed argument.
13258 (noce_init_if_info): Remove, fold into noce_find_if_block.
13259 (noce_process_if_block): Take a struct noce_if_info as the
13260 argument. Don't set up one based on ce_if_info. Update pointer
13261 references accordingly.
13262 (cond_move_process_if_block): Likewise.
13263 (process_if_block): Removed.
13264 (find_if_block): Removed. Move functionality two new functions,
13265 noce_find_if_block and cond_exec_find_if_block.
13266 (noce_find_if_block): New function. Be aware of IF-THEN-JOIN
13267 blocks and the symmetric IF-ELSE-JOIN case.
13268 (cond_exec_find_if_block): Also new function mostly based on old
13269 find_if_block and process_if_block.
13270 (find_if_header): Replace find_if_block call with separately
13271 guarded calls to noce_find_if_block and cond_exec_find_if_block.
13272 (find_cond_trap): Update noce_get_condition call.
13273 (dead_or_predicable): Likewise.
13274
13275 2007-03-26 Jakub Jelinek <jakub@redhat.com>
13276
13277 * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
13278 Remove.
13279 (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
13280 IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
13281 IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
13282 (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
13283 v4si_ftype_v4si_v2di. Remove __builtin_ia32_psllw128,
13284 __builtin_ia32_pslld128, __builtin_ia32_psllq128,
13285 __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
13286 __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
13287 __builtin_ia32_psrad128 builtins.
13288
13289 2007-03-26 Uros Bizjak <ubizjak@gmail.com>
13290
13291 * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
13292 * config/i386/constraints.md
13293 (define_constraint "I"): Use IN_RANGE macro.
13294 (define_constraint "J"): Ditto.
13295 (define_constraint "K"): Ditto.
13296 (define_constraint "M"): Ditto.
13297 (define_constraint "N"): Ditto.
13298 (define_constraint "O"): Ditto.
13299 * config/i386/predicates.md
13300 (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
13301 (define_predicate "const_0_to_3_operand"): Ditto.
13302 (define_predicate "const_0_to_7_operand"): Ditto.
13303 (define_predicate "const_0_to_15_operand"): Ditto.
13304 (define_predicate "const_0_to_63_operand"): Ditto.
13305 (define_predicate "const_0_to_255_operand"): Ditto.
13306 (define_predicate "const_1_to_31_operand"): Ditto.
13307 (define_predicate "const_2_to_3_operand"): Ditto.
13308 (define_predicate "const_4_to_7_operand"): Ditto.
13309
13310 2007-03-25 David Edelsohn <edelsohn@gnu.org>
13311
13312 * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
13313 in SImode for save_world.
13314 * config/rs6000/altivec.md (save_world, restore_world): Convert to
13315 LR hard reg.
13316
13317 2007-03-25 Dorit Nuzman <dorit@il.ibm.com>
13318
13319 PR tree-optimization/30784
13320 * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
13321 BIT_FIELD_REF.
13322
13323 2007-03-25 Revital Eres <eres@il.ibm.com>
13324
13325 * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
13326 Fold movement_possibility function into it.
13327
13328 2007-03-25 David Edelsohn <edelsohn@gnu.org>
13329
13330 * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
13331 (load_macho_picbase_{si,di}): Convert to LR hard reg.
13332 (call_indirect_nonlocal_darwin64): Same.
13333 (call_nonlocal_darwin64): Same.
13334 (call_value_indirect_nonlocal_darwin64): Same.
13335 (call_value_nonlocal_darwin64): Same.
13336 (sibcall_nonlocal_darwin64): Same.
13337 (sibcall_value_nonlocal_darwin64): Same.
13338 (sibcall_symbolic_64): Same.
13339 (sibcall_value_symbolic_64): Same.
13340 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
13341 LR pseudo.
13342 (rs6000_emit_load_toc_table): Same.
13343 * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
13344 * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
13345 (mull_call): Same.
13346 (divss_call): Same.
13347 (divus_call): Same.
13348 (quoss_call): Same.
13349 (quous_call): Same.
13350 (load_toc_v4_pic_si): Same
13351 (load_toc_v4_PIC_1): Same.
13352 (load_toc_v4_PIC_1b): Same.
13353 (call_indirect_aix{32,64}): Same.
13354 (call_value_indirect_aix{32,64}): Same.
13355 (call): Same.
13356 (call_value): Same.
13357 (call_local{32,64}): Same.
13358 (call_value_local{32,64}): Same.
13359 (call_indirect_nonlocal_aix{32,64}): Same.
13360 (call_nonlocal_aix{32,64}): Same.
13361 (call_value_indirect_nonlocal_aix{32,64}): Same.
13362 (call_value_nonlocal_aix{32,64}): Same.
13363 (call_indirect_nonlocal_sysv<mode>): Same.
13364 (call_nonlocal_sysv<mode>): Same.
13365 (call_value_indirect_nonlocal_sysv<mode>): Same.
13366 (call_value_nonlocal_sysv<mode>): Same.
13367 (sibcall): Same.
13368 (sibcall_local{32,64}): Same.
13369 (sibcall_value_local{32,64}): Same.
13370 (sibcall_nonlocal_aix{32,64}): Same.
13371 (sibcall_value_nonlocal_aix{32,64}): Same.
13372 (sibcall_nonlocal_sysv<mode>): Same.
13373 (sibcall_value): Same.
13374 (sibcall_value_nonlocal_sysv<mode>): Same.
13375
13376 2007-03-24 Paul Brook <paul@codesourcery.com>
13377
13378 * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
13379 * config/arm/linux-eabi.h: Remove legacy syscall hack.
13380
13381 2007-03-24 Richard Henderson <rth@redhat.com>
13382
13383 * config/ia64/constraints.md: New file.
13384 * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
13385 satisfies_constraint_?.
13386 * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
13387 ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
13388 ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
13389 ia64_output_mi_thunk): Likewise.
13390 (ia64_const_ok_for_letter_p): Remove.
13391 (ia64_const_double_ok_for_letter_p): Remove.
13392 (ia64_extra_constraint): Remove.
13393 * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
13394 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
13395 CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
13396 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
13397 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
13398 EXTRA_MEMORY_CONSTRAINT): Remove.
13399 * config/ia64/ia64.md: Include constriants.md. Replace
13400 CONST_OK_FOR_? with satisfies_constraint_?.
13401
13402 2007-03-23 Michael Meissner <michael.meissner@amd.com>
13403 H.J. Lu <hongjiu.lu@intel.com>
13404
13405 * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
13406 DPD or BID name.
13407 (name macros): Use DPD_BID_NAME to convert names properly.
13408
13409 * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
13410 decimal floating point format.
13411 (init_floating_libfuncs): Change decimal functions so that they
13412 have a "bid_" prefix if the decimal system uses the BID format,
13413 and "dpd_" prefix if the decimal system uses the DPD format.
13414 (init_interclass_conv_libfuncs): Ditto.
13415 (init_intraclass_conv_libfuncs): Ditto.
13416
13417 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
13418 using the BID format.
13419
13420 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
13421 whether we are using the BID decimal format.
13422 * configure: Regenerate.
13423
13424 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
13425 the compiler has decimal floating point enabled. Define
13426 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
13427 instead of DPD.
13428
13429 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
13430 using the BID format.
13431
13432 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
13433 whether we are using the BID decimal format.
13434 * configure: Regenerate.
13435
13436 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
13437 the compiler has decimal floating point enabled. Define
13438 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
13439 instead of DPD.
13440
13441 * doc/install.texi (--enable-decimal-float): Document BID and DPD
13442 options, and that it is enabled for i386/x86_64 systems.
13443
13444 * Makefile.in (enable_decimal_float): New.
13445 (DECNUMFMT): New.
13446 (DECNUMINC): Add -I$(DECNUMFMT).
13447 (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
13448 to $(DECNUMFMT) from $(DECNUM).
13449
13450 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
13451 Substitute enable_decimal_float.
13452 * configure: Regenerated.
13453
13454 PR other/30529
13455 * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
13456 unsigned long.
13457
13458 * configure.ac: Enable decimal float for x86_64-*-linux*.
13459 * configure: Regenerated.
13460
13461 PR other/30530
13462 * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
13463 decimal128ClearSign to flip and clear the sign bit in decimal128.
13464 (decimal_real_maxval): Set decimal128SetSign to set the sign
13465 bit in decimal128.
13466
13467 2007-03-23 Ian Lance Taylor <iant@google.com>
13468
13469 * fold-const.c (fold_binary): Correct warning for X - c >= X.
13470
13471 2007-03-23 Ian Lance Taylor <iant@google.com>
13472
13473 * tree-dump.c (dump_files): Correct comment.
13474
13475 2007-03-23 Ian Lance Taylor <iant@google.com>
13476
13477 * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
13478
13479 2007-03-23 Steven Bosscher <steven@gcc.gnu.org>
13480
13481 * tracer.c (tracer): Don't take FLAGS argument. Assert we are
13482 in cfglayout mode. Don't go into and out of cfglayout mode.
13483 Link the blocks in the order of the constructed traces.
13484 (rest_of_handle_tracer): Adjust call to tracer.
13485 * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
13486 Don't go into cfglayout mode.
13487 (rtl_loop_done): Don't go out of cfglayout mode.
13488 * cfglayout.c (relink_block_chain): New function, split out from...
13489 (fixup_reorder_chain): ...here. Remove redundant checking.
13490 (cfg_layout_finalize): Don't clear the header, footer, and aux
13491 fields here, move the code to do so to relink_block_chain. Likewise
13492 for free_original_copy_tables.
13493 * rtl.h (tracer): Update prototype.
13494 * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
13495 Assert we are in cfglayout mode. Don't go into and out of cfglayout
13496 mode. Use relink_block_chain to serialize the CFG according to the
13497 new basic block order. Move targetm.cannot_modify_jumps_p check from
13498 here...
13499 (gate_handle_reorder_blocks): ...to here.
13500 (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
13501 from here...
13502 (gate_duplicate_computed_gotos): ...to here.
13503 (rest_of_handle_reorder_blocks): Don't see if anything has changed,
13504 something always changes when going into and out of cfglayout mode.
13505 Perform an expensive cfg cleanup while going into cfglayout mode.
13506 Always update liveness information on HAVE_conditional_execution
13507 targets. Reserialize the basic blocks and go out of cfglayout mode.
13508 * reg-stack.c: Include cfglayout.h.
13509 (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
13510 the call to reorder_basic_blocks.
13511 * basic-block.h (reorder_basic_blocks): Update prototype.
13512 (relink_block_chain): New prototype.
13513 * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
13514
13515 2007-03-23 Joseph Myers <joseph@codesourcery.com>
13516
13517 * config/mips/mips.md (type, hazard, *movdi_32bit,
13518 *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
13519 *movhi_internal, *movqi_internal, *movsf_hardfloat,
13520 *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
13521 movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
13522 mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
13523 applicable.
13524 (movcc): Change first xfer to multi.
13525 * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
13526 config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
13527 config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
13528 config/mips/generic.md: Change reservations using "xfer" to use
13529 "mfc,mtc".
13530 * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
13531 using match_operand.
13532 (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
13533 * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
13534 examining mode.
13535 (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
13536
13537 2007-03-22 Richard Henderson <rth@redhat.com>
13538
13539 * config/i386/i386.c: Remove unnecessary function declarations.
13540 Move targetm definition, and all related macros, to the end of
13541 the file. Resort some functions to put definitions before uses.
13542 (ix86_attribute_table): Make static. Move to end of file.
13543 (ix86_gimplify_va_arg): Make static.
13544
13545 2007-03-22 Richard Henderson <rth@redhat.com>
13546
13547 * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
13548 don't increase local_regparm with force_align_arg_pointer check.
13549 (ix86_function_sseregparm): Assert 32-bit.
13550 (type_has_variadic_args_p): New.
13551 (ix86_return_pops_args): Early exit for 64-bit. Reindent; use
13552 type_has_variadic_args_p.
13553 (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
13554 (init_cumulative_args): Remove TARGET_DEBUG_ARG. Remove zero_cum;
13555 use memset instead. Do maybe_vaarg check first; skip attribute
13556 tests if true; skip attribute tests for 64-bit.
13557 (construct_container): Remove TARGET_DEBUG_ARG.
13558 (function_arg_advance_32, function_arg_advance_64): Split out ...
13559 (function_arg_advance): ... from here.
13560 (function_arg_32, function_arg_64): Split out ...
13561 (function_arg): ... from here.
13562 (ix86_pass_by_reference): Tidy.
13563 (ix86_function_value_regno_p): Rearrange w/ switch on regno.
13564 (function_value_32): New, from parts of ix86_function_value
13565 and ix86_value_regno.
13566 (function_value_64): New, from parts of ix86_function_value
13567 and ix86_libcall_value.
13568 (ix86_function_value_1): New.
13569 (ix86_function_value, ix86_libcall_value): Use it.
13570 (return_in_memory_32, return_in_memory_64): Split out ...
13571 (ix86_return_in_memory): ... from here.
13572 (ix86_struct_value_rtx): Skip for 64-bit.
13573 (ix86_libcall_value, ix86_value_regno): Remove.
13574 (setup_incoming_varargs_64): Split out ...
13575 (ix86_setup_incoming_varargs): ... from here.
13576 (ix86_va_start): Remove TARGET_DEBUG_ARG.
13577 (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
13578 * config/i386/i386-protos.h (ix86_function_value): Remove.
13579 * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
13580
13581 2007-03-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13582
13583 PR other/23572
13584 * c-lex.c (interpret_float): On overflow, emit pedantic warning if
13585 infinities not supported, otherwise emit warning if -Woverflow. On
13586 underflow, emit warning if -Woverflow.
13587 * real.c (real_from_string): Return -1 if underflow, +1 if overflow
13588 and 0 otherwise.
13589 * real.h (real_from_string): Update declaration
13590
13591 2007-03-22 Kai Tietz <kai.tietz@onevision.com>
13592 Richard Henderson <rth@redhat.com>
13593
13594 * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
13595 * calls.c (compute_argument_block_size, expand_call,
13596 emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
13597 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
13598 * function.c (STACK_DYNAMIC_OFFSET): Likewise.
13599 * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
13600 * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
13601 config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
13602 config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
13603 config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
13604 Set to 1.
13605
13606 2007-03-22 Joseph Myers <joseph@codesourcery.com>
13607
13608 * c-incpath.c (add_sysroot_to_chain): New.
13609 (merge_include_chains): Add sysroot argument. Call
13610 add_sysroot_to_chain if sysrooted.
13611 (register_include_chains): Update call to merge_include_chains.
13612 * doc/cppopts.texi: Document use of '=' in include directory
13613 arguments.
13614
13615 2007-03-22 Uros Bizjak <ubizjak@gmail.com>
13616
13617 * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
13618 Macroize expander using SSEMODEF mode macro. Use SSE_FLOAT_MODE_P.
13619 (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
13620 insn pattern using X87MODEF12 mode macro.
13621
13622 2007-03-21 Seongbae Park <seongbae.park@gmail.com>
13623
13624 * regmove.c (regmove_optimize): Use reg_mentioned_p
13625 instead of reg_overlap_mentioned_p for DST.
13626
13627 2007-03-21 Mike Stump <mrs@apple.com>
13628
13629 * c.opt: Fixup for Objective-C/C++.
13630
13631 2007-03-21 Steve Ellcey <sje@cup.hp.com>
13632
13633 * explow.c (convert_memory_address): Fold memory reference when
13634 POINTERS_EXTEND_UNSIGNED < 0
13635
13636 2007-03-21 Richard Henderson <rth@redhat.com>
13637
13638 PR target/31245
13639 * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
13640 * config/i386/mmintrin.h (__m64): Likewise.
13641 * config/i386/xmmintrin.h (__m128): Likewise.
13642
13643 2007-03-21 Richard Sandiford <richard@codesourcery.com>
13644
13645 * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
13646 (VXWORKS_OS_CPP_BUILTINS): Define.
13647 * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
13648 (TARGET_OS_CPP_BUILTINS): ...here. Use VXWORKS_OS_CPP_BUILTINS.
13649
13650 2007-03-21 Richard Sandiford <richard@codesourcery.com>
13651
13652 * rtl.h (constant_pool_reference_p): Delete.
13653 (find_constant_src): Declare.
13654 * rtlanal.c (find_constant_src): New function.
13655 * simplify-rtx.c (constant_pool_reference_p): Delete.
13656 * config/i386/i386.md: Use find_constant_src instead of
13657 constant_pool_reference_p/avoid_constant_pool_reference pairs.
13658
13659 2007-03-21 Richard Sandiford <richard@codesourcery.com>
13660
13661 * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
13662 * c-cppbuiltin.c (c_cpp_builtins): Define them.
13663
13664 2007-03-20 Mark Mitchell <mark@codesourcery.com>
13665
13666 * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
13667 * config/arm/arm.c (arm_elf_asm_cdtor): New function.
13668 (arm_elf_asm_constructor): Use it.
13669 (arm_elf_asm_destructor): New function.
13670
13671 2007-03-20 Bernd Schmidt <bernd.schmidt@analog.com>
13672
13673 * jump.c (mark_jump_label): Treat SEQUENCE specially.
13674
13675 2007-03-20 Nathan Sidwell <nathan@codesourcery.com>
13676
13677 * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
13678
13679 2007-03-19 Andrew Haley <aph@redhat.com>
13680
13681 PR tree-optimization/31264
13682 * tree-vrp.c (register_edge_assert_for_1): Don't look though
13683 VIEW_CONVERT_EXPRs.
13684
13685 2007-03-19 Paolo Bonzini <bonzini@gnu.org>
13686
13687 PR rtl-optimization/30907
13688 * fwprop.c (forward_propagate_into): Never propagate inside a loop.
13689 (fwprop_init): Always call loop_optimizer_initialize.
13690 (fwprop_done): Always call loop_optimizer_finalize.
13691 (fwprop): We always have loop info now.
13692 (gate_fwprop_addr): Remove.
13693 (pass_fwprop_addr): Use gate_fwprop as gate.
13694
13695 PR rtl-optimization/30841
13696 * df-problems.c (df_ru_local_compute, df_rd_local_compute,
13697 df_chain_alloc): Call df_reorganize_refs unconditionally.
13698 * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
13699 refs_organized to refs_organized_size.
13700 (df_ref_create_structure): Use refs_organized_size instead of
13701 bitmap_size if refs had been organized, and keep refs_organized_size
13702 up-to-date.
13703 * df.h (struct df_ref_info): Change refs_organized to
13704 refs_organized_size.
13705 (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
13706 bitmap_size.
13707
13708 2007-03-19 Mark Mitchell <mark@codesourcery.com>
13709
13710 * except.c (output_function_exception_table): Do not reference the
13711 EH personality routine for functions that do not require an
13712 exception table.
13713
13714 2007-03-20 Jakub Jelinek <jakub@redhat.com>
13715
13716 PR c/30762
13717 * c-typeck.c (convert_for_assignment): Call comptypes for
13718 RECORD_TYPE or UNION_TYPE.
13719
13720 PR inline-asm/30505
13721 * reload1.c (reload): Do invalid ASM checking after
13722 cleanup_subreg_operands.
13723
13724 2007-03-19 Jeff Law <law@redhat.com>
13725
13726 * tree-cfg.c (find_taken_edge): Tighten conditions for
13727 optimizing computed gotos.
13728
13729 2007-03-19 Michael Matz <matz@suse.de>
13730
13731 * builtins.c (expand_builtin_sync_operation,
13732 expand_builtin_compare_and_swap,
13733 expand_builtin_lock_test_and_set): Care for extending CONST_INTs
13734 correctly.
13735
13736 * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
13737 sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
13738 for operand 3.
13739
13740 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13741
13742 * doc/tm.texi: Add brackets around the return type of
13743 TARGET_SECONDARY_RELOAD.
13744
13745 2007-03-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
13746 Richard Guenther <rguenther@suse.de>
13747
13748 PR tree-optimization/31254
13749 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
13750 Use handled_component_p () where appropriate. Continue
13751 propagating into the rhs if we propagated into an INDIRECT_REF
13752 on the lhs.
13753
13754 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13755
13756 * config/s390/s390.md (op_type attribute): RRR instruction type added.
13757 (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
13758 (xde, xdee): Mode attributes adjusted to support DFP modes.
13759 (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
13760 ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
13761 DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
13762 "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
13763 "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
13764 "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
13765 "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
13766 numbers.
13767 ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
13768 "movsf"): Insn definitions removed.
13769 ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
13770 "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
13771 "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
13772 definitions added.
13773 ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
13774 "reload_in<mode>", "reload_out<mode>"): Expander added.
13775 ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
13776 Expander removed.
13777
13778 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13779
13780 * config/s390/s390.md: Only non-functional changes. Renamed
13781 FPR mode macro to BFP all over the file.
13782
13783 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13784
13785 * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
13786 (op_type attribute): RRF instruction type added.
13787 (fT0): New mode attribute.
13788 ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
13789 "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
13790 * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new
13791 instruction no secondary memory is needed when moving DFmode values
13792 between GPRs and FPRs.
13793
13794 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13795
13796 * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
13797 inverted and documentation adjusted.
13798 ("mhard-dfp", "msoft-dfp"): New options.
13799 * config/s390/s390.c (s390_handle_arch_option): New architecture
13800 switch: z9-ec.
13801 (override_options): Sanity checks for the new options added.
13802 * config.gcc: New architecture switch: z9-ec.
13803 * config/s390/s390.h (processor_flags): PF_DFP added.
13804 (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
13805 (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
13806 when the bit is NOT set so remove it from the defaults.
13807
13808 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
13809
13810 * genemit.c (main): Print include statement for dfp.h.
13811 * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
13812 is not available.
13813
13814 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
13815
13816 * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
13817
13818 2007-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
13819
13820 PR target/31022
13821 * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
13822 instead of PATTERN.
13823
13824 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13825
13826 * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
13827 attr_length_call, output_call, output_indirect_call): Cleanup
13828 formatting of targetm calls.
13829
13830 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
13831
13832 * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
13833
13834 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13835
13836 * pa.md: Add fpstore_load and store_fpload instruction types. Provide
13837 reservation, bypass and anti-bypass descriptions for these
13838 instructions. Update move patterns.
13839 * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
13840 TYPE_FPSTORE.
13841
13842 2007-03-18 Dorit Nuzman <dorit@il.ibm.com>
13843
13844 * tree-vect-transform.c (get_initial_def_for_induction): Replace
13845 GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
13846 (get_initial_def_for_reduction): Likewise.
13847
13848 2007-03-16 Daniel Berlin <dberlin@dberlin.org>
13849
13850 Fix PR tree-optimization/29922
13851 * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
13852 (get_representative): Removed.
13853 (value_dies_in_block_x): Update for rvuse removal.
13854 (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
13855 (compute_antic_aux): Handle when PHI nodes appear in
13856 non-single-successors.
13857 (dump_bitmap_of_names): Removed.
13858 (compute_antic_safe): Renamed and removed rvuse calculation.
13859 Calculate only antic safe.
13860 (insert_into_preds_of_block): Remove assert.
13861 (execute_pre): Update for renamed functions.
13862 (defer_or_phi_translate_block): New function.
13863
13864 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
13865
13866 * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
13867 config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
13868 typos.
13869 * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
13870 Follow spelling conventions.
13871
13872 * tree-data-ref.h: Remove the prototype for analyze_array.
13873
13874 2007-03-17 Dorit Nuzman <dorit@il.ibm.com>
13875
13876 PR tree-optimization/31041
13877 * tree-vect-transform.c (get_initial_def_for_induction): Call
13878 force_gimple_operand.
13879
13880 2007-03-17 Olga Golovanevsky <olga@il.ibm.com>
13881
13882 * ipa-type-escape.c (look_for_casts) : Revert code to use
13883 handled_component_p due to ada test a-numaux.adb.
13884
13885 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
13886
13887 * final.c (final_scan_insn): Alter the condition of a
13888 conditional trap if we have nonstandard CC.
13889
13890 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
13891
13892 * configure.ac: Remove excess quoting from asm line 0 test.
13893 * configure: Rebuilt.
13894
13895 2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13896
13897 * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
13898 * c-common.c (convert_and_check): Move warning logic to...
13899 (warnings_for_convert_and_check): ...here. Define.
13900 * c-common.h (warnings_for_convert_and_check): Declare.
13901
13902 2007-03-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13903
13904 * pa.c (attr_length_call): Partially revert change of 2007-03-09.
13905 (output_call): Likewise.
13906
13907 2007-03-16 Richard Sandiford <richard@codesourcery.com>
13908
13909 * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
13910
13911 2007-03-16 Richard Sandiford <richard@codesourcery.com>
13912
13913 * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
13914
13915 2007-03-16 Uros Bizjak <ubizjak@gmail.com>
13916
13917 * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
13918 opteron, athlon-64 and athlon-fx processor_alias_table entries.
13919
13920 2007-03-16 Sebastian Pop <sebastian.pop@inria.fr>
13921
13922 PR tree-optimization/31183
13923 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
13924 Use double_int instead of unsigned int for representing access_strides.
13925 * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
13926
13927 2007-03-16 Richard Guenther <rguenther@suse.de>
13928
13929 PR tree-optimization/31146
13930 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
13931 to allow recursion of forward_propagate_addr_expr.
13932 (forward_propagate_addr_into_variable_array_index): Likewise.
13933 (forward_propagate_addr_expr): Likewise.
13934 (tree_ssa_forward_propagate_single_use_vars): Likewise.
13935 (forward_propagate_addr_expr_1): Recurse on simple copies
13936 instead of propagating into them. Do so for useless conversions
13937 as well.
13938 (forward_propagate_addr_expr): Clean up unused statements after
13939 recursion.
13940
13941 2007-03-16 Richard Guenther <rguenther@suse.de>
13942
13943 * builtins.c (expand_builtin_cexpi): Use the right argument
13944 for the expansion via cexp.
13945
13946 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
13947
13948 * configure.ac: Don't require ELF binutils to tolerate # 0 "".
13949 * configure: Rebuilt.
13950
13951 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
13952
13953 PR debug/29906
13954 * dwarf2out.c (force_type_die): Adjust comment.
13955 (dwarf2out_imported_module_or_decl): Handle base AT_import types.
13956
13957 2007-03-15 DJ Delorie <dj@redhat.com>
13958
13959 * config/frv/predicates.md (minmax_operator): Don't check operands
13960 here.
13961
13962 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
13963
13964 * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
13965 Update constant estimates of number of iterations.
13966 (record_nonwrapping_iv): Add "upper" argument. "data_size_bounds_p"
13967 argument renamed to "realistic".
13968 (compute_estimated_nb_iterations): Removed.
13969 (record_niter_bound): New function.
13970 (idx_infer_loop_bounds): For possible but unlikely tail arrays,
13971 call record_nonwrapping_iv with upper = false.
13972 (infer_loop_bounds_from_signedness): Pass upper argument to
13973 record_nonwrapping_iv.
13974 (estimate_numbers_of_iterations_loop): Do not call
13975 compute_estimated_nb_iterations. Record estimate based on profile
13976 information. Initialize the constant estimates of number of
13977 iterations.
13978 * tree-data-ref.c (estimated_loop_iterations): Return the recorded
13979 estimates.
13980 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
13981 number of iterations is too small.
13982 * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
13983 (EST_NOT_AVAILABLE): Removed.
13984 (struct loop): Replace estimated_nb_iterations by any_upper_bound,
13985 nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
13986 fields.
13987
13988 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
13989
13990 * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
13991 Handle NE_EXPR guards.
13992
13993 2007-03-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13994
13995 PR c++/24924
13996 * c-opts.c (c_common_post_options): Handle C++ post-processing here.
13997 Set also -pedantic-errors by default for the preprocessor unless
13998 -fpermissive is given.
13999
14000 2007-03-15 Richard Guenther <rguenther@suse.de>
14001
14002 PR middle-end/29719
14003 PR middle-end/31161
14004 * builtins.c (expand_builtin_cexpi): As a fallback if we
14005 don't have builtins for sincos or cexp create a function
14006 declaration for cexp and expand to a call to that.
14007 (expand_builtin_int_roundingfn): Always fall
14008 back to floor/ceil and its variants even if they may be
14009 not available.
14010
14011 2007-03-15 Steven Bosscher <steven@gcc.gnu.org>
14012
14013 PR middle-end/31159
14014 * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
14015 jump tables, move the call to delete_dead_jumptables from here...
14016 (cfg_layout_finalize): ...to here. But rebuild jump labels first.
14017 * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
14018 don't allow merging of blocks that try_redirect_by_replacing_jump
14019 also does not handle when not optimizing.
14020
14021 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
14022 Francois-Xavier Coudert <coudert@clipper.ens.fr>
14023
14024 * config/i386/i386.md (x86_sahf_1): Correctly handle
14025 HAVE_AS_IX86_SAHF.
14026
14027 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
14028
14029 PR target/31167
14030 * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
14031 x86_64_general_operand as operand[2] predicate. Remove "iF"
14032 from operand constraints and use "e" constraint instead.
14033 (*subti3_1, *subti3_1 splitter): Ditto.
14034 (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
14035 operand[1] predicate.
14036
14037 2007-03-14 Sebastian Pop <sebastian.pop@inria.fr>
14038
14039 * tree-loop-linear.c (gather_interchange_stats): For multidimensional
14040 arrays, multiply the access strides by the size of the sub-array.
14041 * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
14042
14043 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
14044
14045 * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
14046 the configured assembler supports the sahf mnemonic.
14047 * configure: Regenerate.
14048 * config.in: Regenerate.
14049
14050 * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
14051 emit "sahf" or ".byte\t0x9e" as asm template.
14052
14053 2007-03-14 Michael Meissner <michael.meissner@amd.com>
14054
14055 PR 31018
14056 * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
14057 option to replace hard coded TARGET_xxx in md file.
14058 (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
14059 (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
14060 (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
14061 (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
14062 (X86_TUNE_NOT_UNPAIRABLE): Ditto.
14063 (X86_TUNE_NOT_VECTORMODE): Ditto.
14064 (TUNE_SHORTEN_X87_SSE): Use new tuning option.
14065 (TUNE_AVOID_VECTOR_DECODE): Ditto.
14066 (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
14067 (TUNE_SLOW_IMUL_IMM8): Ditto.
14068 (TUNE_MOVE_M1_VIA_OR): Ditto.
14069 (TUNE_NOT_UNPAIRABLE): Ditto.
14070 (TUNE_NOT_VECTORMODE): Ditto.
14071
14072 * config/i386/i386.c (ix86_tune_features): Fill in new tuning
14073 options.
14074
14075 * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
14076 tuning options instead of hard coded TARGET_xxx.
14077 (fix ssemode peephole2's): Ditto.
14078 (imul peephole2's): Ditto.
14079 (movsi_or): Ditto.
14080 (movdi_or_rex64): Ditto.
14081 (move peephole2): Ditto.
14082 (not peephole2's): Ditto.
14083
14084 2007-03-14 Dirk Mueller <dmueller@suse.de>
14085
14086 * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
14087 * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
14088 * c-parser.c (c_parser_if_body): Always add an empty statement in case
14089 of empty body.
14090 * c-parser.c (c_parser_do_statement): Warn about empty body in
14091 do/while statement.
14092 * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
14093 * doc/invoke.texi (-Wempty-body): Update documentation.
14094
14095 2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
14096
14097 PR c/21438
14098 * c-common.h (warn_for_div_by_zero): Declare.
14099 * c-common.c (warn_for_div_by_zero): Define.
14100 * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
14101 warning.
14102
14103 2007-03-14 Richard Sandiford <richard@codesourcery.com>
14104
14105 * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
14106 to PREFIX and STANDARD_PREFIX.
14107
14108 2007-03-14 Richard Sandiford <richard@codesourcery.com>
14109 Phil Edwards <phil@codesourcery.com>
14110
14111 * gthr-vxworks.h: Add an extern "C" wrapper for C++.
14112 (__gthread_once_t): Remove busy field for RTPs.
14113 (__GTHREAD_ONCE_INIT): Update accordingly.
14114
14115 2007-03-14 Richard Sandiford <richard@codesourcery.com>
14116
14117 * doc/invoke.texi: Document VxWorks options.
14118
14119 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
14120
14121 * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
14122
14123 2007-03-13 Seongbae Park <seongbae.park@gmail.com>
14124
14125 PR tree-optimization/30590
14126 * tree-nrv.c (tree_nrv): Check for the partial update of the
14127 return value.
14128
14129 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
14130
14131 * flags.h (flag_random_seed): Remove declaration, in favor of...
14132 * toplev.h (get_random_seed, set_random_seed): ... these.
14133 * tree.c (get_file_function_name): Use the former.
14134 * opts.c (common_handle_option): Use the latter.
14135 * toplev.c
14136
14137 2007-03-13 Steven Bosscher <steven@gcc.gnu.org>
14138
14139 PR middle-end/31127
14140 * cse.c (cse_find_path): Do not bail out if a basic block that
14141 we already visited now becomes part of a path that starts at a
14142 different basic block. Just disallow this, to make sure we
14143 visit each basic block at most once.
14144
14145 2007-03-13 Jan Hubicka <jh@suse.cz>
14146
14147 * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold
14148 attributes, when profile esitmate is present, calls with very low
14149 frequency are cold.
14150
14151 2007-03-13 Zdenek Dvorak <dvorakz@suse.cz>
14152
14153 PR tree-optimization/30730
14154 PR tree-optimization/26900
14155 * tree-ssa-loop-niter.c: Include gmp.h.
14156 (bounds): New type.
14157 (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
14158 split_to_var_and_offset, determine_value_range,
14159 bound_difference_of_offsetted_base, refine_bounds_using_guard,
14160 bound_difference, bounds_add, bounds_negate,
14161 number_of_iterations_ne_max, dump_affine_iv): New functions.
14162 (number_of_iterations_ne, number_of_iterations_lt_to_ne,
14163 assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
14164 difference of initial and final value of control iv to validate
14165 results.
14166 (number_of_iterations_cond): Add loop parameter. Determine bounds
14167 on the difference of the extremes of the control iv. Add dumps.
14168 (expand_simple_operations): Handle phi nodes.
14169 (simplify_using_initial_conditions): Do not record used conditions.
14170 (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
14171 Do not set additional_info.
14172 (implies_nonnegative_p, implies_ge_p): Removed.
14173 (derive_constant_upper_bound): Do not use parameter `additional'.
14174 (record_estimate): Parameter `additional' removed. Parameter
14175 `i_bound' added. Do not call derive_constant_upper_bound.
14176 (record_nonwrapping_iv): Use derive_constant_upper_bound to
14177 bound the number of iterations estimate.
14178 (estimate_numbers_of_iterations_loop): Pass the estimate from
14179 the number of iterations analysis to record_estimate.
14180 * tree.h (multiple_of_p): Declare.
14181 * tree-scalar-evolution.c (expression_expensive_p): Removed.
14182 (scev_const_prop): Do not check expression_expensive_p.
14183 * fold-const.c (multiple_of_p): Exported.
14184 * double-int.c (double_int_mask): Exported.
14185 * double-int.h (double_int_mask): Declare.
14186 * tree-flow.h (struct tree_niter_desc): Removed additional_info
14187 field. Added max field.
14188
14189 2007-03-13 David Taylor <taylor@candd.org>
14190
14191 PR driver/12448:
14192 * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
14193 default -MQ.
14194
14195 2007-03-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14196
14197 PR target/31123
14198 * pa.md (vdepi_ior): Don't allow zero length deposit. Likewise for
14199 two unamed patterns.
14200
14201 2007-03-13 Uros Bizjak <ubizjak@gmail.com>
14202
14203 * config/i386/i386.opt (mcx16, msahf): New options.
14204 * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
14205 (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
14206
14207 * config/i386/driver-i386.c (bit_LAHF_LM): New define.
14208 (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
14209 Output -mcx16 and -msahf options when corresponding bit is set.
14210
14211 * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
14212 and -msahf options.
14213
14214 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
14215
14216 * configure.ac: Test for assembler tolerance to # 0 "".
14217 * configure, config.in: Rebuilt.
14218 * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
14219
14220 2007-03-13 Geoffrey Keating <geoffk@apple.com>
14221
14222 * doc/invoke.texi (Spec Files): Update for '%{,' spec.
14223
14224 * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
14225 (handle_syscall): Handle direct system calls.
14226 * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
14227
14228 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
14229
14230 * doc/invoke.texi: Fix cpp.info cross-reference.
14231 * doc/passes.texi: Fix gcc.info cross-reference.
14232
14233 2007-03-12 Zdenek Dvorak <dvorakz@suse.cz>
14234
14235 PR tree-optimization/30835
14236 * lambda-code.c (can_convert_to_perfect_nest): Check whether
14237 bb_for_stmt is not NULL before accessing it.
14238
14239 2007-03-12 Joseph Myers <joseph@codesourcery.com>
14240
14241 * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
14242 some multilibs.
14243
14244 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
14245
14246 PR 30635
14247 * doc/install.texi: Document --enable-stage1-languages
14248
14249 2007-03-12 Steven Bosscher <steven@gcc.gnu.org>
14250
14251 * tree-pass.h (pass_into_cfg_layout_mode,
14252 pass_outof_cfg_layout_mode): Declare.
14253 * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
14254 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
14255 * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
14256 (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
14257
14258 2007-03-12 Seongbae Park <seongbae.park@gmail.com>
14259
14260 * c-decl.c (warn_variable_length_array): New function.
14261 Refactored from grokdeclarator to handle warn_vla
14262 and handle unnamed array case.
14263 (grokdeclarator): Refactored VLA warning case.
14264 * c.opt (Wvla): New flag.
14265 * doc/invoke.texi (Wvla): New warning.
14266
14267 2007-03-12 Richard Henderson <rth@redhat.com>
14268
14269 * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
14270 (TARGET_SECTION_TYPE_FLAGS): New.
14271
14272 2007-03-12 Richard Henderson <rth@redhat.com>
14273
14274 * config/darwin.c (machopic_reloc_rw_mask): New.
14275 * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
14276 * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
14277
14278 2007-03-12 Mark Mitchell <mark@codesourcery.com>
14279
14280 * cppdefault.c (cpp_EXEC_PREFIX): New variable.
14281 * cppdefault.h (cpp_PREFIX): Document.
14282 (cpp_PREFIX_len): Likewise.
14283 (cpp_EXEC_PREFIX): New variable.
14284 * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
14285 * c-incpath.c (add_standard_paths): Correct logic for relocating
14286 paths within prefix.
14287
14288 2007-03-12 Uros Bizjak <ubizjak@gmail.com>
14289
14290 * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
14291 fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
14292 mode macro.
14293 (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
14294 fix_truncdfdi_sse using SSEMODEF mode macro.
14295 (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
14296 fix_truncdfsi_sse using SSEMODEF mode macro.
14297 (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
14298 (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
14299
14300 2007-03-12 Richard Sandiford <richard@codesourcery.com>
14301
14302 * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
14303 elfos.h to tm_file.
14304
14305 2007-03-12 Olga Golovanevsky <olga@il.ibm.com>
14306
14307 * tree.h : Add multiple_of_p declaration.
14308 * fold-const.c (multiple_of_p): Make multiple_of_p public.
14309 * ipa-type-escape.c (results_of_malloc): Redundant.
14310 (visited_stmts): New. Visited stmt for walk_use_def_chains.
14311 (cast_type): Extended with new members.
14312 (check_cast): Returns cast_type.
14313 (cast): New structure for data of walk_use_def_chains.
14314 (is_malloc_result, is_cast_from_non_pointer_1,
14315 is_cast_from_non_pointer,
14316 is_array_access_through_pointer_and_index): New functions.
14317 (look_for_casts): Returns cast types.
14318 (check_call): Returns void.
14319 (okay_pointer_operation): Use support of pointer plus index,
14320 pointer plus constant and allow all multiplications.
14321
14322 2007-03-11 Richard Guenther <rguenther@suse.de>
14323
14324 PR tree-optimization/31115
14325 * tree-vrp.c (extract_range_from_binary_expr): Make sure
14326 the shift count is positive and non-anti-range for RSHIFT_EXPR.
14327 A shift count of zero is not special as with *_DIV_EXPR.
14328 (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
14329 direction.
14330
14331 2007-03-11 Ian Lance Taylor <iant@google.com>
14332
14333 * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
14334 the *_DIV_EXPR codes correctly with overflow infinities.
14335
14336 2007-03-11 Ira Rosen <irar@il.ibm.com>
14337
14338 * tree-data-ref.c (analyze_offset): Add a return value (bool) to
14339 indicate success/failure of the analysis. Add negation to subtrahend
14340 in case of subtraction. Fail if both operands contain constants.
14341 (create_data_ref): Fail if analyze_offset fails.
14342
14343 2007-03-11 Uros Bizjak <ubizjak@gmail.com>
14344
14345 * config/i386/i386.md (frndintxf2): Rename to ...
14346 (rintxf2): ... this. Remove expander having same name.
14347 (rintsf2, rintdf2): Implement using SSEMODEF macro.
14348 (roundsf2, rounddf2): Ditto.
14349 (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
14350 (lround<mode>di2, lround<mode>si2): Ditto.
14351
14352 2007-03-11 Steven Bosscher <steven@gcc.gnu.org>
14353
14354 * lower-subreg.c: Include except.h.
14355 (decompose_multiword_subregs): Verify that the only control flow
14356 insns we can split are loads to multi-words pseudos.
14357 Handle breaking such blocks after splitting, instead of calling
14358 find_many_sub_basic_blocks.
14359
14360 * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
14361 on the new basic block. Add a lengthy comment explaining why we
14362 thought this was necessary.
14363 * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
14364
14365 2007-03-10 Mark Mitchell <mark@codesourcery.com>
14366
14367 PR c++/30924
14368 * tree.c (walk_type_fields): Recurse into the element type of
14369 ARRAY_TYPEs if there is a pointer set.
14370
14371 2007-03-10 Dirk Mueller <dmueller@suse.de>
14372
14373 * c-common.c (warn_logical_operator): Fix condition.
14374
14375 2007-03-10 Tobias Schl�ter <tobi@gcc.gnu.org>
14376
14377 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
14378 quotation mark.
14379 * config/darwin.c (machopic_select_section): Remove superfluous
14380 argument in call to categorize_decl_for_section. Remove unused
14381 variable shlib.
14382
14383 2007-03-10 Joseph Myers <joseph@codesourcery.com>
14384
14385 * configure.ac (glibc_header_dir): Set using with_build_sysroot if
14386 defined.
14387 * configure: Regenerate.
14388
14389 2007-03-10 Uros Bizjak <ubizjak@gmail.com>
14390
14391 PR target/31101
14392 * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
14393 (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
14394 (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
14395 Add LABEL_NUSES to emitted label.
14396 * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
14397 branch probability value to emitted jump insn.
14398 * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
14399 Do not check life information and do not re-arrange input operands
14400 for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
14401
14402 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
14403
14404 * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
14405 the change of decode_asm_operands.
14406
14407 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
14408
14409 * mode-switching.c (create_pre_exit): Skip blockage insn.
14410
14411 2007-03-09 Diego Novillo <dnovillo@redhat.com>
14412
14413 * tree-pass.h (TODO_update_smt_usage): Remove.
14414 Update all users.
14415 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
14416 argument SOME.
14417 Update all users.
14418
14419 2007-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14420
14421 * pa.c (attr_length_call): Revise condition for long
14422 pc-relative branch.
14423 (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long
14424 local calls on the SOM target. Don't use "LONG_PIC_PCREL" call
14425 sequence on SOM target.
14426
14427 2007-03-09 Geoffrey Keating <geoffk@apple.com>
14428
14429 * gcc.c: Document %{, in big comment at top.
14430 (input_suffix_matches): Remove special handling for .s and
14431 .S.
14432 (input_spec_matches): New.
14433 (handle_braces): Handle %{,.
14434 (validate_switches): ',' indicates a value which is not a switch.
14435 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
14436 to detect assembler input.
14437 * config/i386/sol2.h (CPP_SPEC): Likewise.
14438 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
14439 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
14440 * config/rs6000/lynx.h (ASM_SPEC): Likewise.
14441 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
14442 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
14443 -m64 causes deployment target to default to 10.5.
14444 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
14445
14446 2007-03-09 Richard Henderson <rth@redhat.com>
14447
14448 PR target/26090
14449 * target.h (targetm.asm.out.reloc_rw_mask): New.
14450 * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
14451 (TARGET_ASM_OUT): Use it.
14452 * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
14453 * varasm.c (categorize_decl_for_section): Remove shlib argument;
14454 use the new reloc_rw_mask target hook instead.
14455 (default_section_type_flags_1): Merge into...
14456 (default_section_type_flags): ... here.
14457 (decl_readonly_section_1): Merge into...
14458 (decl_readonly_section): ... here.
14459 (default_elf_select_section_1): Merge into...
14460 (default_elf_select_section): ... here.
14461 (default_unique_section_1): Merge into...
14462 (default_unique_section): ... here.
14463 (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
14464 (default_select_rtx_section): Use it.
14465 (default_elf_select_rtx_section): Likewise.
14466 * output.h: Update to match.
14467 * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
14468 * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
14469 (TARGET_ASM_RELOC_RW_MASK): New.
14470 * config/i386/i386.c (x86_64_elf_select_section): Adjust call
14471 to categorize_decl_for_section.
14472 (x86_64_elf_unique_section): Likewise.
14473 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
14474 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
14475 (TARGET_ASM_RELOC_RW_MASK): New.
14476 * config/ia64/ia64.c (ia64_rwreloc_select_section,
14477 ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
14478 (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
14479 (TARGET_RWRELOC): Remove.
14480 (ia64_section_type_flags): Adjust call to default_section_type_flags.
14481 * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
14482 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
14483 (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
14484 (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
14485 (rs6000_xcoff_select_section): Use decl_readonly_section.
14486 (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
14487 * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
14488 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
14489 (TARGET_SECTION_TYPE_FLAGS): Remove.
14490 * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
14491
14492 2007-03-09 Roger Sayle <roger@eyesopen.com>
14493
14494 * fold-const.c (fold_comparison): Remove compile-time evaluation of
14495 complex constant equality/inequality comparisons for here.
14496 (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
14497 known at compile-time or can be simplified to a scalar comparison.
14498 (fold_relational_const): Move compile-time evaluation of complex
14499 constant equality/inequality comparisons to here.
14500
14501 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
14502
14503 PR rtl-optimization/30643
14504 * cse.c (cse_insn): Recompute dest_hash after insert_regs for
14505 dest_addr_elt.
14506 (fold_rtx): Recurse, like before 2006-11-03.
14507
14508 2007-03-09 DJ Delorie <dj@redhat.com>
14509
14510 * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
14511 m32c-pragma.o.
14512
14513 2007-03-09 Aldy Hernandez <aldyh@redhat.com>
14514
14515 PR tree-optimization/30375
14516 * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
14517 LHS of statements is not the same.
14518 * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
14519
14520 2007-03-09 Chao-ying Fu <fu@mips.com>
14521
14522 * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
14523 REV 2.
14524 * doc/invoke.texi (-mdspr2): Document new option.
14525 * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
14526 New unspec for DSP REV 2.
14527 (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
14528 these instructions are extended in DSP REV 2.
14529 (mips-dspr2.md): Include.
14530 * config/mips/mips.opt (mdspr2): New option.
14531 * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
14532 MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
14533 MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
14534 (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
14535 (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
14536 (dsp_bdesc): Add DSP REV 2 builtins. Remove 32-bit only DSP builtins.
14537 (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
14538 and 2 builtins.
14539 (bdesc_map): Add one field of unsupported_target_flags.
14540 (bdesc_arrays): Update entries to have extra fields. Add
14541 dsp_32only_bdesc.
14542 (mips_init_builtins): Initialize new function types.
14543 Check unsupported_target_fileds to filter out builtins.
14544 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
14545 TARGET_DSPR2.
14546 (ASM_SPEC): Pass mdspr2 to the assembler.
14547 * config/mips/mips-dspr2.md: New file.
14548
14549 2007-03-09 Sa Liu <saliu@de.ibm.com>
14550
14551 * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
14552
14553 2007-03-09 Ian Lance Taylor <iant@google.com>
14554
14555 * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
14556 argument) like -Wstrict-overflow=2.
14557 * doc/invoke.texi (Warning Options): Update documentation.
14558
14559 2007-03-09 Dirk Mueller <dmueller@suse.de>
14560
14561 PR c++/17946
14562 * doc/invoke.texi (-Wlogical-op): Document.
14563 * common.opt (-Wlogical-op): New.
14564 * c-common.h (warn_logical_operator): Declare.
14565 * c-common.c (warn_logical_operator): Define.
14566 * c-typeck.c (parser_build_binary_op): Call
14567 warn_logical_operator.
14568
14569 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
14570
14571 * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
14572 * final.c (final_scan_insn): Test for non-"" file name.
14573
14574 2007-03-09 Sebastian Pop <sebastian.pop@inria.fr>
14575
14576 * doc/loop.texi: Document the Omega linear constraints solver.
14577 * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
14578 omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
14579 omega-hash-table-size, omega-max-keys, and
14580 omega-eliminate-redundant-constraints.
14581 * tree-pass.h (pass_check_data_deps): Declared.
14582 * omega.c: New.
14583 * omega.h: New.
14584 * timevar.def (TV_CHECK_DATA_DEPS): Declared.
14585 * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
14586 pass_check_data_deps): New.
14587 * tree-data-ref.c (init_data_ref): Remove declaration.
14588 (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
14589 (analyze_array): Renamed init_array_ref, move up initializations.
14590 (init_data_ref): Renamed init_pointer_ref. Moved before its call.
14591 Removed arguments that are set to NULL.
14592 (analyze_indirect_ref): Correct indentation, correct call to
14593 init_pointer_ref.
14594 (object_analysis): Call init_array_ref instead of analyze_array.
14595 (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
14596 (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
14597 of DR_ACCESS_FNS_ADDR.
14598 (init_omega_eq_with_af, omega_extract_distance_vectors,
14599 omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
14600 ddr_consistent_p): New.
14601 (compute_affine_dependence): Check consistency of ddrs when
14602 flag_check_data_deps is passed.
14603 (analyze_all_data_dependences): Uncomment.
14604 (tree_check_data_deps): New.
14605 * tree-data-ref.h: Include omega.h.
14606 (DR_ACCESS_FNS_ADDR): Removed.
14607 (data_dependence_relation): Add inner_loop.
14608 (DDR_INNER_LOOP): New.
14609 * common.opt (fcheck-data-deps): New.
14610 * tree-flow.h (tree_check_data_deps): Declare.
14611 * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
14612 (OBJS-common): Depend on omega.o.
14613 (omega.o): Define.
14614 * passes.c (pass_check_data_deps): Scheduled.
14615 * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
14616 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
14617 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
14618 PARAM_VECT_MAX_VERSION_CHECKS,
14619 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
14620
14621 2007-03-09 Richard Guenther <rguenther@suse.de>
14622
14623 PR tree-optimization/30904
14624 PR middle-end/31058
14625 * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
14626 the same way as *_DIV_EXPR.
14627
14628 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
14629
14630 * recog.c (decode_asm_operands): No mixed declarations and code.
14631
14632 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
14633
14634 * rtl.def (ASM_INPUT): Add location.
14635 * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
14636 (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
14637 (decode_asm_operands): Add loc operand.
14638 (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
14639 * stmt.c (expand_asm): Rename to...
14640 (expand_asm_loc): ... this. Add locus argument. Pass it on to
14641 gen_rtx_ASM_INPUT_loc.
14642 (expand_asm_expr): Adjust.
14643 * recog.c (decode_asm_operands): Add loc operand.
14644 (check_asm_operands, extract_insn): Adjust.
14645 * reload1.c (maybe_fix_stack_asms): Likewise.
14646 * final.c (asm_insn_count): Likewise.
14647 (final_scan_insn): Output # line before and after asm.
14648
14649 2007-03-09 Daniel Berlin <dberlin@dberlin.org>
14650
14651 * tree-ssa-structalias.c (variable_info): Remove
14652 finished_solution.
14653 (new_var_info): Ditto.
14654 (shared_bitmap_info_t): New structure.
14655 (shared_bitmap_table): New variable.
14656 (shared_bitmap_hash): New function.
14657 (shared_bitmap_eq): Ditto
14658 (shared_bitmap_lookup): Ditto.
14659 (shared_bitmap_add): Ditto.
14660 (merge_smts_into): Change to take bitmap directly.
14661 (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
14662 (init_alias_vars): Init shared bitmap hashtable.
14663 (delete_points_to_sets): Delete shared bitmap hashtable.
14664 * tree-ssa-operands.c (add_virtual_operand): Partially revert the
14665 is_aliased removal as a change that was still necessary was
14666 deleted.
14667
14668 2007-03-09 Uros Bizjak <ubizjak@gmail.com>
14669
14670 * config/i386/i386.h (override_options): Conditionally disable
14671 x86_sahf for 64bit targets only.
14672
14673 2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
14674
14675 PR C/31072
14676 * c-decl.c (merge_decls): Don't call make_var_volatile.
14677 * varasm.c (make_var_volatile): Remove.
14678 * output.h (make_var_volatile): Remove.
14679
14680 2007-03-08 Zdenek Dvorak <dvorakz@suse.cz>
14681
14682 PR tree-optimization/31085
14683 * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
14684
14685 2007-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14686
14687 * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
14688 llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
14689 ATTR_CONST_NOTHROW_LIST.
14690
14691 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
14692 FIX_TRUNC_EXPR.
14693
14694 2007-03-08 Diego Novillo <dnovillo@redhat.com>
14695
14696 * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
14697
14698 2007-03-08 Geoffrey Keating <geoffk@apple.com>
14699
14700 PR 31013
14701 * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
14702 is declared.
14703 * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
14704 passed, use shared libgcc.
14705
14706 2007-03-08 Roger Sayle <roger@eyesopen.com>
14707
14708 * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
14709 instead of calling build2 with a GIMPLE_MODIFY_STMT.
14710 (honor_protect_cleanup_actions, lower_try_finally_switch):
14711 Likewise.
14712 * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
14713 ifc_temp_var): Likewise.
14714 * tree-inline.c (setup_one_parameter): Likewise.
14715 * tree-mudflap.c (mf_decl_cache_locals,
14716 mf_build_check_statement_for): Likewise.
14717 * tree-nested.c (init_tmp_var, save_tmp_var,
14718 finalize_nesting_tree_1): Likewise.
14719 * tree-outof-ssa.c (insert_copy_on_edge,
14720 insert_backedge_copies): Likewise.
14721 * tree-profile.c (tree_gen_edge_profiler,
14722 tree_gen_ic_profiler): Likewise.
14723 * tree-scalar-evolution.c (scev_const_prop): Likewise.
14724 * tree-sra.c (sra_build_assignment): Likewise.
14725 * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
14726 * tree-ssa-math-opts.c (insert_reciprocals,
14727 execute_cse_sincos_1): Likewise.
14728 * tree-tailcall.c (adjust_accumulator_values,
14729 adjust_return_value): Likewise.
14730 * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
14731 * tree-vect-transform.c (vect_create_data_ref_ptr,
14732 bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
14733 vect_create_epilog_for_reduction, vectorizable_reduction,
14734 vectorizable_call, vectorizable_conversion,
14735 vectorizable_assignment, vectorizable_operation,
14736 vectorizable_type_demotion, vect_gen_widened_results_half,
14737 vect_permute_store_chain, vectorizable_store,
14738 vect_setup_realignment, vect_permute_load_chain,
14739 vectorizable_load, vectorizable_condition,
14740 vect_create_cond_for_align_checks): Likewise.
14741 * tree-vrp.c (build_assert_expr_for): Likewise.
14742
14743 2007-03-08 Ian Lance Taylor <iant@google.com>
14744
14745 * tree-vrp.c: Include "intl.h".
14746 (usable_range_p): New static function.
14747 (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
14748 overflowed values, juts set *strict_overflow_p.
14749 (compare_values): Only return -2 if one of the operands is not a
14750 constant.
14751 (compare_ranges): Call usable_range_p.
14752 (compare_range_with_value): Likewise.
14753 (vrp_evaluate_conditional_warnv): Rename from
14754 vrp_evaluate_conditional. Make static. Change all callers.
14755 (vrp_evaluate_conditional): New function.
14756 (simplify_div_or_mod_using_ranges): Issue warning about reliance
14757 on signed overflow.
14758 (simplify_abs_using_ranges): Likewise.
14759 (simplify_stmt_for_jump_threading): Add within_stmt parameter.
14760 * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
14761 within_stmt parameter.
14762 * tree-ssa-propagate.c (fold_predicate_in): Update call to
14763 vrp_evaluate_conditional.
14764 * tree-ssa-threadedge.c
14765 (record_temporary_equivalences_from_stmts_at_dest): Change
14766 simplify parameter to take a second tree parameter.
14767 (simplify_control_stmt_condition): Likewise.
14768 (thread_across_edge): Likewise.
14769 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
14770 (thread_across_edge): Likewise.
14771 * Makefile.in (tree-vrp.o): Depend upon intl.h.
14772
14773 2007-03-08 Uros Bizjak <ubizjak@gmail.com>
14774
14775 * config/i386/i386.h (TARGET_SAHF): New define.
14776 * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
14777 Also enable for m_K8, m_AMDFAM10 and m_CORE2.
14778 (x86_sahf): New global variable.
14779 (override_options): Add PTA_NO_SAHF to pta_flags enum. Recode
14780 pta_flags masks using shifts. Add PTA_NO_SAHF to x86_64 and
14781 nocona processor flags. Set x86_sahf when PTA_NO_SAHF is not set
14782 in processor flags. Do not unconditionally disable TARGET_USE_SAHF
14783 for 64-bit.
14784 (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
14785 (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
14786 when expanding fcomi/sahf based tests.
14787 (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
14788 expanding sahf based alternative. Emit sahf based sequence when
14789 optimizing for code size.
14790 * config/i386/i386.md (x86_sahf_1): Do not disable for
14791 TARGET_64BIT, enable for TARGET_SAHF.
14792
14793 2007-03-08 Martin Michlmayr <tbm@cyrius.com>
14794
14795 * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
14796 spurious whitespace from error message.
14797
14798 2007-03-08 Volker Reichelt <reichelt@netcologne.de>
14799
14800 PR c++/30852
14801 * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
14802
14803 2007-03-08 Alexandre Oliva <aoliva@redhat.com>
14804
14805 * c-decl.c (grokdeclarator): Disable warnings for anonymous
14806 bitfields.
14807 * tree-sra.c (instantiate_element): Propagate disabled warnings
14808 from the element itself to the created variable.
14809
14810 2007-03-07 Richard Henderson <rth@redhat.com>
14811
14812 PR target/30848
14813 * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
14814 silently fix up the stack in the case of a missing register.
14815
14816 2007-03-07 Paul Brook <paul@codesourcery.com>
14817
14818 * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
14819
14820 2007-03-07 Joseph Myers <joseph@codesourcery.com>
14821
14822 * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
14823 New.
14824 (phase1_vrs): Use them.
14825 (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
14826 (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
14827 __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
14828 (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
14829 __gnu_Unwind_Restore_WMMXC if required.
14830 (_Unwind_VRS_Pop): Implement iWMMXt support.
14831 * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
14832 gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
14833 gnu_Unwind_Save_WMMXC): Define.
14834
14835 2007-03-07 Richard Sandiford <richard@codesourcery.com>
14836
14837 * config/vxworks.h (vxworks_override_options): Declare.
14838 (VXWORKS_OVERRIDE_OPTIONS): Use it.
14839 * config/vxworks.c: Include target.h and toplev.h.
14840 (vxworks_override_options): New function.
14841 * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
14842
14843 2007-03-07 Andreas Krebbel <krebbel1@de.ibm.com>
14844
14845 * config/s390/s390.c (override_options): Don't emit an error when
14846 -mstack-size is used without providing -mstack-guard.
14847 (s390_emit_prologue): Choose stack_guard value automatically if not
14848 provided via command line.
14849 * doc/invoke.texi: Adjust description of -mstack-guard and
14850 -mstack-size.
14851
14852 2007-03-07 Richard Sandiford <richard@codesourcery.com>
14853
14854 * config/i386/i386.c (output_set_got): Add a GOT initialization
14855 sequence for VxWorks PIC.
14856 (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
14857 around labels as well as symbols. Use gotoff_operand instead
14858 of local_symbolic_operand.
14859 (legitimize_pic_address): Use gotoff_operand instead of
14860 local_symbolic_operand. Use @GOT accesses for labels as
14861 well as symbols.
14862 (ix86_output_addr_diff_elt): Use PC-relative rather than
14863 GP-relative offsets for VxWorks PIC.
14864 (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
14865 no_new_pseudos. Check whether the returned register is op0.
14866 * config/i386/i386.md (tablejump): Use PC-relative rather than
14867 GP-relative offsets for VxWorks PIC.
14868 * config/i386/predicates.md (gotoff_operand): New predicate.
14869
14870 2007-03-06 Richard Sandiford <richard@codesourcery.com>
14871
14872 * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
14873 before defining.
14874 * config/vxworks-dummy.h: New file.
14875 * config/i386/i386.h: Include it.
14876
14877 2007-03-07 Alexandre Oliva <aoliva@redhat.com>
14878
14879 * dwarf2out.c (is_inlined_entry_point): New
14880 (add_high_low_attributes): Emit DW_AT_entry_pc along with
14881 DW_AT_ranges if the first subblock is the entry point.
14882
14883 2007-03-06 David Daney <ddaney@avtrex.com>
14884
14885 * doc/install.texi (mips-*-*): Change recommended binutils
14886 version.
14887
14888 2007-03-06 Anatoly Sokolov <aesok@post.ru>
14889
14890 * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
14891 ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
14892 devices.
14893 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
14894 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
14895
14896 2007-03-06 Jan Hubicka <jh@suse.cz>
14897
14898 * errors.h (warning, error, fatal, internal_error): Mark as cold.
14899 * predict.c (maybe_hot_bb): Cold functions are never hot; hot
14900 functions are hot.
14901 (probably_cold_bb_p): Cold functions are cold.
14902 (probably_never_executed_bb_p): Cold functions are cold.
14903 (tree_bb_level_predictions): Predict calls to cold functions as not
14904 taken.
14905 (compute_function_frequency): Check hot/cold attributes.
14906 * function.h (function_frequency): Update comments.
14907 * predict.def (PRED_COLD_FUNCTION): Predict cold function.
14908 * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
14909 (c_common_att): Add cold and hot.
14910
14911 * doc/extend.texi (hot,cold attributes): Document.
14912
14913 2007-03-06 Andrew Haley <aph@redhat.com>
14914
14915 * function.c (expand_function_end): Move blockage to just after we
14916 emit the label for the naked return from the function.
14917
14918 2007-03-06 Richard Sandiford <richard@codesourcery.com>
14919
14920 * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
14921 before redefining.
14922
14923 2007-03-06 Jan Hubicka <jh@suse.cz>
14924
14925 * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
14926 loaded for constant large models. Non-large 64bit PIC can do.
14927 * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
14928 * cmodel.h: Add LARGE PIC.
14929 * i386.md (UNSPEC_PLTOFF): New.
14930 (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other
14931 unspecs as needed.
14932 (*call_1_rex64): Disable for large models.
14933 (*call_1_rex64_large): New.
14934 (*call_value_1_rex64): Disable for large models.
14935 (*call_value_1_rex64_large): New.
14936 (set_rip_rex4): New.
14937 (set_got_offset_rex64): New.
14938 * predicates.md (constant_call_address_operand): For large model
14939 constant calls are not possible.
14940 * i386-protos.h (construct_plt_address): Declare.
14941 * i386.c (override_options): Accept large models.
14942 (ix86_expand_prologue): Expand large PIC GOT pointer load.
14943 (legitimate_constant_p): Add new UNSPECs.
14944 (legitimate_pic_operand_p): Likewise.
14945 (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
14946 (legitimize_pic_address): Do easy RIP relative way for TLS only for
14947 non-large model.
14948 (output_pic_addr_const): Add PLTOFF.
14949 (ix86_output_addr_diff_elt): Output 64bit tables when needed.
14950 (ix86_expand_move): Legitimize pic address when in PIC mode.
14951 (construct_plt_address): New function.
14952 (ix86_expand_call): Offload the address to register and use GOT
14953 pointer for large model.
14954 * invoke.texi (mcmodel=large): Update documentation.
14955
14956 2007-03-06 Richard Henderson <rth@redhat.com>
14957
14958 * config/i386/i386.c (x86_use_leave, x86_push_memory,
14959 x86_zero_extend_with_and, x86_movx, x86_double_with_add,
14960 x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
14961 x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
14962 x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
14963 x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
14964 x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
14965 x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
14966 x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
14967 x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
14968 x86_partial_reg_dependency, x86_memory_mismatch_stall,
14969 x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
14970 x86_sse_partial_reg_dependency, x86_sse_split_regs,
14971 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
14972 x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
14973 x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
14974 x86_schedule, x86_use_bt, x86_pad_returns,
14975 x86_use_xchgb): Merge into ...
14976 (ix86_tune_features): ... here. New array.
14977 (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
14978 x86_bswap): Merge into ...
14979 (ix86_arch_features): ... here. New array.
14980 (x86_3dnow_a): Remove.
14981 (x86_accumulate_outgoing_args): Make static.
14982 (x86_arch_always_fancy_math_387): Make static.
14983 (ix86_tune_mask, ix86_arch_mask): Move ...
14984 (override_options): ... to local variables here. Apply the
14985 appropriate mask to each element of ix86_arch_features and
14986 ix86_tune_features. Adjust TARGET_CMOVE and TARGET_USE_SAHF
14987 as were done in the old macros.
14988 (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
14989 * config/i386/i386.h (x86_use_leave, x86_push_memory,
14990 x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
14991 x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
14992 x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
14993 x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
14994 x86_read_modify_write, x86_read_modify, x86_split_long_moves,
14995 x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
14996 x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
14997 x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
14998 x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
14999 x86_partial_reg_dependency, x86_memory_mismatch_stall,
15000 x86_accumulate_outgoing_args, x86_prologue_using_move,
15001 x86_epilogue_using_move, x86_decompose_lea,
15002 x86_arch_always_fancy_math_387, x86_shift1,
15003 x86_sse_partial_reg_dependency, x86_sse_split_regs,
15004 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
15005 x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
15006 x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
15007 x86_use_incdec, x86_pad_returns, x86_bswap,
15008 x86_partial_flag_reg_stall): Remove.
15009 (enum ix86_tune_indices): New.
15010 (ix86_tune_features): New.
15011 (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
15012 TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
15013 TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
15014 TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
15015 TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
15016 TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
15017 TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
15018 TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
15019 TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
15020 TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
15021 TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
15022 TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
15023 TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
15024 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
15025 TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
15026 TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
15027 TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
15028 TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
15029 TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
15030 TARGET_EXT_80387_CONSTANTS): Use it.
15031 (enum ix86_arch_indices): New.
15032 (ix86_arch_features): New.
15033 (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
15034 TARGET_BSWAP): Use it.
15035 (ix86_tune_mask, ix86_arch_mask): Remove.
15036
15037 2007-03-06 Joseph Myers <joseph@codesourcery.com>
15038
15039 PR bootstrap/31020
15040 * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
15041 Define using $${sysroot_headers_suffix}.
15042 * configure: Regenerate.
15043 * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
15044 multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
15045 defined.
15046 * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
15047 * gcc.c (print_sysroot_headers_suffix): New.
15048 (option_map): Include --print-sysroot-headers-suffix.
15049 (display_help): Mention -print-sysroot-headers-suffix.
15050 (process_command): Handle -print-sysroot-headers-suffix.
15051 (do_spec_1): Append multilib directory to include-fixed path if
15052 sysroot suffixes in use.
15053 (main): Handle -print-sysroot-headers-suffix.
15054 * Makefile.in (start.encap): Don't depend on xlimits.h
15055 (xlimits.h): Remove.
15056 (stmp-int-hdrs): Don't depend on xlimits.h. Inline generation of
15057 limits.h for each multilib in fixinc_list.
15058 (fixinc_list, s-fixinc_list): New.
15059 (stmp-fixinc): Depend on fixinc_list. If not copying headers,
15060 generate them for each multilib in fixinc_list.
15061 (stmp-fixproto): Use include-fixed. Run fixproto for each
15062 multilib in fixinc_list.
15063 (mostlyclean): Don't remove xlimits.h.
15064 (clean): Remove include-fixed.
15065 (real-install-headers-tar, real-install-headers-cpio,
15066 real-install-headers-cp): Don't copy include, only include-fixed.
15067 (install-mkheaders): Depend on fixinc_list. Don't depend on
15068 xlimits.h. Save limits.h files for each multilib in fixinc_list.
15069 Always save mkinstalldirs. Preserve ${sysroot_headers_suffix} in
15070 SYSTEM_HEADER_DIR setting in mkheaders.conf.
15071
15072 2007-03-06 Jan Hubicka <jh@suse.cz>
15073
15074 * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
15075 NANs easilly.
15076
15077 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15078
15079 * configure.ac: Allow tm_file to contain build-directory files.
15080 * configure: Regenerate.
15081 * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
15082 * config/m68k/t-uclinux (sysroot-suffix.h): New target.
15083 * config/m68k/print-sysroot-suffix.sh: New file.
15084
15085 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15086
15087 * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
15088 of pic_offset_table_rtx if reload_completed.
15089 (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
15090 PIC_OFFSET_TABLE_REGNUM.
15091 * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
15092 return true.
15093 (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
15094 (m68k_output_mi_thunk): Rewrite to use RTL. Honor vcall_offset.
15095
15096 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15097
15098 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
15099 functions that call eh_return.
15100
15101 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15102
15103 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
15104 functions that need a constant pool.
15105
15106 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15107
15108 PR target/28181
15109 * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
15110 (m68k_preferred_reload_class): Likewise.
15111 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
15112 (SECONDARY_RELOAD_CLASS): Define.
15113 (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
15114 (LIMIT_RELOAD_CLASS): Delete.
15115 * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
15116 registers from storing bytes.
15117 (m68k_secondary_reload_class): New function.
15118 (m68k_preferred_reload_class): Likewise.
15119
15120 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15121
15122 * config/m68k/m68k.c (m68k_save_reg): Remove special case for
15123 leaf functions.
15124 (m68k_expand_prologue): Likewise.
15125
15126 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15127
15128 * config/m68k/m68k-protos.h (output_sibcall): Declare.
15129 (mips_expand_epilogue): Add a bool parameter.
15130 (m68k_legitimize_sibcall_address): Declare.
15131 * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
15132 (m68k_expand_epilogue): Add a parameter to select between sibling
15133 and normal epilogues. Only generate a return for the latter.
15134 (m68k_ok_for_sibcall_p): New function.
15135 (m68k_legitimize_sibcall_address, output_sibcall): New functions.
15136 * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
15137 (sibcall_value, *sibcall_value): Likewise.
15138 (*call, *call_value): Require !SIBLING_CALL_P.
15139 (epilogue): Update call to m68k_expand_epilogue.
15140 (sibcall_epilogue): New pattern.
15141 * config/m68k/predicates.md (const_call_operand): Say that this
15142 predicate applies to sibling calls too.
15143 (sibcall_operand): New predicate.
15144
15145 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15146
15147 * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
15148 alternatives as movsi_cf.
15149 (movsf_cf_hard): Add commentary.
15150
15151 2007-03-06 Kazu Hirata <kazu@codesourcery.com>
15152 Richard Sandiford <richard@codesourcery.com>
15153
15154 * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
15155 (m68k_movem_pattern_p, m68k_output_movem): Likewise.
15156 (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
15157 * config/m68k/m68k.h (EPILOGUE_USES): Define. Treat all registers
15158 as being live on exit from an interrupt function.
15159 (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
15160 * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
15161 (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
15162 (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
15163 (m68k_interrupt_function_p): Globalize.
15164 (m68k_compute_frame_layout): Remove reverse mask code.
15165 (m68k_emit_movem, m68k_set_frame_related): New functions.
15166 (m68k_output_function_prologue): Delete in favor of...
15167 (m68k_expand_prologue): ...this new function.
15168 (m68k_output_function_epilogue): Delete in favor of...
15169 (m68k_expand_epilogue): ...this new function.
15170 (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
15171 functions.
15172 (print_operand): Handle %?.
15173 * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
15174 (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
15175 (prologue, epilogue): New patterns.
15176 (return): Turn into a define_expand.
15177 (*return): New pattern, derived from old "return" pattern. Use rte
15178 rather than rts for interrupt functions. Only use rtd if the pop
15179 count is nonzero.
15180 (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
15181 (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
15182 (link, *link, unlink, *unlink, load_got): Likewise.
15183
15184 2007-03-06 Richard Sandiford <richard@codesourcery.com>
15185
15186 PR target/23482
15187 PR target/17114
15188 * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
15189 (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
15190 (m68k_matches_q_p, m68k_matches_u_p): Likewise.
15191 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
15192 and m68k_matches_u_p.
15193 (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
15194 (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
15195 (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
15196 (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
15197 (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
15198 (REG_STRICT_P): New macro.
15199 (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
15200 PCREL_GENERAL_OPERAND_OK.
15201 (REG_OK_FOR_BASE_P): Merge definitions. Use REG_STRICT_P and
15202 m68k_legitimate_base_reg_p.
15203 (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
15204 (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
15205 (PIC_CASE_VECTOR_ADDRESS): Update comment.
15206 * config/m68k/m68k.c (m68k_address): New structure.
15207 (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
15208 (m68k_decompose_index, m68k_legitimate_constant_address_p)
15209 (m68k_jump_table_ref_p, m68k_decompose_address)
15210 (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
15211 (m68k_matches_u_p): New functions.
15212 (print_operand_address): Rewrite to use m68k_decompose_index.
15213
15214 2007-03-05 David Taylor <dtaylor@emc.com>
15215
15216 * gcc.c: Correct copyright date in --version output.
15217
15218 2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15219
15220 * pa.md: In unamed move patterns, disparge copies between general
15221 and floating point registers using '?' modifier. Don't include 'f'
15222 constraint for register preferences in DImode, SImode, HImode and
15223 QImode patterns. Likewise for 'r' in DFmode and SFmode patterns.
15224 Remove constraints for copies between general and floating registers
15225 in soft-float DFmode pattern.
15226 (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
15227 floating register.
15228 (movsf): Likewise.
15229
15230 2007-03-05 Mike Stump <mrs@apple.com>
15231
15232 * c-common.c (targetcm): Add.
15233 * c-opts.c (c_common_handle_option): Handle language specific
15234 target options.
15235 * opts.c (handle_option): Verify language for target options, if
15236 any are given.
15237 * opth-gen.awk: Add CL_LANG_ALL.
15238 * target-def.h (TARGET_HANDLE_C_OPTION): Add.
15239 (TARGETCM_INITIALIZER): Add.
15240 * target.h (struct gcc_targetcm): Add.
15241 (targetcm): Add.
15242 * targhooks.c (default_handle_c_option): Add.
15243 * targhooks.h (default_handle_c_option): Add.
15244 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
15245
15246 * config/darwin.opt (iframework): Add.
15247 * config/darwin.h (TARGET_HAS_TARGETCM): Add.
15248 * config/darwin-c.c (handle_c_option): Add.
15249 (TARGET_HANDLE_C_OPTION): Add.
15250 (targetcm): Add.
15251 * doc/invoke.texi (Darwin Options): Add -iframework.
15252
15253 2007-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15254
15255 * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
15256 conversion.
15257
15258 2007-03-05 Ian Lance Taylor <iant@google.com>
15259
15260 * c.opt (fgnu89-inline): New option.
15261 * c-opts.c (c_common_post_options): Set default value for
15262 flag_gnu89_inline.
15263 * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
15264 (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
15265 inline functions.
15266 (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
15267 (grokdeclarator, start_function): Likewise.
15268 * c-cppbuiltin.c (c_cpp_builtins): Define either
15269 __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
15270 * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
15271 (C Dialect Options): Document -fgnu89-inline.
15272 * doc/extend.texi (Function Attributes): Explain what the
15273 gnu_inline attribute does.
15274 * doc/cpp.texi (Common Predefined Macros): Document
15275 __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
15276
15277 2007-03-05 Ian Lance Taylor <iant@google.com>
15278
15279 PR tree-optimization/31034
15280 * tree-vrp.c (extract_range_from_assert): Don't try to handle a
15281 half-range if the other side is an overflow infinity.
15282
15283 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
15284
15285 * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
15286 (bfin*-linux-uclibc*): New configuration.
15287 * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
15288 defining.
15289 * config/bfin/linux.h: New file.
15290 * config/bfin/libgcc-bfin.ver: New file.
15291 * config/bfin/t-bfin-uclinux: New file.
15292 * config/bfin/t-bfin-linux: New file.
15293 * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
15294 (TARGET_OS_CPP_BUILTINS): New macro.
15295
15296 2007-03-05 Richard Guenther <rguenther@suse.de>
15297
15298 * fold-const.c (fold_binary): Remove duplicate folding
15299 of comparison of non-null ADDR_EXPR against null.
15300
15301 2007-03-05 Richard Guenther <rguenther@suse.de>
15302 Dorit Nuzman <dorit@il.ibm.com>
15303
15304 PR tree-optimization/26420
15305 * tree-vectorizer.c (vectorize_loops): Bail out early if there
15306 are no loops in the function. Only print the number of
15307 vectorized loops if it is greater than zero or we are supposed
15308 to print information about unvectorized loops.
15309
15310 2007-03-05 Revital Eres <eres@il.ibm.com>
15311
15312 * gcc.dg/var-expand1.c: New test.
15313 * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
15314 when an accumulator is expanded.
15315
15316 2007-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
15317
15318 PR other/30465
15319 * c-common.c (convert_and_check): Don't give warnings for
15320 conversion if 'expr' already overflowed.
15321
15322 2007-03-04 Roger Sayle <roger@eyesopen.com>
15323
15324 PR middle-end/30744
15325 * fold-const.c (fold_comparison): Enforce type consistency when
15326 transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
15327
15328 2007-03-04 Zdenek Dvorak <dvorakz@suse.cz>
15329
15330 * tree-ssa-address.c (create_mem_ref): Do not put an expression
15331 containing a cast to the base of TARGET_MEM_REF.
15332
15333 2007-03-04 Martin Michlmayr <tbm@cyrius.com>
15334
15335 * tree.c (tree_contains_struct_check_failed): Remove spurious
15336 whitespace from error message.
15337
15338 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
15339
15340 PR target/30406
15341 * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
15342 instead of precision.
15343
15344 2007-03-04 Roman Zippel <zippel@linux-m68k.org>
15345 Nathan Sidwell <nathan@codesourcery.com>
15346
15347 * emit-rtl.c (find_auto_inc): New.
15348 (try_split): recreate REG_INC notes,
15349 Use regular for loops rather than whiles.
15350
15351 2007-03-03 Andreas Schwab <schwab@suse.de>
15352
15353 * configure.ac (HAVE_AS_REL16): Move test back to correct place.
15354 * configure: Regenerate.
15355
15356 2007-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15357
15358 * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
15359 flag_rounding_math, not flag_unsafe_math_optimizations.
15360
15361 * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
15362 fold_build2.
15363 * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
15364 alpha_fold_vector_minmax): Likewise.
15365 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
15366 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
15367
15368 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
15369
15370 * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
15371 (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
15372 if the lhs has side-effects.
15373 <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
15374
15375 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
15376
15377 * config/i386/i386.h (TUNEMASK): Remove define.
15378 (ARCHMASK): Remove define.
15379 (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
15380 Use ix86_arch_mask variable instead of ARCHMASK.
15381 * config/i386/i386.c (override_options): Ditto.
15382 (standard_80387_constant_p): Ditto.
15383
15384 2007-03-02 Ian Lance Taylor <iant@google.com>
15385
15386 Used signed infinities in VRP.
15387 * tree-vrp.c (uses_overflow_infinity): New static function.
15388 (supports_overflow_infinity): New static function.
15389 (make_overflow_infinity): New static function.
15390 (negative_overflow_infinity): New static function.
15391 (positive_overflow_infinity): New static function.
15392 (is_negative_overflow_infinity): New static function.
15393 (is_positive_overflow_infinity): New static function.
15394 (is_overflow_infinity): New static function.
15395 (overflow_infinity_range_p): New static function.
15396 (compare_values_warnv): New function split out of compare_values.
15397 (compare_value): Call it.
15398 (set_value_range_to_nonnegative): Add overflow_infinity
15399 parameter. Change caller.
15400 (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
15401 Change callers.
15402 (vrp_expr_computes_nonzero): Likewise.
15403 (compare_ranges, compare_range_with_value): Likewise.
15404 (compare_name_with_value, compare_names): Likewise.
15405 (vrp_evaluate_conditional): Likewise.
15406 (set_value_range): Handle infinity
15407 (vrp_operand_equal_p, operand_less_p): Likewise.
15408 (extract_range_from_assert): Likewise.
15409 (vrp_int_const_binop): Likewise.
15410 (extract_range_from_binary_expr): Likewise.
15411 (extract_range_from_unary_expr): Likewise.
15412 (extract_range_from_comparison): Likewise.
15413 (extract_range_from_expr): Likewise.
15414 (dump_value_range): Likewise.
15415 (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
15416 (test_for_singularity): Likewise.
15417 (vrp_int_const_binop): Remove inline qualifier.
15418 (adjust_range_with_scev): Add comment.
15419 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
15420
15421 2007-03-02 Diego Novillo <dnovillo@redhat.com>
15422
15423 * tree-ssa-structalias.c (could_have_pointers): Tidy.
15424 (get_constraint_for): Likewise.
15425 (do_structure_copy): Likewise.
15426 (find_func_aliases): Fix references to MODIFY_EXPR.
15427 (intra_create_variable_infos): Tidy.
15428 * tree-ssa-operands.c (add_virtual_operand): Add argument
15429 IS_CALL_SITE.
15430 When adding members of alias sets, if IS_CALL_SITE is true and
15431 the symbol is not call-clobbered, skip it.
15432 Adjust all callers.
15433
15434 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
15435
15436 * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
15437 entry by means of emit_insn_at_entry.
15438
15439 2007-03-02 Richard Henderson <rth@redhat.com>
15440
15441 * expr.h (promoted_input_arg): Remove decl.
15442 * function.c (promoted_input_arg): Merge into ...
15443 * combine.c (setup_incoming_promotions): ... only caller.
15444 Rearrange to avoid double loop.
15445
15446 2007-03-02 Ben Elliston <bje@au.ibm.com>
15447 Peter Bergner <bergner@vnet.ibm.com>
15448 Janis Johnson <janis187@us.ibm.com>
15449
15450 * config/rs6000/dfp.md: New file.
15451 * config/rs6000/rs6000.md: Include dfp.md.
15452 (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
15453 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
15454 and TDmode decimal float modes in FP registers.
15455 (num_insns_constant): Likewise.
15456 (rs6000_legitimate_offset_address_p): Likewise.
15457 (rs6000_legitimize_address): Likewise.
15458 (rs6000_legitimize_reload_address): Likewise.
15459 (rs6000_legitimate_address): Likewise.
15460 (rs6000_emit_move): Likewise.
15461 (function_arg_boundary): Likewise.
15462 (function_arg_advance): Likewise.
15463 (rs6000_darwin64_record_arg_recurse): Likewise.
15464 (function_arg): Likewise.
15465 (rs6000_gimplify_va_arg): Likewise.
15466 (rs6000_split_multireg_move): Likewise.
15467 (rs6000_output_function_epilogue): Likewise.
15468 (rs6000_output_function_epilogue): Likewise.
15469 (rs6000_register_move_cost): Likewise.
15470 (rs6000_function_value): Likewise.
15471 (rs6000_libcall_value): Likewise.
15472
15473 2007-03-02 Richard Sandiford <richard@codesourcery.com>
15474
15475 * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
15476
15477 2007-03-02 Richard Sandiford <richard@codesourcery.com>
15478
15479 * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
15480 Use $MULTIDIR to choose between the kernel and RTP headers,
15481 and use $WIND_BASE and $WIND_USR to locate them.
15482
15483 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
15484
15485 * config/i386/i386.c (override_options): Put initialization of
15486 ix86_tune_mask and ix86_arch_mask to the correct place.
15487
15488 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
15489 Michael Meissner <michael.meissner@amd.com>
15490
15491 PR target/31019
15492 * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
15493 (ARCHMASK): Define.
15494 (TARGET_CMOVE): Use ARCHMASK.
15495 (TARGET_CMPXCHG): Ditto.
15496 (TARGET_CMPXCHG8B): Ditto.
15497 (TARGET_XADD): Ditto.
15498 (TARGET_BSWAP): Ditto.
15499 * config/i386/i386.c (ix86_tune_mask): New global variable.
15500 (ix86_arch_mask): Ditto.
15501 (override_options): Initialize ix86_tune_mask and
15502 ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
15503 target_flags.
15504
15505 2007-03-02 Ben Elliston <bje@au.ibm.com>
15506
15507 PR 30992
15508 * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
15509
15510 2007-03-02 Joseph Myers <joseph@codesourcery.com>
15511
15512 * target.h (init_dwarf_reg_sizes_extra): New target hook.
15513 * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
15514 * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
15515 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
15516 hook.
15517 * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
15518 rs6000_init_dwarf_reg_sizes_extra): New.
15519 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
15520 SPE register high parts.
15521
15522 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
15523
15524 * Makefile.in: Add install-pdf target as
15525 copied from automake v1.10 rules.
15526 * configure.ac: Add install-pdf to target list.
15527 * configure: Regenerate.
15528
15529 2007-03-01 Paul Brook <paul@codesourcery.com>
15530
15531 * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
15532 modes to LDRD for DImode.
15533 (output_move_double): Fixup out of range ldrd/strd.
15534 (vfp_secondary_reload_class): Rename...
15535 (coproc_secondary_reload_class): ... to this. Add wb argument.
15536 * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
15537 coproc_secondary_reload_class for CLASS_IWMMXT.
15538 (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
15539 * arm-protos.h (coproc_secondary_reload_class): Update prototype.
15540
15541 2007-03-01 Zdenek Dvorak <dvorakz@suse.cz>
15542
15543 * tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the
15544 unroll factor by the estimated number of iterations.
15545 (loop_prefetch_arrays): Do not prefetch in loops that iterate less
15546 than prefetch latency.
15547
15548 * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
15549 decode_caches_intel, detect_caches_intel): New functions.
15550 (host_detect_local_cpu): Use detect_caches_amd and
15551 detect_caches_intel.
15552
15553 2007-03-01 Richard Henderson <rth@redhat.com>
15554
15555 * expr.c (emit_move_complex_push): Export.
15556 (emit_move_complex_parts): Split out from ...
15557 (emit_move_complex): ... here.
15558 * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
15559 * config/i386/i386.md (movcdi): New.
15560
15561 2007-03-01 Uros Bizjak <ubizjak@gmail.com>
15562
15563 * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
15564 size of mode1 to check for tieable modes in MMX case.
15565
15566 2007-03-01 Richard Sandiford <richard@codesourcery.com>
15567
15568 * Makefile.in (rtlanal.o): Depend on tree.h.
15569 * rtl.h (offset_within_section_p, split_const): Declare.
15570 * rtlanal.c: Include tree.h.
15571 (offset_within_block_p): New function, taken from
15572 mips_offset_within_object_p.
15573 (split_const): New function, taken from mips_split_const.
15574 * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
15575 Declare.
15576 * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
15577 (CONSTANT_ADDRESS_P): Only accept legitimate constants.
15578 (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
15579 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
15580 (m68k_illegitimate_symbolic_constant_p): New function.
15581 * config/m68k/m68k.md (movsi): Remove misleading predicates.
15582 If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
15583 symbolic constant that might be outside the symbol's section,
15584 move the symbol first and then add the offset.
15585 * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
15586 Override.
15587 * config/mips/mips.c (mips_split_const): Delete.
15588 (mips_offset_within_object_p): Delete.
15589 (mips_symbolic_constant_p): Use offset_within_section_p and
15590 split_const instead of mips_offset_within_object_p and
15591 mips_split_const.
15592 (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
15593 (mips_legitimize_const_move, print_operand_reloc)
15594 (mips_dangerous_for_la25_p): Use split_const instead of
15595 mips_split_const.
15596
15597 2007-02-28 Eric Christopher <echristo@apple.com>
15598
15599 * Makefile.in (install-include-dir): Don't rm -rf include.
15600
15601 2007-02-28 Richard Guenther <rguenther@suse.de>
15602
15603 PR middle-end/30364
15604 * fold-const.c (fold_binary): Do not associate expressions
15605 with more than one variable for integer types that do not wrap.
15606
15607 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>
15608
15609 * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
15610 Delete, and replace with...
15611 (fold_builtin_call_array): This. Update callers to use it.
15612 * fold-const.c (fold_build_call_list): Delete, and replace with...
15613 (fold_build_call_array): This.
15614 (fold_build_call_list_initializer): Delete, and replace with...
15615 (fold_build_call_array_initializer): This.
15616 * tree.h: Update declarations to reflect above changes.
15617
15618 * c-typeck.c (build_function_call): Store converted arguments
15619 in a stack-allocated array instead of building a list.
15620 (convert_arguments): Store arguments in the array passed in as an
15621 argument, and return the actual number of arguments.
15622 * c-format.c: (check_function_format): Pass arguments in an
15623 array instead of a list.
15624 * c-common.c (check_function_nonnull): Likewise.
15625 (check_function_sentinel): Likewise.
15626 (check_function_arguments): Likewise.
15627 * c-common.h: Update declarations to reflect above changes.
15628
15629 2007-02-28 Jan Hubicka <jh@suse.cz>
15630
15631 * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
15632 PRED_NEGATIVE_RETURN): Update outcomes.
15633
15634 2007-02-28 Bernd Schmidt <bernd.schmidt@analog.com>
15635
15636 * calls.c (emit_library_call_value_1): Handle partial registers
15637 correctly when building up CALL_INSN_FUNCTION_USAGE.
15638
15639 2007-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15640
15641 * pa/predicates.md (move_src_operand): Allow zero for mode.
15642 * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
15643 move pattern.
15644
15645 2007-02-27 Uros Bizjak <ubizjak@gmail.com>
15646
15647 PR target/30970
15648 * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
15649 *movv2df_internal): Enable pattern only for valid operand
15650 combinations.
15651 * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
15652 tie only 128bit modes. For MMX registers, tie only 64bit modes.
15653
15654 2007-02-27 Mike Stump <mrs@apple.com>
15655
15656 * config/darwin-crt3.c: Avoid compilation when compiling for a
15657 kext multilib.
15658
15659 2007-02-27 Joseph Myers <joseph@codesourcery.com>
15660
15661 * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
15662 FIXED_INCLUDE_DIR.
15663 (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
15664 for fixed headers and limits.h.
15665 (install-include-dir, install-headers-tar, install-headers-cpio,
15666 install-headers-cp, real-install-headers-tar,
15667 real-install-headers-cpio, real-install-headers-cp): Handle
15668 include-fixed as well as include.
15669 (install-mkheaders): Don't install files that go only in include
15670 not include-fixed.
15671 * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
15672 from GCC_INCLUDE_DIR.
15673 * gcc.c (process_command): Remove special -BstageN/ handling.
15674 (do_spec_1): Add include-fixed directories.
15675
15676 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
15677
15678 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
15679 _smulsi3_highpart.
15680 * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
15681 New functions.
15682 * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
15683 patterns.
15684
15685 2007-02-27 Mark Mitchell <mark@codesourcery.com>
15686
15687 * c-common.c (get_priority): Add check for
15688 SUPPORTS_INIT_PRIORITY.
15689
15690 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
15691
15692 * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
15693
15694 * config/bfin/bfin.c: Include "cfglayout.h".
15695 (MAX_LSETUP_DISTANCE): New macro.
15696 (struct loop_info): New members incoming, incoming_src and
15697 incoming_dest. Delete member predecessor.
15698 (length_for_loop): New function.
15699 (bfin_optimize_loop): Handle more different loop structures.
15700 (bfin_discover_loop): Rework detection of predecessor blocks by
15701 examining incoming edges.
15702 (bfin_discover_loops, bfin_free_loops): New functions, broken out of
15703 bfin_reorg_loops.
15704 (bfin_reorder_loops): New function.
15705 (bfin_reorg_loops): Use these three new functions.
15706
15707 * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
15708 REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
15709 (CONSTRAINT_LEN): Add entry for 'q'.
15710 (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
15711 Add 'q' constraints.
15712 (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
15713 (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
15714
15715 * config/bfin/bfin.md (add_with_carry): New pattern.
15716 (s_or_u, su_optab, su_modifier): New code macros/attrs.
15717 (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
15718 <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
15719 support unsigned multiplies too. Removed incorrect commutativity from
15720 operand 1 constraint where appropriate.
15721 (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
15722 patterns.
15723 (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
15724 <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
15725 New patterns.
15726 (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
15727 usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
15728 usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
15729 usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
15730 usmulhisi_hh_huh): New patterns.
15731
15732 * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
15733 lshifthi3): Fix output template to use half reg for operand 2.
15734
15735 * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
15736 instead of R2.
15737
15738 * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
15739
15740 2007-02-27 Andreas Schwab <schwab@suse.de>
15741
15742 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
15743
15744 2007-02-27 Jan Hubicka <jh@suse.cz>
15745
15746 * predict.c (last_basic_block_p): Remove.
15747 (tree_estimate_probability): Update return heuristic for commonized
15748 return blocks.
15749
15750 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
15751
15752 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
15753
15754 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
15755
15756 * doc/include/gcc-common.texi (versionsubtitle): New macro.
15757 * doc/cpp.texi: Standardize title page.
15758 * doc/cppinternals.texi: Likewise.
15759 * doc/gcc.texi: Standardize title page, remove version number
15760 from copyright page.
15761 * doc/gccint.texi: Likewise.
15762 * doc/install.texi: Standardize title page, add table of
15763 contents.
15764
15765 2007-02-26 Jan Hubicka <jh@suse.cz>
15766
15767 * predict.def: Set outcomes according to more recent results.
15768 (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
15769 Remove dead predictors.
15770 * predict.c (return_prediction): Fix pasto.
15771
15772 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
15773
15774 * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
15775 change; avoid a memory leak when returning early.
15776
15777 2007-02-26 Mark Mitchell <mark@codesourcery.com>
15778
15779 * c-decl.c (static_ctors): Move to c-common.c.
15780 (static_dtors): Likewise.
15781 (finish_function): Use c_record_cdtor_fn.
15782 (build_cdtor): Move to c-common.c.
15783 (c_write_global_declarations): Use c_build_cdtor_fns.
15784 * c-common.h (static_ctors): Declare.
15785 (static_dtors): Likewise.
15786 (c_record_cdtor_fn): Likewise.
15787 (c_build_cdtor_fns): Likewise.
15788 * c-common.c (static_ctors): New variable.
15789 (static_dtors): Likewise.
15790 (c_record_cdtor_fn): New function.
15791 (build_cdtor): Move from c-decl.c
15792 (c_build_cdtor_fns): New function.
15793
15794 * output.h (assemble_addr_to_section): Declare.
15795 (get_cdtor_priority_section): Likewise.
15796 * varasm.c (assemble_addr_to_section): New function.
15797 (get_cdtor_priority_section): Likewise.
15798 (default_named_section_asm_out_destructor): Use them.
15799 (destor_dtor_section_asm_out_destructor): Likewise.
15800 (default_named_section_asm_out_constructor): Likewise.
15801 (default_ctor_section_asm_out_constructor): Likewise.
15802 * config.gcc (*-*-vxworks*): Include vxworks.o.
15803 * config/t-vxworks (vxworks.o): New target.
15804 * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
15805 (TARGET_ASM_CONSTRUCTOR): Define.
15806 (TARGET_ASM_DESTRUCTOR): Likewise.
15807 (vxworks_asm_out_constructor): Declare.
15808 (vxworks_asm_out_destructor): Likewise.
15809
15810 * c-common.c (get_priority): Check that we have not just an
15811 INTEGER_CST, but an integer constant with integeral type.
15812
15813 2007-02-25 Uros Bizjak <ubizjak@gmail.com>
15814
15815 PR tree-optimization/30938
15816 * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
15817 use &dt[nargs-1] instead of &dt[nargs] in the call to
15818 vect_is_simple_use().
15819
15820 2007-02-25 Ulrich Weigand <uweigand@de.ibm.com>
15821
15822 * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
15823 from register elimination as PRE_MODIFY / POST_MODIFY increments.
15824 Do not attempt to handle MEM inside auto-inc expressions.
15825 * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
15826 of a register modified by an auto-inc expression. However, do handle
15827 elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
15828 (elimination_effects): Prohibit elimination of a register modified
15829 by an auto-inc expression. Disable register elimination rules whose
15830 target register is modified by an auto-inc expression with variable
15831 increment.
15832
15833 2007-02-25 Zdenek Dvorak <dvorakz@suse.cz>
15834
15835 * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
15836 off-by-one error.
15837 (array_at_struct_end_p): New function.
15838 (idx_infer_loop_bounds): Use it.
15839 (estimate_numbers_of_iterations_loop): Export.
15840 * predict.c (predict_loops): Use estimated_loop_iterations_int.
15841 Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
15842 (tree_estimate_probability): Call record_loop_exits.
15843 * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
15844 (estimated_loop_iterations, estimated_loop_iterations_int,
15845 estimated_loop_iterations_tree): New functions.
15846 (analyze_siv_subscript_cst_affine,
15847 compute_overlap_steps_for_affine_1_2,
15848 analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
15849 (analyze_miv_subscript): Use estimated_loop_iterations_tree.
15850 * predict.def (PRED_LOOP_ITERATIONS): Update comment.
15851 (PRED_LOOP_ITERATIONS_GUESSED): New.
15852 * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
15853 * cfgloop.h (estimate_numbers_of_iterations_loop,
15854 estimated_loop_iterations_int): Declare.
15855
15856 2007-02-25 Mark Mitchell <mark@codesourcery.com>
15857
15858 * doc/extend.texi: Document optional priority argument to
15859 constructors and destructors.
15860 * tree.c (init_priority_for_decl): Adjust GTY markers.
15861 (init_ttree): Use priority-info hash functions for
15862 init_priority_for_decl.
15863 (tree_map_eq): Rename to ...
15864 (tree_map_base_eq): ... this.
15865 (tree_map_marked_p): Rename to ...
15866 (tree_map_base_marked_p): ... this.
15867 (tree_map_base_hash): New function.
15868 (decl_init_priority_lookup): Rework.
15869 (decl_fini_priority_lookup): New function.
15870 (decl_priority_info): New function.
15871 (decl_init_priority_insert): Use it.
15872 (decl_fini_priority_insert): Likewise.
15873 (decl_restrict_base_lookup): Adjust for refactoring of tree_map
15874 hierarchy.
15875 (decl_restrict_base_insert): Likewise.
15876 (decl_debug_expr_insert): Likewise.
15877 (decl_value_expr_lookup): Likewise.
15878 (decl_value_expr_insert): Likewise.
15879 * tree.h (priority_type): New type.
15880 (decl_init_priority_lookup): Use priority_type.
15881 (decl_fini_priority_lookup): New function.
15882 (decl_init_priority_insert): Use priority_type.
15883 (decl_fini_priority_insert): New function.
15884 (DECL_HAS_INIT_PRIORITY): Tweak comments.
15885 (DECL_INIT_PRIORITY): Likewise.
15886 (SET_DECL_INIT_PRIORITY): Add comment.
15887 (DECL_FINI_PRIORITY): New macro.
15888 (SET_DECL_FINI_PRIORITY): Likewise.
15889 (DEFAULT_INIT_PRIORITY): Document.
15890 (MAX_INIT_PRIORITY): Likewise.
15891 (MAX_RESERVED_INIT_PRIORITY): Likewise.
15892 (tree_map_base): New type.
15893 (tree_map_base_eq): New function.
15894 (tree_map_base_hash): Likewise.
15895 (tree_map_base_marked_p): Likewise.
15896 (tree_map): Inherit from tree_map_base.
15897 (tree_map_eq): Make it a macro.
15898 (tree_map_marked_p): Likewise.
15899 (tree_int_map): Inherit from tree_map_base.
15900 (tree_int_map_eq): Make it a macro.
15901 (tree_int_map_hash): Likewise.
15902 (tree_int_map_marked_p): Likewise.
15903 (tree_priority_map): New type.
15904 (tree_priority_map_eq): New macro.
15905 (tree_priority_map_hash): Likewise.
15906 (tree_priority_map_marked_p): Likewise.
15907 * varasm.c (emults_decl): Adjust for refactoring of tree_map
15908 hierarchy.
15909 (emutls_common_1): Likewise.
15910 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
15911 * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
15912 of tree_map hierarchy.
15913 * tree-cfg.c (move_stmt_r): Likewise.
15914 (new_label_mapper): Likewise.
15915 * c-tree.h (c_expand_body): Move to ...
15916 * c-common.h (c_expand_body): ... here.
15917 * c-decl.c (c_expand_body): Move to ...
15918 * c-common.c (c_expand_body): ... here.
15919 (c_common_attribute_table): Allow 1 argument for the constructor
15920 and destructor attributes.
15921 (get_priority): New function.
15922 (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
15923 (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
15924
15925 2007-02-24 Jan Hubicka <jh@suse.cz>
15926
15927 PR middle-end/30509
15928 * tree-inline.c (copy_bb): Produce exact copy of EH info when
15929 copying for inlining.
15930
15931 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
15932 Jan Hubicka <jh@suse.cz>
15933
15934 PR target/30778
15935 * i386.c (counter_mode): New function.
15936 (expand_set_or_movmem_via_loop): Use it.
15937 (expand_movmem_epilogue): Likewise; fix pasto.
15938 (ix86_expand_movmem): Do emit guard even for constant counts.
15939 (ix86_expand_setmem): Likewise.
15940
15941 2007-02-25 Nick Clifton <nickc@redhat.com>
15942
15943 * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
15944 (JUMP_TABLES_IN_TEXT_SECTION): Define.
15945
15946 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
15947
15948 PR target/30770
15949 * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
15950 count argument with 0x10, not with 0x16.
15951 (expand_setmem_epilogue): Ditto.
15952
15953 2007-02-24 Mike Stump <mrs@apple.com>
15954
15955 * config/i386/i386.c (output_pic_addr_const): Stubify optimized
15956 symbols.
15957
15958 2007-02-24 Richard Guenther <rguenther@suse.de>
15959
15960 PR middle-end/30951
15961 * fold-const.c (fold_binary): Fold x +- CST op x for
15962 EQ_EXPR and NE_EXPR.
15963
15964 2007-02-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15965
15966 * pa.md (muldi3): Force subregs to registers in 64-bit expander.
15967
15968 2007-02-24 Jan Hubicka <jh@suse.cz>
15969
15970 * cgraphunit.c (decide_is_function_needed): Honor
15971 -fkeep-inline-functions.
15972
15973 2007-02-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15974
15975 * builtins.c (fold_builtin_modf): New.
15976 (fold_builtin_2): Use it.
15977
15978 2007-02-24 Bernd Schmidt <bernd.schmidt@analog.com>
15979
15980 * loop-iv.c (implies_p): Detect additional cases where A implies B.
15981 (determine_max_iter): Take additional LOOP arg; all callers changed.
15982 Lose broken logic dealing with PLUS. Try to limit the upper bound by
15983 one using simplifications.
15984 (simplify_using_initial_values): Return if the expression becomes
15985 invalid due to altered regs.
15986
15987 2007-02-23 DJ Delorie <dj@redhat.com>
15988
15989 * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
15990
15991 2007-02-23 Mike Stump <mrs@apple.com>
15992
15993 * tlink.c (scan_linker_output): Parse linker messages from
15994 darwin9's linker better.
15995
15996 2007-02-23 Steve Ellcey <sje@cup.hp.com>
15997
15998 PR debug/29614
15999 * varpool.c (varpool_assemble_pending_decls): Set
16000 varpool_last_needed_node to null.
16001
16002 2007-02-23 DJ Delorie <dj@redhat.com>
16003
16004 * config/i386/i386.c (ix86_data_alignment): Don't specify an
16005 alignment bigger than the object file can handle.
16006
16007 2007-02-23 Uros Bizjak <ubizjak@gmail.com>
16008
16009 PR target/30825
16010 * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
16011 zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
16012 (*movsf_1): Penalize MMX moves.
16013
16014 2007-02-23 Bernd Schmidt <bernd.schmidt@analog.com>
16015
16016 * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
16017 2^32-1 or more times unless flag_unsafe_loop_optimizations.
16018
16019 * loop-iv.c (determine_max_iter): Moved in front of its sole user.
16020
16021 2007-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16022
16023 * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
16024 (fold_builtin_1): Use them.
16025 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
16026 BUILT_IN_SIGNIFICAND.
16027
16028 2007-02-23 H.J. Lu <hongjiu.lu@intel.com>
16029
16030 * config/i386/i386.c (bdesc_1arg): Initialize
16031 IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
16032 "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
16033 (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
16034 and IX86_BUILTIN_MOVSLDUP.
16035
16036 2007-02-22 Paolo Bonzini <bonzini@gnu.org>
16037
16038 PR rtl-optimization/30841
16039 * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
16040
16041 2007-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16042
16043 * builtins.c (fold_builtin_frexp): New.
16044 (fold_builtin_2): Use it.
16045
16046 2007-02-22 Mark Mitchell <mark@codesourcery.com>
16047
16048 * doc/invoke.texi (Spec Files): Document getenv spec function.
16049
16050 * gcc.c (getenv_spec_function): New function.
16051 (static_spec_functions): Add it.
16052 * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
16053 (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
16054 header files.
16055
16056 2007-02-22 Michael Matz <matz@suse.de
16057
16058 PR c++/29433
16059 * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
16060 (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
16061
16062 2007-02-22 Ian Lance Taylor <iant@google.com>
16063
16064 PR debug/30898
16065 * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
16066 (mem_loc_descriptor): Call it.
16067
16068 2007-02-22 Zdenek Dvorak <dvorakz@suse.cz>
16069 Ira Rosen <irar@il.ibm.com>
16070
16071 * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
16072
16073 2007-02-22 Ira Rosen <irar@il.ibm.com>
16074
16075 PR tree-optimization/30843
16076 * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
16077 stores only after all the group is vectorized.
16078
16079 2007-02-22 Dorit Nuzman <dorit@il.ibm.com>
16080
16081 PR tree-optimization/30858
16082 * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
16083 in the reduction cycle have a single use in the loop.
16084 * tree-vectorizer.h (relevant): Add documentation.
16085
16086 2007-02-20 Mike Stump <mrs@apple.com>
16087
16088 * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
16089 * configure: Regenerate.
16090
16091 2007-02-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
16092
16093 Change the defaults of some parameters and options.
16094 * config/spu/spu-protos.h (spu_optimization_options): Declare.
16095 * config/spu/spu.c (spu_optimization_options): Add.
16096 (spu_override_options): Change params in spu_optimization_options.
16097 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
16098
16099 Register 127 is only 16 byte aligned when used as a frame pointer.
16100 * config/spu/spu-protos.h (spu_init_expanders): Declare.
16101 * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
16102 HARD_FRAME_POINTER_REGNUM.
16103 (spu_legitimate_address): Use regno_aligned_for_reload.
16104 (regno_aligned_for_load): HARD_FRAME_POINTER_REGNUM is only 16 byte
16105 aligned when frame_pointer_needed is true.
16106 (spu_init_expanders): New. Set alignment of HARD_FRAME_POINTER_REGNUM
16107 to 8 bits.
16108 * config/spu/spu.h (INIT_EXPANDERS): Define.
16109
16110 Make sure shift and rotate instructions have valid immediate operands.
16111 * config/spu/predicates.md (spu_shift_operand): Remove.
16112 * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
16113 * config/spu/constraints.md (W, O): Extend range.
16114 * config/spu/spu.md (umask, nmask): Define.
16115 (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
16116 lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
16117 rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
16118 rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
16119 spu_nonmem_operand instead of spu_shift_operands. Use new modifiers.
16120 (lshr<mode>3_reg): Fix rtl description.
16121
16122 Make sure mulhisi immediate operands are valid.
16123 * config/spu/predicates.md (imm_K_operand): Add.
16124 * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
16125
16126 Generate constants using fsmbi and andi.
16127 * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
16128 (print_operand, spu_split_immediate, classify_immediate,
16129 fsmbi_const_p): Handle IC_FSMBI2.
16130
16131 Correctly handle a CONST_VECTOR containing symbols.
16132 * config/spu/spu.c (print_operand): Handle HIGH correctly.
16133 (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
16134 (immediate_load_p): Allow symbols that use 2 instructions to create.
16135 (classify_immediate, spu_builtin_splats): Don't accept a CONST_VECTOR
16136 with symbols when flag_pic is set.
16137 (const_vector_immediate_p): New.
16138 (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
16139 accept a CONST_VECTOR with symbols.
16140 (spu_legitimate_constant_p): Use const_vector_immediate_p. Don't
16141 accept a CONST_VECTOR with symbols when flag_pic is set. Handle HIGH
16142 correctly.
16143 * config/spu/spu.md (high, low): Delete.
16144 (low_<mode>): Define.
16145
16146 Remove INTRmode and INTR_REGNUM, which didn't work.
16147 * config/spu/spu.c (spu_conditional_register_usage): Remove reference
16148 of INTR_REGNUM.
16149 * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
16150 set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
16151 peephole2 pattern): Don't use INTR or 131.
16152 (movintrcc): Delete.
16153 * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
16154 CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
16155 * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
16156 (UNSPEC_SET_INTR): Add.
16157 * config/spu/spu-modes.def (INTR): Remove.
16158
16159 More accurate warnings about run-time relocations.
16160 * config/spu/spu.c (reloc_diagnostic): Test in_section.
16161
16162 Correctly warn about immediate arguments to specific intrinsics.
16163 * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
16164 (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
16165 the instruction predicate.
16166
16167 Fix tree check errors with latest update.
16168 * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
16169 CALL_EXPR_ARG.
16170 (spu_expand_builtin): Use CALL_EXPR_FN.
16171
16172 Add missing specific intrinsics.
16173 * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
16174 si_bislede.
16175 * config/spu/spu_internals.h: Ditto.
16176
16177 Fix incorrect operand modifiers.
16178 * config/spu/spu-builtins.md (spu_mpy, spu_mpyu): Remove use of %H.
16179 * config/spu/spu.md (xor<mode>3): Change %S to %J.
16180
16181 Optimize one case of zero_extend of a vec_select.
16182 * config/spu/spu.md (_vec_extractv8hi_ze): Add.
16183
16184 Accept any immediate for hbr.
16185 * config/spu/spu.md (hbr): Change s constraints to i.
16186
16187 2007-02-21 Paul Brook <paul@codesourcery.com>
16188
16189 * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
16190 condexec_count when skipping USE and CLOBBER.
16191
16192 2007-02-21 Nick Clifton <nickc@redhat.com>
16193
16194 * common.opt (Warray-bounds): Add Warning attribute.
16195 (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
16196 Likewise.
16197 (fsized-zeroes): Add Optimization attribute.
16198 (fsplit-wide-types, ftree-scev-cprop): Likewise.
16199 * c.opt (Wc++0x-compat): Add Warning attribute.
16200
16201 2007-02-21 Ulrich Weigand <uweigand@de.ibm.com>
16202
16203 PR middle-end/30761
16204 * reload1.c (eliminate_regs_in_insn): In the single_set special
16205 case, attempt to re-recognize the insn before falling back to
16206 having reload fix it up.
16207
16208 2007-02-20 Eric Christopher <echristo@gmail.com>
16209
16210 * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
16211 Rewrite accordingly.
16212 (frv_read_iacc_argument): Ditto.
16213 (frv_expand_set_builtin): Take a call instead of arglist, update for
16214 above changes.
16215 (frv_expand_unop_builtin): Ditto.
16216 (frv_expand_binop_builtin): Ditto.
16217 (frv_expand_cut_builtin): Ditto.
16218 (frv_expand_binopimm_builtin): Ditto.
16219 (frv_expand_voidbinop_builtin): Ditto.
16220 (frv_expand_int_void2arg): Ditto.
16221 (frv_expand_prefetches): Ditto.
16222 (frv_expand_voidtriop_builtin): Ditto.
16223 (frv_expand_voidaccop_builtin): Ditto.
16224 (frv_expand_load_builtin): Ditto.
16225 (frv_expand_store_builtin): Ditto.
16226 (frv_expand_mdpackh_builtin): Ditto.
16227 (frv_expand_mclracc_builtin): Ditto.
16228 (frv_expand_mrdacc_builtin): Ditto.
16229 (frv_expand_mwtacc_builtin): Ditto.
16230 (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
16231 calls for above.
16232
16233 2007-02-20 Janis Johnson <janis187@us.ibm.com>
16234
16235 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
16236 * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
16237 cmpb instruction.
16238 (HAVE_GAS_DFP): Check for assembler support of decimal floating
16239 point instructions.
16240 * configure: Regenerate.
16241 * config.in: Regenerate.
16242 * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
16243 * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
16244 masks to power6 and power6x and to POWERPC_MASKS.
16245 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
16246 _ARCH_PWR6.
16247 * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
16248 * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
16249 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
16250 Access PROTOTYPE as variable, not mask.
16251
16252 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
16253
16254 * rtl.h (remove_reg_equal_equiv_notes): New prototype.
16255 * rtlanal.c (remove_reg_equal_equiv_notes): New function.
16256 * combine.c (adjust_for_new_dest): Use it.
16257 * postreload.c (reload_combine): Likewise.
16258
16259 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
16260
16261 * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
16262 notes on an insn with multiple sets, even if single_set returns
16263 non-NULL for that insn.
16264
16265 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16266
16267 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
16268 scalbn and scalbln.
16269
16270 2007-02-20 Geoffrey Keating <geoffk@apple.com>
16271
16272 * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
16273 if user didn't pass it.
16274 * config/i386/darwin.h (CC1_SPEC): Likewise.
16275 * config/rs6000/darwin.h (CC1_SPEC): Likewise.
16276 (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
16277 -mmacosx-version-min.
16278
16279 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16280 Uros Bizjak <ubizjak@gmail.com>
16281
16282 * optabs.h (enum optab_index): Add new OTI_scalb.
16283 (scalb_optab): Define corresponding macro.
16284 * optabs.c (init_optabs): Initialize scalb_optab.
16285 * genopinit.c (optabs): Implement scalb_optab using scalb?f3
16286 patterns.
16287 * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
16288 BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
16289 (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
16290 and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
16291 flag_unsafe_math_optimizations is set.
16292
16293 * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
16294 to implement scalbf, scalb and scalbl built-ins as inline x87
16295 intrinsics.
16296
16297 2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16298 DJ Delorie <dj@redhat.com>
16299
16300 PR other/30824
16301 * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
16302 (diagnostic_report_diagnostic): ... here, and turn them into real
16303 errors. If warnings are inhibited, no need to do anything.
16304
16305 2007-02-20 Uros Bizjak <ubizjak@gmail.com>
16306
16307 * config/i386/i386.md (expm1xf2): Reorder insn sequence for
16308 better code generation.
16309
16310 2007-02-20 Ben Elliston <bje@au.ibm.com>
16311
16312 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
16313
16314 2007-02-20 Kazu Hirata <kazu@codesourcery.com>
16315
16316 * config/alpha/alpha.c, config/alpha/alpha.md,
16317 config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
16318 config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
16319 config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
16320 config/arm/lib1funcs.asm: Follow spelling conventions.
16321
16322 * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
16323 config/fr30/fr30.md, config/i386/i386.h,
16324 config/iq2000/iq2000.h, config/iq2000/predicates.md,
16325 config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
16326 config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
16327 config/pdp11/pdp11.c, config/pdp11/pdp11.h,
16328 config/rs6000/altivec.md, config/rs6000/rs6000.c,
16329 config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
16330 config/sparc/sparc.c, config/sparc/sparc.h,
16331 config/sparc/sparc.md, config/spu/constraints.md,
16332 config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
16333 conventions.
16334
16335 2007-02-20 Alan Modra <amodra@bigpond.net.au>
16336
16337 PR target/29943
16338 * varasm.c (use_blocks_for_decl_p): Return false for decls with
16339 alias attribute.
16340
16341 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
16342
16343 * doc/invoke.texi (-ftree-lrs): Remove.
16344
16345 2007-02-19 Diego Novillo <dnovillo@redhat.com>
16346
16347 * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
16348 NULL.
16349
16350 2007-02-19 Lee Millward <lee.millward@codesourcery.com>
16351
16352 * config/ia64/ia64.c (ia64_expand_builtin): Use the
16353 new CALL_EXPR_FN macro for retrieving the function
16354 declaration of the input expression.
16355
16356 2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16357
16358 * c.opt (Waddress): New.
16359 * common.opt (Walways-true): Delete.
16360 (Wstring-literal-comparison): Delete.
16361 * doc/invoke.texi (Warning Options): Delete -Walways-true and
16362 -Wstring-literal-comparison. Add -Waddress.
16363 (Waddress): New.
16364 (Walways-true): Delete.
16365 (Wstring-literal-comparison): Delete.
16366 * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
16367 consistently instead of -Walways-true in example.
16368 * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
16369 * c-typeck.c (parser_build_binary_op): Replace
16370 -Wstring-literal-comparison and -Walways-true with -Waddress.
16371 * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
16372 with -Waddress.
16373
16374 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
16375
16376 * tree-cfg.c (dump_function_to_file): Be prepared for functions
16377 without DECL_STRUCT_FUNCTION initialized.
16378
16379 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
16380
16381 * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
16382 due to calls to functions taking pointers as parameters.
16383
16384 2007-02-19 Richard Henderson <rth@redhat.com>
16385
16386 PR debug/29558
16387 * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
16388 in memory.
16389
16390 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
16391
16392 * config/s390/s390.c (s390_call_saved_register_used,
16393 s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
16394 accessed to the new scheme.
16395
16396 2007-02-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16397
16398 * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
16399 (cris_print_index, cris_print_operand, cris_print_operand_address)
16400 (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
16401 (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
16402 (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
16403 GET_CODE () == xxx.
16404 * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
16405 EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
16406 GO_IF_LEGITIMATE_ADDRESS): Ditto.
16407 * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
16408 (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
16409 (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
16410 (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
16411 (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
16412 (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
16413 (uminsi3, call, call_value): Ditto.
16414 (define_split: indir_to_reg_split, unnamed): Ditto.
16415
16416 2007-02-19 Dorit Nuzman <dorit@il.ibm.com>
16417
16418 PR tree-optimization/30975
16419 * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
16420 wrong assert.
16421
16422 2007-02-18 Eric Christopher <echristo@gmail.com>
16423
16424 * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
16425 Remove use of arglist.
16426 (mips_expand_builtin): Remove use of arglist, pass in expr.
16427 (mips_expand_builtin_direct): Rewrite handling for arglist removal.
16428 (mips_expand_builtin_movtf): Ditto.
16429 (mips_expand_builtin_compare): Ditto.
16430
16431 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
16432
16433 * tree-sra.c (sra_build_assignment): Replace assertion
16434 checking with a comment explaining why it can't be done.
16435
16436 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
16437
16438 PR middle-end/30833
16439 * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
16440 during CALL_EXPR representation conversion.
16441 * tree-ssa-propagate.c (set_rhs): Likewise.
16442
16443 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
16444
16445 * tree-sra.c (sra_build_assignment): Disable assertion checking
16446 for now.
16447
16448 2007-02-18 Roger Sayle <roger@eyesopen.com>
16449
16450 * function.c (gimplify_parameters): Call build_gimple_modify_stmt
16451 instead of calling build2 with a GIMPLE_MODIFY_STMT.
16452 * gimple-low.c (lower_function_body, lower_builtin_setjmp):
16453 Likewise.
16454 * gimplify.c (build_stack_save_restore, gimplify_return_expr,
16455 gimplify_decl_expr, gimplify_self_mod_expr, gimplify_cond_expr,
16456 gimplify_init_ctor_eval_range, gimple_push_cleanup,
16457 gimplify_omp_for, gimplify_omp_atomic_pipeline,
16458 gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
16459 force_gimple_operand): Likewise.
16460 * ipa-cp.c (constant_val_insert): Likewise.
16461 * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
16462 lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
16463 perfect_nestify): Likewise.
16464 * langhooks.c (lhd_omp_assignment): Likewise.
16465 * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
16466 lower_copyprivate_clauses, lower_send_clauses,
16467 lower_send_shared_vars, expand_parallel_call,
16468 expand_omp_for_generic, expand_omp_for_static_nochunk,
16469 expand_omp_for_static_chunk, expand_omp_sections,
16470 lower_omp_single_copy, lower_omp_for_lastprivate,
16471 lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
16472 * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
16473 tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
16474 Likewise.
16475
16476 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
16477
16478 * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
16479 config/sh/sh.md: Follow spelling conventions.
16480
16481 * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
16482 config/frv/predicates.md: Follow spelling conventions.
16483
16484 * config/m68k/linux-unwind.h: Fix a comment typo.
16485 * target.h: Follow spelling conventions.
16486
16487 2007-02-18 Roger Sayle <roger@eyesopen.com>
16488
16489 PR rtl-optimization/28173
16490 * simplify-rtx.c (simplify_binary_operation_1) <IOR>: Optimize
16491 (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
16492 Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
16493 Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
16494 <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
16495
16496 2007-02-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16497
16498 * builtins.c (fold_builtin_load_exponent): New.
16499 (fold_builtin_2): Use it.
16500
16501 2007-02-18 Steven Bosscher <steven@gcc.gnu.org>
16502
16503 PR rtl-optimization/30773
16504 * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
16505 if we fail to attach a REG_EQUIV note.
16506
16507 2007-02-18 David Edelsohn <edelsohn@gnu.org>
16508 Roger Sayle <roger@eyesopen.com>
16509
16510 * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
16511
16512 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
16513
16514 * calls.c (initialize_argument_information): Pass original EXP
16515 and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments. Move
16516 code to split complex arguments here, as part of initializing the
16517 ARGS array.
16518 (expand_call): Remove code that builds a list of arguments and
16519 inserts implicit arguments into it. Instead, just count how many
16520 implicit arguments there will be so we can determine the size of
16521 the ARGS array, and let initialize_argument_information do the work.
16522 (split_complex_values): Delete unused function.
16523
16524 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
16525
16526 * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
16527
16528 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
16529
16530 * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
16531 for arg pointer based indexed addressing.
16532
16533 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
16534
16535 * config/ia64/ia64.h, config/ia64/ia64.md,
16536 config/ia64/predicates.md, config/ia64/sysv4.h: Follow
16537 spelling conventions.
16538
16539 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
16540
16541 * config/m68k/m68k.c (split_di): New.
16542 * config/m68k/m68k-protos.h: Declare split_di.
16543 * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
16544 Improve predicate handling and split constant shifts.
16545
16546 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
16547
16548 * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
16549 parameter for register bitfield operations, general predicates
16550 cleanup
16551
16552 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
16553
16554 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
16555 * config/m68k/linux-unwind.h: New file.
16556
16557 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
16558
16559 * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
16560 config/i386/athlon.md, config/ia64/ia64.md,
16561 config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
16562 df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
16563 ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
16564 tree-ssa-loop-niter.c, tree-vect-analyze.c,
16565 tree-vect-transform.c: Fix comment typos.
16566
16567 2007-02-17 Kazu Hirata <kazu@codesourcery.com>
16568
16569 * sched-deps.c (find_insn_list): Remove.
16570 * sched-int.h: Remove the prototype for find_insn_list.
16571
16572 2007-02-16 Geoffrey Keating <geoffk@apple.com>
16573
16574 * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
16575 to linker.
16576 (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
16577 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
16578 darwin_rs6000_override_options.
16579 (C_COMMON_OVERRIDE_OPTIONS): Expect
16580 darwin_macosx_version_min to be non-NULL always.
16581 (TARGET_C99_FUNCTIONS): Likewise.
16582 (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
16583 (DARWIN_MINVERSION_SPEC): New.
16584 * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
16585 * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
16586 to cc1*.
16587 (DARWIN_MINVERSION_SPEC): New.
16588 * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
16589 value.
16590 * config/darwin-c.c (darwin_cpp_builtins): Expect
16591 darwin_macosx_version_min to be non-NULL always.
16592
16593 * config/rs6000/rs6000.c: Clean up trailing whitespace.
16594
16595 2007-02-16 Uros Bizjak <ubizjak@gmail.com>
16596
16597 * config/i386/i386.h (x86_use_xchgb): New.
16598 (TARGET_USE_XCHGB): New macro.
16599 * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
16600 * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
16601 Split after reload into bswaphi for shifts of 8.
16602 (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
16603 (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
16604 or when optimizing for size.
16605
16606 2007-02-16 Richard Guenther <rguenther@suse.de>
16607 Christian Bruel <christian.bruel@st.com>
16608
16609 * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
16610 DECLs but prefer SSA_NAMEs over DECLs.
16611
16612 2007-02-16 Richard Guenther <rguenther@suse.de>
16613
16614 * tree-flow-inline.h (single_imm_use_p): Remove.
16615 (zero_imm_uses_p): Likewise.
16616 * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
16617 instead of single_imm_use_p.
16618 * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
16619 zero_imm_uses_p.
16620
16621 2007-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16622
16623 PR other/27843
16624 * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
16625 nested double- and backquotes.
16626
16627 2007-02-15 Roger Sayle <roger@eyesopen.com>
16628
16629 PR middle-end/30391
16630 * tree.c (expr_align): Handle MODIFY_EXPR. GIMPLE_MODIFY_STMT
16631 should be unreachable.
16632 (build2_stat): Allow construction of MODIFY_EXPR at any time.
16633 For the time being redirect GIMPLE_MODIFY_STMT to the new
16634 (renamed) build_gimple_modify_stmt_stat.
16635 (build2_gimple_stat): Rename to...
16636 (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
16637 Always build a GIMPLE_MODIFY_STMT node.
16638 * tree.h (build2_gimple, build2_gimple_stat): Delete.
16639 (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
16640 declarations.
16641
16642 * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
16643 gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
16644 * tree-complex.c (set_component_ssa_name, expand_complex_move,
16645 expand_complex_div_wide): Likewise.
16646 * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
16647 * tree-ssa-loop-im.c (schedule_sm): Likewise.
16648 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
16649 * tree-ssa-loop-manip.c (create_iv): Likewise.
16650 * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
16651 abs_replacement): Likewise.
16652 * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
16653 realify_fake_stores): Likewise.
16654
16655 * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
16656 node rather than a GIMPLE_MODIFY_STMT node.
16657 (std_gimpify_va_arg_expr, expand_builtin_va_copy,
16658 fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
16659 Likewise.
16660 (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
16661 * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
16662 GIMPLE_MODIFY_STMT.
16663
16664 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
16665
16666 PR middle-end/30433
16667 * fold-const.c (fold_comparison): Add back the
16668 folding of constant complex comparisions.
16669
16670 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
16671
16672 PR middle-end/30729
16673 * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
16674 effects unknown to this function, return early.
16675
16676 2007-02-15 Ian Lance Taylor <iant@google.com>
16677
16678 * lower-subreg.c (move_eh_region_note): New static function.
16679 (resolve_simple_move): Call it.
16680 (decompose_multiword_subregs): Track blocks for which we resolve a
16681 simple move which is also a control flow insn. Pass them to
16682 find_many_sub_basic_blocks.
16683 (pass_lower_subreg): Add TODO_verify_flow.
16684 (pass_lower_subreg2): Likewise.
16685
16686 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
16687 Brooks Moses <brooks.moses@codesourcery.com>
16688 Lee Millward <lee.millward@codesourcery.com>
16689
16690 * tree.h (enum tree_code_class): Add tcc_vl_exp.
16691 (VL_EXP_CLASS_P): New.
16692 (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
16693 TREE_CODE_LENGTH.
16694 (TREE_OPERAND_CHECK_CODE): Likewise.
16695 (GIMPLE_STMT_OPERAND_CHECK): Likewise.
16696 (TREE_RTL_OPERAND_CHECK): Likewise.
16697 (tree_operand_check_failed): Make second parameter the whole tree
16698 instead of its code. Fixed callers.
16699 (VL_EXP_CHECK): New.
16700 (TREE_OPERAND_LENGTH): New.
16701 (VL_EXP_OPERAND_LENGTH): New.
16702 (CALL_EXPR_FN): New.
16703 (CALL_EXPR_STATIC_CHAIN): New.
16704 (CALL_EXPR_ARGS): New.
16705 (CALL_EXPR_ARG): New.
16706 (call_expr_nargs): New.
16707 (CALL_EXPR_ARGP): New.
16708 (build_nt_call_list): Declare.
16709 (build_vl_exp_stat): Declare.
16710 (build_vl_exp): New.
16711 (build_call_list): Declare.
16712 (build_call_nary): Declare.
16713 (build_call_valist): Declare.
16714 (build_call_array): Declare.
16715 (call_expr_arg): Declare.
16716 (call_expr_argp): Declare.
16717 (call_expr_arglist): Declare.
16718 (fold_build_call_list): Declare.
16719 (fold_build_call_list_initializer): Declare.
16720 (fold_call_expr): Declare to replace fold_builtin.
16721 (fold_builtin_fputs): Update to agree with modified definition.
16722 (fold_builtin_strcpy): Likewise.
16723 (fold_builtin_strncpy): Likewise.
16724 (fold_builtin_memory_chk): Likewise.
16725 (fold_builtin_stxcpy_chk): Likewise.
16726 (fold_builtin_strncpy_chk): Likewise.
16727 (fold_builtin_next_arg): Likewise.
16728 (fold_build_call_expr): Declare.
16729 (fold_builtin_call_list): Declare.
16730 (fold_builtin_call_valist): Declare.
16731 (build_call_expr): Declare.
16732 (validate_arglist): Update to agree with modified definition.
16733 (tree_operand_length): New.
16734 (call_expr_arg_iterator): New.
16735 (init_call_expr_arg_iterator): New.
16736 (next_call_expr_arg): New.
16737 (first_call_expr_arg): New.
16738 (more_call_expr_args_p): New.
16739 (FOR_EACH_CALL_EXPR_ARG): New.
16740
16741 * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
16742 and tcc_gimple_stmt.
16743 (tree_code_size): Update documentation. Use sizeof (tree) rather
16744 than sizeof (char *).
16745 (tree_size): Likewise. Add case for tcc_vl_exp.
16746 (tree_node_structure): Add case for tcc_vl_exp.
16747 (contains_placeholder_p): Likewise.
16748 (substitute_in_expr): Likewise.
16749 (substitute_placeholder_in_expr): Likewise.
16750 (stabilize_reference_1): Likewise.
16751 (build3_stat): Remove logic for CALL_EXPRs. Replace with assertion
16752 to diagnose breakage of this interface for constructing CALL_EXPRs.
16753 (build_nt): Add similar assertion here.
16754 (build_nt_call_list): New.
16755 (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
16756 (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
16757 TREE_CODE_LENGTH.
16758 (get_callee_fndecl): Use new CALL_EXPR accessors.
16759 (tree_operand_check_failed): Change parameters to pass entire node
16760 instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
16761 (process_call_operands): New.
16762 (build_vl_exp_stat): New.
16763 (build_call_list): New.
16764 (build_call_nary): New.
16765 (build_call_valist): New.
16766 (build_call_array): New.
16767 (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16768 (call_expr_arglist): New.
16769
16770 * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
16771 tcc_vl_exp instead of a fixed-size tcc_expression.
16772
16773 * doc/c-tree.texi (CALL_EXPR): Document new representation and
16774 accessors for CALL_EXPRs.
16775 (AGGR_INIT_EXPR): Likewise.
16776
16777 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
16778 Brooks Moses <brooks.moses@codesourcery.com>
16779 Lee Millward <lee.millward@codesourcery.com>
16780
16781 * builtins.c (c_strlen): Return NULL_TREE instead of 0.
16782 (expand_builtin_nonlocal_goto): Change parameter to be entire
16783 CALL_EXPR instead of an arglist. Use new CALL_EXPR accessors.
16784 (expand_builtin_prefetch): Likewise.
16785 (expand_builtin_classify_type): Likewise.
16786 (mathfn_built_in): Return NULL_TREE instead of 0.
16787 (expand_errno_check): Use new CALL_EXPR accessors.
16788 (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
16789 Return NULL_RTX instead of 0.
16790 (expand_builtin_mathfn_2): Likewise.
16791 (expand_builtin_mathfn_3): Likewise.
16792 (expand_builtin_interclass_mathfn): Likewise.
16793 (expand_builtin_sincos): Likewise.
16794 (expand_builtin_cexpi): Likewise.
16795 (expand_builtin_int_roundingfn): Likewise.
16796 (expand_builtin_int_roundingfn_2): Likewise.
16797 (expand_builtin_pow): Likewise.
16798 (expand_builtin_powi): Likewise.
16799 (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
16800 of arglist, fixing callers appropriately. Use new CALL_EXPR
16801 accessors and constructors. Return NULL_RTX instead of 0.
16802 (expand_builtin_strstr): Likewise.
16803 (expand_builtin_strchr): Likewise.
16804 (expand_builtin_strrchr): Likewise.
16805 (expand_builtin_strpbrk): Likewise.
16806 (expand_builtin_memcpy): Likewise.
16807 (expand_builtin_mempcpy): Likewise.
16808 (expand_builtin_mempcpy_args): New.
16809 (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
16810 (expand_builtin_memmove_args): New.
16811 (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
16812 (expand_movstr): Likewise.
16813 (expand_builtin_strcpy): Likewise.
16814 (expand_builtin_strcpy_args): New.
16815 (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
16816 (expand_builtin_strncpy): Likewise.
16817 (expand_builtin_memset): Likewise.
16818 (expand_builtin_memset_args): New.
16819 (expand_builtin_bzero): Similarly to expand_builtin_memset.
16820 (expand_builtin_memcmp): Likewise.
16821 (expand_builtin_strcmp): Likewise.
16822 (expand_builtin_strncmp): Likewise.
16823 (expand_builtin_strcat): Likewise.
16824 (expand_builtin_strncat): Likewise.
16825 (expand_builtin_strspn): Likewise.
16826 (expand_builtin_strcspn): Likewise.
16827 (expand_builtin_args_info): Likewise.
16828 (expand_builtin_va_start): Likewise.
16829 (gimplify_va_arg_expr): Likewise.
16830 (expand_builtin_va_end): Likewise.
16831 (expand_builtin_va_copy): Likewise.
16832 (expand_builtin_frame_address): Likewise.
16833 (expand_builtin_alloca): Likewise.
16834 (expand_builtin_bswap): Likewise.
16835 (expand_builtin_unop): Likewise.
16836 (expand_builtin_fputs): Likewise.
16837 (expand_builtin_expect): Likewise.
16838 (expand_builtin_fabs): Likewise.
16839 (expand_builtin_copysign): Likewise.
16840 (expand_builtin_printf): Likewise.
16841 (expand_builtin_fprintf): Likewise.
16842 (expand_builtin_sprintf): Likewise.
16843 (expand_builtin_init_trampoline): Likewise.
16844 (expand_builtin_signbit): Likewise.
16845 (expand_builtin_fork_or_exec): Likewise.
16846 (expand_builtin_sync_operation): Likewise.
16847 (expand_builtin_compare_and_swap): Likewise.
16848 (expand_builtin_lock_test_and_set): Likewise.
16849 (expand_builtin_lock_release): Likewise.
16850 (expand_builtin): Likewise.
16851 (builtin_mathfn_code): Likewise.
16852
16853 (fold_builtin_constant_p): Pass call arguments individually instead
16854 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
16855 accessors and constructors. Return NULL_TREE instead of 0.
16856 (fold_builtin_expect): Likewise.
16857 (fold_builtin_classify_type): Likewise.
16858 (fold_builtin_strlen): Likewise.
16859 (fold_builtin_nan): Likewise.
16860 (integer_valued_real_p): Likewise.
16861 (fold_trunc_transparent_mathfn): Likewise.
16862 (fold_fixed_mathfn): Likewise.
16863 (fold_builtin_cabs): Likewise.
16864 (fold_builtin_sqrt): Likewise.
16865 (fold_builtin_cbrt): Likewise.
16866 (fold_builtin_cos): Likewise.
16867 (fold_builtin_cosh): Likewise.
16868 (fold_builtin_tan): Likewise.
16869 (fold_builtin_sincos): Likewise.
16870 (fold_builtin_cexp): Likewise.
16871 (fold_builtin_trunc): Likewise.
16872 (fold_builtin_floor): Likewise.
16873 (fold_builtin_ceil): Likewise.
16874 (fold_builtin_round): Likewise.
16875 (fold_builtin_int_roundingfn): Likewise.
16876 (fold_builtin_bitop): Likewise.
16877 (fold_builtin_bswap): Likewise.
16878 (fold_builtin_logarithm): Likewise.
16879 (fold_builtin_hypot): Likewise.
16880 (fold_builtin_pow): Likewise.
16881 (fold_builtin_powi): Likewise.
16882 (fold_builtin_exponent): Likewise.
16883 (fold_builtin_memset): Likewise.
16884 (fold_builtin_bzero): Likewise.
16885 (fold_builtin_memory_op): Likewise.
16886 (fold_builtin_bcopy): Deleted; call site changed to invoke
16887 fold_builtin_memory_op directly.
16888 (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
16889 (fold_builtin_strncpy): Likewise.
16890 (fold_builtin_memcmp): Likewise.
16891 (fold_builtin_strcmp): Likewise.
16892 (fold_builtin_strncmp): Likewise.
16893 (fold_builtin_signbit): Likewise.
16894 (fold_builtin_copysign): Likewise.
16895 (fold_builtin_isascii): Likewise.
16896 (fold_builtin_toascii): Likewise.
16897 (fold_builtin_isdigit): Likewise.
16898 (fold_builtin_fabs): Likewise.
16899 (fold_builtin_abs): Likewise.
16900 (fold_builtin_fmin_fmax): Likewise.
16901 (fold_builtin_carg): Likewise.
16902 (fold_builtin_classify): Likewise.
16903 (fold_builtin_unordered_cmp): Likewise.
16904
16905 (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
16906 New functions split out from fold_builtin_1.
16907 (fold_builtin_n): New.
16908 (fold_builtin_varargs): New.
16909 (fold_builtin): Deleted. Most callers changed to use fold_call_expr
16910 instead.
16911 (fold_call_expr): New.
16912 (build_function_call_expr): Rewrite to use new helper function.
16913 (fold_builtin_call_list): New.
16914 (build_call_expr): New.
16915 (fold_builtin_call_valist): New.
16916 (rewrite_call_expr): New.
16917 (validate_arg): New.
16918 (validate_arglist): Change parameter to be entire CALL_EXPR instead
16919 of an arglist. Change return type to bool. Use new CALL_EXPR
16920 accessors.
16921
16922 (fold_builtin_strstr): Pass call arguments individually instead
16923 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
16924 accessors and constructors. Return NULL_TREE instead of 0.
16925 (fold_builtin_strchr): Likewise.
16926 (fold_builtin_strrchr): Likewise.
16927 (fold_builtin_strpbrk): Likewise.
16928 (fold_builtin_strcat): Likewise.
16929 (fold_builtin_strncat): Likewise.
16930 (fold_builtin_strspn): Likewise.
16931 (fold_builtin_strcspn): Likewise.
16932 (fold_builtin_fputs): Likewise.
16933 (fold_builtin_next_arg): Likewise.
16934 (fold_builtin_sprintf): Likewise.
16935
16936 (expand_builtin_object_size): Use new CALL_EXPR accessors. Use
16937 NULL_RTX instead of 0.
16938 (expand_builtin_memory_chk): Likewise.
16939 (maybe_emit_chk_warning): Likewise.
16940 (maybe_emit_sprintf_chk_warning): Likewise.
16941
16942 (fold_builtin_object_size): Pass call arguments individually instead
16943 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
16944 accessors and constructors. Return NULL_TREE instead of 0.
16945 (fold_builtin_memory_chk): Likewise.
16946 (fold_builtin_stxcpy_chk): Likewise.
16947 (fold_builtin_strncpy_chk): Likewise.
16948 (fold_builtin_strcat_chk): Likewise.
16949 (fold_builtin_strcat_chk): Likewise.
16950 (fold_builtin_strncat_chk): Likewise.
16951 (fold_builtin_sprintf_chk): Likewise.
16952 (fold_builtin_snprintf_chk): Likewise.
16953 (fold_builtin_printf): Likewise.
16954 (fold_builtin_vprintf): Likewise.
16955
16956 * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
16957 constructors.
16958 (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
16959 (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16960 (extract_muldiv_1): Add VL_EXP_CLASS_P case.
16961 (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
16962 (fold_unary): Likewise.
16963 (fold_binary): Likewise.
16964 (fold_ternary): Remove CALL_EXPR case, since they are no longer
16965 ternary expressions.
16966 (fold): Add logic for tcc_vl_exp.
16967 (fold_checksum_tree): Make it know about tcc_vl_exp. Use
16968 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16969 (fold_build3_stat): Add assertion to flag broken interface for
16970 constructing CALL_EXPRs.
16971 (fold_build_call_list): New.
16972 (fold_build_call_list_initializer): New.
16973 (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
16974 constructors.
16975 (fold_strip_sign_ops): Likewise.
16976
16977 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
16978 Brooks Moses <brooks.moses@codesourcery.com>
16979 Lee Millward <lee.millward@codesourcery.com>
16980
16981 * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
16982 accessors and dump arguments explicitly.
16983
16984 * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
16985 TREE_CODE_LENGTH.
16986 (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
16987 explicitly.
16988 (print_call_name): Use new CALL_EXPR accessors.
16989
16990 * print-tree.c (print_node): Add case tcc_vl_exp. Print
16991 CALL_EXPR arguments explicitly instead of as a list. Use
16992 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
16993
16994 * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
16995 (vrp_visit_stmt): Likewise.
16996
16997 * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Make it
16998 know about tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of
16999 TREE_CODE_LENGTH.
17000 (force_move_till_expr): Likewise.
17001
17002 * targhooks.c (default_external_stack_protect_fail): Use
17003 build_call_expr instead of build_function_call_expr.
17004 (default_hidden_stack_protect_fail): Likewise.
17005
17006 * tree-complex.c (expand_complex_libcall): Use build_call_expr to
17007 build the call.
17008
17009 * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
17010 and walk arguments explicitly.
17011
17012 * tree-ssa-loop-niter.c (simplify_replace_tree): Use
17013 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
17014 (expand_simple_operations): Likewise.
17015 (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
17016
17017 * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
17018 of TREE_CODE_LENGTH.
17019 (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
17020
17021 * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
17022 instead of TREE_CODE_LENGTH.
17023
17024 * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
17025 (tree_ic_transform): Likewise.
17026 (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
17027 parameter instead of arglist. Fix callers.
17028 (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
17029 (tree_stringops_transform): Likewise.
17030 (tree_indirect_call_to_profile): Likewise.
17031 (tree_stringops_values_to_profile): Likewise.
17032
17033 * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
17034 (eliminate_tail_call): Likewise.
17035
17036 * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
17037
17038 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
17039 Use TREE_OPERAND_LENGTH and generalize to handle any number of
17040 operands.
17041 (instantiate_parameters_1): Can't handle tcc_vl_exp here.
17042
17043 * omp-low.c (build_omp_barrier): Use build_call_expr.
17044 (lower_rec_input_clauses): Likewise.
17045 (lower_reduction_clauses): Likewise.
17046 (expand_parallel_call): Likewise.
17047 (maybe_catch_exception): Likewise.
17048 (expand_omp_for_generic): Likewise.
17049 (expand_omp_for_static_nochunk): Likewise.
17050 (expand_omp_sections): Likewise.
17051 (lower_omp_single_simple): Likewise.
17052 (lower_omp_single_copy): Likewise.
17053 (lower_omp_master): Likewise.
17054 (lower_omp_ordered): Likewise.
17055 (lower_omp_critical): Likewise.
17056
17057 * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
17058 (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
17059
17060 * tree-gimple.c (is_gimple_call_addr): Fix doc.
17061 (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
17062 TREE_CODE_LENGTH. Add tcc_vl_exp case.
17063
17064 * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
17065 and generalize to handle any number of operands.
17066 (chrec_contains_undetermined): Likewise.
17067 (tree_contains_chrecs): Likewise.
17068 (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
17069
17070 * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
17071
17072 * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors. Use
17073 fold_call_expr instead of fold_builtin.
17074 (ccp_fold_builtin): Likewise. Update calls into builtins.c to
17075 match declarations there.
17076 (fold_stmt): Use new CALL_EXPR constructor and accessors. Doc
17077 updates.
17078
17079 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
17080 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
17081
17082 * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
17083 (scan_function): Add case tcc_vl_exp for CALL_EXPR.
17084
17085 * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
17086 accessors.
17087
17088 * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
17089 (execute_cse_sincos): Use new CALL_EXPR accessors.
17090
17091 * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
17092
17093 * gimple-low.c (lower_function_body): Use build_call_expr.
17094 (lower_builtin_setjmp): Likewise.
17095
17096 * expr.c (emit_block_move_via_libcall): Use build_call_expr.
17097 (set_storage_via_libcall): Likewise.
17098 (safe_from_p): Add tcc_vl_exp case. Use TREE_OPERAND_LENGTH
17099 instead of TREE_CODE_LENGTH.
17100 (expand_expr_real_1): Use new CALL_EXPR accessors.
17101
17102 * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
17103 generalize to handle any number of operands.
17104 (TB_parent_eq): Likewise.
17105
17106 * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
17107 (strip_builtin_expect): Likewise.
17108
17109 * function.c (gimplify_parameters): Use build_call_expr.
17110
17111 * tree-vectorizer.c (vect_is_simple_reduction): Use
17112 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
17113
17114 * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
17115 (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
17116
17117 * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
17118 iterators.
17119
17120 * gimplify.c (build_stack_save_restore): Use build_call_expr.
17121 (gimplify_decl_expr): Likewise.
17122 (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
17123 Use new CALL_EXPR iterators.
17124 (gimplify_modify_expr_to_memcpy): Use build_call_expr.
17125 (gimplify_modify_expr_to_memset): Likewise.
17126 (gimplify_variable_sized_compare): Likewise.
17127 (gimplify_omp_atomic_fetch_op): Likewise.
17128 (gimplify_omp_atomic_pipeline): Likewise.
17129 (gimplify_omp_atomic_mutex): Likewise.
17130 (gimplify_function_tree): Likewise.
17131
17132 * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
17133 (call_expr_flags): Likewise.
17134 (expand_call): Likewise.
17135
17136 * except.c (expand_builtin_eh_return_data_regno): Pass entire
17137 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
17138 accessors.
17139
17140 * coverage.c (create_coverage): Use build_call_expr.
17141
17142 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
17143 (temp_call_expr_obstack): New.
17144 (pool_copy_list): Delete.
17145 (temp_copy_call_expr): New.
17146 (phi_translate): Add case tcc_vl_exp for CALL_EXPR. Use new
17147 CALL_EXPR accessors. Get rid of special goo for copying argument
17148 lists and use temp_copy_call_expr instead.
17149 (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR. Use new
17150 CALL_EXPR accessors.
17151 (create_expression_by_pieces): Likewise. Use build_call_array
17152 to construct the result instead of fold_build3.
17153 (create_value_expr_from): Add tcc_vl_exp. Delete special goo for
17154 dealing with argument lists.
17155 (init_pre): Remove references to expression_node_pool and
17156 list_node_pool. Init temp_call_expr_obstack instead.
17157 (fini_pre): Remove references to expression_node_pool and
17158 list_node_pool.
17159
17160 * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
17161 and walk arguments explicitly instead of as a list.
17162
17163 * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
17164 (mx_register_decls): Likewise.
17165 (mudflap_register_call): Likewise.
17166 (mudflap_finish_file): Likewise.
17167
17168 * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
17169 (ipa_callsite_compute_param): Likewise.
17170
17171 * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
17172 accessors and constructor.
17173
17174 * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
17175 accessors and constructor.
17176 (convert_tramp_reference): Likewise.
17177 (convert_call_expr): Likewise.
17178 (finalize_nesting_tree_1): Likewise.
17179
17180 * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
17181 accessors.
17182
17183 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
17184
17185 * tree-inline.c (initialize_inlined_parameters): Pass entire
17186 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
17187 accessors.
17188 (estimate_num_insns_1): Use new CALL_EXPR accessors.
17189 (expand_call_inline): Tidy up call to initialize_inlined_parameters.
17190
17191 * tree-vect-transform.c (vect_create_epilog_for_reduction): Use
17192 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
17193 (vectorizable_reduction): Likewise.
17194 (vectorizable_call): Use new CALL_EXPR iterators.
17195 (vectorizable_conversion): Use build_call_expr.
17196 (vectorizable_operation): Use TREE_OPERAND_LENGTH.
17197 (vect_gen_widened_results_half): Use build_call_expr.
17198 (vect_setup_realignment): Likewise.
17199 (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
17200
17201 * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
17202 (pass_through_call): Likewise.
17203 (compute_object_sizes): Likewise. Use fold_call_expr instead of
17204 fold_builtin.
17205
17206 * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
17207 (tree_gen_pow2_profiler): Likewise.
17208 (tree_gen_one_value_profiler): Likewise.
17209 (tree_gen_ic_func_profiler): Likewise.
17210 (tree_gen_average_profiler): Likewise.
17211 (tree_gen_ior_profiler): Likewise.
17212
17213 * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
17214 (find_func_aliases): Use new CALL_EXPR accessors. Add case
17215 tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
17216
17217 * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
17218 of TREE_CODE_LENGTH.
17219
17220 * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
17221 of TREE_CODE_LENGTH.
17222
17223 * convert.c (convert_to_real): Use new CALL_EXPR accessors and
17224 constructor.
17225 (convert_to_integer): Likewise.
17226
17227 * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
17228 accessors.
17229
17230 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
17231 Brooks Moses <brooks.moses@codesourcery.com>
17232 Lee Millward <lee.millward@codesourcery.com>
17233
17234 * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
17235 accessors.
17236 * config/frv/frv.c (frv_expand_builtin): Likewise.
17237 * config/s390/s390.c (s390_expand_builtin): Likewise.
17238
17239 * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
17240 (sparc_expand_builtin): Use new CALL_EXPR accessors.
17241
17242 * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
17243 (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
17244 instead of arglist. Use new CALL_EXPR accessors on it. Fix callers.
17245 (ix86_expand_store_builtin): Likewise.
17246 (ix86_expand_unop_builtin): Likewise.
17247 (ix86_expand_unop1_builtin): Likewise.
17248 (ix86_expand_sse_compare): Likewise.
17249 (ix86_expand_sse_comi): Likewise.
17250 (ix86_expand_vec_init_builtin): Likewise.
17251 (ix86_expand_vec_ext_builtin): Likewise.
17252 (ix86_expand_vec_set_builtin): Likewise.
17253 (ix86_expand_builtin): Use new CALL_EXPR accessors.
17254
17255 * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
17256 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
17257
17258 * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
17259 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
17260 (iq2000_expand_builtin): Use new CALL_EXPR accessors.
17261
17262 * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
17263 build_call_expr.
17264 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
17265 (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
17266 arglist. Use new CALL_EXPR accessors. Fix callers.
17267 (altivec_expand_abs_builtin): Likewise.
17268 (rs6000_expand_binop_builtin): Likewise.
17269 (altivec_expand_predicate_builtin): Likewise.
17270 (altivec_expand_lv_builtin): Likewise.
17271 (spe_expand_stv_builtin): Likewise.
17272 (altivec_expand_stv_builtin): Likewise.
17273 (rs6000_expand_ternop_builtin): Likewise.
17274 (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
17275 (altivec_expand_st_builtin): Likewise.
17276 (altivec_expand_dst_builtin): Likewise.
17277 (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
17278 arglist. Use new CALL_EXPR accessors. Fix callers.
17279 (altivec_expand_vec_set_builtin): Likewise.
17280 (altivec_expand_vec_ext_builtin): Likewise.
17281 (altivec_expand_builtin): Use new CALL_EXPR accessors.
17282 (spe_expand_builtin): Likewise.
17283 (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
17284 arglist. Use new CALL_EXPR accessors. Fix callers.
17285 (spe_expand_evsel_builtin): Likewise.
17286 (rs6000_expand_builtin): Use new CALL_EXPR accessors. VCFUX and
17287 FCFSX cases must construct whole new CALL_EXPR, not just arglist.
17288
17289 * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
17290 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
17291 (arm_expand_unop_builtin): Likewise.
17292 (arm_expand_builtin): Use new CALL_EXPR accessors.
17293
17294 * config/mips/mips.c (mips_expand_builtin): Use new CALL_EXPR
17295 accessors.
17296
17297 * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire
17298 CALL_EXPR instead of arglist. Use new CALL_EXPR accessors.
17299 Fix callers.
17300 (bfin_expand_unop_builtin): Likewise.
17301 (bfin_expand_builtin): Use new CALL_EXPR accessors.
17302
17303 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
17304 Brooks Moses <brooks.moses@codesourcery.com>
17305 Lee Millward <lee.millward@codesourcery.com>
17306
17307 * c-semantics.c (build_stmt): Add internal diagnostic check.
17308
17309 * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
17310 accessors. Print arguments explicitly instead of as a list.
17311
17312 * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
17313
17314 * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
17315 (c_finish_omp_flish): Likewise.
17316
17317 * c-common.c (verify_tree): Use new CALL_EXPR accessors. Traverse
17318 arguments explicitly instead of as a list. Use TREE_OPERAND_LENGTH
17319 instead of TREE_CODE_LENGTH.
17320 (check_function_arguments_recurse): Use new CALL_EXPR accessors.
17321 (c_warn_unused_result): Likewise.
17322
17323 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17324
17325 PR c/26494
17326 * doc/invoke.texi (Warning Options): Remove
17327 -Werror-implicit-function-declaration.
17328 (Wimplicit-function-declaration): Update description.
17329 * opts.c (common_handle_option): Move handling of -Werror=* to...
17330 (enable_warning_as_error): ...here.
17331 * opts.h (enable_warning_as_error): Declare.
17332 * c-decl.c (implicit_decl_warning): Unless
17333 -Wno-implicit-function-declaration is given, emit a pedwarn if
17334 -std=c99 or emit a warning if -Wimplicit-function-declaration.
17335 * c.opt (Wimplicit-function-declaration): Replace
17336 mesg_implicit_function_declaration with
17337 warn_implicit_function_declaration.
17338 * c-opts.c (c_common_handle_option):
17339 -Werror-implicit-function-declaration is exactly equal as
17340 -Werror=implicit-function-declaration.
17341 (set_Wimplicit): Replace mesg_implicit_function_declaration with
17342 warn_implicit_function_declaration.
17343 (c_common_post_options): -Wimplict-function-declaration is enabled
17344 by default by -std=c99, otherwise is disabled by default.
17345 * c-objc-common.c (c_objc_common_init): Remove flawed logic.
17346
17347 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
17348
17349 * gimplify.c (gimplify_modify_expr): During gimplification, attach a
17350 DECL on the rhs to a DECL on the lhs for debug info purposes if the
17351 former is ignored but not the latter.
17352
17353 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
17354
17355 * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
17356 is made and the reference doesn't use the alias set of its type,
17357 do not create the temporary using that type.
17358
17359 2007-02-15 Aldy Hernandez <aldyh@redhat.com>
17360
17361 * jump.c: Remove prototypes for delete_computation and
17362 delete_prior_computation.
17363
17364 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
17365
17366 * jump.c (get_label_after): Delete.
17367 (get_label_before, delete_computation, delete_jump,
17368 delete_prior_computation, follow_jumps): Move...
17369 * reorg.c (delete_computation, delete_prior_computation): ... here...
17370 (get_label_before, delete_jump): ... making these static ...
17371 (follow_jumps): ... and simplifying this since it only runs after
17372 reload.
17373 * rtl.h (get_label_after, get_label_before, delete_jump,
17374 follow_jumps): Delete prototypes.
17375
17376 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
17377
17378 * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
17379
17380 2007-02-15 Nick Clifton <nickc@redhat.com>
17381
17382 * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
17383 order to prevent it from being munged by the target.
17384
17385 2007-02-15 Uros Bizjak <ubizjak@gmail.com>
17386
17387 * config/i386/i386.md: Remove misleading comment.
17388
17389 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
17390
17391 * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
17392 reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
17393 invalid patterns.
17394
17395 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
17396
17397 * tree-sra.c (instantiate_missing_elements): Canonicalize
17398 bit-field types.
17399 (sra_build_assignment): New.
17400 (generate_copy_inout, generate_element_copy,
17401 generate_element_zero, generate_one_element_init): Use it.
17402
17403 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
17404
17405 * tree-sra.c (instantiate_missing_elements): Canonicalize
17406 bit-field types.
17407 (sra_build_assignment): New.
17408 (generate_copy_inout, generate_element_copy,
17409 generate_element_zero, generate_one_element_init): Use it.
17410
17411 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
17412
17413 * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
17414 limbo die nodes.
17415
17416 2007-02-14 Joseph Myers <joseph@codesourcery.com>
17417
17418 * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
17419 types as aggregates not scalars.
17420 * function.c (assign_stack_temp_for_type): Likewise.
17421
17422 2007-02-14 Roger Sayle <roger@eyesopen.com>
17423 Zdenek Dvorak <dvorakz@suse.cz>
17424
17425 * tree-dump.c (dump_switch_p_1): Require exact match of the option
17426 name.
17427
17428 2007-02-14 Zdenek Dvorak <dvorakz@suse.cz>
17429
17430 * passes.c (next_pass_1): Clear the next field of the copied
17431 pass structure.
17432
17433 2007-02-14 Richard Henderson <rth@redhat.com>
17434
17435 * tree-sra.c (early_sra): New.
17436 (decl_can_be_decomposed_p): Deny va_list if early_sra.
17437 (tree_sra_early, pass_sra_early): New.
17438 * tree-pass.h (pass_sra_early): Declare.
17439 * passes.c (init_optimization_passes): Use it.
17440
17441 2007-02-14 Richard Guenther <rguenther@suse.de>
17442
17443 * flags.h (issue_strict_overflow_warning): Convert to a macro.
17444
17445 2007-02-14 Dorit Nuzman <dorit@il.ibm.com>
17446
17447 PR tree-optimization/30771
17448 * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
17449 also phi nodes.
17450 (vect_analyze_operations): Induction phis can now be marked as
17451 used_in_loop.
17452 (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
17453 Update documentation accordingly.
17454
17455 2007-02-14 Nick Clifton <nickc@redhat.com>
17456
17457 * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
17458 most 3 arguments are supported.
17459 (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
17460
17461 2007-02-13 Seongbae Park <seongbae.park@gmail.com>
17462
17463 * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
17464 Ensure dst->current is valid.
17465
17466 2007-02-13 Paul Brook <paul@codesourcery.com>
17467
17468 * config.gcc: Add arm*-*-uclinux-*eabi.
17469 * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
17470 (SUBTARGET_EXTRA_LINK_SPEC): Define.
17471 (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
17472 (LINK_GCC_C_SEQUENCE_SPEC): Undef.
17473 (LINK_SPEC): Define.
17474 (LIB_SPEC): Define.
17475 * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
17476 register.
17477 * config/arm/uclinux-eabi.h: New file.
17478 * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
17479 * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
17480 based targets.
17481
17482 2007-02-13 Ian Lance Taylor <iant@google.com>
17483
17484 * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
17485 * flags.h (warn_strict_overflow): Declare.
17486 (enum warn_strict_overflow_code): Define.
17487 (issue_strict_overflow_warning): New static inline function.
17488 * opts.c (warn_strict_overflow): New variable.
17489 (common_handle_option): Handle OPT_Wstrict_overflow and
17490 OPT_Wstrict_overflow_.
17491 * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
17492 OPT_Wall.
17493 * fold-const.c: Include intl.h.
17494 (fold_deferring_overflow_warnings): New static variable.
17495 (fold_deferred_overflow_warning): New static variable.
17496 (fold_deferred_overflow_code): New static variable.
17497 (fold_defer_overflow_warnings): New function.
17498 (fold_undefer_overflow_warnings): New function.
17499 (fold_undefer_and_ignore_overflow_warnings): New function.
17500 (fold_deferring_overflow_warnings_p): New function.
17501 (fold_overflow_warning): New static function.
17502 (make_range): Add strict_overflow_p parameter. Change all
17503 callers.
17504 (extract_muldiv, extract_muldiv_1): Likewise.
17505 (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
17506 tree_expr_nonnegative_p.
17507 (fold_negate_expr): Call fold_overflow_warning.
17508 (fold_range_test): Likewise.
17509 (fold_comparison): Likewise.
17510 (fold_binary): Likewise. Call tree_expr_nonnegative_warnv_p
17511 instead of tree_expr_nonnegative_p.
17512 (tree_expr_nonnegative_warnv_p): Rename from
17513 tree_expr_nonnegative_p, add strict_overflow_p parameter.
17514 (tree_expr_nonnegative_p): New function.
17515 (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
17516 strict_overflow_p parameter.
17517 (tree_expr_nonzero_p): New function.
17518 * passes.c (verify_interpass_invariants): New static function.
17519 (execute_one_pass): Call it.
17520 * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
17521 warnings.
17522 (number_of_iterations_exit, loop_niter_by_eval): Likewise.
17523 (estimate_numbers_of_iterations): Likewise.
17524 (scev_probably_wraps_p): Likewise.
17525 * tree-ssa-ccp.c: Include "toplev.h".
17526 (evaluate_stmt): Defer fold overflow warnings until we know we are
17527 going to optimize.
17528 (struct fold_stmt_r_data): Add stmt field.
17529 (fold_stmt_r): Defer fold overflow warnings until we know we
17530 optimized.
17531 (fold_stmt): Initialize stmt field of fold_stmt_r_data.
17532 (fold_stmt_inplace): Likewise.
17533 * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
17534 (cleanup_control_expr_graph): Defer fold overflow warnings until
17535 we know we are going to optimize.
17536 * tree-cfg.c (fold_cond_expr_cond): Likewise.
17537 * tree-ssa-threadedge.c (simplify_control_stmt_condition):
17538 Likewise.
17539 * tree-vrp.c (vrp_expr_computes_nonnegative): Call
17540 tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
17541 * tree-ssa-loop-manip.c (create_iv): Likewise.
17542 * c-typeck.c (build_conditional_expr): Likewise.
17543 (build_binary_op): Likewise.
17544 * tree-vrp.c (vrp_expr_computes_nonzero): Call
17545 tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
17546 (extract_range_from_unary_expr): Likewise.
17547 * simplify-rtx.c (simplify_const_relational_operation): Warn when
17548 assuming that signed overflow does not occur.
17549 * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
17550 * tree.h (tree_expr_nonnegative_warnv_p): Declare.
17551 (fold_defer_overflow_warnings): Declare.
17552 (fold_undefer_overflow_warnings): Declare.
17553 (fold_undefer_and_ignore_overflow_warnings): Declare.
17554 (fold_deferring_overflow_warnings_p): Declare.
17555 (tree_expr_nonzero_warnv_p): Declare.
17556 * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
17557 of warning options.
17558 (Warning Options): Document -Wstrict-overflow.
17559 * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
17560 (tree-ssa-ccp.o): Likewise.
17561 (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
17562 (fold-const.o): Depend on intl.h.
17563
17564 2007-02-13 Ian Lance Taylor <iant@google.com>
17565
17566 PR middle-end/30751
17567 * lower-subreg.c (resolve_simple_move): Decompose subregs in
17568 addresses.
17569
17570 2007-02-13 Stuart Hastings <stuart@apple.com>
17571
17572 * config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
17573
17574 2007-02-13 Richard Henderson <rth@redhat.com>
17575
17576 * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
17577 handled_component_p before looking for the indirect_ref.
17578
17579 2007-02-13 Richard Henderson <rth@redhat.com>
17580
17581 * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
17582 remove flags clobber.
17583 (bswapsi2): New expander, emit code for !TARGET_BSWAP.
17584 (bswaphi_lowpart): New.
17585 (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
17586 remove TARGET_BSWAP test. Delete expander of the same name.
17587
17588 * optabs.c (widen_bswap, expand_doubleword_bswap): New.
17589 (expand_unop): Use them.
17590
17591 2007-02-13 Uros Bizjak <ubizjak@gmail.com>
17592
17593 * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
17594 *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
17595 *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
17596 *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
17597 *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
17598 *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
17599 *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
17600 assembler dialect choice from asm templates.
17601
17602 2007-02-12 Richard Henderson <rth@redhat.com>
17603
17604 * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
17605 (fixuns_trunc<SSEMODEF>si2): Use it.
17606 * config/i386/sse.md (vec_setv4sf_0): Export.
17607 * config/i386/i386.c (ix86_build_const_vector): Export.
17608 (ix86_split_convert_uns_si_sse): Rename from
17609 ix86_expand_convert_uns_si_sse and rewrite as a splitter.
17610 * config/i386/i386-protos.h: Update.
17611
17612 2007-02-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17613
17614 PR c/29521
17615 * c-typeck.c (c_finish_return): Improve warning message.
17616
17617 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17618
17619 * alias.c (find_symbolic_term): Delete unused function.
17620
17621 2007-02-12 Uros Bizjak <ubizjak@gmail.com>
17622
17623 * config/i386/i386.md (paritydi2, paritysi2): New expanders.
17624 (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
17625 (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
17626
17627 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
17628
17629 * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
17630 * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
17631 the function, temporarily point the debug interface to the null one.
17632
17633 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
17634
17635 * dwarf2out.c (round_up_to_align): New static function.
17636 (field_byte_offset): Use it to round the offset.
17637
17638 2007-02-12 Richard Henderson <rth@redhat.com>
17639
17640 * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
17641 (inswl_const): Export.
17642
17643 2007-02-12 Richard Henderson <rth@redhat.com>
17644
17645 * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
17646 result mode of the libcall, convert back to outmode.
17647
17648 2007-02-12 Roger Sayle <roger@eyesopen.com>
17649
17650 * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
17651 (bswapdi2): New define_expand to implement 32-bit implementation.
17652
17653 2007-02-12 Nick Clifton <nickc@redhat.com>
17654
17655 * doc/invoke.texi (Overall Options): Document --help=.
17656 * gcc.c (target_help_flag): Rename to print_subprocess_flag.
17657 (cc1_options): Pass --help= on to cc1.
17658 (display_help): Add description of --help=.
17659 (process_command): Add code to handle --help=. Allow translated
17660 --help and --target-help switches to be passed on to compiler
17661 sub-process.
17662 (main): Remove unused if statement.
17663 * opts.c (columns): Remove.
17664 (LEFT_COLUMN): Define.
17665 (wrap_help): Add columns argument.
17666 (print_filtered_help): Change parameters to be an include bitmask,
17667 an exclude bitmask, an any bitmask and the column width. Move the
17668 code to display the params list here. Add code to display the
17669 status of options rather than their descriptions if the quiet flag
17670 is not active.
17671 (print_specific_help): Change parameters to be an include bitmask,
17672 an exclude bitmask and an any bitmask. Move code to look up the
17673 column width here. Decide upon the title for an options listing.
17674 (common_handle_options): Add code to handle --help=. Adapt code
17675 for --help and --target-help to use the revised form of the
17676 print_specific_help function.
17677 (print_help): Delete.
17678 (print_param_help): Delete.
17679 (print_switch): Delete.
17680 * opts.h (cl_lang_count): Add prototype.
17681 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
17682 CL_MAX_OPTION_CLASS): New defines.
17683 * optc-gen.awk: Add construction of cl_lang_count.
17684 * c.opt: Add Warning attribute to warning options and Optimization
17685 attribute to optimization options.
17686 * common.opt: Likewise.
17687 Add --help=.
17688 Add -fhelp and -ftarget-help as aliases for the transformed --help
17689 and --target-help options.
17690 * opt-functions.awk: Add code to handle Warning and Optimization
17691 attributes.
17692
17693 2007-02-12 Richard Henderson <rth@redhat.com>
17694
17695 * config/alpha/constraints.md: New file.
17696 * config/alpha/alpha.c: Include tm-constrs.h.
17697 (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
17698 alpha_extra_constraint): Remove.
17699 (alpha_emit_conditional_branch): Use satisfies_constraint_*.
17700 * config/alpha/alpha-protos.h: Update.
17701 * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
17702 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
17703 (EXTRA_CONSTRAINT): Remove.
17704 * config/alpha/alpha.md: Include constraints.md.
17705 (adddi splitter): Use satisfies_constraint_*.
17706 * config/alpha/predicates.md (add_operand): Likewise.
17707 (sext_add_operand, addition_operation): Likewise.
17708
17709 2007-02-12 Dorit Nuzman <dorit@il.ibm.com>
17710
17711 PR tree-optimization/29145
17712 * tree-data-ref.c (base_addr_differ_p): Make us more conservative
17713 in our handling of restrict qualified pointers.
17714
17715 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17716
17717 PR middle-end/7651
17718 * doc/invoke.texi (Wunused-value): Update description.
17719 (Wextra): Delete item.
17720 * opts.c (set_Wextra): Don't use the value of Wextra to set the
17721 value of Wunused-value.
17722 * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
17723 (c_finish_stmt_expr): Don't check extra_warnings.
17724 (emit_side_effect_warnings): The caller is responsible to check
17725 warn_unused_value.
17726
17727 2007-02-11 Roger Sayle <roger@eyesopen.com>
17728 Matt Thomas <matt@3am-software.com>
17729
17730 * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
17731
17732 2007-02-11 Roger Sayle <roger@eyesopen.com>
17733
17734 * simplify-rtx.c (simplify_relational_operation_1): Optimize
17735 comparisons of POPCOUNT against zero.
17736 (simplify_const_relational_operation): Likewise.
17737
17738 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17739
17740 * doc/invoke.texi (Wextra): Delete outdated paragraph.
17741
17742 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17743
17744 * dwarf2out.c (root_type): Delete unused function.
17745
17746 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17747
17748 * genattrtab.c (contained_in_p): Delete unused function.
17749 (write_expr_attr_cache): Likewise.
17750
17751 2007-02-11 Jan Hubicka <jh@suse.cz>
17752
17753 * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
17754 previous patch.
17755
17756 2007-02-11 Steven Bosscher <steven@gcc.gnu.org>
17757
17758 * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
17759 to add the REG_EQ* note.
17760 * see.c (see_merge_one_use_extension): Likewise.
17761 * local-alloc.c (update_equiv_regs): Likewise. Also don't
17762 turn REG_EQUAL notes into REG_EQUIV notes if the target
17763 register may have more than one set.
17764 * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
17765 * gcse.c (try_replace_reg): Likewise.
17766 * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
17767 * calls.c (fixup_tail_calls): Likewise. Abort if there is
17768 more than one REG_EQUIV note.
17769 * reload1.c (gen_reload): Use set_unique_reg_note.
17770
17771 2007-02-11 Uros Bizjak <ubizjak@gmail.com>
17772
17773 * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
17774 (ix86_builtin_conversion): New function.
17775
17776 2007-02-06 Mark Mitchell <mark@codesourcery.com>
17777
17778 PR target/29487
17779 * tree.h (DECL_REPLACEABLE_P): New macro.
17780 * except.c (set_nothrow_function_flags): Likewise.
17781
17782 2007-02-11 Tehila Meyzels <tehila@il.ibm.com>
17783 Ira Rosen <irar@il.ibm.com>
17784 Dorit Nuzman <dorit@il.ibm.com>
17785
17786 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
17787 * targhooks.c (default_builtin_vectorized_conversion): New.
17788 * targhooks.h (default_builtin_vectorized_function): New declaration.
17789 * target.h (struct vectorize): Add builtin_conversion field.
17790 * tree-vectorizer.h (type_conversion_vec_info_type): New enum
17791 stmt_vec_info_type value.
17792 (vectorizable_conversion): New declaration.
17793 * tree-vect-analyze.c (vect_analyze_operations): Add
17794 vectorizable_conversion call.
17795 * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
17796 * tree-vect-transform.c (vectorizable_conversion): New function.
17797 (vect_transform_stmt): Add case for type_conversion_vec_info_type.
17798 * tree-vect-generic.c (expand_vector_operations_1): Consider correct
17799 mode.
17800 * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
17801 (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
17802 (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
17803 or ALTIVEC_BUILTIN_VCFSX.
17804
17805 2007-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17806
17807 PR target/30634
17808 * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
17809 CONST_DOUBLE and operand 0 is a hard register.
17810 (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
17811 memory. Fail if operand 1 is a non-zero CONST_INT and operand 0
17812 is a hard floating-point register.
17813
17814 2007-02-10 Richard Henderson <rth@redhat.com>
17815 Jakub Jelinek <jakub@redhat.com>
17816 Alexandre Oliva <aoliva@redhat.com>
17817
17818 * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
17819 * builtin-types.def (BT_WORD): Make unsigned.
17820 (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
17821 * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
17822 (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
17823 * c-decl.c (grokdeclarator): Don't error if !have_tls.
17824 * c-parser.c (c_parser_omp_threadprivate): Likewise.
17825 * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
17826 emulated tls.
17827 * expr.c (emutls_var_address): New.
17828 (expand_expr_real_1): Expand emulated tls.
17829 (expand_expr_addr_expr_1): Likewise.
17830 * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
17831 * output.h (emutls_finish): Declare.
17832 * toplev.c (compile_file): Call it.
17833 * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
17834 address before wrapping in CONST.
17835 * varasm.c (emutls_htab, emutls_object_type): New.
17836 (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
17837 (get_emutls_object_name, get_emutls_object_type): New.
17838 (get_emutls_init_templ_addr, emutls_decl): New.
17839 (emutls_common_1, emutls_finish): New.
17840 (assemble_variable): When emulating tls, swap decls; generate
17841 constructor for the emutls objects.
17842 (do_assemble_alias): When emulating tls, swap decl and target name.
17843 (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
17844 for emulated tls.
17845 * varpool.c (decide_is_variable_needed): Look at force_output.
17846 Recurse for emulated tls.
17847 (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
17848 with decide_is_variable_needed.
17849 * emutls.c: New file.
17850 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
17851 tls_object for real tls.
17852
17853 2007-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
17854
17855 PR rtl-optimization/29599
17856 * reload1.c (eliminate_regs_in_insn): Take the destination
17857 mode into account when computing the offset.
17858
17859 2007-02-09 Stuart Hastings <stuart@apple.com>
17860 Richard Henderson <rth@redhat.com>
17861
17862 * config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
17863 * config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
17864 * config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
17865 fixuns_truncdfhi2): New.
17866 (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
17867 (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
17868 (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
17869 (floatunssidf2): Allow nonimmediate source.
17870 * config/i386/sse.md (movdi_to_sse): New.
17871 (vec_concatv2di): Drop '*'.
17872 * config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
17873 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
17874 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
17875 New.
17876 * config/i386/i386.c (ix86_expand_convert_uns_si_sse,
17877 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
17878 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
17879 ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
17880 (ix86_build_signbit_mask): Fix decl of v, refactor to call
17881 ix86_build_const_vector.
17882 (x86_emit_floatuns): Rewrite.
17883
17884 2007-02-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
17885
17886 * genautomata.c (longest_path_length): Delete unused function.
17887 (struct state): Delete unused longest_path_length.
17888 (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
17889 (get_free_state): Delete unused.
17890
17891 2007-02-09 Jan Hubicka <jh@suse.cz>
17892
17893 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
17894 * doc/invoke.texi (inline-unit-growth): Update default value.
17895
17896 * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
17897 * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
17898 (rebuild_cgraph_edges): Likewise.
17899 * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
17900 (dump_cgraph_node): Dump frequencies.
17901 (cgraph_clone_edge): Add frequency scales.
17902 (cgraph_clone_node): Add freuqnecy.
17903 * cgraph.h (cgraph_edge): Add freuqnecy argument.
17904 (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
17905 (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
17906 * tree-pass.h (TODO_rebuild_frequencies): New constant.
17907 * cgraphunit.c (verify_cgraph_node): Verify frequencies.
17908 (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
17909 (save_inline_function_body): Likewise.
17910 * ipa-inline.c: inluce rtl.h
17911 (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
17912 (cgraph_edge_badness): Use frequencies.
17913 (cgraph_decide_recursive_inlining): Update clonning.
17914 (cgraph_decide_inlining_of_small_function): Dump frequency.
17915 * predict.c (estimate_bb_frequencies): Export.
17916 * predict.h (estimate_bb_frequencies): Declare.
17917 * tree-inline.c (copy_bb): Watch overflows.
17918 (expand_call_inline): Update call of cgraph_create_edge.
17919 (optimize_inline_calls): Use TODO flags to update frequnecies.
17920 * passes.h: Include predict.h
17921 (init_optimization_passes): Move profile ahead.
17922 (execute_function_todo): Handle TODO_rebuild_frequencies.
17923
17924 2007-02-09 Roger Sayle <roger@eyesopen.com>
17925
17926 * config/alpha/alpha.c (emit_insxl): Force the first operand of
17927 the insbl or inswl pattern into a register.
17928
17929 2007-02-09 Roger Sayle <roger@eyesopen.com>
17930
17931 * config/ia64/ia64.md (bswapdi2): New define_insn.
17932
17933 2007-02-09 Richard Henderson <rth@redhat.com>
17934
17935 * config/i386/constraints.md (Ym): New constraint.
17936 * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
17937 (movdi_1_rex64): Split sse and xmm general register moves from
17938 memory move alternatives. Use conditional register constraints.
17939 (movsf_1, movdf_integer): Likewise.
17940 (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
17941 (movdf_integer_rex64): New.
17942 (pushsf_rex64): Fix output constraints.
17943 * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
17944 (sse2_stored): Likewise.
17945 (sse2_storeq_rex64): New.
17946 * config/i386/i386.c (x86_inter_unit_moves): Enable for not
17947 amd and not generic.
17948 (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
17949 for optimize_size. Remove SF/DFmode hack.
17950
17951 2007-02-09 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
17952
17953 * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
17954 (bit_SSE4a): New.
17955
17956 2007-02-09 Nathan Sidwell <nathan@codesourcery.com>
17957 Richard Sandiford <richard@codesourcery.com>
17958
17959 * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
17960 (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
17961 (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
17962 m68k/t-mlib to tmake_file.
17963 (m68020-*-elf*, m68k-*-elf*): Likewise. Add t-m68kbare as well.
17964 (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
17965 (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
17966 Allow it to be cf or m68k. Set m68k_arch_family. If that
17967 variable is not empty, add t-$m68k_arch_family to tmake_file.
17968 Add t-mlibs to tmake_file.
17969 * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
17970 * config/m68k/t-cf: New file.
17971 * config/m68k/t-m68k: Likewise.
17972 * config/m68k/t-mlibs: Likewise.
17973 * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17974 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17975 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
17976 * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17977 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
17978 Delete.
17979 * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
17980 (INSTALL_LIBGCC): Delete.
17981 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
17982 * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17983 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17984 (M68K_MLIB_CPU): Define.
17985 * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
17986 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
17987 (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
17988
17989 2007-02-09 Zdenek Dvorak <dvorakz@suse.cz>
17990 Richard Guenther <rguenther@suse.de>
17991
17992 PR middle-end/23361
17993 * fold-const.c (fold_comparison): Handle obfuscated comparisons
17994 against INT_MIN/INT_MAX.
17995 * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
17996 file if a loop is removed.
17997
17998 2007-02-09 Joseph Myers <joseph@codesourcery.com>
17999
18000 * calls.c (store_one_arg): Pass correct alignment to
18001 emit_push_insn for non-BLKmode values.
18002 * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
18003 unaligned stack slot via a suitably aligned slot.
18004
18005 2007-02-08 DJ Delorie <dj@redhat.com>
18006
18007 * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
18008 warnings.
18009 (legal_subregs): Use unsigned char, make const.
18010 (m32c_illegal_subreg_p): Use ARRAY_SIZE. Delete unused variables.
18011
18012 2007-02-08 Paul Brook <paul@codesourcery.com>
18013
18014 * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
18015 special interworking needed.
18016
18017 2007-02-08 Harsha Jagasia <harsha.jagasia@amd.com>
18018
18019 * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
18020 conditional to __SSE2__.
18021 (Entries below should have been added to first ChangeLog
18022 entry for amdfam10 dated 2007-02-05)
18023 * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
18024 defined.
18025 * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
18026 defined.
18027 * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
18028 defined.
18029
18030 2007-02-08 DJ Delorie <dj@redhat.com>
18031
18032 * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
18033 * config/m32c/m32c.c (legal_subregs): New.
18034 (m32c_illegal_subreg_p): New.
18035 * config/m32c/predicates.md (m32c_any_operand): Use it to reject
18036 unsupported subregs of hard regs.
18037
18038 2007-02-08 Jan Hubicka <jh@suse.cz>
18039
18040 * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
18041 the same one; always update histograms.
18042
18043 2007-02-08 Diego Novillo <dnovillo@redhat.com>
18044
18045 * passes.c (init_optimization_passes): Tidy comment.
18046
18047 2007-02-08 Roger Sayle <roger@eyesopen.com>
18048
18049 * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
18050 strip zero_extend, bswap and rotates from POCOUNT's argument.
18051 <PARITY>: Likewise, we can strip not, bswap, sign_extend,
18052 zero_extend and rotates from PARITY's argument.
18053 <BSWAP>: A byte-swap followed by a byte-swap is an identity.
18054 (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
18055 of an integer constant at compile-time.
18056
18057 2007-02-08 Diego Novillo <dnovillo@redhat.com>
18058
18059 PR 30562
18060 * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
18061 Update all users.
18062 * tree-ssa-alias.c (compute_is_aliased): Remove. Update all
18063 users.
18064 (init_alias_info):
18065 * tree-ssa-live.c (remove_unused_locals): Do not remove
18066 TREE_ADDRESSABLE variables.
18067 * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
18068 * tree-ssa-operands.c (add_virtual_operand): Remove argument
18069 FOR_CLOBBER. Update all users.
18070 If VAR has an associated alias set, add a virtual operand for
18071 it if no alias is found to conflict with the memory reference.
18072
18073 2007-02-07 Jan Hubicka <jh@suse.cz>
18074 Robert Kidd <rkidd@crhc.uiuc.edu>
18075
18076 * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
18077
18078 2007-02-07 Ian Lance Taylor <iant@google.com>
18079
18080 * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
18081
18082 2007-02-07 Roger Sayle <roger@eyesopen.com>
18083
18084 * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
18085 parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
18086 tablejumpdi, movsi_to_cr_one): Remove constraints from
18087 define_expand's match_operands.
18088
18089 2007-02-07 Roger Sayle <roger@eyesopen.com>
18090
18091 * global.c (compute_regsets): Move declatation of "i" inside of
18092 #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
18093
18094 2007-02-07 Jakub Jelinek <jakub@redhat.com>
18095
18096 PR c++/30703
18097 * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
18098 of INDIRECT_REF <RESULT_DECL>.
18099
18100 * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
18101
18102 2007-02-06 J"orn Rennecke <joern.rennecke@arc.com>
18103 Kaz Kojima <kkojima@gcc.gnu.org>
18104
18105 PR target/29746
18106 * config/sh/sh.c (expand_cbranchdi4): Use scratch register
18107 properly.
18108 (sh_initialize_trampoline): Add parentheses to avoid a warning.
18109
18110 2007-02-06 Zdenek Dvorak <dvorakz@suse.cz>
18111
18112 * doc/loop.texi: Document possibility not to perform disambiguation
18113 of loops with multiple latches.
18114 * cfgloopmanip.c (alp_enum_p): Removed.
18115 (add_loop): Handle subloops. Use get_loop_body_with_size.
18116 (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
18117 * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
18118 the new forwarder block.
18119 (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
18120 Handle the case latch is NULL.
18121 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg
18122 modifications when marking loop exits.
18123 * ifcvt.c (if_convert): Ditto. Mark loop exits even if cfg cannot
18124 be modified.
18125 * loop-init.c (loop_optimizer_init): Do not modify cfg. Call
18126 disambiguate_loops_with_multiple_latches.
18127 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
18128 before fix_loop_structure.
18129 * cfgloop.c: Include pointer-set.h and output.h.
18130 (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
18131 update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
18132 (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
18133 find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
18134 mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
18135 disambiguate_multiple_latches, get_loop_body_with_size,
18136 disambiguate_loops_with_multiple_latches): New functions.
18137 (flow_loop_dump): Dump multiple latch edges.
18138 (flow_loop_nodes_find): Handle loops with multiple latches.
18139 (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
18140 (glb_enum_p): Modified.
18141 (get_loop_body): Use get_loop_body_with_size.
18142 * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
18143 (AVOID_CFG_MODIFICATIONS): New constant.
18144 (disambiguate_loops_with_multiple_latches, add_loop,
18145 get_loop_body_with_size): Declare.
18146 * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
18147
18148 2007-02-06 Seongbae Park <seongbae.park@gmail.com>
18149
18150 PR inline-asm/28686
18151 * global.c (compute_regsets): New function.
18152 (global_alloc): Refactored ELIMINABLE_REGSET
18153 and NO_GLOBAL_ALLOC_REGS computation out.
18154 (rest_of_handle_global_alloc): Call compute_regsets()
18155 for non-optimizing case.
18156
18157 2007-02-06 Richard Henderson <rth@redhat.com>
18158
18159 * config/i386/constraints.md (Y2): Rename from Y.
18160 (Yi): New constraint.
18161 * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
18162 pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
18163 zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
18164 (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
18165 truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
18166 fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
18167 floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
18168 absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
18169 fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
18170 * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
18171 mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
18172 vec_extractv2si_1): Change Y constraints to Y2.
18173 * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
18174 vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
18175 Change Y constraints to Y2.
18176 (sse2_loadld): Change Y constraints to x.
18177
18178 2007-02-06 Roger Sayle <roger@eyesopen.com>
18179
18180 * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
18181 (parity<mode>2): New define_expand using rs6000_emit_parity.
18182 * config/rs6000/rs6000.c (rs6000_emit_popcount,
18183 rs6000_emit_parity): New functions.
18184 * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
18185 rs6000_emit_parity): Prototype here.
18186
18187 2007-02-06 Ian Lance Taylor <iant@google.com>
18188
18189 * lower-subreg.c (simple_move_operand): Reject CONST.
18190 (resolve_clobber): Call validate_change rather than directly
18191 assigning to XEXP (pat, 0).
18192
18193 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
18194
18195 * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
18196 (tree-ssa-reassoc.o): Add pointer-set.h dependency.
18197 (tree-cfg.o): Remove hashtab.h dependency.
18198
18199 * tree-ssa-loop-ivopts.c: Include pointer-set.h.
18200 (struct ivopts_data): Change niters to pointer_map_t.
18201 (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
18202 (niter_for_exit): Create pointer_map on demand. Change for
18203 pointer_map API.
18204 (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
18205 (free_loop_data): Destroy data->niters if created and reset field.
18206 (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
18207 (tree_ssa_iv_optimize_loop): Check for presence of stale data.
18208
18209 * tree-ssa-reassoc.c: Include pointer-set.h.
18210 (bb_rank): Change to long *.
18211 (operand_rank): Change to pointer_map_t.
18212 (find_operand_rank): Return long, -1 if not found. Declare as inline.
18213 (insert_operand_rank): Accept long.
18214 (operand_entry_hash, operand_entry_eq): Remove.
18215 (get_rank): Return long. Adjust for changes above.
18216 (init_reassoc): Change rank type to long. Adjust creation of bb_rank
18217 and operand_rank.
18218 (fini_reassoc): Delete operand_rank with pointer_map_destroy.
18219
18220 * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
18221 (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
18222 (insert_vi_for_tree): Rewrite for pointer_map API. Assert argument
18223 is not NULL.
18224 (lookup_vi_for_tree): Rewrite for pointer_map API. Return varinfo_t
18225 directly since it cannot be NULL.
18226 (get_vi_for_tree): Rewrite for pointer_map API.
18227 (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
18228 (init_alias_vars): Create vi_for_tree as pointer_map.
18229 (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
18230
18231 * tree-cfg.c: Don't include hashtab.h.
18232 (edge_to_cases): Declare as pointer_map.
18233 (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
18234 Delete.
18235 (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
18236 (start_recording_case_labels): Create edge_to_cases as pointer_map.
18237 (end_recoding_case_labels): Cleanup edge_to_cases manually before
18238 destroying it.
18239 (record_switch_edge): Delete.
18240 (get_cases_for_edge): Adjust for pointer_map API, inline
18241 record_switch_edge (rewritten for new API), remove goto.
18242
18243 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
18244
18245 * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
18246 * tree-nested.c: Include pointer-set.h.
18247 (var_map_elt, var_map_eq, var_map_hash): Delete.
18248 (struct nesting_info): Remove GTY marker. Change the two htab_t's
18249 to pointer_map_t's.
18250 (nesting_info_bitmap_obstack): New.
18251 (lookup_field_for_decl): Adjust for pointer_map API.
18252 (lookup_tramp_for_decl): Adjust for pointer_map API.
18253 (get_nonlocal_debug_decl): Adjust for pointer_map API.
18254 (get_local_debug_decl): Adjust for pointer_map API.
18255 (convert_nl_goto_reference): Adjust for pointer_map API.
18256 (convert_nl_goto_receiver): Adjust for pointer_map API.
18257 (create_nesting_tree): Create outside GGC space. Create bitmap on
18258 the new obstack. Create field_map and var_map as pointer_maps.
18259 (free_nesting_tree): Adjust for changes to create_nesting_tree.
18260 (root): Delete.
18261 (lower_nested_functions): Move root here, no need to NULL it.
18262 Initialize and release the obstack.
18263
18264 2007-02-06 Paolo Bonzini <bonzini@gnu.org>
18265
18266 * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
18267 Remove prototypes and make them non-static.
18268 (struct tree_int_map): Remove.
18269 * tree.h (struct tree_int_map): Move here, turning TO into an
18270 unsigned int.
18271 (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
18272
18273 * tree.h (TREE_COMPLEXITY): Remove.
18274 (struct tree_exp): Remove complexity field.
18275 * tree.c (build1_stat): Don't set it.
18276
18277 2007-02-06 Dorit Nuzman <dorit@il.ibm.com>
18278 Victor Kaplansky <victork@il.ibm.com>
18279
18280 * tree-vectorizer.c (vect_is_simple_use): Support induction.
18281 (vect_is_simple_reduction): Support reduction with induction as
18282 one of the operands.
18283 (vect_is_simple_iv_evolution): Fix formatting.
18284 * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
18285 formatting. Don't mark induction phis for vectorization.
18286 (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
18287 * tree-vect-transform.c (get_initial_def_for_induction): New function.
18288 (vect_get_vec_def_for_operand): Support induction.
18289 (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
18290 induction case.
18291 (vectorizable_reduction): Support reduction with induction as one of
18292 the operands.
18293 (vectorizable_type_demotion): Use def-type of stmt argument rather
18294 than dummy def-type.
18295
18296 * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
18297 flag_tree_scev_cprop.
18298 * common.opt (tree-scev-cprop): New flag.
18299
18300 * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
18301 call to vect_get_new_vect_var.
18302
18303 2007-02-06 Ira Rosen <irar@il.ibm.com>
18304
18305 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
18306 vectype is not NULL.
18307 (vect_pattern_recog_1): Likewise.
18308
18309 2007-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18310
18311 * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
18312 (fold_negate_expr): Likewise.
18313
18314 2007-02-05 Alexandre Oliva <aoliva@redhat.com>
18315
18316 PR debug/30189
18317 * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
18318 even if cv-qualification is the same.
18319
18320 2007-02-05 Geoffrey Keating <geoffk@apple.com>
18321
18322 * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
18323 __enable_execute_stack on completion.
18324
18325 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18326
18327 * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
18328 athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
18329 athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
18330 athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
18331 athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
18332 athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
18333 athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
18334 athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
18335
18336 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18337
18338 * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
18339 cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
18340 swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
18341 fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
18342 x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
18343 floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
18344 floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
18345 mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
18346 umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
18347 umuldi3_highpart_rex64, umulsi3_highpart_insn,
18348 umulsi3_highpart_zext, smuldi3_highpart_rex64,
18349 smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
18350 x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
18351 sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
18352 sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
18353 sqrtextenddfxf2_i387): Added amdfam10_decode.
18354
18355 * config/i386/athlon.md (athlon_idirect_amdfam10,
18356 athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
18357 athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
18358 athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
18359 athlon_ivector_store_amdfam10): New define_insn_reservation.
18360 (athlon_idirect_loadmov, athlon_idirect_movstore): Added
18361 amdfam10.
18362
18363 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18364
18365 * config/i386/athlon.md (athlon_call_amdfam10,
18366 athlon_pop_amdfam10, athlon_lea_amdfam10): New
18367 define_insn_reservation.
18368 (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
18369 athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
18370 athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
18371
18372 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18373
18374 * config/i386/athlon.md (athlon_sseld_amdfam10,
18375 athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
18376 athlon_mmxssest_short_amdfam10): New define_insn_reservation.
18377
18378 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18379
18380 * config/i386/athlon.md (athlon_sseins_amdfam10): New
18381 define_insn_reservation.
18382 * config/i386/i386.md (sseins): Added sseins to define_attr type
18383 and define_attr unit.
18384 * config/i386/sse.md: Set type attribute to sseins for insertq
18385 and insertqi.
18386
18387 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18388
18389 * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
18390 ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
18391 ssecomi_load_amdfam10, ssecomi_amdfam10,
18392 sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
18393 define_insn_reservation.
18394 (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
18395
18396 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18397
18398 * config/i386/athlon.md (cvtss2sd_load_amdfam10,
18399 cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
18400 cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
18401 cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
18402 cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
18403 cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
18404 define_insn_reservation.
18405
18406 * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
18407 cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
18408 cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
18409 cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
18410 cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
18411
18412 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18413
18414 * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
18415 athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
18416 athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
18417 (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
18418 athlon_ssemul_load_k8): Added amdfam10.
18419
18420 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18421
18422 * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
18423 (x86_sse_unaligned_move_optimal): New variable.
18424
18425 * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
18426 m_AMDFAM10.
18427 (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
18428 for unaligned vector SSE double/single precision loads for AMDFAM10.
18429
18430 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18431
18432 * config/i386/i386.h (TARGET_AMDFAM10): New macro.
18433 (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
18434 Define TARGET_CPU_DEFAULT_amdfam10.
18435 (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
18436 (processor_type): Add PROCESSOR_AMDFAM10.
18437
18438 * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
18439 processor_type in config/i386/i386.h.
18440 Enable imul peepholes for TARGET_AMDFAM10.
18441
18442 * config.gcc: Add support for --with-cpu option for amdfam10.
18443
18444 * config/i386/i386.c (amdfam10_cost): New variable.
18445 (m_AMDFAM10): New macro.
18446 (m_ATHLON_K8_AMDFAM10): New macro.
18447 (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
18448 x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
18449 x86_promote_QImode, x86_integer_DFmode_moves,
18450 x86_partial_reg_dependency, x86_memory_mismatch_stall,
18451 x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
18452 x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
18453 x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
18454 x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
18455 Enable/disable for amdfam10.
18456 (override_options): Add amdfam10_cost to processor_target_table.
18457 Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
18458 processor_alias_table.
18459 (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
18460 (ix86_adjust_cost): Add code for amdfam10.
18461
18462 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
18463
18464 * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
18465 instruction set feature flag. Add new (-mpopcnt) flag for popcnt
18466 instruction. Add new SSE4A (-msse4a) instruction set feature flag.
18467 * config/i386/i386.h: Add builtin definition for SSE4A.
18468 * config/i386/i386.md: Add support for ABM instructions
18469 (popcnt and lzcnt).
18470 * config/i386/sse.md: Add support for SSE4A instructions
18471 (movntss, movntsd, extrq, insertq).
18472 * config/i386/i386.c: Add support for ABM and SSE4A builtins.
18473 Add -march=amdfam10 flag.
18474 * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
18475 * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
18476 and amdfam10.
18477 * doc/extend.texi: Add documentation for SSE4A builtins.
18478
18479 2007-02-05 Bob Wilson <bob.wilson@acm.org>
18480
18481 * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
18482
18483 2007-02-05 Richard Guenther <rguenther@suse.de>
18484
18485 * tree-vectorizer.h (vectorizable_function): Add argument type
18486 argument, change return type.
18487 * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
18488 * tree-vect-transform.c (vectorizable_function): Handle extra
18489 argument, return vectorized function decl.
18490 (build_vectorized_function_call): Remove.
18491 (vectorizable_call): Handle calls with result and argument types
18492 differing. Handle loop vectorization factor correctly.
18493 * targhooks.c (default_builtin_vectorized_function): Adjust for
18494 extra argument.
18495 * targhooks.h (default_builtin_vectorized_function): Likewise.
18496 * target.h (builtin_vectorized_function): Add argument type
18497 argument.
18498 * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
18499 extra argument, allow vectorizing of lrintf.
18500 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
18501 documentation of target hook.
18502
18503 2007-02-05 Hans-Peter Nilsson <hp@axis.com>
18504
18505 PR target/30665
18506 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
18507 ("*andhi_clear", andu (casesi+45)): For size-changed operand where
18508 memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
18509
18510 2007-02-05 Roger Sayle <roger@eyesopen.com>
18511
18512 * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
18513 BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
18514 <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
18515 * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
18516 before canonicalizing sincos to cexpi.
18517 (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
18518
18519 2007-02-05 Roger Sayle <roger@eyesopen.com>
18520
18521 * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
18522 Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
18523 (alpha_init_builtins): Use alpha_add_builtins to process tables.
18524
18525 2007-02-05 Roger Sayle <roger@eyesopen.com>
18526
18527 * mips-tfile.c (initialize_init_file): Correct endianness test.
18528
18529 2007-02-05 Kazu Hirata <kazu@codesourcery.com>
18530
18531 * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
18532 the 'y' constraint.
18533
18534 2007-02-05 Richard Sandiford <richard@codesourcery.com>
18535
18536 * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
18537 saves in a PARALLEL before the register assignments.
18538
18539 2007-02-05 Richard Sandiford <richard@codesourcery.com>
18540
18541 * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
18542 DWARF_FRAME_RETURN_COLUMN to be a general register.
18543 * dwarf2out.c (init_return_column_size): New function, split from...
18544 (expand_builtin_init_dwarf_reg_sizes): ...here. Allow both
18545 DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
18546 to be nongeneral registers.
18547 * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
18548 integer registers.
18549 (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
18550 (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
18551
18552 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
18553
18554 * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
18555
18556 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
18557
18558 * cfgloopmanip.c (loop_delete_branch_edge): Removed.
18559 (remove_path): Use can_remove_branch_p and remove_branch instead
18560 of loop_delete_branch_edge.
18561 * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
18562 (tree_transform_and_unroll_loop): Remove dead branches immediately.
18563 Update profile using scale_dominated_blocks_in_loop.
18564 * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
18565 * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
18566 (can_remove_branch_p, remove_branch): Declare.
18567 * tree-cfg.c (tree_can_remove_branch_p): New function.
18568 (tree_cfg_hooks): Add tree_can_remove_branch_p.
18569 * cfgrtl.c (rtl_can_remove_branch_p): New function.
18570 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
18571
18572 2007-02-05 Jan Hubicka <jh@suse.cz>
18573
18574 PR middle-end/30696
18575 * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
18576 nodes in cgraph, don't remove offline copy of the function.
18577
18578 2007-02-04 Jan Hubicka <jh@suse.cz>
18579
18580 * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
18581 vectors might cause maybe_lookup_element_for_expr to be called
18582 on non-sra-candidate.
18583
18584 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
18585
18586 * config/bfin/bfin-modes.def, config/bfin/bfin.c,
18587 config/bfin/bfin.md, config/bfin/predicates.md: Follow
18588 spelling conventions.
18589
18590 2007-02-04 Richard Guenther <rguenther@suse.de>
18591
18592 PR middle-end/30636
18593 * fold-const.c (try_move_mult_to_index): Make sure to not
18594 overflow one dimension of a multi-dimensional array access.
18595
18596 2007-02-04 Jan Hubicka <jh@suse.cz>
18597
18598 * passes.c (init_optimization_passes): Reindent.
18599
18600 2007-02-04 Jan Hubicka <jh@suse.cz>
18601 Eric Botcazou <ebotcazou@adacore.com>
18602
18603 * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
18604 (execute_fixup_cfg): Break out the abnormal goto code.
18605 * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
18606 (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
18607 (optimize_inline_calls): Call make_nonlocal_label_edges.
18608
18609 2007-02-04 Jan Hubicka <jh@suse.cz>
18610
18611 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
18612 true when something was changed.
18613 (rename_ssa_copies): When something was changed, do
18614 TODO_remove_unused_locals.
18615 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
18616 add TODO_remove_unused_locals when instruction was removed.
18617
18618 2007-02-04 Jan Hubicka <jh@suse.cz>
18619
18620 * ipa-inline.c (try_inline): Improve debug output; work on already
18621 inline edges too.
18622 (cgraph_decide_inlining_incrementally): Indent; improve debug output;
18623 call try_inline for already inlined edges too when flattening;
18624 inline also functions that make callee growth but overall unit size
18625 reduce.
18626
18627 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
18628
18629 * config/m32c/bitops.md, config/m32c/jump.md,
18630 config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
18631 config/m32r/m32r.h, config/m32r/m32r.md,
18632 config/m32r/predicates.md, config/m68hc11/larith.asm,
18633 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
18634 config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
18635 config/mips/mips-protos.h, config/mips/mips.c,
18636 config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
18637 config/mn10300/mn10300.h, config/mn10300/predicates.md,
18638 config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
18639 spelling conventions.
18640
18641 * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
18642 Follow spelling conventions.
18643
18644 2007-02-03 Douglas Gregor <doug.gregor@gmail.com>
18645
18646 * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
18647 warn about C++0x compatibility.
18648
18649 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
18650
18651 * config/h8300/h8300.c, config/h8300/h8300.h,
18652 config/h8300/h8300.md: Follow spelling conventions.
18653
18654 2007-02-03 Uros Bizjak <ubizjak@gmail.com>
18655
18656 PR middle-end/30667
18657 * combine.c (try_combine): Do not substitute source operand
18658 with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
18659
18660 2007-02-03 Jan Hubicka <jh@suse.cz>
18661
18662 PR gcov-profile/30650
18663 * value-prof.c (stringop_block_profile): Fix handling of size counter;
18664 do not divide by zero for never executed counters.
18665 (tree_find_values_to_profile): Fix counters.
18666 * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
18667
18668 2007-02-03 Ian Lance Taylor <iant@google.com>
18669
18670 * lower-subreg.c (simple_move_operand): New static function,
18671 broken out of simple_move. Reject LABEL_REF, SYMBOL_REF, and HIGH
18672 operands.
18673 (simple_move): Call simple_move_operand.
18674 (find_decomposable_subregs): Add special handling of MEMs.
18675 (can_decompose_p): Rename from cannot_decompose_p. Reverse
18676 meaning of return value. If we see a hard register, test whether
18677 it can store a word_mode value. Change all callers.
18678
18679 2007-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18680
18681 * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
18682 ftrapv insns and expanders.
18683 (subdi3): Change define_expand operand 1 to arith11_operand, and
18684 operand 2 to reg_or_0_operand. Change constraints of 64-bit insn
18685 pattern to handle reg_or_0 operands. Revise 32-bit insn pattern to
18686 handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
18687 respectively.
18688
18689 PR middle-end/30174
18690 * varasm.c (notice_global_symbol): Treat global objects as weak when
18691 flag_shlib is true.
18692
18693 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18694
18695 * emit-rtl.c (dconstpi): Delete.
18696 (dconstsqrt2): New.
18697 (init_emit_once): Delete dconstpi and init dconstsqrt2.
18698 * real.h (dconstpi): Delete.
18699 (dconstsqrt2): New.
18700 * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
18701 (fold_builtin_hypot): Likewise.
18702
18703 2007-02-03 Tom Tromey <tromey@redhat.com>
18704
18705 PR driver/30246
18706 * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
18707 -gcoff3, -gxcoff3, -gvms3 implies -dD.
18708
18709 2007-02-03 Kazu Hirata <kazu@codesourcery.com>
18710
18711 * c-decl.c, config/avr/avr.c, config/avr/avr.h,
18712 config/m68k/m68k.c, config/m68k/netbsd-elf.h,
18713 config/mn10300/mn10300.c, config/pdp11/pdp11.h,
18714 config/rs6000/cell.md, config/rs6000/darwin.h,
18715 config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
18716 config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
18717 jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
18718 tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
18719 typos. Follow spelling conventions.
18720 * doc/invoke.texi: Follow spelling conventions.
18721
18722 2007-02-03 Roger Sayle <roger@eyesopen.com>
18723
18724 * simplify-rtx.c (simplify_relational_operation_1): Implement some
18725 canonicalization transformations that attempt to simplify integer
18726 constant comparisons to become comparisons against zero.
18727
18728 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18729
18730 * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
18731 fabs(x)*sqrt(2).
18732 * fold-const.c (fold_binary): Fix comment typos. Fold complex
18733 (x,0)-(0,y) into (x,-y). Likewise (0,y)-(x,0) into (-x,y).
18734
18735 2007-02-02 Mike Stump <mrs@apple.com>
18736
18737 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
18738 * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
18739 (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
18740 generate a branch island.
18741
18742 2007-02-02 Bob Wilson <bob.wilson@acm.org>
18743
18744 * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
18745 (xtensa_legitimate_address_p): New.
18746 (xtensa_legitimize_address): New.
18747 (xtensa_output_addr_const_extra): New.
18748 * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
18749 (BASE_REG_P): New.
18750 (REG_OK_FOR_BASE_P): Use BASE_REG_P.
18751 (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
18752 (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
18753 (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
18754 * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
18755 (xtensa_legitimize_address): New.
18756 (xtensa_output_addr_const_extra): New.
18757
18758 2007-02-02 Steve Ellcey <sje@cup.hp.com>
18759
18760 * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
18761
18762 2007-02-02 Ian Lance Taylor <iant@google.com>
18763
18764 * expmed.c (expand_divmod): Add comment.
18765
18766 2007-02-02 Kazu Hirata <kazu@codesourcery.com>
18767
18768 * emit-rtl.c (renumber_insns): Remove.
18769 * flags.h: Remove the extern for flag_renumber_insns.
18770 * rtl.h: Remove the prototype for renumber_insns.
18771 * toplev.c (flag_renumber_insns): Remove.
18772
18773 2007-02-02 Hui-May Chang <hm.chang@apple.com>
18774
18775 Revert for x86 darwin:
18776 2005-06-19 Uros Bizjak <uros@kss-loka.si>
18777
18778 * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
18779 code before the following patch under TARGET_MACHO.
18780 (ix86_function_value_regno_p): Likewise.
18781
18782 2007-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18783
18784 * fold-const.c (negate_expr_p, fold_negate_expr): Handle
18785 COMPLEX_EXPR.
18786
18787 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
18788
18789 PR target/29682
18790 * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory
18791 loads to general or fp registers. Add comments.
18792 * config/ia64/ia64.md (reg_pred_prefix): Add comment.
18793
18794 2007-02-02 Paolo Bonzini <bonzini@gnu.org>
18795
18796 * pointer-set.c (insert_aux): Only return insertion slot.
18797 (pointer_set_insert): Adjust.
18798 (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
18799 pointer_map_destroy, pointer_map_insert, pointer_map_contains,
18800 pointer_map_traverse): New.
18801 * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
18802 pointer_map_create, pointer_map_destroy, pointer_map_insert,
18803 pointer_map_contains, pointer_map_traverse): Declare.
18804
18805 2007-02-02 Jakub Jelinek <jakub@redhat.com>
18806
18807 PR middle-end/30473
18808 * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
18809 sprintf (str, "%s"). Do not optimize sprintf (str, "nopercent", p++).
18810
18811 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
18812
18813 * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
18814
18815 (struct _dep): New type.
18816 (dep_t): New typedef.
18817 (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
18818 (DEP_STATUS): New access macro. The macro with the same name was
18819 renamed to DEP_LINK_STATUS.
18820 (dep_init): Declare function
18821
18822 (struct _dep_link): New type.
18823 (dep_link_t): New typedef.
18824 (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
18825 (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
18826 (DEP_LINK_STATUS): New macro.
18827 (debug_dep_links): New debug function.
18828
18829 (struct _deps_list): New type.
18830 (deps_list_t): New typedef.
18831 (DEPS_LIST_FIRST): New access macro.
18832 (FOR_EACH_DEP_LINK): New cycle macro.
18833 (create_deps_list, free_deps_list, delete_deps_list): Declare
18834 functions.
18835 (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
18836 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
18837 (copy_deps_list_change_con): Ditto.
18838
18839 (move_dep_link): Declare function.
18840
18841 (struct _dep_node): New type.
18842 (dep_node_t): New typedef.
18843 (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
18844
18845 (struct haifa_insn_data.back_deps): New field to hold backward
18846 dependencies of the insn.
18847 (struct haifa_insn_data.depend): Rename to forw_deps. Change its type
18848 to deps_list_t.
18849 (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
18850 Change its type to deps_list_t.
18851 (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
18852 (INSN_DEPEND): Rename to INSN_FORW_DEPS.
18853 (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
18854
18855 (INSN_COST): Move to haifa-sched.c. Use insn_cost () instead.
18856
18857 (DEP_STATUS): Rename to DEP_LINK_STATUS. Fix typo in the comment.
18858
18859 (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration
18860 and all callers.
18861 (dep_cost): Declare.
18862
18863 * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
18864 (ds_to_dk, dk_to_ds): New functions.
18865
18866 (init_dep_1): New static function.
18867 (init_dep): New function.
18868 (copy_dep): New static function.
18869
18870 (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
18871 functions.
18872 (detach_dep_link): New static function.
18873 (move_dep_link): New function.
18874
18875 (dep_links_consistent_p, dump_dep_links): New static functions.
18876 (debug_dep_links): New debugging function.
18877
18878 (deps_obstack, dl_obstack, dn_obstack): New static variables.
18879
18880 (alloc_deps_list, init_deps_list): New static functions.
18881 (create_deps_list): New function.
18882 (clear_deps_list): New static function.
18883 (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
18884 (deps_list_consistent_p, dump_deps_list): New static functions.
18885 (debug_deps_list): New function.
18886 (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
18887 functions.
18888 (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
18889
18890 (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
18891 use new scheduler dependencies lists.
18892 (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
18893 (sched_analyze): Ditto. Initialize dependencies lists.
18894 (add_forw_dep, compute_forward_dependences): Update to use new
18895 scheduler dependencies lists.
18896
18897 (init_dependency_caches): Init deps_obstack.
18898 (free_dependency_caches): Free deps_obstack.
18899
18900 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
18901 new scheduler dependencies lists.
18902 (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
18903 (add_back_forw_dep, delete_back_forw_dep): Ditto.
18904
18905 * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
18906 Update to use new scheduler dependencies lists.
18907 (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
18908 (debug_dependencies): Ditto.
18909 (schedule_region): Update comments.
18910
18911 * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
18912 scheduler dependencies lists.
18913 (schedule_ebb): Update comments.
18914
18915 * rtl.def (DEPS_LIST): Remove.
18916
18917 * lists.c (unused_deps_list): Remove.
18918 (free_list): Update assertions.
18919
18920 (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
18921 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
18922
18923 * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
18924 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
18925
18926 * haifa-sched.c (comments): Update.
18927 (insn_cost1): Remove. Inline the code into insn_cost ().
18928 (insn_cost): Update to use new scheduler dependencies lists. Move
18929 processing of the dependency cost to dep_cost ().
18930 (dep_cost): New function. Use it instead of insn_cost () when
18931 evaluating cost of the dependency. Use compatible interface to
18932 interact with the target.
18933 (priority): Update to use new scheduler dependencies lists.
18934 (rank_for_schedule): Ditto. Optimize heuristic that prefers the insn
18935 with greater number of insns that depend on the insn.
18936 (schedule_insn): Update to use new scheduler dependencies lists. Add
18937 code to free backward dependencies lists. Inline and optimize code
18938 from resolve_dep () - see PR28071.
18939 (ok_for_early_queue_removal): Update to use new scheduler dependencies
18940 lists. Update call to targetm.sched.is_costly_dependence hook.
18941
18942 (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
18943 scheduler dependencies lists.
18944
18945 (resolve_dep): Remove. Move the logic to schedule_insn ().
18946 (init_h_i_d): Initialize dependencies lists.
18947
18948 (process_insn_depend_be_in_spec): Rename to
18949 process_insn_forw_deps_be_in_spec. Update to use new scheduler
18950 dependencies lists.
18951 (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
18952 Update to use new scheduler dependencies lists.
18953 (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
18954
18955 * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
18956 new scheduler dependencies lists.
18957 (build_intra_loop_deps): Ditto.
18958
18959 * target.h (struct _dep): Declare to use in
18960 gcc_target.sched.is_costly_dependence.
18961 (struct gcc_target.sched.adjust_cost): Fix typo.
18962 (struct gcc_target.sched.is_costly_dependence): Change signature to
18963 use single dep_t parameter instead of an equivalent triad.
18964 (struct gcc_target.sched.adjust_cost_2): Remove.
18965
18966 * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
18967
18968 * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
18969
18970 * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
18971 documentation.
18972 (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
18973
18974 * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
18975 (REG_DEP_TRUE): Document.
18976
18977 * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
18978 Change signature to correspond to the targetm.sched.adjust_cost hook.
18979 Update use in TARGET_SCHED_ADJUST_COST_2.
18980 (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
18981 (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
18982 new scheduler dependencies lists.
18983 (ia64_gen_check): Ditto.
18984
18985 * config/mips/mips.c (vr4130_swap_insns_p): Update to use new
18986 scheduler dependencies lists.
18987
18988 * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
18989 signature to correspond to the targetm.sched.is_costly_dependence hook.
18990 (is_costly_group): Update to use new scheduler dependencies lists.
18991
18992 * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
18993 instead of INSN_COST () macro.
18994
18995 2007-02-01 Ian Lance Taylor <iant@google.com>
18996
18997 * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
18998
18999 2007-02-01 Guy Martin <gmsoft@gentoo.org>
19000
19001 * pa.md (tp_load): Correct mfctl instruction syntax.
19002
19003 2007-02-01 Geoffrey Keating <geoffk@apple.com>
19004
19005 * config/rs6000/rs6000.c (rs6000_stack_info): Correct
19006 altivec_padding_size calculation on AIX. Improve comment, add
19007 assert to verify that it's right.
19008
19009 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
19010 64-bit.
19011
19012 2007-2-01 Seongbae Park <seongbae.park@gmail.com>
19013
19014 PR inline-asm/28686
19015 * global.c (global_alloc): Add mising initialization of
19016 ELIMINABLE_REGSET.
19017
19018 2007-02-01 Roger Sayle <roger@eyesopen.com>
19019
19020 * alias.c (init_alias_analysis): Correct whitespace.
19021 * bb-reorder.c (fix_edges_for_rarely_executed_code,
19022 partition_hot_cold_basic_blocks): Likewise.
19023 * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
19024 expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
19025 maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
19026 fold_builtin_snprintf_chk, fold_builtin_printf,
19027 fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
19028 do_mpfr_arg3, do_mpfr_sincos): Likewise.
19029 * cfgcleanup.c (cleanup_cfg): Likewise.
19030 * cfgexpand.c (tree_expand_cfg): Likewise.
19031 * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
19032 * function.c (get_next_funcdef_no): Likewise.
19033 * gengtype.c (main): Likewise.
19034 * genmodes.c (main): Likewise.
19035 * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
19036 * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
19037 * ifcvt.c (noce_emit_move_insn): Likewise.
19038 * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
19039 Likewise.
19040 * stor-layout.c (get_best_mode): Likewise.
19041 * tree-ssa-loop-niter.c (get_val_for): Likewise.
19042 * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
19043 scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
19044 perform_var_substitution, solve_graph): Likewise.
19045 * tree-vrp.c (vrp_finalize): Likewise.
19046
19047 2007-02-01 Ian Lance Taylor <iant@google.com>
19048
19049 * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
19050 high part of a paradoxical subreg, return a constant zero.
19051
19052 2007-02-01 Zdenek Dvorak <dvorakz@suse.cz>
19053
19054 * toplev.c (lang_dependent_init): Call init_set_costs.
19055 * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
19056
19057 2007-02-01 Richard Guenther <rguenther@suse.de>
19058
19059 PR middle-end/30656
19060 * fold-const.c (fold_negate_expr): Allow negating a
19061 constant if overflow does not change.
19062
19063 2007-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19064
19065 * doc/c-tree.texi (Expression trees): Improve markup.
19066 * doc/tm.texi (Register Classes, Addressing Modes)
19067 (Floating Point): Fix spacing after abbreviations. Fix some
19068 typos.
19069
19070 2007-02-01 Ben Elliston <bje@au.ibm.com>
19071
19072 * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
19073 * doc/contrib.texi: Likewise.
19074 * doc/install.texi: Likewise.
19075
19076 2007-01-31 Richard Henderson <rth@redhat.com>
19077 Ian Lance Taylor <iant@google.com>
19078
19079 * lower-subreg.c: New file.
19080 * rtl.def (CONCATN): Define.
19081 * passes.c (init_optimization_passes): Add pass_lower_subreg and
19082 pass_lower_subreg2.
19083 * emit-rtl.c (update_reg_offset): New static function, broken out
19084 of gen_rtx_REG_offset.
19085 (gen_rtx_REG_offset): Call update_reg_offset.
19086 (gen_reg_rtx_offset): New function.
19087 * regclass.c: Revert patch of 2006-03-05, restoring
19088 reg_scan_update.
19089 (clear_reg_info_regno): New function.
19090 * dwarf2out.c (concatn_loc_descriptor): New static function.
19091 (loc_descriptor): Handle CONCATN.
19092 * common.opt (fsplit_wide_types): New option.
19093 * opts.c (decode_options): Set flag_split_wide_types when
19094 optimizing.
19095 * timevar.def (TV_LOWER_SUBREG): Define.
19096 * rtl.h (gen_reg_rtx_offset): Declare.
19097 (reg_scan_update): Declare.
19098 * regs.h (clear_reg_info_regno): Declare.
19099 * tree-pass.h (pass_lower_subreg): Declare.
19100 (pass_lower_subreg2): Declare.
19101 * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
19102 (Optimize Options): Add -fsplit-wide-types to -O1 list. Document
19103 -fsplit-wide-types.
19104 * doc/rtl.texi (Regs and Memory): Document concat and concatn.
19105 * Makefile.in (OBJS-common): Add lower-subreg.o.
19106 (lower-subreg.o): New target.
19107
19108 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
19109
19110 * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
19111
19112 2007-01-31 Anatoly Sokolov <aesok@post.ru>
19113
19114 PR target/19087
19115 * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
19116
19117 2007-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19118
19119 PR middle-end/29335
19120 * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
19121
19122 2007-01-31 Zdenek Dvorak <dvorakz@suse.cz>
19123
19124 * cfgloop.h: Include vec-prim.h.
19125 (enum li_flags): Remove LI_ONLY_OLD.
19126 (loop_iterator): Changed.
19127 (fel_next, fel_init): Iterate over loop tree.
19128 (FOR_EACH_LOOP_BREAK): New macro.
19129 * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
19130 FOR_EACH_LOOP.
19131 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
19132 * modulo-sched.c (sms_schedule): Ditto.
19133 * tree-vectorizer.c (vectorize_loops): Ditto.
19134 * doc/loop.texi: Update information on loop numbering and behavior of
19135 FOR_EACH_LOOP wrto new loops.
19136 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
19137 add_to_evolution_1): Test nestedness of loops instead of comparing
19138 their numbers.
19139 * tree-chrec.c (chrec_fold_plus_poly_poly,
19140 chrec_fold_multiply_poly_poly, chrec_evaluate,
19141 hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
19142 reset_evolution_in_loop): Ditto.
19143 * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
19144
19145 2007-01-31 Dirk Mueller <dmueller@suse.de>
19146
19147 * c-common.c (warn_about_parentheses): Separate warning about
19148 un-parenthized sequence of comparison operators from the one
19149 which is supposed to warn about x <= y <= z.
19150
19151 2007-01-31 Uros Bizjak <ubizjak@gmail.com>
19152
19153 * optabs.h (enum optab_index): Add new OTI_isinf.
19154 (isinf_optab): Define corresponding macro.
19155 * optabs.c (init_optabs): Initialize isinf_optab.
19156 * genopinit.c (optabs): Implement isinf_optab using isinf?f2
19157 patterns.
19158 * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
19159 (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
19160 using isinf_optab.
19161 (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
19162 expand_builtin_interclass_mathfn.
19163 * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
19164 * config/i386/i386.md (UNSPEC_FXAM): New constant.
19165 (fxam<mode>2_i387): New insn pattern.
19166 (isinf<mode>2) New expander to implement isinf, isinff and isinfl
19167 built-in functions as x87 inline asm.
19168
19169 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
19170
19171 * config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
19172
19173 2007-01-30 Eric Christopher <echristo@apple.com>
19174
19175 * config.gcc: Add geode.
19176
19177 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
19178
19179 * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
19180 ipa-inline.c, tree-profile.c, tree-ssa-live.c,
19181 tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
19182 value-prof.c: Fix comment typos.
19183
19184 2007-01-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
19185
19186 PR c++/24745
19187 * doc/invoke.texi (Wpointer-arith): Document warning.
19188
19189 2007-01-30 Janis Johnson <janis187@us.ibm.com>
19190
19191 * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
19192 the list of discrepancies from the draft TR.
19193
19194 2007-01-30 Dirk Mueller <dmueller@suse.de>
19195
19196 PR c++/30601
19197 * doc/invoke.texi (-Wreturn-type): Update description to
19198 match new behavior.
19199
19200 2007-01-30 Richard Sandiford <richard@codesourcery.com>
19201
19202 * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
19203
19204 2007-01-30 Uros Bizjak <ubizjak@gmail.com>
19205
19206 * builtins.c (expand_builtin_int_interclass_roundingfn): New function
19207 to handle optabs that operate on floating point input argument and
19208 output to integer output.
19209 (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
19210 (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
19211 (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
19212 expand_builtin_interclass_mathfn ().
19213 * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
19214 (ilogbsi2): Remove.
19215 (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
19216 ilogbl built-in functions as x87 intrinsics.
19217
19218 2007-01-30 Richard Guenther <rguenther@suse.de>
19219
19220 PR middle-end/27657
19221 * dwarf2out.c (reference_to_unused): Query varpool if the
19222 variable was output.
19223
19224 2007-01-30 Richard Guenther <rguenther@suse.de>
19225
19226 PR middle-end/30313
19227 * passes.c (execute_one_pass): Reset in_gimple_form to not
19228 confuse non-unit-at-a-time mode.
19229
19230 2007-01-29 Roger Sayle <roger@eyesopen.com>
19231 Richard Guenther <rguenther@suse.de>
19232
19233 * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
19234 avoid undefined behaviour on overflow. Use force_fit_type_double
19235 to construct the constant with the specified TREE_OVERFLOW.
19236
19237 2007-01-29 Janis Johnson <janis187@us.ibm.com>
19238
19239 * config/dfp-bit.c: Add parameterized support for fp exceptions.
19240 * config/dfp-bit.h: Ditto.
19241
19242 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
19243
19244 * c-decl.c (pop_scope): Replace warnings with call to
19245 warn_for_unused_label.
19246 * c-common.h (warn_for_unused_label): Declare.
19247 * c-common.c (warn_for_unused_label): Define.
19248
19249 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
19250
19251 * tree-optimize.c (update_inlined_to_pointers): Delete unused
19252 function.
19253
19254 2007-01-29 Janis Johnson <janis187@us.ibm.com>
19255
19256 * Makefile.in (USER_H): Remove decfloat.h.
19257 * ginclude/decfloat.h: Delete, moving contents to ...
19258 * ginclude/float.h: Add support for decimal floating point,
19259 guarded by __STDC_WANT_DEC_FP__.
19260
19261 2007-01-29 Mike Stump <mrs@apple.com>
19262
19263 * doc/gccint.texi (Top): Rename Loop Representation to Loop
19264 Analysis and Representation to resolve case insensitive conflict.
19265 * doc/loop.texi (Loop Analysis and Representation): Likewise.
19266
19267 2007-01-28 Daniel Berlin <dberlin@dberlin.org>
19268
19269 * tree.h (struct tree_memory_tag): Add aliases member.
19270 (MTAG_ALIASES): New macro.
19271 * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
19272 (add_may_alias): Remove pointer-set. Update for may_aliases being
19273 a bitmap.
19274 (mark_aliases_call_clobbered): Update for may_aliases being a
19275 bitmap.
19276 (compute_tag_properties): Ditto.
19277 (create_partition_for): Ditto.
19278 (compute_memory_partitions): Ditto.
19279 (dump_may_aliases_for): Ditto.
19280 (is_aliased_with): Ditto.
19281 (add_may_alias_for_new_tag): Ditto.
19282 (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
19283 (compute_is_aliased): New function.
19284 (compute_may_aliases): Call compute_is_aliased).
19285 (init_alias_info): Initialize alias_bitmap_obstack.
19286 (union_alias_set_into): New function.
19287 (compute_flow_sensitive_aliasing): Use union_aliases_into.
19288 (have_common_aliases_p): Rewrite to take two bitmaps and use
19289 intersection.
19290 (compute_flow_insensitive_aliasing): Stop using pointer-sets.
19291 Update for bitmaps.
19292 (finalize_ref_all_pointers): Update for add_may_alias changes.
19293 (new_type_alias): Ditto.
19294 * tree-flow-inline.h (may_aliases): Return a bitmap.
19295 * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
19296 * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
19297 may_aliases being a bitmap.
19298 * tree-flow.h (struct var_ann_d): Remove may_aliases member.
19299 may_aliases now returns a bitmap.
19300 * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
19301 being a bitmap.
19302 * tree-ssa-operands.c (add_virtual_operand): Update for
19303 may_aliases being a bitmap.
19304
19305 2007-01-29 Daniel Berlin <dberlin@dberlin.org>
19306
19307 PR tree-optimization/30630
19308 * tree-ssa-structalias.c (do_complex_constraint): Mark correct
19309 variable as changed.
19310
19311 2007-01-29 Simon Martin <simartin@users.sourceforge.net>
19312
19313 PR c++/28266
19314 * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
19315 expanded only once even if an error occurs.
19316
19317 2007-01-29 Ben Elliston <bje@au.ibm.com>
19318
19319 * gcov-io.h (__gcov_indirect_call_profiler): Declare.
19320 (__gcov_average_profiler): Likewise.
19321 (__gcov_ior_profiler): Likewise.
19322 (__gcov_merge_ior): Likewise.
19323
19324 2007-01-28 Jan Hubicka <jh@suse.cz>
19325
19326 * builtins.c (expand_builtin_memset): Fix typo in my last patch.
19327 * value-prof.c (stringop_block_profile): Likewise.
19328
19329 2007-01-28 Jan Hubicka <jh@suse.cz>
19330
19331 * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall):
19332 Add variant handling histograms; add wrapper.
19333 (clear_storage_via_libcall): Export.
19334 (emit_block_move_hints): Break out from ...; add histograms.
19335 (emit_block_move): ... this one.
19336 (clear_storage_hints): Break out from ...; add histograms.
19337 (clear_storage): ... this one.
19338 (set_storage_via_memset): Handle histogram.
19339 * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
19340 (clear_storage_hints, clear_storage_via_libcall): Declare.
19341 (set_storage_via_setmem): Update prototype.
19342 * doc/md.texi (movmem, setmem): Document new arguments.
19343
19344 * value-prof.c (dump_histogram_value, tree_find_values_to_profile):
19345 Add new histograms.
19346 (stringop_block_profile): New global function.
19347 (tree_stringops_values_to_profile): Profile block size and alignment.
19348 * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
19349 HIST_TYPE_IOR.
19350 (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
19351 (stringop_block_profile): Declare.
19352 * builtins.c: Include value-prof.h.
19353 (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
19354 * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
19355 (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
19356 (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
19357 * profile.c (instrument_values): Add new counters.
19358 * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
19359 calls.
19360 * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
19361 (tree_init_edge_profiler): Build new profilers.
19362 (tree_gen_average_profiler, tree_gen_ior_profiler): New.
19363 (pass_tree_profile): Add dump.
19364 (tree_profile_hooks): Update.
19365 * Makefile.in (LIBGCOV): Add new constants.
19366 * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
19367 __gcov_ior_profiler): New.
19368 * i386.md (movmem/setmem expanders): Add new optional arguments.
19369
19370 2007-01-28 David Edelsohn <edelsohn@gnu.org>
19371
19372 * doc/md.texi (Standard Pattern Names): Document blockage pattern.
19373
19374 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
19375
19376 * tree-ssa-loop-unswitch.c: Include tree-inline.h.
19377 (tree_unswitch_single_loop): Pass eni_size_weights to
19378 tree_num_loop_insns.
19379 * tree-ssa-loop-manip.c: Include tree-inline.h.
19380 (can_unroll_loop_p): Pass eni_size_weights to
19381 tree_num_loop_insns.
19382 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
19383 Pass eni_size_weights to estimate_num_insns.
19384 * tree.h (init_inline_once): Export.
19385 * toplev.c (backend_init): Call init_inline_once.
19386 * cgraphunit.c (cgraph_process_new_functions,
19387 cgraph_analyze_function): Pass eni_inlining_weights to
19388 estimate_num_insns.
19389 * ipa-inline.c (compute_inline_parameters): Ditto.
19390 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
19391 to estimate_num_insns.
19392 (try_unroll_loop_completely): Pass eni_size_weights to
19393 tree_num_loop_insns.
19394 * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
19395 ot estimate_num_insns.
19396 * tree-ssa-loop-prefetch.c: Include tree-inline.h.
19397 (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
19398 * tree-inline.c (eni_inlining_weights, eni_size_weights,
19399 eni_time_weights): New variables.
19400 (init_inline_once): Initialize them.
19401 (struct eni_data): Mew.
19402 (estimate_num_insns_1, estimate_num_insns): Use weights.
19403 * tree-inline.h (struct eni_weights_d): New.
19404 (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
19405 (estimate_num_insns): Declaration changed.
19406 * cfgloop.h (tree_num_loop_insns): Declaration changed.
19407 * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
19408 tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
19409
19410 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
19411
19412 * tree-data-ref.c (conflict_fn): Assert that the number of affine
19413 relations in the conflict function is valid.
19414
19415 2007-01-27 Ian Lance Taylor <iant@google.com>
19416
19417 * common.opt: Add fstrict-overflow.
19418 * opts.c (decode_options): Set flag_strict_overflow if -O2.
19419 * flags.h (TYPE_OVERFLOW_WRAPS): Define.
19420 (TYPE_OVERFLOW_UNDEFINED): Define.
19421 (TYPE_OVERFLOW_TRAPS): Define. This replaces TYPE_TRAP_SIGNED.
19422 Replace all uses.
19423 * tree.h (TYPE_TRAP_SIGNED): Don't define.
19424 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
19425 (fold_negate_expr): Likewise.
19426 (make_range): Likewise.
19427 (extract_muldiv_1): Likewise.
19428 (maybe_canonicalize_comparison): Likewise.
19429 (fold_comparison): Likewise.
19430 (fold_binary): Likewise.
19431 (tree_expr_nonnegative_p): Likewise.
19432 (tree_expr_nonzero_p): Likewise.
19433 * tree-vrp.c (compare_values): Likewise.
19434 (extract_range_from_binary_expr): Likewise.
19435 (extract_range_from_unary_expr): Likewise.
19436 * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
19437 Likewise.
19438 (nowrap_type_p): Likewise.
19439 * tree-scalar-evolution.c (simple_iv): Likewise.
19440 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
19441 (build_range_check): Likewise.
19442 (extract_muldiv_1): Likewise.
19443 (fold_comparison): Likewise.
19444 * tree-vrp.c (vrp_int_const_binop): Likewise.
19445 (extract_range_from_unary_expr): Likewise.
19446 * convert.c (convert_to_integer): Likewise.
19447 * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
19448 (fold_comparison): Likewise.
19449 (fold_binary): Likewise.
19450 * optabs.c (optab_for_tree_code): Likewise.
19451 * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
19452 * simplify-rtx.c (simplify_const_relational_operation): Check
19453 flag_strict_overflow and flag_trapv.
19454 (simplify_const_relational_operation): Likewise.
19455 * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
19456 (Optimize Options): Add -fstrict-overflow to -O2 list. Document
19457 -fstrict-overflow.
19458
19459 2007-01-27 Roger Sayle <roger@eyesopen.com>
19460
19461 * tree.c (tree_fold_gcd): Delete.
19462 * tree.h (tree_fold_gcd): Remove prototype.
19463 * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
19464 test whether one constant integer is a multiple of another. Instead
19465 call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
19466 * fold-const.c (multiple_of_p): We've determined both TOP and
19467 BOTTOM are integer constants so we can call int_const_binop directly
19468 instead of the more generic const_binop.
19469
19470 2007-01-27 Roger Sayle <roger@eyesopen.com>
19471
19472 * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
19473 1*X check that the constant hasn't overflowed, to preserve the
19474 TREE_OVERFLOW bit.
19475 (round_up): Provide an efficient implementation when rouding-up an
19476 INTEGER_CST to a power-of-two.
19477
19478 2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19479
19480 * doc/sourcebuild.texi: Add comma for clarity.
19481 * doc/extend.texi: Fix some typos.
19482 * doc/passes.texi: Likewise.
19483 * doc/cppinternals.texi: Likewise.
19484 * doc/c-tree.texi: Likewise.
19485 * doc/tree-ssa.texi: Likewise.
19486 * doc/install.texi: Likewise.
19487
19488 2007-01-27 Jan Hubicka <jh@suse.cz>
19489
19490 * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
19491 (pass_sra): Do not require alias information.
19492 * passes.c (init_optimization_passes): Add SRA
19493
19494 2007-01-27 Steven Bosscher <steven@gcc.gnu.org>
19495
19496 * tracer.c (rest_of_handle_tracer): We already cleaned
19497 up the CFG in tracer() so don't do it here again.
19498 * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
19499 cleanup_cfg here, either. And don't call renumber_insns.
19500
19501 * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
19502 and BB_HEAD are in the insn stream here. Instead make sure
19503 that BB_INSN is valid on all insns. Also, do check here that
19504 there are no pending branch predictions...
19505 (rtl_verify_flow_info): ...instead of doing it here. Checks
19506 for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
19507 here.
19508
19509 2007-01-26 Roger Sayle <roger@eyesopen.com>
19510
19511 * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
19512 function to simplify/factorize operand order canonicalization.
19513 (ix86_fixup_binary_operands): Reorganize using the above function.
19514 (ix86_binary_operator_ok): Likewise.
19515
19516 2007-01-27 Jakub Jelinek <jakub@redhat.com>
19517
19518 * genattrtab.c (struct attr_value_list, insn_code_values): Move to
19519 file scope from optimize_attrs.
19520 (simplify_test_exp): If insn_code_values is not NULL, use it to speed
19521 up search.
19522 (optimize_attrs): Clear insn_code_values after freeing it.
19523
19524 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
19525
19526 * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
19527 a parts.base assignment.
19528
19529 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
19530
19531 * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
19532 (compute_subscript_distance, initialize_data_dependence_relation,
19533 finalize_ddr_dependent, analyze_ziv_subscript,
19534 analyze_siv_subscript_cst_affine,
19535 compute_overlap_steps_for_affine_univar,
19536 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
19537 analyze_siv_subscript, analyze_miv_subscript,
19538 analyze_overlapping_iterations, subscript_dependence_tester_1,
19539 compute_self_dependence, free_dependence_relation): Work
19540 with affine_fn instead of chrecs.
19541 (dump_affine_function, dump_conflict_function, affine_function_equal_p,
19542 common_affine_function, affine_function_base,
19543 affine_function_constant_p, affine_fn_op, affine_fn_plus,
19544 affine_fn_minus, affine_fn_free, conflict_fn_not_known,
19545 conflict_fn_no_dependence, free_conflict_function, free_subscripts,
19546 conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
19547 (all_chrecs_equal_p): Removed.
19548 * tree-data-ref.h (affine_fn, conflict_function): New types.
19549 (struct subscript): Change type of conflicting_iterations_in_a
19550 and conflicting_iterations_in_b.
19551
19552 2007-01-26 Steve Ellcey <sje@cup.hp.com>
19553
19554 PR other/30182
19555 * config/pa/pa.h (TARGET_HPUX_11): New.
19556 * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
19557 * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
19558
19559 2007-01-26 Daniel Berlin <dberlin@dberlin.org>
19560 Richard Guenther <rguenther@suse.de>
19561
19562 * tree-ssa-structalias.c (solve_graph): Handle case
19563 we merged the variable to another.
19564
19565 2007-01-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19566
19567 * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
19568 functions.
19569
19570 * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
19571 catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
19572
19573 2007-01-25 DJ Delorie <dj@redhat.com>
19574
19575 * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
19576 allow changes to modes which don't fit in those registers.
19577
19578 * reload1.c (choose_reload_regs): Check for invalid subregs before
19579 computing their locations, not after.
19580
19581 2007-01-25 Geoffrey Keating <geoffk@apple.com>
19582
19583 PR 25127
19584 * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
19585 save Altivec registers in an eh_return function.
19586 (compute_vrsave_mask): Likewise.
19587 (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
19588 for saving Altivec registers.
19589 (rs6000_emit_prologue): Don't allocate stack twice in
19590 eh_return function. Correct expected value of altivec_save_offset
19591 when using save_world. Describe save of R0 to stack when using
19592 save_world. Describe stack pointer adjustment when using
19593 save_world. Remove duplicated eh_return parameter register saving.
19594 Update sp_offset variable after save_world.
19595 * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
19596 darwin-world.asm.
19597 (LIB2FUNCS_EXTRA): Add darwin-world.asm.
19598 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
19599 implies Altivec.
19600
19601 2007-01-25 Steve Ellcey <sje@cup.hp.com>
19602
19603 * config.gcc (ia64*-*-hpux*): Make posix threads the default.
19604
19605 2007-01-25 Steve Ellcey <sje@cup.hp.com>
19606
19607 PR other/30182
19608 * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
19609 * config/ia64/ia64.c (ia64_init_builtins): Ditto.
19610
19611 2007-01-25 Richard Guenther <rguenther@suse.de>
19612
19613 * doc/invoke.texi (-Wcoverage-mismatch): Document.
19614 * common.opt (-Wcoverage-mismatch): New warning option.
19615 * coverage.c (get_coverage_counts): Ignore coverage mismatch
19616 if -Wcoverage-mismatch is given.
19617
19618 2007-01-25 Razya Ladelsky <razya@il.ibm.com>
19619
19620 * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
19621 (ipcp_driver): Change to static definition.
19622 Add dumping of the ifunctions.
19623 (constant_val_insert): Remove unused parameter. Support for SSA.
19624 (ipcp_propagate_const): Support for SSA.
19625 (ipcp_profile_bb_print): Print only analyzed nodes.
19626 (ipcp_replace_map_create): Remove support for Fortran constant
19627 for now.
19628 * ipa-prop.c (ipa_method_modify_stmt,
19629 ipa_callsite_compute_param): Support for SSA.
19630 * ipa-prop.h (ipcp_driver): Remove declaration.
19631 (IS_VALID_TREE_MAP_INDEX): Add define.
19632
19633 2007-01-24 Geoffrey Keating <geoffk@apple.com>
19634
19635 * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
19636
19637 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19638
19639 PR middle-end/30447
19640 * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
19641 constant argument to cabs and do it without checking for
19642 -funsafe-math-optimizations.
19643
19644 2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
19645
19646 * c-common.h (RID_FIRST_CXX0X): New.
19647 (RID_LAST_CXX0X): New.
19648 * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
19649 by -Wall.
19650 * c.opt (Wc++0x-compat): New.
19651 * doc/invoke.texi (-Wc++0x-compat): Document.
19652
19653 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19654
19655 * builtins.c (fold_builtin_carg): New.
19656 (fold_builtin_1): Use it.
19657
19658 2007-01-24 Jan Hubicka <jh@suse.cz>
19659
19660 * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
19661
19662 * ipa-inline.c (initial_insns, max_insns): Delete.
19663 (compute_max_insns): New function.
19664 (cgraph_decide_inlining_of_small_function): Use it; take minimal
19665 amount of insns as base for code growth.
19666 (cgraph_decide_inlining): Make initial_insns local; do not compute
19667 max_insns.
19668 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
19669 * doc/invoke.texi (inline-unit-growth): Update docs.
19670
19671 2007-01-24 Jakub Jelinek <jakub@redhat.com>
19672
19673 * config/i386/i386.h (x86_cmpxchg16b): Remove const.
19674 (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
19675 * config/i386/i386.c (x86_cmpxchg16b): Remove const.
19676 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
19677 for CPUs that have PTA_CX16 set.
19678
19679 PR middle-end/27416
19680 * gimplify.c (omp_check_private): New function.
19681 (gimplify_scan_omp_clauses): Use it for
19682 firstprivate/lastprivate/reduction.
19683
19684 PR middle-end/30494
19685 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
19686 on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
19687
19688 PR middle-end/30421
19689 * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
19690 If lower_lastprivate_clauses emits some statements, append them
19691 to dlist rather than body_p and to body_p append an initializer.
19692 (lower_omp_for): Adjust caller.
19693
19694 2007-01-24 Steve Ellcey <sje@cup.hp.com>
19695
19696 * target.h (globalize_decl_name): New.
19697 * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
19698 * output.h (default_globalize_decl_name): New.
19699 * varasm.c (asm_output_bss): Use globalize_decl_name instead of
19700 globalize_label.
19701 (globalize_decl): Ditto.
19702 (default_globalize_decl_name): New.
19703 * config/ia64/ia64.c (ia64_globalize_decl_name): New.
19704 (ia64_handle_version_id_attribute): New.
19705 (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
19706 (ia64_asm_output_external): Use globalize_decl_name instead
19707 of globalize_label.
19708 * doc/extend.texi (version_id): New pragma.
19709 * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
19710
19711 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
19712
19713 * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
19714 _uleb128_t and _Unwind_SWord with _sleb128_t.
19715 * unwind-dw2.c (extract_cie_info, execute_stack_op,
19716 execute_cfa_program, uw_frame_state_for, uw_update_context_1):
19717 Likewise.
19718 * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
19719 * unwind-pe.h (read_uleb128, read_sleb128,
19720 read_encoded_value_with_base): Likewise.
19721 * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
19722
19723 2007-01-24 Richard Guenther <rguenther@suse.de>
19724
19725 * builtins.c (expand_builtin_cexpi): Get the fndecl
19726 for cexp in the correct way.
19727
19728 2007-01-24 Jan Hubicka <jh@suse.cz>
19729
19730 * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS
19731 of calls.
19732
19733 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
19734
19735 * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
19736 (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
19737 __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
19738 __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
19739 __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
19740 __SIZEOF_PTRDIFF_T__.
19741 * doc/cpp.texi: Documentation for the new builtin macros added.
19742
19743 2007-01-24 Uros Bizjak <ubizjak@gmail.com>
19744
19745 * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
19746 log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
19747 instead of operands[2] to avoid access past the end of array.
19748
19749 2007-01-24 Richard Sandiford <richard@codesourcery.com>
19750
19751 * reload1.c (emit_reload_insns): Pass the reload register
19752 for a non-spill output reload through forget_old_reloads_1.
19753
19754 2007-01-23 Joseph Myers <joseph@codesourcery.com>
19755
19756 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
19757 _SOFT_DOUBLE if doubles use software floating-point.
19758 * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
19759 double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
19760 * config/rs6000/darwin-ldouble.c: Also compile functions for
19761 hard-float without FPRs. Use fmsub function for all __NO_FPRS__
19762 cases. Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
19763 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
19764 commented-out long double override.
19765 (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
19766 * config/rs6000/eabispe.h: Likewise.
19767 * config/rs6000/rs6000.c (rs6000_override_options): Don't override
19768 long double for non-SPE.
19769 (rs6000_handle_option): Likewise.
19770 (invalid_e500_subreg): Disallow more subregs involding DImode,
19771 DFmode, TImode or TFmode.
19772 (rs6000_legitimate_offset_address_p): Check TFmode offsets for
19773 E500 double.
19774 (legitimate_lo_sum_address_p): Also check for TFmode for E500
19775 double.
19776 (rs6000_legitimize_address): Also handle TFmode for E500 double.
19777 (rs6000_legitimize_reload_address): Also handle TFmode for E500
19778 double.
19779 (rs6000_legitimate_address): Also check for TFmode for E500
19780 double.
19781 (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
19782 (spe_build_register_parallel): Handle TFmode and TCmode.
19783 (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
19784 double.
19785 (function_arg): Handle TFmode and TCmode for E500 double.
19786 (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
19787 in general.
19788 (print_operand): Handle TFmode and TImode for %y.
19789 (rs6000_generate_compare): Handle TFmode comparisons for E500
19790 double.
19791 (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
19792 (rs6000_function_value): Handle TFmode and TCmode for E500 double.
19793 (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
19794 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
19795 TFmode for E500 double.
19796 * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
19797 (floatsidf2): Enable for E500 double.
19798 (movtf_softfloat): Use rs6000_nonimmediate_operand.
19799 (extenddftf2): Change to extenddftf2_fprs.
19800 (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
19801 depending on TARGET_E500_DOUBLE.
19802 (extendsftf2): Enable for E500 double.
19803 (trunctfdf2): Enable for E500 double.
19804 (trunctfsf2): Change to trunctfsf2_fprs.
19805 (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
19806 depending on TARGET_E500_DOUBLE.
19807 (floatsitf2): Enable for E500 double.
19808 (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
19809 (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
19810 gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
19811 (negtf2): Change to negtf2_internal.
19812 (negtf2): New expander.
19813 (abstf2): Enable for E500 double. Call gen_spe_abstf2_tst,
19814 gen_spe_abstf2_cmp or gen_abstf2_internal depending on
19815 TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
19816 (movdi_internal32): Use rs6000_nonimmediate_operand.
19817 (unnamed splitter): Likewise.
19818 * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
19819 TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
19820 (SPE64TF, DITI): New mode macros.
19821 (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
19822 modes.
19823 (frob_tf_ti): New.
19824 (frob_<mode>_di_2): New.
19825 (frob_tf_di_8_2): New.
19826 (frob_di_df): Change to frob_di_<mode>; allow more modes.
19827 (frob_ti_tf): New.
19828 (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
19829 more modes.
19830 (frob_ti_<mode>_8_2): New.
19831 (frob_ti_tf_2): New.
19832 (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
19833 mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
19834 TFmode.
19835 (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
19836 mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
19837 (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
19838 spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
19839 spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
19840 (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
19841 tsttflt_gp): New.
19842
19843 2007-01-23 Ian Lance Taylor <iant@google.com>
19844
19845 * Makefile.in (OBJS-common): Reformat, alphabetize, but put
19846 insn-*.o first.
19847 (OBJS-archive): Reformat, alphabetize.
19848 (OBJS): Change out_object_file to OBJS-md.
19849
19850 2007-01-23 Uros Bizjak <ubizjak@gmail.com>
19851
19852 * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
19853 JUMP_P and CALL_P predicates where applicable.
19854 * config/i386/i386.c: Ditto.
19855 * config/i386/i386.md: Ditto.
19856 * config/i386/mmx.md: Ditto.
19857 * config/i386/predicates.md: Ditto.
19858
19859 2007-01-22 Andreas Schwab <schwab@suse.de>
19860
19861 * config/m68k/m68k.h: Fix comment.
19862
19863 2007-01-22 Jan Hubicka <jh@suse.cz>
19864
19865 * passes.c (init_optimization_passes): Do not rerun
19866 pass_early_warn_uninitialized.
19867
19868 2007-01-22 Richard Guenther <rguenther@suse.de>
19869
19870 PR tree-optimization/30038
19871 * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
19872 function.
19873 (execute_cse_sincos_1): Likewise.
19874 (execute_cse_sincos): Likewise.
19875 (gate_cse_sincos): Likewise.
19876 (pass_cse_sincos): New pass CSEing sin() and cos() calls using
19877 the cexpi() canonicalization of sincos().
19878 * tree-pass.h (pass_cse_sincos): Declare.
19879 * passes.c (init_optimization_passes): New pass pas_cse_sincos.
19880
19881 2007-01-21 Eric Botcazou <ebotcazou@libertysurf.fr>
19882
19883 PR rtl-optimization/29329
19884 * combine.c (replaced_rhs_insn): Rename to i2mod.
19885 (replaced_rhs_value): Rename to i2mod_new_rhs.
19886 (i2mod_old_rhs): New global variable.
19887 (combine_instructions): Adjust for above change. Save a copy of
19888 the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
19889 note are substituted in the second instruction.
19890 (distribute_notes) <REG_DEAD>: Adjust for above change. Do not
19891 ditch the note if it pertains to the second eliminated register
19892 and this register is mentioned in i2mod_old_rhs.
19893
19894 Revert:
19895 2006-09-12 Eric Botcazou <ebotcazou@libertysurf.fr>
19896
19897 * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
19898 the insn to which the note was originally attached.
19899
19900 2007-01-21 Jan Hubicka <jh@suse.cz>
19901
19902 * ipa-inline.c (inlining_mode): Comment, move up.
19903 (cgraph_decide_inlining_incrementally): Do not perform inlining
19904 itself; fix handling of flattening of self recursive functions.
19905 (cgraph_find_cycles): Remove.
19906 (cgraph_flatten_node): Remove.
19907 (cgraph_decide_inlining): Use incremental inliner to handle flattening.
19908 (try_inline): New function.
19909 (cgraph_early_inlining): Update call of
19910 cgraph_decide_inlining_incrementally. Apply inlining here.
19911 (apply_inline): Update call of cgraph_decide_inlining_incrementally.
19912
19913 2007-01-21 Dirk Mueller <dmueller@suse.de>
19914
19915 PR bootstrap/30511
19916 * tree-vrp.c (check_array_bounds): do not warn
19917 about ADDR_EXPR's of ARRAY_REF's which are immediately
19918 used in binary expressions.
19919
19920 2007-01-21 Ira Rosen <irar@il.ibm.com>
19921
19922 * tree-vectorizer.h (struct _stmt_vec_info): Add new field
19923 read_write_dep and macros for its access.
19924 * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
19925 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
19926 argument, call vect_check_interleaving for every independent pair of
19927 data-refs. Mark loads that access the same memory location as a store
19928 in the loop.
19929 (vect_check_dependences): Remove.
19930 (vect_analyze_data_ref_dependences): Remove vect_check_dependences
19931 call, fix the call to vect_analyze_data_ref_dependence.
19932 (vect_analyze_data_ref_access): For statements that access the same
19933 data-ref, check that they are not stores; for loads, check that there
19934 is no store that access the same location.
19935
19936 2007-01-20 Roger Sayle <roger@eyesopen.com>
19937 Joseph Myers <joseph@codesourcery.com>
19938
19939 * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
19940 (-fdump-rtl-stack): Likewise.
19941 (-fno-signed-zeros): Use @minus{} for a minus sign. Correct typo.
19942 (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
19943 (-mpt-fixed): Use @minus{} for minus sign.
19944 (Using Precompiled Headers): Fix under/overfull hbox.
19945
19946 2007-01-20 Jan Hubicka <jh@suse.cz>
19947
19948 * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
19949 place within annotation.
19950
19951 2007-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19952
19953 * pa.c (output_move_double): Change array size of xoperands to 4.
19954
19955 2007-01-20 Jan Hubicka <jh@suse.cz>
19956
19957 * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
19958 as temporary.
19959
19960 2007-01-19 Ian Lance Taylor <iant@google.com>
19961
19962 * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
19963 constant to unsigned HOST_WIDE_INT before negating.
19964
19965 2007-01-19 Ian Lance Taylor <iant@google.com>
19966
19967 * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
19968 to unsigned.
19969 (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
19970 (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
19971 (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
19972 (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
19973 (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
19974 (realloc_vdef, realloc_vuse): Change second parameter to
19975 unsigned.
19976 (ssa_operand_iterator_d): Change vuse_index and mayuse_index
19977 fields to unsigned.
19978 * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
19979 unsigned. Change x and lim locals to unsigned.
19980 (realloc_vdef, realloc_vuse): Change num_elem parameter to
19981 unsigned.
19982 (finalize_ssa_vuse_ops): Change old_i local to unsigned.
19983 (copy_virtual_operands): Change i and n locals to unsigned.
19984
19985 2007-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19986
19987 PR middle-end/29335
19988 * builtins.c (fold_builtin_1): Handle builtin fdim.
19989
19990 2007-01-20 Jan Hubicka <jh@suse.cz>
19991
19992 * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
19993 * tree-ssa-structalias.c (compute_points_to_sets): Do call
19994 init_alias_heapvars.
19995 (init_alias_heapvars): Initialize only when not already initialized.
19996 (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
19997
19998 2007-01-19 Roger Sayle <roger@eyesopen.com>
19999
20000 * common.opt (fsigned-zeros): New command line option.
20001 * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
20002 of flag_unsafe_math_optimizations.
20003 * opts.c (set_fast_math_flags): The -ffast-math command line option
20004 implies -fno-signed-zeros.
20005 (fast_math_flags_set_p): Likewise.
20006
20007 * doc/invoke.texi: Document new -fno-signed-zeros option, and update
20008 the documentation of -ffast-math appropriately. Wrap long lines.
20009
20010 2007-01-19 Steve Ellcey <sje@cup.hp.com>
20011
20012 * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
20013 * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
20014
20015 2007-01-19 Tomas Bily <tbily@suse.cz>
20016
20017 * cgraphunit.c (cgraph_finalize_function): Updating of pid
20018 * tree-profile.c:
20019 (tree_init_ic_make_global_vars): New function
20020 (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
20021 (tree_gen_ic_profiler): New function
20022 (tree_gen_ic_func_profiler): New function
20023 (tree_profiling): Added calling of tree_gen_ic_func_profiler
20024 (tree_profile_hooks): Added hook for indirec/virtual calls
20025 * value-prof.c (tree_find_values_to_profile): New case for
20026 indirect calls
20027 (tree_values_to_profile): Call for determining indirect/virtual
20028 counters
20029 (tree_indirect_call_to_profile): New function
20030 (tree_ic_transform): New function
20031 (tree_ic): New function
20032 (find_func_by_pid): New function
20033 (init_pid_map): New function
20034 (tree_value_profile_transformations): Added check for
20035 indirect/virtual call transformation
20036 * value-prof.h (enum hist_type): New counter type for
20037 indirect/virtual calls
20038 (profile_hooks): Added new hook for profiling indirect/virtual
20039 calls
20040 * profile.c (instrument_values): New case for indirect/virtual
20041 call added
20042 * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
20043 (GCOV_COUNTER_V_INDIR): New counter type
20044 (GCOV_COUNTER_NAMES): New name of counter "indirect" added
20045 (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
20046 call added
20047 * cgraph.c: Definition of cgraph_max_pid
20048 (cgraph_create_node): Default init of pid attribute
20049 * cgraph.h: Declaration of cgraph_max_pid
20050 (struct cgraph_node): Added pid attribute
20051 * libgcov.c (__gcov_indirect_call_profiler): New function
20052 (__gcov_one_value_profiler_body): New function
20053 (__gcov_one_value_profiler): Body was moved to
20054 __gcov_one_value_profiler_body and calls it
20055
20056 2007-01-19 Basile Starynkevitch <basile@starynkevitch.net>
20057
20058 * doc/gty.texi (Options): Document the mark_hook option to GTY.
20059 * gengtype.c (write_types_data, write_func_for_structure,
20060 write_types, ggc_wtd, pch_wtd): Add skip_hooks to
20061 write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
20062 (walk_type, write_func_for_structure): Generate the mark_hook if
20063 needed.
20064
20065 2007-01-19 Jan Hubicka <jh@suse.cz>
20066
20067 * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
20068 'early' argument take inlining mode argument specifying whether to
20069 inline for size/speeed or all functions; add support for flattening;
20070 improve dumpting.
20071 (cgraph_early_inlining): Update call of decide_inlining_incrementally.
20072
20073 2007-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
20074
20075 PR c++/17947
20076 * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
20077 the name of the declared identifier.
20078
20079 2007-01-19 Dirk Mueller <dmueller@suse.de>
20080
20081 * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
20082 result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
20083 duplicate evaluation.
20084
20085 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
20086
20087 * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
20088 Macroize expander using X87MODEF12 mode macro. Extend operand 1
20089 to XFMode, use acosxf2 and truncate result to requested mode.
20090 Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
20091 (asin<mode>2): Similarly, with asin expanders.
20092 (*fscalexf4_i387): Rename from *fscalexf4.
20093 (expNcorexf3): New expander.
20094 (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
20095 (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
20096 X87MODEF12 mode macro. Extend operand 1 to XFMode, use expxf2 and
20097 truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
20098 patterns for SSE math.
20099 (exp10<mode>2): Similarly, with exp10 expanders.
20100 (exp2<mode>2): Similarly, with exp2 expanders.
20101 (expm1<mode>2): Similarly, with expm1 expanders.
20102 (ldexp<mode>3): Similarly, with ldexp expanders.
20103 (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
20104 Use gen_truncxf<mode>2_i387_noop to truncate result.
20105
20106 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20107
20108 * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
20109 for ColdFire targets.
20110
20111 2007-01-19 Nathan Sidwell <nathan@codesourcery.com>
20112 Richard Sandiford <richard@codesourcery.com>
20113
20114 * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
20115 (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
20116 (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
20117 * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
20118 (M68K_STATIC_CHAIN_REG_NAME): Likewise.
20119 * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
20120
20121 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20122
20123 * config/m68k/m68k.md (adddi_dilshr32): Rename to...
20124 (*adddi_dilshr32): ...this. Fix formatting. Remove commented-out
20125 non-canonical pattern. Restrict to !TARGET_COLDFIRE.
20126 (*adddi_dilshr32_cf): New pattern.
20127 (adddi3, subdi3): Remove first alternatives.
20128
20129 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20130
20131 * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
20132 implemented using move.l, do not use its cc result for floating-point
20133 comparisons.
20134
20135 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20136
20137 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
20138 from accepting 's' constraints if flag_pic.
20139
20140 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20141
20142 * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
20143 (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
20144 (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
20145 condition from TARGET_68881 to TARGET_HARD_FLOAT.
20146
20147 2007-01-19 Sandra Loosemore <sandra@codesourcery.com>
20148
20149 * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
20150 ColdFire alternatives.
20151 * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
20152 * config/m68k/m68k.md (clzsi2): Define for ColdFire
20153 architectures that support ff1 instruction.
20154
20155 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20156 Julian Brown <julian@codesourcery.com>
20157
20158 * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
20159 * config/m68k/m68k.md (*movsi_cfv4): Fold into...
20160 (*movsi_cf): ...here. Remove unnecessary 'R' from 'Rg'.
20161 Add commentary.
20162
20163 2007-01-19 Richard Sandiford <richard@codesourcery.com>
20164
20165 * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
20166 and return a bool.
20167 (output_move_const_into_data_reg, output_move_simode_const): Delete.
20168 * config/m68k/m68k.c (const_method, const_int_cost): Take a
20169 HOST_WIDE_INT instead of an rtx.
20170 (m68k_rtx_costs): Update call accordingly.
20171 (output_move_const_into_data_reg): Likewise. Fix formatting.
20172 (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
20173 Return a bool.
20174 (output_move_simode_const): Update calls after above changes.
20175 Rework to use automatic variables and predicates like MEM_P.
20176 * config/m68k/m68k.md (pushexthisi_const): Update call to
20177 valid_mov3q_const.
20178
20179 2007-01-19 Dirk Mueller <dmueller@suse.de>
20180
20181 * tree-ssa-alias.c (perform_var_substitution): Fix typo
20182 in dump_flags test.
20183
20184 2007-01-19 Richard Guenther <rguenther@suse.de>
20185
20186 * builtins.c (expand_builtin_cexpi): Fall back to expanding
20187 via cexp in case sincos is not available.
20188
20189 2007-01-19 Richard Guenther <rguenther@suse.de>
20190
20191 * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
20192 * defaults.h (TARGET_HAS_SINCOS): Default to off.
20193 * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
20194 * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
20195 * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
20196 * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
20197 * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
20198 * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
20199
20200 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
20201
20202 * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
20203 New insn patterns.
20204 (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
20205 (atan2xf3): Directly generate RTL pattern.
20206 (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
20207 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
20208 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
20209 disable patterns for SSE math.
20210 (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
20211 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
20212 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
20213 disable patterns for SSE math.
20214
20215 2007-01-19 Alexandre Oliva <aoliva@redhat.com>
20216
20217 * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
20218
20219 2007-01-18 Roger Sayle <roger@eyesopen.com>
20220
20221 * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
20222 VIEW_CONVERT_EXPR to the same type as it's operand.
20223
20224 2007-01-18 David Edelsohn <edelsohn@gnu.org>
20225
20226 * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
20227 configured for long double 128.
20228
20229 2007-01-18 Mike Stump <mrs@apple.com>
20230
20231 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
20232 error.
20233
20234 2007-01-18 Michael Meissner <michael.meissner@amd.com>
20235
20236 * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
20237 type correct.
20238
20239 2007-01-18 Jan Hubicka <jh@suse.cz>
20240
20241 * tree-ssa-operands.c (vop_free_bucket_size): Never return value
20242 greater than NUM_VOP_FREE_BUCKETS.
20243
20244 2007-01-18 Daniel Berlin <dberlin@dberlin.org>
20245
20246 * tree-ssa-structalias.c: Update comments.
20247 (ptabitmap_obstack): Removed.
20248 (pta_obstack): New.
20249 (oldpta_obstack): Ditto.
20250 (stats): Add a few members.
20251 (struct variable_info): Remove node, complex, address_taken, and
20252 indirect_target members. Add oldsolution member.
20253 (new_var_info): Do not initialize removed members.
20254 (constraint_expr_type): Remove INCLUDES.
20255 (constraint_graph): Add size, implicit_preds, rep,
20256 indirect_cycles, eq_rep, label, direct_nodes, and complex members.
20257 (FIRST_REF_NODE): New macro.
20258 (LAST_REF_NODE): Ditto.
20259 (FIRST_ADDR_NODE): Ditto.
20260 (find): New function.
20261 (unite): Ditto.
20262 (dump_constraint): Do not handle INCLUDES.
20263 (insert_into_complex): Do not insert duplicate constraints.
20264 (condense_varmap_nodes): Renamed and rewritten into ...
20265 (merge_node_constraints): This. Also fix bug in handling of
20266 offseted copy constraints.
20267 (clear_edges_for_node): No longer need to deal with preds at all,
20268 or removing associated preds/succs.
20269 (merge_graph_nodes): Deal with indirect_cycles.
20270 Don't deal with predecessors.
20271 (add_implicit_graph_edge): New function.
20272 (add_pred_graph_edge): Ditto.
20273 (add_graph_edge): Don't deal with predecessors.
20274 (build_constraint_graph): Removed.
20275 (build_pred_graph): New function.
20276 (build_succ_graph): Ditto.
20277 (struct scc_info): Removed in_component. Added roots, dfs, and
20278 node_mapping. Remove visited_index, unification_queue.
20279 (scc_visit): Deal with union-find we do now.
20280 Deal with cycles with REF nodes.
20281 (collapse_nodes): Renamed and rewritten to ...
20282 (unify_nodes): This.
20283 (process_unification_queue): Removed.
20284 (topo_visit): Cleanup
20285 (do_da_constraint): Use find.
20286 (do_sd_constraint): Ditto.
20287 (do_ds_constraint): Ditto.
20288 (do_complex_constraint): Ditto.
20289 (init_scc_info): Update for removed and added members.
20290 (find_and_collapse_graph_cycles): Renamed and rewritten into ...
20291 (find_indirect_cycles): This.
20292 (equivalence_class): New variable.
20293 (label_visit): New function.
20294 (perform_variable_substitution): Rewritten.
20295 (free_var_substitution_info): New function.
20296 (find_equivalent_node): Ditto.
20297 (move_complex_constraints): Ditto.
20298 (eliminate_indirect_cycles): Ditto.
20299 (solve_graph): Only propagate changed bits.
20300 Use indirect cycle elimination.
20301 Use find.
20302 (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
20303 (tree_id_eq): Renamed to ...
20304 (tree_vi_eq): This. Update for member change
20305 (insert_id_for_tree): Renamed and rewritten to ...
20306 (insert_vi_for_tree): This.
20307 (lookup_id_for_tree): Renamed and rewritten to ...
20308 (lookup_vi_for_tree): This.
20309 (get_id_for_tree): Renamed and rewritten to ...
20310 (get_vi_for_tree): Ditto.
20311 (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
20312 (process_constraint): Don't handle INCLUDES.
20313 Remove special ADDRESSOF case.
20314 (find_func_aliases): Rewrite to use vi functions instead of id
20315 ones.
20316 (create_function_info_for): Ditto.
20317 (create_variable_info_for): Ditto.
20318 (intra_create_variable_infos): Ditto.
20319 (merge_smts_into): Ditto.
20320 (find_what_p_points_to): Ditto.
20321 (init_base_vars): Ditto.
20322 (init_alias_vars): Ditto.
20323 (remove_preds_and_fake_succs): New function.
20324 (dump_sa_points_to_info): Dump new stats.
20325 (dump_solution_for_var): Use find.
20326 (set_used_smts): Fix formatting.
20327 (compute_points_to_sets): Updated for new functions.
20328 (ipa_pta_execute): Ditto.
20329
20330 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
20331 Richard Sandiford <richard@codesourcery.com>
20332
20333 * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
20334 parallels.
20335 * calls.c (expand_call): If the return value is a PARALLEL,
20336 extract its first member.
20337 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
20338 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
20339 use FUNCTION_EXTRA_EPILOGUE.
20340 (m68k_function_value): Return a PARALLEL if the return value
20341 is of a pointer type.
20342 * config/m68k/netbsd-elf.h (current_function_returns_pointer)
20343 (FUNCTION_EXTRA_EPILOGUE): Remove.
20344 * config/m68k/m68k.md (D0_REG): New constant.
20345
20346 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
20347
20348 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
20349 output a NOP for empty epilogues.
20350
20351 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20352
20353 * config/m68k/m68k.c (m68k_use_return_insn): Update comments
20354 before function. Extend register save check to include all
20355 registers, not just integer ones.
20356
20357 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
20358
20359 * config/m68k/m68k-protos.h (use_return_insn): Rename to...
20360 (m68k_use_return_insn): ...this.
20361 * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
20362 * config/m68k/m68k.c (use_return_insn): Rename to...
20363 (m68k_use_return_insn): ...this.
20364 * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
20365 of USE_RETURN_INSN.
20366
20367 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
20368
20369 * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
20370 nearest even, fix denormal rounding overflow.
20371
20372 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20373
20374 * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
20375 f%$smove and f%$move.
20376 (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
20377 (extendsfdf2_cf): Use fdmove instead of f%&move.
20378 (truncdfsf2_cf): Use fsmove instead of f%$smove.
20379 (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
20380
20381 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20382
20383 * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
20384 GPR<-GPR moves.
20385
20386 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20387
20388 * real.h (real_format): Add a canonical_nan_lsbs_set field.
20389 (coldfire_single_format): Declare.
20390 (coldfire_double_format): Likewise.
20391 * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
20392 of qnan_msb_set to determine the lower bits of a canonical
20393 NaN significand.
20394 (encode_ieee_double): Likewise.
20395 (encode_ieee_quad): Likewise.
20396 (ieee_single_format): Initialize canonical_nan_lsbs_set.
20397 (mips_single_format): Likewise.
20398 (ieee_double_format): Likewise.
20399 (mips_double_format): Likewise.
20400 (ieee_extended_motorola_format): Likewise.
20401 (ieee_extended_intel_96_format): Likewise.
20402 (ieee_extended_intel_128_format): Likewise.
20403 (ieee_extended_intel_96_round_53_format): Likewise.
20404 (ibm_extended_format): Likewise.
20405 (mips_extended_format): Likewise.
20406 (ieee_quad_format): Likewise.
20407 (mips_quad_format): Likewise.
20408 (vax_f_format): Likewise.
20409 (vax_d_format): Likewise.
20410 (vax_g_format): Likewise.
20411 (i370_single_format): Likewise.
20412 (i370_double_format): Likewise.
20413 (decimal_single_format): Likewise.
20414 (decimal_double_format): Likewise.
20415 (decimal_quad_format): Likewise.
20416 (c4x_single_format): Likewise.
20417 (c4x_extended_format): Likewise.
20418 (real_internal_format): Likewise.
20419 (coldfire_single_format): New real_format.
20420 (coldfire_double_format): Likewise.
20421 * config/pdp11/pdp11.c (pdp11_f_format): Initialize
20422 canonical_nan_lsbs_set.
20423 (pdp11_d_format): Likewise.
20424 * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
20425 if TARGET_COLDFIRE_CPU.
20426
20427 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20428
20429 * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
20430 (output_call, m68k_legitimize_call_address): Declare.
20431 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
20432 parenthesees. Add support for a 'W' constraint.
20433 (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
20434 (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
20435 (m68k_symbolic_call, m68k_symbolic_jump): Declare.
20436 * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
20437 variables.
20438 (override_options): Initialize them. Do not set flag_no_function_cse
20439 for TARGET_ID_SHARED_LIBRARY.
20440 (m68k_output_pic_call): Delete.
20441 (m68k_legitimize_call_address): New function.
20442 (print_operand): Remove the %o prefix. Handle the %p prefix.
20443 (output_call): New function.
20444 (m68k_output_mi_thunk): Use m68k_symbolic_jump. Always load the
20445 target address from the GOT if symbolic jumps are not allowed.
20446 * config/m68k/m68k.md (call, general_operand): Do not set
20447 SYMBOL_REF_FLAG. Use m68k_legitimize_call_address instead.
20448 Merge separate flag_pic and !flag_pic define_insns into...
20449 (*call, *call_value): ...these new patterns. Match the address
20450 rather than the containing MEM and require it to be a call_operand.
20451 Use output_call to generate the asm template.
20452 * config/m68k/predicates.md (const_call_operand): New predicate.
20453 (call_operand): Likewise.
20454
20455 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
20456
20457 * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
20458 (STACK_GROWS_DOWNWARD): Define to 1.
20459 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
20460 comments, emphasizing that these values are only defaults.
20461 * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
20462 * config/m68k/m68k.c (const_method): Remove trailing whitespace.
20463
20464 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20465
20466 * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
20467
20468 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
20469 Richard Sandiford <richard@codesourcery.com>
20470
20471 * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
20472 (FP_REGNO_P): New macros.
20473 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
20474 (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
20475 (EH_RETURN_STACKADJ_RTX): Use A0_REG.
20476 * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
20477
20478 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
20479
20480 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
20481 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
20482 to $tmake_file.
20483 * config/m68k/t-floatlib: New file, extracting common code from...
20484 * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
20485 * config/m68k/t-uclinux: Here.
20486 * config/m68k/fpgnulib.c: Do not compile extendeed precision
20487 routines on ColdFire targets.
20488
20489 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
20490
20491 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
20492 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
20493 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
20494 (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
20495 explicitly set MOTOROLA to 1.
20496 * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
20497
20498 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20499 Nathan Sidwell <nathan@codesourcery.com>
20500
20501 * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
20502 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
20503 * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
20504 * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
20505 * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
20506 * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
20507 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
20508 (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
20509 (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
20510 * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
20511 * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
20512 (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
20513 (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
20514 (DBX_REGISTER_NUMBER): Delete.
20515 * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
20516 (PCC_STATIC_STRUCT_RETURN): Don't undefine.
20517 * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
20518
20519 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20520
20521 * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
20522 * config/flat.h: New file.
20523 * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
20524 OBJECT_FORMAT_FLAT.
20525 * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
20526 indirect references for -msep-data or -mid-shared-library.
20527 Do not use PC-relative code addresses either.
20528 * config/m68k/m68k.c (override_options): Restrict -fPIC error
20529 to -mpcrel.
20530 * config/m68k/uclinux.h (STARTFILE_SPEC): Define. Use Scrt1.o
20531 for shared libraries and crt1.o for executables. Use crti.o and
20532 crtbegin.o.
20533 (ENDFILE_SPEC): Use crtend.o and crtn.o.
20534 (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
20535 Do not add -elf2flt or -shared-lib-id options here.
20536 (LINK_SPEC): Define. Pass -elf2flt if no -elf2flt option is given.
20537 Pass -shared-lib-id if -mid-shared-library, taking the library
20538 identifier from -mshared-library-id if given, otherwise
20539 defaulting to 0.
20540 (EH_FRAME_IN_DATA_SECTION): Do not undefine.
20541 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
20542 (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
20543 and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
20544 (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
20545 * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
20546 and crtend.o.
20547 * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
20548 jump sequence for ISA A and ISA A+.
20549 (PICJUMP): Likewise.
20550
20551 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20552
20553 * config.gcc (m68k-*-uclinux*): Base the port on the common
20554 and m68k GNU/Linux files rather than on the generic ELF ones.
20555 * config/m68k/uclinux.h (TARGET_VERSION): Override.
20556 (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
20557
20558 2007-01-18 Julian Brown <julian@codesourcery.com>
20559 Richard Sandiford <richard@codesourcery.com>
20560
20561 * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
20562 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
20563 * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
20564 before redefining.
20565 * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
20566 80 unconditionally.
20567 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
20568
20569 2007-01-18 Richard Sandiford <richard@codesourcery.com>
20570
20571 * doc/install.texi: Document m68k-uclinuxoldabi.
20572 * config.gcc (m68k-*-uclinuxoldabi): New configuration.
20573 * config/m68k/uclinux-oldabi.h: New file, copied from
20574 config/m68k/uclinux.h.
20575
20576 2007-01-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20577
20578 * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
20579 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
20580 (m32r_compute_frame_size): Use unsigned for regno.
20581 (m32r_reload_lr): Use gen_frame_mem.
20582 (pop): New.
20583 (m32r_output_function_epilogue): Don't output the function epilogue
20584 textually here.
20585 (m32r_expand_epilogue): New.
20586 (direct_return): Return false if the function has the interrupt
20587 attribute.
20588 (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
20589 * config/m32r/m32r.md (epilogue): New expander.
20590 (return_lr, return_rte): New insns.
20591 (return): Make it expander.
20592 (return_normal): New expander.
20593
20594 2007-01-18 Josh Conner <jconner@apple.com>
20595
20596 PR target/30485
20597 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
20598 support for UNLE, UNLT, UNGE, and UNGT.
20599
20600 2007-01-18 Jan Hubicka <jh@suse.cz>
20601
20602 * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
20603 * tree-tailcall (add_virtual_phis): Likewise.
20604 (optimize_tail_call): Return TODOs.
20605 (execute_tail_calls): Return TODOs.
20606 * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
20607 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
20608 changed.
20609 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
20610 Cleanup cfg using TODO.
20611 * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
20612 * passes.c (execute_function_todo): When cleanup did something, remove
20613 unused locals.
20614 * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
20615 (make_edges): Don't cleanup_cfg.
20616
20617 2007-01-18 Uros Bizjak <ubizjak@gmail.com>
20618
20619 * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
20620 UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
20621 operate on the top of stack.
20622 [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
20623 register handling of instructions that output to the second
20624 stack slot.
20625 [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
20626 (move_for_stack_reg): Special-case check for dead destination
20627 stack slot for constant load of 1.0 inside UNSPEC_TAN.
20628
20629 * config/i386/i386.md (UNSPEC_TAN): New constant.
20630 (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
20631 (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
20632 to correctly model move of constant 1.0 to top stack slot.
20633 (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
20634 (unnamed peephole2 pattern): Remove corresponding peephole2
20635 pattern that optimizes tan insn and loading of constant 1.0.
20636 (tanxf2): Use fptanxf4_i387.
20637 (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
20638 patterns using X87MODEF12 mode macro. Use fptan_extend<mode>xf4_i387
20639 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
20640 disable patterns for SSE math.
20641 (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
20642 (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
20643
20644 2007-01-18 Dirk Mueller <dmueller@suse.de>
20645 Richard Guenther <rguenther@suse.de>
20646
20647 PR diagnostic/8268
20648 * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
20649 * common.opt (Warray-bounds): Add new warning option.
20650 * c-opts.c (c_common_handle_option): Define -Warray-bounds
20651 if -Wall is given.
20652 * Makefile.in: make tree-vrp.o depend on toplev.h
20653 * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
20654 is enabled.
20655 (check_array_refs, check_array_bounds, check_array_ref): New.
20656
20657 2007-01-18 Jan Hubicka <jh@suse.cz>
20658
20659 * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
20660 (execute_ssa_ccp): Return flags conditionally.
20661 * tree-ssa-propagate.c (substitue_and_fold): Return if something was
20662 changed.
20663 * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
20664
20665 2007-01-18 Steven Bosscher <steven@gcc.gnu.org>
20666
20667 * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
20668 the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
20669
20670 * Makefile.c (GTFILES): Add cfglayout.h.
20671 * gengtype.c (open_base_files): Likewise.
20672 * cfglayout.c (cfg_layout_function_footer,
20673 cfg_layout_function_header) Reindent to make gengtype happy.
20674 * cfglayout.h (cfg_layout_function_footer,
20675 cfg_layout_function_header): Add GTY(()) marker.
20676
20677 * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
20678
20679 2007-01-18 Ben Elliston <bje@au.ibm.com>
20680
20681 * genautomata.c (write_automata): Include xstrerror output in the
20682 error message if writing the DFA description file fails.
20683
20684 2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
20685
20686 * config/mips/mips-protos.h (mips_output_external): Make it
20687 return void.
20688 * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
20689 * config/mips/mips.c (irix_output_external_libcall): Likewise.
20690 (extern_list): Likewise.
20691 (extern_head): Likewise.
20692 (TARGET_ASM_FILE_END): Likewise.
20693 (mips_file_end): Likewise.
20694 (mips_output_external): Rewritten.
20695
20696 2007-01-18 Ben Elliston <bje@au.ibm.com>
20697
20698 * genpreds.c (write_insn_preds_c): Only write out the function
20699 body for regclass_for_constraint if we have register constraints.
20700
20701 2007-01-17 Tom Tromey <tromey@redhat.com>
20702
20703 * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
20704 * doc/install.texi (Testing): Use sourceware.org.
20705 (Binaries): Likewise.
20706 (Specific): Likewise.
20707 * doc/contrib.texi (Contributors): Use sourceware.org.
20708
20709 2007-01-17 Anatoly Sokolov <aesok@post.ru>
20710
20711 * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
20712 (AVR_ENHANCED): Rename to ...
20713 (AVR_HAVE_MUL): ... new.
20714 (avr_enhanced_p): Rename to ...
20715 (avr_have_mul_p): ... new.
20716 (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
20717 'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
20718 * config/avr/avr.c (avr_enhanced_p): Rename to ...
20719 (avr_have_mul_p): ... new.
20720 (base_arch_s): Rename 'enhanced' to 'have_mul'.
20721 (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
20722 'avr_enhanced_p' and 'enhanced'.
20723 (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
20724 AVR_HAVE_MUL instead of AVR_ENHANCED.
20725 * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
20726 (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
20727 *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
20728 instead of AVR_ENHANCED.
20729 (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
20730 * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
20731 (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
20732
20733 2007-01-17 Ian Lance Taylor <iant@google.com>
20734
20735 * vec.h (VEC_reserve_exact): Define.
20736 (vec_gc_p_reserve_exact): Declare.
20737 (vec_gc_o_reserve_exact): Declare.
20738 (vec_heap_p_reserve_exact): Declare.
20739 (vec_heap_o_reserve_exact): Declare.
20740 (VEC_OP (T,A,reserve_exact)): New static inline function, three
20741 versions.
20742 (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
20743 negative parameter.
20744 (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
20745 (VEC_OP (T,A,copy)) [all versions]: Likewise.
20746 (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
20747 * vec.c (calculate_allocation): Add exact parameter. Change all
20748 callers.
20749 (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
20750 (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
20751 (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
20752 (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
20753 (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
20754 (vec_heap_p_reserve_exact): New function.
20755 (vec_heap_o_reserve_exact): New function.
20756
20757 2007-01-17 Jan Hubicka <jh@suse.cz>
20758
20759 * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
20760
20761 2007-01-17 Eric Christopher <echristo@apple.com>
20762
20763 * config.gcc: Support core2 processor.
20764
20765 2007-01-16 Jan Hubicka <jh@suse.cz>
20766
20767 * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
20768 the names, just unlink the chain so we don't crash on dangling
20769 pointers
20770 to dead SSA names.
20771
20772 2007-01-16 Jan Hubicka <jh@suse.cz>
20773
20774 * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
20775 * tree-pass.h: Reorder to make IPA passes appear toegher.
20776 (pass_early_inline, pass_inline_parameters, pass_apply_inline):
20777 Declare.
20778 * cgraphunit.c (cgraph_finalize_function): Do not compute inling
20779 parameters, do not call early inliner.
20780 * ipa-inline.c: Update comments. Include tree-flow.h
20781 (cgraph_decide_inlining): Do not compute inlining parameters.
20782 (cgraph_decide_inlining_incrementally): Return TODOs; assume to
20783 be called with function context set up.
20784 (pass_ipa_inline): Remove unreachable functions before pass.
20785 (cgraph_early_inlining): Simplify assuming to be called from the
20786 PM as local pass.
20787 (pass_early_inline): New pass.
20788 (cgraph_gate_ipa_early_inlining): New gate.
20789 (pass_ipa_early_inline): Turn into simple wrapper.
20790 (compute_inline_parameters): New function.
20791 (gate_inline_passes): New gate.
20792 (pass_inline_parameters): New pass.
20793 (apply_inline): Move here from tree-optimize.c
20794 (pass_apply_inline): New pass.
20795 * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
20796 transforming.
20797 * tree-inline.c (optimize_inline_calls): Return TODOs rather than
20798 doing them by hand.
20799 (tree_function_versioning): Do not allocate dummy struct function.
20800 * tree-inline.h (optimize_inline_calls): Update prototype.
20801 * tree-optimize.c (execute_fixup_cfg): Export.
20802 (pass_fixup_cfg): Remove
20803 (tree_rest_of_compilation): Do not apply inlines.
20804 * tree-flow.h (execute_fixup_cfg): Declare.
20805 * Makefile.in (gt-passes.c): New.
20806 * passes.c: Include gt-passes.h
20807 (init_optimization_passes): New passes.
20808 (nnodes, order): New static vars.
20809 (do_per_function_toporder): New function.
20810 (execute_one_pass): Dump current pass here.
20811 (execute_ipa_pass_list): Don't dump current pass here.
20812
20813 2007-01-16 Janis Johnson <janis187@us.ibm.com>
20814
20815 * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
20816 (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
20817
20818 2007-01-16 David Edelsohn <edelsohn@gnu.org>
20819
20820 * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
20821 (strong_alias): Define.
20822 (__gcc_qmul): Provide non-FMA for soft-float.
20823 (__gcc_qdiv): Same.
20824 (__gcc_qneg): New.
20825 (__gcc_qeq): New.
20826 (__gcc_qle): New.
20827 (__gcc_qge): New.
20828 (__gcc_qunord): New.
20829 (__gcc_stoq): New.
20830 (__gcc_dtoq): New.
20831 (__gcc_qtos): New.
20832 (__gcc_qtod): New.
20833 (__gcc_qtoi): New.
20834 (__gcc_qtou): New.
20835 (__gcc_itoq): New.
20836 (__gcc_utoq): New.
20837 (fmsub): New.
20838 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
20839 soft-float functions.
20840 * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
20841 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
20842 about long double soft float.
20843
20844 2007-01-16 Dorit Nuzman <dorit@il.ibm.com>
20845 Tehila Meyzels <tehila@il.ibm.com>
20846
20847 * tree-vectorizer.h (is_pattern_stmt_p): New.
20848 * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
20849 formatting (tabs instead of spaces). Cleanup and clarify setting
20850 of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
20851 * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
20852 (vectorizable_type_demotion): Check that types are integral.
20853 (vectorizable_type_promotion): Likewise.
20854 (vectorizable_store): Fix typo. Eliminate new-line at end of
20855 comments.
20856
20857 2007-01-16 Jan Hubicka <jh@suse.cz>
20858
20859 * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
20860 cgraph edges too.
20861
20862 2007-01-15 Eric Christopher <echristo@apple.com>
20863
20864 * ifcvt.c: Include vec.h, vecprim.h.
20865 (check_cond_move_block): New argument regs.
20866 Reorganize. Add registers used to regs.
20867 (cond_move_process_if_block): Use regs set above as
20868 loop bounds.
20869
20870 2007-01-15 Eric Christopher <echristo@apple.com>
20871
20872 * config/darwin.h: Update copyright.
20873 (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
20874 (LINK_COMMAND_SPEC): Add -u.
20875 (LINK_SPEC): Fix umbrella for above.
20876
20877 2007-01-15 Joseph S. Myers <joseph@codesourcery.com>
20878
20879 * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
20880 glibc CVS.
20881
20882 2007-01-15 Tom Tromey <tromey@redhat.com>
20883
20884 * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
20885 * doc/install.texi (Testing): Don't mention jacks.
20886 (Configuration): Document --enable-java-maintainer-mode. Move
20887 --with-java-home to libgcj-specific section. Document
20888 --with-ecj-jar.
20889 (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
20890
20891 2007-01-15 Jan Hubicka <jh@suse.cz>
20892
20893 * tree-ssa-dce.c (DCE_TODOs): New.
20894 (propagate_necessity): Return if something changed.
20895 (eliminate_unnecessary_stmts): Likewise.
20896 (perform_tree_ssa_dce): Return TODO flags when needed.
20897 (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
20898
20899 2007-01-15 Uros Bizjak <ubizjak@gmail.com>
20900
20901 * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
20902 (fyl2x_extend<mode>xf3_i387): New insn pattern.
20903 (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
20904 patterns using X87MODEF12 mode macro. Extend operand 1
20905 to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
20906 (log10<mode>2): Ditto.
20907 (log2<mode>2): Ditto.
20908 (log1p<mode>2): Ditto.
20909 (logb<mode>2): Ditto.
20910 (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
20911 (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
20912 (*fxtractxf3_i387): Rename from *fxtractxf3.
20913 (fxtract_extend<mode>xf3_i387): New insn pattern.
20914 (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
20915 * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
20916 and gen_fyl2xxf3_i387().
20917
20918 2007-01-14 Zdenek Dvorak <dvorakz@suse.cz>
20919
20920 * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
20921 * cfgloopmanip.c (fix_loop_placement): Made static. Use
20922 get_loop_exit_edges. Changed return type to bool.
20923 * cfgloop.h (fix_loop_placement): Declaration removed.
20924
20925 2007-01-14 Dorit Nuzman <dorit@il.ibm.com>
20926
20927 * param.h (MIN_VECT_LOOP_BOUND): New.
20928 * params.def (MIN_VECT_LOOP_BOUND): New.
20929 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
20930 argument - minimum threshold for number of iterations.
20931 * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
20932 argument to declaration.
20933 * tree-vect-analyze.c (vect_analyze_operations): Check value of
20934 MIN_VECT_LOOP_BOUND.
20935 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
20936 slpeel_tree_peel_loop_to_edge with additional argument.
20937 (vect_do_peeling_for_alignment): Likewise.
20938 * doc/invoke.texi (min-vect-loop-bound): Document new param option.
20939
20940 2007-01-14 Uros Bizjak <ubizjak@gmail.com>
20941
20942 PR target/30413
20943 * config/i386/i386.c (print_operand) ['z']: Output 'b' for
20944 operands of size 1.
20945
20946 2007-01-14 Jan Hubicka <jh@suse.cz>
20947
20948 * tree-dfa.c (remove_referenced_var): New function.
20949 * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
20950 prune referenced vars list too.
20951 * tree-flow.h (remove_referenced_var): Declare.
20952
20953 2007-01-14 Jan Hubicka <jh@suse.cz>
20954
20955 * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
20956 separately.
20957 (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
20958 (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
20959 * except.h (verify_eh_throw_table_statements): Kill prototype.
20960 * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
20961 into call exrepssions.
20962 * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
20963 eh trhow verifier.
20964 * tree-cfg.c: Include pointer-set.h.
20965 (verify_node_sharing): Work on pointer set.
20966 (verify_eh_throw_stmt_node): New.
20967 (verify_stmts): Use pointers sets, verify throw_stmt.
20968
20969 2007-01-13 Zdenek Dvorak <dvorakz@suse.cz>
20970
20971 * ipa-reference.c (analyze_function): Consider also addresses taken
20972 in phi nodes.
20973
20974 2007-01-12 Roger Sayle <roger@eyesopen.com>
20975
20976 * c-typeck.c (null_pointer_constant_p): Replace use of
20977 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
20978 (build_c_cast): Likewise.
20979
20980 2007-01-12 Roger Sayle <roger@eyesopen.com>
20981
20982 * tree.h (force_fit_type_double): Remove unused final argument.
20983 * c-common.c (constant_expression_warning): Replace use of
20984 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
20985 (convert_and_check): Likewise.
20986 (shorten_compare): Update call to force_fit_type_double.
20987 (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
20988 * convert.c (convert_to_pointer): Update call to
20989 force_fit_type_double.
20990 * fold-const.c (force_fit_type_double): Remove overflowed_const
20991 argument.
20992 (int_const_binop, fold_convert_const_int_from_int,
20993 fold_convert_const_int_from_real, fold_div_compare,
20994 fold_sign_changed_comparison, fold_unary, fold_negate_const,
20995 fold_abs_const, fold_not_const): Remove the final argument from
20996 calls to force_fit_type_double.
20997
20998 2007-01-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
20999
21000 * configure.ac: Set insn to "nop" for spu-*-* also.
21001 * configure: Regenerate.
21002
21003 2007-01-12 Olga Golovanevsky <olga@il.ibm.com>
21004
21005 * builtins.def : Add BUILT_IN_FREE.
21006
21007 2007-01-12 Jan Hubicka <jh@suse.cz>
21008
21009 PR tree-optimization/30443
21010 * tree-inline.c (tree_function_versioning): Do not optimize when
21011 cloning for inlining.
21012
21013 2007-01-12 Zdenek Dvorak <dvorakz@suse.cz>
21014
21015 * doc/loop.texi: Document recording of loop exits.
21016 * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
21017 (update_single_exits_after_duplication,
21018 update_single_exit_for_duplicated_loop,
21019 update_single_exit_for_duplicated_loops): Removed.
21020 (duplicate_loop_to_header_edge): Do not call
21021 update_single_exits_after_duplication and
21022 update_single_exit_for_duplicated_loops.
21023 (loop_version): Do not update single_exit information.
21024 (fix_loop_structure): Use record_loop_exits instead of
21025 mark_single_exit_loops.
21026 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
21027 the lists of loop exits.
21028 * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
21029 split_edge, merge_blocks): Update the lists of loop exits.
21030 * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
21031 loop_optimizer_init.
21032 * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
21033 of mark_single_exit_loops.
21034 (loop_optimizer_finalize): Call release_recorded_exits.
21035 * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
21036 LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
21037 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
21038 update single exit information.
21039 * lambda-code.c (perfect_nestify): Ditto.
21040 * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
21041 (mark_single_exit_loops): Removed.
21042 (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
21043 get_exit_descriptions, rescan_loop_exit, record_loop_exits,
21044 dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
21045 functions.
21046 (get_loop_exit_edges, single_exit): Use recorded exit lists.
21047 (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
21048 (verify_loop_structure): Verify consistency of the exit lists.
21049 (flow_loops_find): Use alloc_loop. Initialize exits hash.
21050 (set_single_exit): Removed.
21051 * cfgloop.h (struct loop_exit): New function.
21052 (struct loop): single_exit_ field replaced by exits field.
21053 (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by
21054 LOOPS_HAVE_RECORDED_EXITS.
21055 (struct loops): Added exits hash.
21056 (mark_single_exit_loops, set_single_exit): Declaration removed.
21057 (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
21058
21059 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21060
21061 * doc/invoke.texi: Avoid use of @headitem.
21062
21063 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21064
21065 * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
21066
21067 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21068
21069 * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
21070 list of targets.
21071
21072 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
21073 Richard Sandiford <richard@codesourcery.com>
21074
21075 * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
21076 * config/m68k/m68k.opt: Resort options.
21077 (mbitfield, mrtd, mshort): Remove RejectNegative properties.
21078
21079 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
21080 Richard Sandiford <richard@codesourcery.com>
21081
21082 * doc/invoke.texi: Document the macros that are defined by
21083 m68k's -mtune and -mhard-float options.
21084 * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
21085 (m68k_cpp_cpu_family): Likewise.
21086 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
21087 of __ucfv*__ macros. Define __mcffpu__ if generating code for
21088 ColdFire FPUs. Define __mcf_cpu_* and __mcf_family_* macros.
21089 * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
21090 (m68k_cpp_cpu_family): Likewise.
21091
21092 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21093
21094 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
21095 macros besides mc68000 as tuning macros. Use a switch statement
21096 to set them and mcpu32.
21097
21098 2007-01-12 Julian Brown <julian@codesourcery.com>
21099
21100 * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
21101 (TARGET_68040_ONLY): Rename to...
21102 (TARGET_68040): ...this.
21103 * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
21104 * config/m68k/m68k.md: Likewise.
21105
21106 2007-01-12 Julian Brown <julian@codesourcery.com>
21107 Nathan Sidwell <nathan@codesourcery.com>
21108 Richard Sandiford <richard@codesourcery.com>
21109
21110 * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
21111 the -mcpu= argument associated with the --with-cpu setting.
21112 Define M68K_DEFAULT_TUNE to the default -mtune= option,
21113 if different from the one implied by the -mcpu setting.
21114 Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
21115 using mcpu=FOO as the default CPU option. Set target_cpu_default2.
21116 * doc/invoke.texi: Mention ColdFire in the introduction to the
21117 m68k options. Document the new -march, -mcpu, -mtune, -mdiv,
21118 -mno-div and -mhard-float options. Make -m68881 a synonym for
21119 -mhard-float. Document the previously-undocumented -m5206e,
21120 -m528x, -m5307 and -m5407 options. Tweak the existing option
21121 documentation for consistency.
21122 * doc/install.texi: Mention new --with-cpu arguments.
21123 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
21124 default CPU if neither -mcpu nor -march are specified.
21125 (ASM_CPU_SPEC): Pass down -mcpu and -march options.
21126 (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
21127 TARGET_ISA*. Set the legacy __mcf*__ cpu macros in the same way,
21128 using m68k_tune to decide between families that implement the
21129 same ISA. Use m68k_tune to set __mcfv4e__.
21130 (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
21131 (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
21132 (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
21133 (FL_ISA_C, FL_ISA_MMU): New macros.
21134 (MASK_COLDFIRE): Delete.
21135 (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
21136 (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
21137 (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
21138 (TARGET_HARD_FLOAT): Do not define here.
21139 (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
21140 (TUNE_68000): New macro.
21141 (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
21142 (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
21143 (TUNE_CFV2): Redefine in terms of m68k_tune.
21144 (uarch_type, target_device, fpu_type): New enums.
21145 (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
21146 * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
21147 (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
21148 (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
21149 (FL_FOR_isa_c): New macros.
21150 (m68k_isa): New enum.
21151 (m68k_target_selection): New structure.
21152 (all_devices, all_isas, all_microarchs): New tables.
21153 (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
21154 (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
21155 (MASK_ALL_CPU_BITS): Delete.
21156 (m68k_find_selection): New function.
21157 (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
21158 Map the legacy target options to a combination of the new ones.
21159 (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
21160 m68k_cpu_flags. Handle M68K_DEFAULT_TUNE. Use m68k_cpu_flags
21161 to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
21162 settings.
21163 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
21164 (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
21165 properties.
21166 (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
21167 (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
21168 * config/m68k/m68k-devices.def: New file.
21169
21170 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21171 Nathan Sidwell <nathan@codesourcery.com>
21172
21173 * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
21174 (SUBTARGET_EXTRA_SPECS): New macros.
21175 * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
21176 use %(asm_cpu_spec) instead.
21177 * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
21178 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
21179 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
21180 (EXTRA_SPECS): Rename to...
21181 (SUBTARGET_EXTRA_SPECS): ...this.
21182
21183 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
21184 Richard Sandiford <richard@codesourcery.com>
21185 Julian Brown <julian@codesourcery.com>
21186
21187 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
21188 (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
21189 to the configuration's default CPU.
21190 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
21191 Remove default masks.
21192 (m680[012]0-*-*): Set the default with_cpu to the first part of
21193 the target name.
21194 (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
21195 (m68k*-*-linux): Extend the --with-cpu handling to...
21196 (m680[012]0-*-*, m68k*-*-*): ...these configurations. Allow m68000
21197 and m68010. Don't set target_cpu_default2.
21198 * doc/install.texi: Document --with-cpu for m68k.
21199 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
21200 * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
21201 (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
21202 (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
21203 (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
21204 (ASM_SPEC): Remove use of %(asm_cpu_default).
21205 (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
21206 * config/m68k/linux.h (TARGET_DEFAULT): Delete.
21207 (CPP_SPEC): Merge definitions. Do not handle __HAVE_68881__ here.
21208 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
21209 __HAVE_FPU__ if TARGET_HARD_FLOAT.
21210 (TARGET_DEFAULT): Delete.
21211 (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
21212 cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
21213 (CPP_CPU_SPEC): Delete.
21214 (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
21215 the appropriate string.
21216 (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
21217 (CPP_SPEC): Define to NETBSD_CPP_SPEC.
21218 (ASM_SPEC): Don't use %(asm_default_spec).
21219 * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
21220 TARGET_DEFAULT and add MASK_68881.
21221 * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
21222
21223 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21224
21225 * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
21226 (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
21227 MASK_68010 alongside MASK_68020.
21228 * doc/invoke.texi: Document -m68010.
21229 * config/m68k/m68k.opt (m68010): New.
21230 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
21231 if TUNE_68010.
21232 (TUNE_68010): New macro.
21233 * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
21234 (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
21235 (M68K_CPU_m68332): Add MASK_68010.
21236 * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
21237 fallback definition.
21238 * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
21239 defines.
21240 * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
21241 (m68k_handle_option): Handle OPT_m68010. Add MASK_68010
21242 to all entries that use MASK_68020.
21243 (output_move_simode_const, output_move_himode, output_move_qimode)
21244 (output_move_stricthi, output_move_strictqi): Use TARGET_68010
21245 instead of TARGET_68020 to select clr behavior. Remove comment
21246 about there being no TARGET_68010.
21247 * config/m68k/m68k.md: Likewise throughout.
21248
21249 2007-01-12 Julian Brown <julian@codesourcery.com>
21250
21251 * config/m68k/m68k.h (TARGET_ISAB): New macro.
21252 * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
21253 * config/m68k/m68k.md: Likewise.
21254
21255 2007-01-12 Julian Brown <julian@codesourcery.com>
21256
21257 * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
21258 TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
21259
21260 2007-01-12 Julian Brown <julian@codesourcery.com>
21261
21262 * config/m68k/m68k.h (TUNE_68040_60): New macro.
21263 * config/m68k/m68k.c (standard_68881_constant_p): Use it.
21264 * config/m68k/m68k.md: Likewise.
21265
21266 2007-01-12 Julian Brown <julian@codesourcery.com>
21267 Richard Sandiford <richard@codesourcery.com>
21268
21269 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
21270 instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
21271 TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
21272 TARGET_CPU32.
21273 (TARGET_CPU32): Rename to...
21274 (TUNE_CPU32): ...this.
21275 (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
21276 (TUNE_CFV2): New macros.
21277 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
21278 remove conditions that are implied by TARGET_68020.
21279 * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
21280 instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
21281 (m68k_output_function_epilogue): Likewise.
21282 (m68k_rtx_costs): Likewise. Use TUNE_68060 instead of TARGET_68060
21283 and TUNE_CFV2 instead of TARGET_5200. Use TUNE_68000_10 instead of
21284 "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
21285 non-68000 timings. Refactor multiplication and division costs.
21286 (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
21287 TUNE_CPU32 instead of TARGET_CPU32.
21288 (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
21289 and TUNE_68060 instead of TARGET_68060.
21290 * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
21291 TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
21292 TARGET_CPU32.
21293 (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
21294 && !TARGET_COLDFIRE" to choose between moveq and clr.
21295 Likewise in the unnamed movsf pattern.
21296 (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
21297 "!TARGET_68020 && !TARGET_COLDFIRE". Likewise the unnamed
21298 ashiftrt pattern.
21299
21300 2007-01-12 Richard Sandiford <richard@codesourcery.com>
21301
21302 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
21303 of tabbing before backslashes.
21304
21305 2007-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21306
21307 * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
21308 * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
21309 (ASM_OUTPUT_INTERNAL_LABEL): Define.
21310
21311 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
21312
21313 * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
21314 find_interesting_uses_cond.
21315 (find_interesting_uses_cond): Use extract_cond_operands.
21316 (rewrite_use_compare): Use extract_cond_operands and
21317 force_gimple_operand_bsi. Do not call update_stmt.
21318 (determine_use_iv_cost_condition): Use extract_cond_operands.
21319 Return cheaper of using original bound and changing the exit bound.
21320
21321 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
21322
21323 PR tree-optimization/29516
21324 * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
21325 most_expensive_mult_to_index, addr_to_parts,
21326 create_mem_ref, maybe_fold_tmr): Make the type of
21327 fields of TARGET_MEM_REF sizetype.
21328 (move_fixed_address_to_symbol, move_pointer_to_base):
21329 New functions.
21330 * tree.def (TARGET_MEM_REF): Add comment on types of
21331 the operands.
21332
21333 2007-01-11 Joseph Myers <joseph@codesourcery.com>
21334
21335 * c-common.c (vector_types_convertible_p): Treat opaque types as
21336 always convertible if they have the same size, but not otherwise.
21337
21338 2007-01-11 Steven Bosscher <steven@gcc.gnu.org>
21339
21340 * ifcvt.c (struct noce_if_info): Add comments to the fields.
21341 Remove the b_unconditional field.
21342 (noce_try_sign_mask): Do not look at b_unconditional.
21343 (noce_process_if_block): Do not use merge_if_blocks. Update
21344 the CFG here. Do not set b_unconditional.
21345 (cond_move_process_if_block): Likewise.
21346 (find_cond_trap): Likewise.
21347 (check_cond_move_block): Require simple jump insns at the end
21348 of the basic block.
21349
21350 2007-01-11 Jan Hubicka <jh@suse.cz>
21351
21352 PR tree-optimization/1046
21353 * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
21354 when alias info is not ready.
21355 (pass_tail_recursion): Do not require aliasing.
21356 * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
21357 * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
21358 * tree-ssa-copy.c (pass_copy_prop): Likewise.
21359 * tree-ssa-forwprop.c (pass_forwprop): Likewise.
21360 * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
21361 * passes.c (init_optimization_passes): Execute rename_ssa_copies,
21362 ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
21363 before inlining.
21364 * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
21365 When aliasing is not build, mark statement as volatile.
21366
21367 2007-01-11 Tom Tromey <tromey@redhat.com>
21368
21369 PR preprocessor/15185, PR preprocessor/20989:
21370 * doc/cppopts.texi <-MT>: Update description of algorithm for
21371 computing default target.
21372 <-M, -MD>: Reword "basename" text.
21373
21374 2007-01-11 Roger Sayle <roger@eyesopen.com>
21375
21376 * builtins.c (expand_builtin_pow, expand_builtin_powi,
21377 fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
21378 fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
21379 fold_builtin_int_int_roundingfn, fold_builtin_bitop,
21380 fold_builtin_bswap, real_constp, fold_builtin_pow,
21381 fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
21382 do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
21383 uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
21384 * convert.c (convert_to_pointer): Likewise.
21385 * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
21386 * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
21387 const_binop, fold_convert_const_int_from_int,
21388 fold_convert_const_int_from_real,
21389 fold_convert_const_real_from_real, sign_bit_p,
21390 optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
21391 fold_sign_changed_comparison, fold_unary, fold_comparison,
21392 fold_binary, multiple_of_p, tree_Expr_non_zero_p,
21393 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
21394 * print-tree.c (print_node_brief, print_node): Likewise.
21395 * stor-layout.c (place_field, layout_type): Likewise.
21396 * tree-chrec.c (keep_cast): Likewise.
21397 * tree.c (build_vector, build_real, build_real_from_int_cst,
21398 build_complex): Likewise.
21399
21400 2007-01-11 Roger Sayle <roger@eyesopen.com>
21401
21402 * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete. For the time being,
21403 treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
21404
21405 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
21406
21407 * configure.ac (strict1_warn): Rename to strict_warn.
21408 (WERROR, --enable-werror, symlink hacks, stage1_cflags,
21409 cc_set_by_configure, quoted_cc_set_by_configure,
21410 stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
21411 all_boot_languages, all_stagestuff): Remove.
21412 (target_list): Remove bootstrap targets.
21413 * Makefile.in (quickstrap): Unconditionally make a synonym of all.
21414 (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
21415 REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
21416 SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
21417 VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
21418 STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
21419 stage1_copy, stage2_build, stage2_copy, stageprofile_build,
21420 stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
21421 stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
21422 bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
21423 bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
21424 unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
21425 restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
21426 cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
21427 *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
21428 stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
21429 stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
21430 risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
21431 (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
21432 (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
21433 (mostlyclean): Adjust.
21434 (clean, distclean): Don't mention bootstrap stuff.
21435 * configure: Regenerate.
21436 * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
21437 java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
21438 treelang/config-lang.in (stagestuff): Remove.
21439 * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
21440 stageprofile, stagefeedback, stagestuff): Remove mention.
21441
21442 2007-01-11 Nick Clifton <nickc@redhat.com>
21443
21444 * config/mcore/predicates.md (mcore_general_movesrc_operand):
21445 Accept CONSTs.
21446 (mcore_general_movdst_operand): Do not accept CONST_INTs.
21447 (mcore_arith_K_S_operand): Run the test for the S constraint not
21448 the test for the M constraint.
21449 (mcore_addsub_operand): Do not accept integer values that are
21450 larger than 32 bits.
21451 * config/mcore/mcore.md: Remove unused constraints from split.
21452 (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
21453 (addsi3): Likewise.
21454 (allocate_stack): Likewise.
21455 * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
21456 operands to 32 bits.
21457 (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
21458 INTVAL.
21459 (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
21460 mcore_const_ok_for_inline, mcore_const_trick_uses_not,
21461 try_constant_tricks, mcore_num_ones, mcore_num_zeros,
21462 mcore_output_bclri, mcore_output_andn, output_inline_const,
21463 mcore_output_move, mcore_output_movedouble): Likewise.
21464 (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
21465 (output_inline_const): Likewise.
21466 (output_inline_const): Fix format strings used in sprintf
21467 statements.
21468 * config/mcore/mcore-protos.h: Update prototypes for changed
21469 functions in mcore.c.
21470 * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
21471 HOST_WIDE_INT and not int.
21472 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
21473 CONST_OK_FOR_N): Likewise.
21474 (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
21475 (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
21476 an INTVAL.
21477
21478 2007-01-10 Jan Hubicka <jh@suse.cz>
21479
21480 * tree-vrp.c (remove_range_assertions): Release defs.
21481 * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
21482 * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
21483
21484 2007-01-10 Paul Brook <paul@codesourcery.com>
21485
21486 * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
21487 * config/arm/arm.md (mulsi3subsi): New insn.
21488
21489 2007-01-10 Zdenek Dvorak <dvorakz@suse.cz>
21490
21491 * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
21492 (tree_transform_and_unroll_loop): New.
21493 * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
21494 Declare.
21495
21496 2007-01-10 Robert Kennedy <jimbob@google.com>
21497
21498 * fold-const.c (fold_comparison): Fold comparisons like (x *
21499 1000 < 0) to (x < 0).
21500
21501 2007-01-10 Ian Lance Taylor <iant@google.com>
21502
21503 * tree-pretty-print.c (dump_generic_node): Print parentheses when
21504 operands have the same priority.
21505
21506 2007-01-10 Tom Tromey <tromey@redhat.com>
21507
21508 * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
21509 (fold_binary): Likewise.
21510 * langhooks.c (lhd_can_use_bit_fields_p): Removed.
21511 * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
21512 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
21513 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
21514 * langhooks.h (struct lang_hooks): Removed field
21515 'can_use_bit_fields_p'.
21516
21517 2007-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
21518
21519 * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
21520
21521 2007-01-10 Razya Ladelsky <razya@il.ibm.com>
21522
21523 * function.c (get_last_funcdef_no): New function.
21524 * function.h (get_last_funcdef_no): Declare.
21525 * tree-inline.c (initialize_cfun): Add initialization.
21526 (tree_function_versioning): Cleanup.
21527
21528 2007-01-10 Jan Hubicka <jh@suse.cz>
21529
21530 * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
21531 PHIs.
21532
21533 2007-01-10 Sa Liu <saliu@de.ibm.com>
21534 Ben Elliston <bje@au.ibm.com>
21535
21536 * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
21537 for SAVE_NONLOCAL and Pmode for any other save level.
21538 * spu-protos.h (spu_restore_stack_block): Declare.
21539 * spu.md (save_stack_block): Remove.
21540 (restore_stack_block): Call spu_restore_stack_block.
21541 * spu.c (spu_restore_stack_block): New function.
21542 (spu_expand_epilogue): Remove old comment.
21543
21544 2007-01-09 Zdenek Dvorak <dvorakz@suse.cz>
21545
21546 PR tree-optimization/30322
21547 * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
21548 (cand_value_at): Return the value as aff_tree.
21549 (may_eliminate_iv): Convert the bound from aff_tree to tree.
21550 * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
21551 aff_combination_mult): New functions.
21552 (aff_combination_add): Use aff_combination_add_cst.
21553 (aff_combination_convert): Allow conversions to a wider type.
21554 (tree_to_aff_combination): Handle BIT_NOT_EXPR.
21555 * tree-affine.h (aff_combination_mult): Declare.
21556
21557 2007-01-09 Carlos O'Donell <carlos@codesourcery.com>
21558
21559 * doc/tm.texi: Update documentation to reflect reality of exec
21560 and start file search behaviours. Update copyright year.
21561 * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
21562 header file directories.
21563
21564 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
21565
21566 * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
21567 (*cosxf2): Rename to cosxf2_i387.
21568 (*sindf2, *sinsf2): Extend operand 1 to XFmode. Macroize patterns
21569 using X87MODEF12 mode macro. Rename patterns to
21570 *sin_extend<mode>xf2_i387. Use SSE_FLOAT_MODE_P to disable patterns
21571 for SSE math.
21572 (*cosdf2, *cossf2): Ditto.
21573 (sincosdf3, sincossf3): Ditto. Rewrite corresponding splitters
21574 to match extended input operands.
21575 (sincos<mode>3): New expander.
21576 (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
21577 insn patterns and corresponding splitters.
21578
21579 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
21580
21581 * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
21582 (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
21583
21584 2007-01-09 Nicolas Pitre <nico@cam.org>
21585
21586 PR target/30173
21587 * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
21588
21589 2007-01-08 Geoffrey Keating <geoffk@apple.com>
21590
21591 * target.h (struct gcc_target): New field library_rtti_comdat.
21592 * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
21593 (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
21594 * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
21595 * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
21596
21597 2007-01-08 Geoffrey Keating <geoffk@apple.com>
21598
21599 * doc/invoke.texi (Optimize Options): Correct description of -O0.
21600
21601 2007-01-08 Richard Guenther <rguenther@suse.de>
21602
21603 * tree.h (force_fit_type_double): Export.
21604 (force_fit_type): Remove.
21605 * fold-const.c (force_fit_type_double): New function.
21606 (force_fit_type): Remove.
21607 (int_const_binop): Use it.
21608 (fold_convert_const_int_from_int): Likewise.
21609 (fold_convert_const_int_from_real): Likewise.
21610 (fold_div_compare): Likewise.
21611 (fold_sign_changed_comparison): Likewise.
21612 (fold_unary): Likewise.
21613 (fold_negate_const): Likewise.
21614 (fold_abs_const): Likewise.
21615 (fold_not_const): Likewise.
21616 * c-common.c (shorten_compare): Use force_fit_type_double.
21617 * convert.c (convert_to_pointer): Likewise.
21618
21619 2007-01-08 Richard Guenther <rguenther@suse.de>
21620
21621 * tree.h (build_int_cst_wide_type): Export.
21622 * tree.c (build_int_cst_wide_type): New function.
21623 (build_int_cst_wide): Fix comment.
21624 * builtins.c (fold_builtin_object_size): Use build_int_cst
21625 to build -1 or 0 of the correct type. Use fit_double_type
21626 to check for overflow.
21627 * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
21628 to build the mask.
21629 (decode_field_reference): Likewise.
21630 (all_ones_mask_p): Likewise.
21631 (native_interpret_int): Use build_int_cst_wide_type.
21632 (fold_binary): Use build_int_cst_type to build an all-ones
21633 value.
21634 * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
21635
21636 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
21637
21638 * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
21639
21640 2007-01-09 Ben Elliston <bje@au.ibm.com>
21641
21642 * genautomata.c (STATS_OPTION): New option.
21643 (stats_flag): New flag.
21644 (gen_automata_option): Handle it.
21645 (initiate_automaton_gen): Ditto.
21646 (write_automata): Output statistics only if stats_flag is
21647 set. Likewise, output time statistics only if time_flag is set.
21648 * doc/md.texi (Processor pipeline description): Document new flag.
21649
21650 2007-01-08 Richard Guenther <rguenther@suse.de>
21651
21652 * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
21653 * tree.c (build_int_cst_type): Likewise.
21654 (size_in_bytes): Don't call force_fit_type on the result.
21655 (int_fits_type_p): Use fit_double_type.
21656 * fold-const.c (fit_double_type): New function.
21657 (force_fit_type): Use it.
21658 * tree.h (fit_double_type): Export.
21659
21660 2007-01-08 Jan Hubicka <jh@suse.cz>
21661
21662 * tree-vectorizer.c (gate_increase_alignment): Fix return type.
21663 * ipa.c (function_and_variable_visibility): Fix return type.
21664
21665 2007-01-08 Richard Guenther <rguenther@suse.de>
21666
21667 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
21668 of offset to build the index.
21669 * tree-pretty-print.c (dump_generic_node): Don't build negated
21670 const just for printing.
21671 * c-pretty-print.c (pp_c_integer_constant): Likewise.
21672 * builtins.c (fold_builtin_int_roundingfn): Check if result
21673 fits the type by using force_fit_type and comparing the result.
21674 * predict.c (predict_loops): Use compare_tree_int for comparison.
21675 * tree.c (build_int_cst): Fall back to integer_type_node for
21676 NULL_TREE type.
21677 (build_int_cst_wide): Assert type is non-null.
21678
21679 2007-01-08 Roberto Costa <roberto.costa@st.com>
21680
21681 * tree-vrp.c (extract_range_from_cond_expr): New.
21682 (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
21683 * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
21684 as expressions.
21685 (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
21686 * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
21687 tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
21688 used as expressions.
21689 * tree-object-size.c (cond_expr_object_size): New.
21690 (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
21691
21692 2007-01-08 Jan Hubicka <jh@suse.cz>
21693
21694 * tree-ssa-forwprop.c (forward_propagate_into_cond,
21695 tree_ssa_forward_propagate_single_use_va): Release defs of propagated
21696 statement.
21697
21698 2007-01-08 Richard Guenther <rguenther@suse.de>
21699
21700 PR tree-optimization/23603
21701 * tree-vrp.c (set_value_range_to_truthvalue): New function.
21702 (extract_range_from_binary): Fall back to truthvalue instead of
21703 varying for TRUTH_*_EXPR.
21704 (extract_range_from_comparison): Fall back to truthvalue instead of
21705 varying.
21706 (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
21707 if all visited PHI values were constant.
21708
21709 2007-01-08 Jan Hubicka <jh@suse.cz>
21710
21711 * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
21712 (cgraph_analyze_function): break out from ...
21713 (cgraph_finalize_compilation_unit): ... here.
21714 (cgraph_expand_function): Remove forgoten commented out line.
21715 (cgraph_optimize): Analyze functions.
21716
21717 2007-01-08 Jan Hubicka <jh@suse.cz>
21718
21719 * tree-pas.h (TODO_remove_function): New flag.
21720 (TODO_update*): Renumber.
21721 (pass_ipa_increase_alignment,
21722 pass_ipa_function_and_variable_visibility): New passes.
21723 * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
21724 (cgraph_function_and_variable_visibility): Move to ipa.c
21725 (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
21726 cgraph_increase_alignment.
21727 * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
21728 (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
21729 calling tree-inline.
21730 (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
21731 (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
21732 * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
21733 (gate_increase_alignment): New function.
21734 (pass_ipa_increase_alignment): New pass.
21735 * ipa.c: Inline tree-pass.h and timevar.h
21736 (function_and_variable_visibility): Move here from cgraphunit.c
21737 * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
21738 * passes.c (init_optimization_passes): Add the two new passes.
21739 (execute_todo): Handle cgraph_remove_functions.
21740
21741 2007-01-08 Nick Clifton <nickc@redhat.com>
21742
21743 * config/frv/predicates.md (reg_or_0_operand): Accept
21744 CONST_DOUBLEs.
21745
21746 2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
21747
21748 * config/bfin/rtems.h, config/bfin/t-rtems: New.
21749 * config.gcc: Add bfin*-rtems*.
21750
21751 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
21752
21753 * c.opt: Add -flax-vector-conversions.
21754 * c-typeck.c (convert_for_assignment): Pass flag to
21755 vector_types_convertible_p to allow emission of note.
21756 (digest_init): Likewise.
21757 * c-opts.c: Handle -flax-vector-conversions.
21758 * c-common.c (flag_lax_vector_conversions): New.
21759 (vector_types_convertible_p): Unless -flax-vector conversions
21760 has been passed, disallow conversions between vectors with
21761 differing numbers of subparts and/or element types. If such
21762 a conversion is disallowed, possibly emit a note on the first
21763 occasion only to inform the user of -flax-vector-conversions.
21764 The new last argument specifies this.
21765 * c-common.h (flag_lax_vector_conversions): New.
21766 (vector_types_convertible_p): Add extra argument.
21767 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
21768 char_type_node for V*QI type vectors.
21769 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
21770 Update to satisfy new typechecking rules.
21771 * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
21772 C and C++ variants.
21773 * doc/invoke.texi (C Dialect Options): Document
21774 -flax-vector-conversions.
21775
21776 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
21777
21778 PR tree-optimization/29877
21779 * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
21780 a register variable on the RHS to not be replaceable.
21781
21782 2007-01-08 Chen Liqin <liqin@sunnorth.com.cn>
21783 * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
21784 * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
21785 const_simm15, const_pow2, const_npow2): Added.
21786 * config/score/misc.md (insv, extv, extzv, movmemsi,
21787 move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
21788 * config/score/score.c (score_address_cost, score_select_cc_mode):
21789 Added.
21790 Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
21791 Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
21792 Update score_print_operand.
21793 * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
21794 Adjust register allocate order and update some macro define.
21795 * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
21796 mdx_block_move_straight, mdx_block_move_loop_head,
21797 mdx_block_move_loop_body, mdx_block_move_loop_foot,
21798 mdx_block_move_loop, mdx_block_move): Added.
21799 (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
21800 mdp_limm): Updated and fix some bug and typo.
21801 * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
21802 (movsf, movdf, doloop_end): Added.
21803
21804 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
21805
21806 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
21807 config/arm/thumb2.md: Fix comment typos.
21808 * doc/extend.texi: Fix a typo.
21809
21810 2007-01-07 Eric Christopher <echristo@apple.com>
21811
21812 * configure.ac: Check for __stack_chk_fail for darwin.
21813 * configure: Regenerate.
21814
21815 2007-01-07 Richard Guenther <rguenther@suse.de>
21816
21817 * tree-vrp.c (extract_range_from_assert): CSE calls to
21818 compare_values where possible.
21819 (extract_range_from_unary_expr): Likewise.
21820
21821 2007-01-07 Anatoly Sokolov <aesok@post.ru>
21822
21823 * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
21824 * config/avr/avr.c (call_insn_operand): Delete function.
21825 * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
21826 instead of register number. Use predicates.
21827 * config/avr/predicates.md (const0_operand, reg_or_0_operand,
21828 call_insn_operand): Add.
21829
21830 2007-01-06 Jan Hubicka <jh@suse.cz>
21831
21832 * tree-pass.h (pass_build_cgraph_edges): Declare.
21833 * cgraphunit.c (record_refernece): Move to cgraphbuild.c
21834 (visited_nodes): Remove.
21835 (cgraph_create_edges): Move to cgraphbuild.c; rename to
21836 build_cgrpah_edges; make visited_nodes local.
21837 (cgraph_process_new_functions): DO not call initialize_inline_failed.
21838 (record_references_in_initializer): Move to cgraphbuild.c
21839 (initialize_inline_failed, rebuild_cgraph_edges,
21840 pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
21841 (verify_cgraph_node): Make visited_nodes local.
21842 (cgraph_analyze_function): Do not call cgraph_create_edges and
21843 initialize_inline_failed.
21844 (cgraph_expand_function): Do not call cgraph_lower_function;
21845 assert that function is already lowered.
21846 * Makefile.in (cgraphbuild.o): New.
21847 * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
21848 at the end of lowering passes.
21849
21850 2007-01-06 Steven Bosscher <steven@gcc.gnu.org>
21851
21852 * ifcvt.c (cond_move_convert_if_block): New function, code
21853 factored out from...
21854 (cond_move_process_if_block): ...here. Call the new function
21855 on the THEN and ELSE blocks.
21856 (merge_if_block): Do not copy global_live_at_end, merge_blocks
21857 already takes care of this.
21858
21859 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21860
21861 PR c/19978
21862 * tree.h (TREE_OVERFLOW_P): New.
21863 * c-typeck.c (parser_build_unary_op): Warn only if result
21864 overflowed and operands did not.
21865 (parser_build_binary_op): Likewise.
21866 (convert_for_assignment): Remove redundant overflow_warning.
21867 * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
21868
21869 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21870
21871 * c-typeck.c (store_init_value): Split over two lines to follow
21872 the GNU coding style.
21873
21874 2007-01-05 Benjamin Kosnik <bkoz@redhat.com>
21875
21876 * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
21877 __GXX_EXPERIMENTAL_CXX0X__.
21878 * doc/cpp.texi: Same.
21879
21880 2007-01-05 Richard Guenther <rguenther@suse.de>
21881
21882 PR middle-end/27826
21883 * tree.c (get_narrower): Do not construct COMPONENT_REFs
21884 with mismatched types. Instead explicitly build a
21885 conversion NOP_EXPR.
21886
21887 2007-01-05 Ian Lance Taylor <iant@google.com>
21888
21889 * c-common.c (decl_with_nonnull_addr_p): New function.
21890 (c_common_truthvalue_conversion): Call it.
21891 * c-typeck.c (build_binary_op): Likewise.
21892 * c-common.h (decl_with_nonnull_addr_p): Declare.
21893
21894 2007-01-05 Jakub Jelinek <jakub@redhat.com>
21895
21896 PR c/30360
21897 * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
21898 denom against 0.0.
21899
21900 2007-01-05 Joel Brobecker <brobecker@adacore.com>
21901
21902 * doc/install.texi (Final install): Document the fact that
21903 the GNAT runtime should not be stripped.
21904
21905 2007-01-04 Jan Hubicka <jh@suse.cz>
21906
21907 * tree-inline.c (fold_marked_statements): Update operand caches
21908 and EH after folding
21909
21910 2007-01-04 Ian Lance Taylor <iant@google.com>
21911
21912 * c-common.c (check_function_nonnull): Whitespace fix.
21913
21914 2007-01-04 Jan Hubicka <jh@suse.cz>
21915
21916 * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
21917 comitted older version of patch.
21918 (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
21919 function, celanup cfg and collect garbage.
21920
21921 2007-01-04 Mike Stump <mrs@apple.com>
21922
21923 * Makefile.in (mostlyclean): Don't remove libgcc anymore.
21924 (clean): Likewise.
21925
21926 2007-01-04 Eric Christopher <echristo@apple.com>
21927
21928 * libgcc2.c (__bswapsi2): Use SItype.
21929 (__bswapdi2): Use DItype.
21930 * libgcc2.h: Update for above.
21931
21932 2007-01-04 Paul Brook <paul@codesourcery.com>
21933
21934 * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
21935 mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
21936 mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
21937 umulsidi3, umulsidi3adddi, smulsi3_highpart,
21938 umulsi3_highpart): Make conditional on !arm_arch6.
21939 (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
21940 mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
21941 mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
21942 umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
21943 umulsi3_highpart_v6): New insns.
21944
21945 2007-01-04 Roger Sayle <roger@eyesopen.com>
21946
21947 * fold-const.c (fold_convert): When casting an expression to void,
21948 fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
21949 have a type. Instead of attempting to build a NOP_EXPR, return
21950 these "special" trees directly.
21951
21952 2007-01-04 Joseph Myers <joseph@codesourcery.com>
21953
21954 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
21955 MULT inside MINUS as either argument. Use rs6000_cost->dmul -
21956 rs6000_cost->fp not 0 as adjustment for outer NEG.
21957
21958 2007-01-04 Jan Hubicka <jh@suse.cz>
21959
21960 * cgraph.c (cgraph_release_function_body): New function.
21961 (cgraph_remove_node): Use it.
21962 * cgraph.h (cgraph_release_function_body): Declare.
21963 * cgraphunit.c (cgraph_expand_function): Use it.
21964 * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
21965 * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
21966 is initialized and while compilation of other function is running.
21967 * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
21968 statement CFG annotations from here to ...
21969 * tree-cfg.c (delete_tree_cfg_annotations): ... here.
21970
21971 2007-01-04 Zdenek Dvorak <dvorakz@suse.cz>
21972
21973 * cfgloop.h (enum li_flags): Make the constants powers of two.
21974
21975 2007-01-04 Jan Hubicka <jh@suse.cz>
21976
21977 * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
21978 set.
21979 (fold_marked_statements): New function.
21980 (optimize_inline_calls, tree_function_versioning): Fold new statements.
21981 * tree-inline.h (copy_body_data): Add statements_to_fold.
21982
21983 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
21984
21985 * config.gcc: Mention libgcc/config.host.
21986 * Makefile.in: Update comments mentioning libgcc.
21987 (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
21988 (all.cross, start.encap, rest.encap, rest.cross): Update
21989 dependencies for libgcc move.
21990 (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
21991 (clean-target, clean-target-libgcc): Delete.
21992 (srcdirify, GCC_EXTRA_PARTS): New macros.
21993 (libgcc-support, libgcc.mvars): New rules.
21994 (distclean): Remove mention of mklibgcc.
21995 (install): Don't reference INSTALL_LIBGCC.
21996 (install-common): Don't reference EXTRA_PARTS.
21997 (install-libgcc, install-multilib): Delete rules.
21998 * mklibgcc.in: Delete file.
21999 * doc/configfiles.texi: Don't mention mklibgcc.
22000
22001 * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
22002 * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
22003 * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
22004 * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
22005 (mklibgcc, ldblspecs): Likewise.
22006
22007 * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
22008 (posixpre.def): Use $(T).
22009 (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
22010 (SHLIB_SRC, SHLIB_INSTALL): Delete.
22011 (SHLIB_LINK): Make dummy.
22012 * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
22013
22014 * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
22015
22016 * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
22017 * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
22018 config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
22019 config/rs6000/t-newas, config/sparc/t-elf: Likewise.
22020
22021 * configure.ac (all_outputs): Remove mklibgcc.
22022 * configure: Regenerated.
22023
22024 2007-01-03 Josh Conner <jconner@apple.com>
22025
22026 PR middle-end/29683
22027 * calls.c (compute_argument_addresses): Set stack and stack_slot
22028 for partial args, too.
22029 (store_one_arg): Use locate.size.constant for the size when
22030 generating a save_area.
22031
22032 2007-01-03 Robert Kennedy <jimbob@google.com>
22033
22034 * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
22035 whose definitions are deleted due to basic block merging.
22036
22037 2007-01-03 Paul Brook <paul@codesourcery.com>
22038
22039 PR target/16634
22040 * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
22041 functions.
22042 (use_return_insn): Return 0 for Thumb interrupt functions.
22043 (print_multi_reg): Add rfe argument for IRQ returns.
22044 (arm_output_epilogue): Pop interrupt return address directly into PC.
22045 (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
22046
22047 2007-01-03 Paul Brook <paul@codesourcery.com>
22048
22049 Merge from sourcerygxx-4_1.
22050 * config/arm/thumb2.md: New file.
22051 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
22052 Thumb-2.
22053 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
22054 * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
22055 (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
22056 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
22057 tables.
22058 (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
22059 * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
22060 comptibility.
22061 * config/arm/ieee754-sf.S: Ditto.
22062 * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
22063 (thumb1_base_register_rtx_p): ... to this.
22064 (thumb_index_register_rtx_p): Rename...
22065 (thumb1_index_register_rtx_p): ... to this.
22066 (thumb_output_function_prologue): Rename...
22067 (thumb1_output_function_prologue): ... to this.
22068 (thumb_legitimate_address_p): Rename...
22069 (thumb1_legitimate_address_p): ... to this.
22070 (thumb_rtx_costs): Rename...
22071 (thumb1_rtx_costs): ... to this.
22072 (thumb_compute_save_reg_mask): Rename...
22073 (thumb1_compute_save_reg_mask): ... to this.
22074 (thumb_final_prescan_insn): Rename...
22075 (thumb1_final_prescan_insn): ... to this.
22076 (thumb_expand_epilogue): Rename...
22077 (thumb1_expand_epilogue): ... to this.
22078 (arm_unwind_emit_stm): Rename...
22079 (arm_unwind_emit_sequence): ... to this.
22080 (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
22081 thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
22082 thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
22083 arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
22084 thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
22085 thumb2_output_casesi): New functions.
22086 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
22087 (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
22088 FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
22089 THUMB2_WORK_REGS): Define.
22090 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
22091 arm_condexec_mask, arm_condexec_masklen)): New variables.
22092 (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
22093 (arm_override_options): Check new CPU capabilities.
22094 Set new architecture flag variables.
22095 (arm_isr_value): Handle v7m interrupt functions.
22096 (user_return_insn): Return 0 for v7m interrupt functions. Handle
22097 Thumb-2.
22098 (const_ok_for_arm): Handle Thumb-2 constants.
22099 (arm_gen_constant): Ditto. Use movw when available.
22100 (arm_function_ok_for_sibcall): Return false for v7m interrupt
22101 functions.
22102 (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
22103 (thumb_find_work_register, arm_load_pic_register,
22104 legitimize_tls_address, arm_address_cost, load_multiple_sequence,
22105 emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
22106 print_multi_reg, output_mov_long_double_fpa_from_arm,
22107 output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
22108 output_mov_double_fpa_from_arm, output_move_double,
22109 arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
22110 output_return_instruction, arm_output_function_prologue,
22111 arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
22112 arm_output_mi_thunk, thumb_set_return_address): Ditto.
22113 (arm_expand_prologue): Handle Thumb-2. Use arm_save_coproc_regs.
22114 (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
22115 (arithmetic_instr, shift_op): Use arm_shift_nmem.
22116 (arm_print_operand): Use arm_print_condition. Handle '(', ')', '.',
22117 '!' and 'L'.
22118 (arm_final_prescan_insn): Use extract_constrain_insn_cached.
22119 (thumb_expand_prologue): Use thumb_set_frame_pointer.
22120 (arm_file_start): Output directive for unified syntax.
22121 (arm_unwind_emit_set): Handle stack alignment instruction.
22122 * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
22123 Add v6t2, v7, v7a, v7r and v7m.
22124 (RETLDM): Add Thumb-2 code.
22125 (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
22126 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
22127 (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
22128 TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
22129 THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
22130 ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
22131 THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
22132 CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
22133 ADJUST_INSN_LENGTH): Define.
22134 (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
22135 STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
22136 BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
22137 PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
22138 SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
22139 TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
22140 HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
22141 HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
22142 REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
22143 REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
22144 LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
22145 GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
22146 ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
22147 FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
22148 PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
22149 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
22150 * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
22151 cortex-m3.
22152 * config/arm/arm-tune.md: Regenerate.
22153 * config/arm/arm-protos.h: Update prototypes.
22154 * config/arm/vfp.md: Enable patterns for Thumb-2.
22155 (arm_movsi_vfp): Add movw alternative. Use output_move_vfp.
22156 (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
22157 (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
22158 thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
22159 * config/arm/libunwind.S: Add Thumb-2 code.
22160 * config/arm/constraints.md: Update include Thumb-2.
22161 * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
22162 * config/arm/ieee754-df.S: Ditto.
22163 * config/arm/bpabi.S: Ditto.
22164 * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
22165 * config/arm/predicates.md (low_register_operand,
22166 low_reg_or_int_operand, thumb_16bit_operator): New.
22167 (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
22168 (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
22169 * config/arm/t-arm-elf: Add armv7 multilib.
22170 * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
22171 Include thumb2.md.
22172 (UNSPEC_STACK_ALIGN, ce_count): New.
22173 (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
22174 arm_zero_extendsidi2, arm_zero_extendqidi2): New
22175 insns/expanders.
22176 * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
22177 (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
22178 thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
22179 * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
22180 (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
22181 thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
22182 insns.
22183 * doc/extend.texi: Document ARMv7-M interrupt functions.
22184 * doc/invoke.texi: Document Thumb-2 new cores+architectures.
22185
22186 2007-01-03 Jakub Jelinek <jakub@redhat.com>
22187
22188 * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
22189 (struct _Unwind_Context): Rename args_size to flags, remove
22190 signal_frame field, add a new args_size field and version field.
22191 (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
22192 _Unwind_IsExtendedContext): New inline functions.
22193 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
22194 Assume by_value array is only present if _Unwind_IsExtendedContext.
22195 (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
22196 _Unwind_IsSignalFrame.
22197 (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
22198 (uw_update_context_1): Use _Unwind_SetSignalFrame.
22199 (uw_init_context_1): Initialize context->flags to
22200 EXTENDED_CONTEXT_BIT.
22201 * config/rs6000/linux-unwind.h (frob_update_context): Use
22202 _Unwind_SetSignalFrame.
22203
22204 2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
22205
22206 PR middle-end/30353
22207 * gimplify.c (gimplify_modify_expr_complex_part): Move below
22208 tree_to_gimple_tuple. Call tree_to_gimple_tuple when we need
22209 the value.
22210
22211 2007-01-03 Kazu Hirata <kazu@codesourcery.com>
22212
22213 * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
22214 REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
22215 RET, AT_SP): Remove.
22216 * config/i386/i386.md (*sse_prologue_save_insn): Use return
22217 instead of RET.
22218
22219 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
22220 * cfgbuild.c (find_basic_blocks): Likewise.
22221 * cfgrtl.c (rtl_create_basic_block): Likewise.
22222 * function.c (temp_slots_at_level): Likewise.
22223 * reg-stack.c (stack_regs_mentioned): Likewise.
22224 * regclass.c (allocate_reg_info): Likewise.
22225 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
22226 set_bb_for_stmt, move_block_to_fn): Likewise.
22227 * tree-complex.c (tree_lower_complex): Likewise.
22228 * vec.h (VEC_safe_grow_cleared): New.
22229
22230 * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
22231
22232 2007-01-03 Zdenek Dvorak <dvorakz@suse.cz>
22233
22234 * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
22235 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
22236 to loop_version.
22237 * cfgloopmanip.c (scale_loop_frequencies): Export.
22238 (loopify): Scale the frequencies by prescribed coefficients.
22239 (set_zero_probability): New function.
22240 (duplicate_loop_to_header_edge): Improve updating of frequencies.
22241 (lv_adjust_loop_entry_edge, loop_version): Set probabilities
22242 and frequencies according to arguments.
22243 * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
22244 correctly.
22245 * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
22246 * modulo-sched.c (sms_schedule): Set probabilities for entering
22247 versioned loop correctly.
22248 * tree-vect-transform.c (vect_transform_loop): Ditto.
22249 * cfgloop.h (loopify, loop_version): Declaration changed.
22250 (scale_loop_frequencies): Declared.
22251
22252 2007-01-02 Jan Hubicka <jh@suse.cz>
22253
22254 * cgraph.c: Include tree-flow.h
22255 (cgraph_add_new-function): Handle IPA_SSA mode; execute
22256 early_local_passes.
22257 * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
22258 * tree-pass.h (pass_all_early_optimizations): Declare.
22259 * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
22260 early_local_passes.
22261 (cgraph_analyze_function): Do early_local_passes.
22262 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
22263 Do not add referenced vars.
22264 * tree-optimize.c (gate_all_optimizations): Do not execute when not in
22265 SSA form.
22266 (gate_all_early_local_passes): New gate.
22267 (pass_early_local_passes): Use new gate.
22268 (execute_early_local_optimizations): New functions.
22269 (gate_all_early_optimizations): New gate.
22270 (pass_all_early_optimizations): New pass.
22271 (execute_free_datastructures): Free SSA only when initialized.
22272 (gate_init_datastructures): Init only when optimizing.
22273 (tree_lowering_passes): Do early local passes when called late.
22274 * tree-profile.c (do_tree_profiling): Don't profile functions added
22275 late.
22276 (do_early_tree_profiling, pass_early_tree_profile): Kill.
22277 * tree-cfg.c (update_modified_stmts): Do not update when operands are
22278 not active.
22279 * passes.c (init_optimizations_passes): Reorder so we go into SSA
22280 during early_local_passes.
22281 * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
22282
22283
22284 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
22285
22286 * Makefile.in: Update copyright year.
22287
22288 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
22289
22290 * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
22291 in $(lang_checks) and check-consistency targets.
22292
22293 2007-01-02 Jan Hubicka <jh@suse.cz>
22294
22295 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
22296 Do not add referenced vars.
22297 * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
22298 are not active.
22299 * passes.c (init_optimization_passes): Put mudflap_2 after
22300 free_datastructures.
22301
22302 2007-01-02 Jan Hubicka <jh@suse.cz>
22303
22304 * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
22305 Set NOTHROW flag on call statements proved to be nothrow.
22306 Update statement of local calls so new pure/const functions are
22307 updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
22308 goto receivers.
22309 (tree_rest_of_compilation): Register hooks and initialize bitmap
22310 early. Do not set after_inlining flag.
22311
22312 2007-01-02 Steve Ellcey <sje@cup.hp.com>
22313
22314 * sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to
22315 HOST_BITS_PER_LONGLONG
22316
22317 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22318
22319 PR c/19977
22320 * c-typeck.c (store_init_value): Don't emit pedantic overflow
22321 warning for non-static initializers.
22322
22323 2007-01-02 Steven Bosscher <steven@gcc.gnu.org>
22324
22325 * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
22326 m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
22327 rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
22328 Always use set_unique_reg_note to add REG_EQUAL notes.
22329
22330 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
22331
22332 Revert:
22333 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
22334
22335 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
22336 * cfgbuild.c (find_basic_blocks): Likewise.
22337 * cfgrtl.c (rtl_create_basic_block): Likewise.
22338 * function.c (temp_slots_at_level): Likewise.
22339 * reg-stack.c (stack_regs_mentioned): Likewise.
22340 * regclass.c (allocate_reg_info): Likewise.
22341 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
22342 set_bb_for_stmt, move_block_to_fn): Likewise.
22343 * tree-complex.c (tree_lower_complex): Likewise.
22344 * vec.h (VEC_safe_grow_cleared): New.
22345
22346 2007-01-02 Ian Lance Taylor <iant@google.com>
22347
22348 * c-common.c (c_common_truthvalue_conversion): When warning about
22349 using an assignment as a truth value, set TREE_NO_WARNING.
22350
22351 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22352
22353 PR middle-end/7651
22354 * c.opt (Wold-style-declaration): New.
22355 * doc/invoke.texi (C-only Warning Options): New.
22356 (Wold-style-declaration): Document it.
22357 (Wextra): Enabled by -Wextra.
22358 * c-opts.c (c_common_post_options): Enabled by -Wextra.
22359 * c-decl.c (declspecs_add_scspec): Replace -Wextra with
22360 -Wold-style-declaration.
22361
22362 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
22363
22364 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
22365 * cfgbuild.c (find_basic_blocks): Likewise.
22366 * cfgrtl.c (rtl_create_basic_block): Likewise.
22367 * function.c (temp_slots_at_level): Likewise.
22368 * reg-stack.c (stack_regs_mentioned): Likewise.
22369 * regclass.c (allocate_reg_info): Likewise.
22370 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
22371 set_bb_for_stmt, move_block_to_fn): Likewise.
22372 * tree-complex.c (tree_lower_complex): Likewise.
22373 * vec.h (VEC_safe_grow_cleared): New.
22374
22375 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
22376
22377 * c-common.c (c_common_nodes_and_builtins): Since variants of
22378 void_type_node get built before it is given a name, we need to
22379 give those variants the name, too.
22380 (complete_array_type): We need to work with the canonical main
22381 type of the array, from which we will build the qualified version.
22382 * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
22383 * print-tree.c (print_node): Display canonical type information
22384 for each type.
22385 * stor-layout.c (layout_type): When we don't know the
22386 alignment of a type for which we're building an array, we end up
22387 guessing wrong, so make the type require structural equality.
22388 * tree.c (make_node_stat): When we build a new type, it is its
22389 own canonical type.
22390 (build_type_attribute_qual_variant): When building an attribute
22391 variant, its canonical type is the non-attribute variant. However,
22392 if the attributes are target-dependent and they differ, we need to
22393 use structural equality checks for this type.
22394 (build_qualified_type): A qualified type is not equivalent to its
22395 unqualified variant; set the canonical type appropriately.
22396 (build_distinct_type_copy): When building a distinct type from
22397 another type, the new type is its own canonical type.
22398 (build_variant_type_copy): When building a new type variant, we
22399 assume that it is equivalent to the original type.
22400 (build_pointer_type_for_mode): When building a pointer type, also
22401 build a canonical type pointer.
22402 (build_reference_type_for_mode): When building a reference type,
22403 also build a canonical type reference.
22404 (build_index_type): When we can't hash an index type (e.g.,
22405 because its maximum value is negative), the index type requires
22406 structural equality tests.
22407 (build_array_type): Build the canonical form of an array type.
22408 (build_function_type): Function types require structural equality,
22409 because they contain default arguments, attributes, etc.
22410 (build_method_type_directly): Ditto for method types.
22411 (build_offset_type): Build the canonical offset type.
22412 (build_complex_type): Build the canonical vector type.
22413 (make_vector_type): Build the canonical vector type.
22414 * tree.h (TYPE_CANONICAL): New.
22415 (TYPE_STRUCTURAL_EQUALITY_P): New.
22416 (SET_TYPE_STRUCTURAL_EQUALITY): New.
22417 (struct tree_type): Added "canonical" field.
22418 * params.h (VERIFY_CANONICAL_TYPES): New.
22419 * doc/c-tree.texi (TYPE_CANONICAL): Document.
22420 (TYPE_STRUCTURAL_EQUALITY_P): Document.
22421 (SET_TYPE_STRUCTURAL_EQUALITY): Document.
22422 * doc/invoke.texi (verify-canonical-types): Document --param
22423 parameter for verifying canonical types.
22424
22425 2007-01-02 Joseph Myers <joseph@codesourcery.com>
22426
22427 * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
22428 powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
22429 powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
22430 powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
22431 tm_file.
22432 * config/rs6000/e500.h: New.
22433 * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
22434 TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
22435 Remove.
22436 * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
22437 TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
22438 TARGET_E500_DOUBLE): Remove.
22439 * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
22440 TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
22441 * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
22442 * config/rs6000/rs6000.c (rs6000_override_options): Use
22443 CHECK_E500_OPTIONS.
22444
22445 2007-01-02 Joseph Myers <joseph@codesourcery.com>
22446
22447 * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
22448 TARGET_E500_DOUBLE), not TARGET_E500, for %y.
22449 (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
22450 rs6000_emit_cmove): Don't check TARGET_E500.
22451 * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
22452 sordered): Don't check TARGET_E500.
22453
22454 2007-01-01 Eric Christopher <echristo@apple.com>
22455
22456 * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
22457 HARD_REGISTER_NUM_P.
22458
22459 2007-01-01 Roger Sayle <roger@eyesopen.com>
22460
22461 * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
22462 "X eq/ne (C1^C2)". Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
22463 has no side-effects. Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
22464 eq/ne Y".
22465
22466 2007-01-01 Mike Stump <mrs@apple.com>
22467
22468 * configure.ac: Remove support for building with Apple's gcc-3.1.
22469
22470 2007-01-02 Joseph Myers <joseph@codesourcery.com>
22471
22472 PR middle-end/30311
22473 * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
22474 REG is a hard register. Do not modify REG before calling
22475 subreg_nregs.
22476 * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
22477 multiple of the size of YMODE for certain lowpart cases.
22478
22479 2007-01-01 Andrew Pinski <pinskia@gmail.com>
22480
22481 PR middle-end/30253
22482 * gimplify (voidify_wrapper_expr): Update for
22483 GIMPLE_MODIFY_STMT.
22484
22485 2007-01-01 Andreas Schwab <schwab@suse.de>
22486
22487 PR target/29166
22488 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
22489 save of BR0 in extra_spill_size instead of spill_size.
22490 (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
22491 area.
22492 (ia64_expand_epilogue): Restore BR0 from its new location.
22493
22494 2007-01-01 Andrew Pinski <pinskia@gmail.com>
22495
22496 * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
22497 Use a temporary variable if the left hand side is not a gimple
22498 register.
22499
22500 2007-01-01 Andrew Pinski <pinskia@gmail.com>
22501
22502 * gimplify.c (gimplify_return_expr): Make the temporary variable
22503 for the return expression, a gimple register variable.
22504
22505 2007-01-01 Jan Hubicka <jh@suse.cz>
22506
22507 * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
22508 INSN_LIST.
22509
22510 2007-01-01 Mike Stump <mrs@apple.com>
22511
22512 * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
22513 .literal16.
22514 * config/darwin.c (machopic_select_rtx_section): Use
22515 HAVE_GAS_LITERAL16.
22516 (darwin_mergeable_constant_section): Likewise.
22517 * configure: Regenerate.
22518 * config.in: Regenerate.
22519
22520 2007-01-01 Jan Hubicka <jh@suse.cz>
22521 Andrew Pinski <pinskia@gmail.com>
22522
22523 * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
22524 before starting IPA passes.