]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
0476f7d2284a35a8b5c7ce02fe3007bb6a1b3a95
[thirdparty/gcc.git] / gcc / ChangeLog
1 2005-04-28 DJ Delorie <dj@redhat.com>
2
3 * opt-functions.awk (var_set): Emit proper initializer for
4 non-target bitfields.
5
6 2005-04-28 Devang Patel <dpatel@apple.com>
7
8 * dbxout.c (have_used_extensions): Remove.
9 (dbxout_type_fileds, dbxout_type, dbxout_symbol): Remove use of
10 have_used_extensions.
11
12 2005-04-28 James E Wilson <wilson@specifixinc.com>
13
14 * doc/install.texi: Update -enable-languages info. Correct path to
15 html docs.
16
17 2005-04-28 DJ Delorie <dj@redhat.com>
18
19 * optc-gen.awk (END): Make sure no variable is defined more
20 than once.
21 * opth-gen.awk (END): Allocate bits on a per-variable basis.
22 Allow for bitfield variables other than target_flags.
23 * doc/options.text (Mask): Document that you may specify a
24 variable other than target_flags.
25
26 2005-04-28 Martin Koegler <mkoegler@auto.tuwien.ac.at>
27
28 PR rtl-optimization/18877
29 * reload.c (decompose) <case REG, case SUBREG>: Handle pseudo reg
30 number in val.start.
31
32 2005-04-28 David Edelsohn <edelsohn@gnu.org>
33
34 PR target/20813
35 * config/rs6000/aix43.h (SUBSUBTARGET_SWITCHES, aix64): Add
36 MASK_PPC_GFXOPT.
37 * config/rs6000/aix51.h (SUBSUBTARGET_SWITCHES, aix64): Same.
38 * config/rs6000/aix52.h (SUBSUBTARGET_SWITCHES, aix64): Same.
39 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES, 64): Same.
40
41 2005-04-28 Richard Earnshaw <richard.earnshaw@arm.com>
42
43 * arm.c (legitimize_pic_address): Fix sense of assertion test for
44 creating pseudos when the base offset is too large.
45
46 2005-04-28 Kazu Hirata <kazu@cs.umass.edu>
47
48 * global.c (earlyclobber_regclass): Change the type to
49 VEC(int,heap).
50 (check_earlyclobber): Update uses of earlyclobber_regclass.
51 (mark_reg_use_for_earlyclobber): Likewise.
52 (calculate_local_reg_bb_info): Allocate and free
53 earlyclobber_regclass using the VEC API.
54
55 2005-04-28 Nathan Sidwell <nathan@codesourcery.com>
56
57 * tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus
58 assert.
59
60 2005-04-28 Kazu Hirata <kazu@cs.umass.edu>
61
62 * modulo-sched.c, tree-stdarg.c: Use targetm.foo instead of
63 (*targetm.foo).
64
65 * config.gcc: Obsolete c4x-* and tic4x-*.
66
67 * tree.h (edge_def): Remove.
68
69 * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,
70 function.c, global.c, lcm.c, loop-invariant.c, optabs.c,
71 reorg.c, resource.c, tree-ssa-loop-ivopts.c, value-prof.c: Use
72 JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P
73 where appropriate.
74
75 * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
76 coverage.c, cselib.h, domwalk.c, domwalk.h, errors.c,
77 errors.h, gcov-dump.c, gcov-io.c, gcov-io.h, gen-protos.c,
78 genattrtab.h, genextract.c, gthr-win32.h, insn-notes.def,
79 integrate.c, lambda-mat.c, lambda.h, libgcov.c, local-alloc.c,
80 machmode.def, mips-tfile.c, params.c, pretty-print.c,
81 print-rtl.c, protoize.c, regmove.c, sched-vis.c, tree-chrec.h,
82 tree-data-ref.h, vec.h, config/darwin-c.c, config/sol2-c.c,
83 config/sol2.c, config/arm/arm-cores.def, config/arm/cirrus.md,
84 config/arm/symbian.h, config/c4x/c4x.c, config/c4x/c4x.h,
85 config/i386/cygming.h, config/i386/djgpp.h,
86 config/i386/lynx.h, config/i386/netware.c,
87 config/i386/winnt.c, config/ia64/ia64-c.c,
88 config/iq2000/iq2000.c, config/m32r/little.h,
89 config/m68k/m68k-protos.h, config/m68k/m68k.h,
90 config/m68k/m68k.md, config/mcore/mcore.c,
91 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.md,
92 config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
93 config/mn10300/mn10300.h, config/ns32k/netbsd.h,
94 config/ns32k/ns32k.c, config/ns32k/ns32k.h,
95 config/pa/pa-hpux11.h, config/pdp11/pdp11.c,
96 config/pdp11/pdp11.h, config/rs6000/darwin.h,
97 config/rs6000/default64.h, config/rs6000/rs6000-c.c,
98 config/s390/2064.md, config/s390/2084.md,
99 config/s390/s390-modes.def, config/s390/s390-protos.h,
100 config/s390/tpf.h, config/sh/sh.h, config/sh/symbian.c,
101 config/stormy16/stormy16.c, config/vax/vax-protos.h,
102 config/vax/vax.c, config/vax/vax.h,
103 config/xtensa/lib1funcs.asm, config/xtensa/xtensa.md: Update
104 copyright.
105
106 2005-04-28 Joseph S. Myers <joseph@codesourcery.com>
107
108 * c-typeck.c (build_compound_expr): Correct logic in last change.
109
110 2005-04-27 James E. Wilson <wilson@specifixinc.com>
111
112 * config/ia64/ia64.c (update_set_flags): Delete ppred and pcond
113 parameters. Replace conditional move code with assert checking for
114 ar.lc. Delete obsolete comments.
115 (set_src_needs_barrier): Delete cond parameter, and code using it.
116 (rtx_needs_barrier): Delete initialization of cond. Fix typo in
117 assert checking for PR_REGS. Fix calls to update_set_flags and
118 set_src_needs_barrier.
119 (group_barrier_needed): Renamed from group_barrier_needed_p. Fix all
120 callers. Rewrite explanatory comment before the function.
121 (safe_group_barrier_needed): Renamed from safe_group_barrier_needed_p.
122 Fix all callers.
123
124 2005-04-27 Mike Stump <mrs@apple.com>
125
126 * doc/cpp.texi: gcc now implements universal character names.
127
128 2005-04-27 Joseph S. Myers <joseph@codesourcery.com>
129
130 PR c/21159
131 * c-typeck.c (build_compound_expr): Don't warn for left-hand side
132 being a compound expression whose right-hand side is cast to void.
133
134 2005-04-27 Caroline Tice <ctice@apple.com>
135
136 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
137 Remove targetm.have_named_sections test.
138 (fix_edges_for_rarely_executed_code): Likewise.
139 (insert_section_boundary_note): Likewise.
140 (reorder_basic_blocks): Check partitioning flag before calling
141 verify_hot_cold_block_grouping.
142 * dbxout.c (dbxout_function_end): Get hot/cold section labels from
143 the function struct rather than global variables.
144 * dwarf2out.c (COLD_TEXT_SECTION_LABEL): New macro.
145 (COLD_END_LABEL): Likewise
146 (cold_text_section_label): New static global variable.
147 (cold_end_label): Likewise.
148 (dwarf2out_switch_text_section): Get hot/cold section labels from
149 the function struct rather than global variables; test to make sure
150 cfun is defined.
151 (output_aranges): Use cold_text_section_label and cold_end_label;
152 check partitioning flag before putting out delta.
153 (output_ranges): Remove incorrect code attempting to use
154 hot/cold labels.
155 (output_line_info): Get cold section label from function struct; test
156 to make sure cfun is defined.
157 (add_location_or_const_value_attribute): Likewise.
158 (dwarf2out_var_location): Likewise.
159 (dwarf2out_init): Generate cold_text_section_label and cold_end_label;
160 write out cold_text_section_label if partition flag is set.
161 (dwarf2out_finish): Write out cold_end_label if partition flag is set;
162 * function.h (struct function): Add new fields to point to hot/cold
163 section labels: hot_section_label, cold_section_label,
164 hot_section_end_label and cold_section_end_label; also add new field
165 for cold text section name, unlikely_text_section_name.
166 * opts.c (decode_options): Turn off partitioning flag if
167 !targetm.have_named_sections.
168 * output.h (hot_section_label): Remove.
169 (hot_section_end_label): Remove.
170 (cold_section_end_label): Remove.
171 (unlikely_section_label): Remove.
172 (unlikely_text_section_name): Remove.
173 * passes.c (rest_of_handle_final): Remove extra blank line.
174 * varasm.c (unlikely_section_label): Remove.
175 (hot_section_label): Remove.
176 (hot_section_end_label): Remove.
177 (cold_section_end_label): Remove.
178 (unlikely_text_section_name): Remove.
179 (initialize_cold_section_name): Modify to call
180 targetm.strip_name_encoding; to store cold section name in current
181 function struct, if it exists; and to only use the decl_section_name
182 if flag_named_sections is true.
183 (unlikely_text_section): Modify to get section name out of current
184 function struct, if there is one; otherwise build it from
185 UNLIKELY_EXECUTED_TEXT_SECTION_NAME.
186 (in_unlikely_text_section): Likewise.
187 (named_section): Modify to get/put cold section name in current function
188 struct, if there is one.
189 (function_section): Change 'bool unlikely' to 'int reloc'; check
190 targetm.have_named_sections before calling named_section.
191 (current_function_section): Likewise.
192 (assemble_start_function): Modify to get/put unlikely_text_section_name
193 in current function struct; modify to get hot/cold section labels
194 from function struct; initialize labels using
195 ASM_GENERATE_INTERNAL_LABEL;
196 test partitioning flag before writing out hot section label.
197 (assemble_end_function): Test partitioning flag before writing out
198 hot/cold section labels.
199 (default_section_type_flags_1): Get cold text section name from
200 function struct if there is one; Set flags correctly for
201 cold text section if there is not a current function struct.
202
203 2005-04-27 Richard Guenther <rguenth@gcc.gnu.org>
204
205 * tree-ssa-propagate.c (set_rhs): Revert last change.
206
207 2005-04-27 Steve Ellcey <sje@cup.hp.com>
208
209 * explow.c (convert_memory_address): Add gcc_assert.
210
211 2005-04-27 Mark Mitchell <mark@codesourcery.com>
212
213 * configure.ac: Check for ld --sysroot support.
214 * gcc.c: Document %R specifier for specs.
215 (SYSROOT_SPEC): New macro.
216 (sysroot_spec): New variable.
217 (static_specs): Add sysroot_spec.
218 (main): Pass the sysroot spec to the linker if appropriate.
219 * configure: Regenerated.
220 * config.in: Likewise.
221
222 2005-04-27 Richard Guenther <rguenth@gcc.gnu.org>
223
224 * fold-const.c (fold_binary): Use build_fold_addr_expr
225 for address calculation and INDIRECT_REF handling.
226
227 2005-04-27 Andrew Haley <aph@redhat.com>
228
229 * postreload-gcse.c (hash_scan_set): Remove bogus assertion.
230
231 2005-04-27 Nathan Sidwell <nathan@codesourcery.com>
232
233 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame
234 pointer when thumb backtracing is on.
235
236 * config/fp-bit.c (abort): Revert change.
237
238 2005-04-27 Ian Lance Taylor <ian@airs.com>
239
240 * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_P.
241
242 2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
243
244 * tree-ssa-dce.c: Fix a comment typo.
245
246 2005-04-27 David S. Miller <davem@davemloft.net>
247
248 * explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA):
249 Kill setjmpless_size. current_function_calls_setjmp is completely
250 computed when we are called, so just use the optimized size value
251 instead of using REG_SAVE_AREA notes.
252 (optimize_save_area_alloca): Delete....
253 * rtl.h (optimize_save_area_alloca): Likewise...
254 * passes.c (rest_of_compilation): and don't call it any more.
255 * reg-notes.def (SAVE_AREA): Delete.
256
257 2005-04-27 Nathan Sidwell <nathan@codesourcery.com>
258
259 * config/fp-bit.c (abort): Add noreturn attribute.
260
261 * config/avr/avr.c (avr_naked_function_p): Use gcc_assert and
262 gcc_unreachable as appropriate.
263 (ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.
264 * config/avr/avr.h (ASM_OUTPUT_REG_PUSH,
265 ASM_OUTPUT_REG_POP): Likewise.
266
267 2005-04-27 Paolo Bonzini <bonzini@gnu.org>
268
269 * tree-complex.c (expand_vector_operations_1): Do not build
270 VIEW_CONVERT_EXPR's for the lhs.
271
272 2005-04-27 Nathan Sidwell <nathan@codesourcery.com>
273
274 * config/pa/pa.h (PRINT_OPERAND_ADDRESS): Use gcc_assert, remove
275 unnecessary noncanonical RTL handling.
276 * config/pa/pa64-linux.h (INITIAL_ELIMINATION_OFFSET): Use
277 gcc_assert and gcc_unreachable.
278
279 * config/arm/arm.h (ARM_PRINT_OPERAND_ADDRESS): Use gcc_assert and
280 gcc_unreachable as appropriate.
281 (THUMB_PRINT_OPERAND_ADDRESS): Likewise.
282 * config/arm/arm.c (arm_override_options, arm_compute_func_type,
283 use_return_insn, const_ok_for_op, arm_gen_constant,
284 arm_canonicalize_comparison, legitimize_pic_address,
285 thumb_find_work_register, arm_load_pic_register, arm_rtx_costs_1,
286 arm_cirrus_insn_p, cirrus_reorg, minmax_code,
287 load_multiple_sequence, emit_ldm_seq, store_multiple_sequence,
288 emit_stm_seq, arm_gen_movmemqi, arm_select_dominance_cc_mode,
289 arm_select_cc_mode, arm_reload_in_hi, arm_reload_out_hi,
290 move_minipool_fix_forward_ref, move_minipool_fix_backward_ref,
291 dump_minipool, create_fix_barrier, push_minipool_fix, arm_reorg,
292 fp_immediate_constant, fp_const_from_val, vfp_output_fstmx,
293 output_call, output_mov_long_double_fpa_from_arm,
294 output_mov_long_double_arm_from_fpa,
295 output_mov_double_fpa_from_arm, output_mov_double_arm_from_fpa,
296 output_move_double, arithmetic_instr, shift_op, int_log2,
297 output_return_instruction, arm_output_function_prologue,
298 arm_output_epilogue, arm_output_function_epilogue,
299 emit_multi_reg_push, arm_get_frame_offsets,
300 arm_compute_initial_elimination_offset, arm_expand_prologue,
301 arm_print_operand, arm_assemble_integer, get_arm_condition_code,
302 arm_final_prescan_insn, arm_init_iwmmxt_builtins,
303 arm_expand_binop_builtin, thumb_pushpop, thumb_far_jump_used_p,
304 thumb_compute_initial_elimination_offset,
305 thumb_output_function_prologue, thumb_load_double_from_address,
306 thumb_output_move_mem_multiple, thumb_reload_out_hi,
307 arm_emit_vector_const, arm_dbx_register_number): Likewise.
308 * config/arm/pe.c (arm_mark_dllexport, arm_mark_dllimport): Likewise.
309 * config/arm/arm.md (thumb_extendhisi2,
310 *thumb_extendhisi2_insn_v6, *thumb_extendqisi2,
311 *thumb_extendqisi2_v6, movhi, *thumb_movhi_insn,
312 thumb_movhi_clobber, movqi, *arm_buneq, *arm_bltgt,
313 *arm_buneq_reversed, *arm_bltgt_reversed, suneq, sltgt): Likewise.
314 * config/arm/cirrus.md (*cirrus_arm_movdi,
315 *cirrus_movdf_hard_insn): Likewise.
316 * config/arm/vfp.md (*arm_movdi_vfp, *movdf_vfp): Likewise.
317
318 2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
319
320 * tree-flow.h (ssa_names): Change the type to VEC(tree,gc).
321 (num_ssa_names): Use VEC_length.
322 (ssa_names): Use VEC_index.
323 * tree-ssanames.c (ssa_names): Change the type to
324 VEC(tree,gc).
325 (init_ssanames, fini_ssa_names, make_ssanames,
326 release_ssa_name): Update uses of ssa_names.
327
328 * dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
329 Use fold_buildN instead of fold (buildN (...)).
330
331 2005-04-27 Devang Patel <dpatel@apple.com>
332
333 * dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
334
335 2005-04-27 Matt Thomas <matt@3am-software.com>
336 Jan-Benedict Glaw <jbglaw@microdata-pos.de>
337
338 * config/vax/vax.c (vax_rtx_costs): Whitespace cleanup.
339 (vax_output_mi_thunk): Ditto.
340 (vax_notice_cc_update): Ditto.
341 (INDEX_REGISTER_P): Add trailing \.
342 (BASE_REGISTER_P): Add trailing \.
343 (legitimate_address_p): Whitespace cleanup. Remove trailing \.
344
345 2005-04-27 Richard Guenther <rguenth@gcc.gnu.org>
346
347 * tree-ssa-propagate.c (set_rhs): Check operand of
348 ADDR_EXPR for gimpliness, too.
349
350 2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
351
352 * tree-ssa-pre.c: Fix a comment typo.
353
354 2005-04-27 Zdenek Dvorak <dvorakz@suse.cz>
355
356 PR tree-optimization/21171
357 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Do not
358 record address uses if the reference is volatile.
359
360 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
361
362 * tree-complex.c (expand_vector_operation): New, extracted from
363 expand_vector_operations_1.
364 (tree_vec_extract): Build a NOP_EXPR.
365 (expand_vec_parallel): Do not care about returning the correct type.
366 (expand_vector_operations_1): Call expand_vector_operation.
367 Build the VIEW_CONVERT_EXPR on the left side of MODIFY_EXPRs.
368
369 * tree-complex.c (gate_expand_vector_operations): New.
370 (pass_lower_vector_ssa): Use it.
371 * tree-optimize.c (init_tree_optimization_passes): Include
372 pass_lower_vector_ssa.
373 * tree-vect-transform.c (vect_min_worthwhile_factor): New.
374 (vectorizable_operation): Use it.
375 * tree-vectorizer.c (get_vectype_for_scalar_type): Accept
376 integer modes for the vector type.
377
378 * defaults.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.
379 * tree-vect-analyze.c (vect_enhance_data_refs_alignment):
380 Do not cope with UNITS_PER_SIMD_WORD == 0.
381 * tree-vectorizer.c (get_vectype_for_scalar_type): Check
382 if the scalar type is not bigger than UNITS_PER_SIMD_WORD.
383 (vectorize_loops): Do not check that UNITS_PER_SIMD_WORD > 0.
384 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.
385 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
386 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
387 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
388
389 * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): Remove.
390 * config/bfin/bfin.h (UNITS_PER_SIMD_WORD): Remove.
391 * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): Remove.
392
393 * doc/tm.texi (UNITS_PER_WORD): Rephrase more accurately.
394 (UNITS_PER_SIMD_WORD): New.
395
396 2005-04-27 Nathan Sidwell <nathan@codesourcery.com>
397
398 * config/ia64/ia64.c (ia64_encode_addr_area): Use gcc_assert and
399 gcc_unreachable as appropriate.
400 (ia64_expand_load_address, ia64_expand_tls_address,
401 ia64_split_tmode, ia64_split_tmode_move, ia64_expand_compare,
402 ia64_expand_vecint_compare, ia64_expand_vecint_minmax,
403 next_scratch_gr_reg, ia64_initial_elimination_offset,
404 ia64_expand_prologue, ia64_expand_epilogue,
405 ia64_output_dwarf_dtprel, ia64_print_operand,
406 ia64_register_move_cost, first_instruction, rws_access_regno,
407 update_set_flags, rtx_needs_barrier, group_barrier_needed_p,
408 ia64_sched_init, ia64_variable_issue,
409 ia64_first_cycle_multipass_dfs_lookahead_guard,
410 ia64_dfa_new_cycle, issue_nops_and_insn, get_template, bundling,
411 ia64_st_address_bypass_p, ia64_ld_address_bypass_p, process_set,
412 process_for_unwind_directive, ia64_hpux_file_end): Likewise.
413 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
414 * config/ia64/ia64.md (*arm_movdi_vfp, *movdf_vfp): Likewise.
415 * config/ia64/predicates.md (got_symbolic_operand,
416 sdata_symbolic_operand): Likewise.
417 * config/ia64/vect.md (vcondv2sf): Likewise.
418
419 2005-04-27 Matt Thomas <matt@3am-software.com>
420
421 * config/vax/vax.c (legitimate_constant_address_p): New. Formerly
422 CONSTANT_ADDRESS_P in config/vax/vax.h
423 (legitimate_constant_p): Added. Formerly CONSTANT_P in vax.h.
424 (INDEX_REGISTER_P): New.
425 (BASE_REGISTER_P): New.
426 (indirectable_constant_address_p): New. Adapted from
427 INDIRECTABLE_CONSTANT_ADDRESS_P in vax.h. Use SYMBOL_REF_LOCAL_P.
428 (indirectable_address_p): New. Adapted from
429 INDIRECTABLE_ADDRESS_P in vax.h.
430 (nonindexed_address_p): New. Adapted from
431 GO_IF_NONINDEXED_ADDRESS in vax.h.
432 (index_temp_p): New. Adapted from INDEX_TERM_P in vax.h.
433 (reg_plus_index_p): New. Adapted from GO_IF_REG_PLUS_INDEX in vax.h.
434 (legitimate_address_p): New. Adapted from
435 GO_IF_LEGITIMATE_ADDRESS in vax.h.
436 (vax_mode_dependent_address_p): New. Adapted from
437 GO_IF_MODE_DEPENDENT_ADDRESS in vax.h.
438 * config/vax/vax.h (CONSTANT_ADDRESS_P): Use
439 legitimate_constant_address_p.
440 (CONSTANT_P): Use legitimate_constant_p.
441 (INDIRECTABLE_CONSTANT_ADDRESS_P): Removed.
442 (INDIRECTABLE_ADDRESS_P): Removed.
443 (GO_IF_NONINDEXED_ADDRESS): Removed.
444 (INDEX_TEMP_P): Removed.
445 (GO_IF_REG_PLUS_INDEX): Removed.
446 (GO_IF_LEGITIMATE_ADDRESS): Use legitimate_address_p. Two
447 definitions, depending on whether REG_OK_STRICT is defined.
448 (GO_IF_MODE_DEPENDENT_ADDRESS): Use vax_mode_dependent_address_p.
449 Two definitions, depending on whether REG_OK_STRICT is defined.
450 * config/vax/vax-protos.h (legitimate_constant_address_p): Prototype
451 added.
452 (legitimate_constant_p): Prototype added.
453 (legitimate_address_p): Prototype added.
454 (vax_mode_dependent_address_p): Prototype added.
455
456 2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
457
458 * tree.h (phi_arg_d): Expand a comment in phi_arg_d.
459
460 2005-04-27 Joseph S. Myers <joseph@codesourcery.com>
461
462 PR c/21213
463 * c-decl.c (finish_struct): Don't dereference NULL TYPE_FIELDS of
464 transparent union.
465
466 2005-04-27 Joseph S. Myers <joseph@codesourcery.com>
467
468 PR c/20740
469 * c-format.c (init_dynamic_asm_fprintf_info): Give errors, not
470 assertion failures, if __gcc_host_wide_int__ is not properly
471 defined.
472 (init_dynamic_diag_info): Give errors, not assertion failures, if
473 location_t, tree or __gcc_host_wide_int__ are not properly
474 defined.
475
476 2005-04-26 Kazu Hirata <kazu@cs.umass.edu>
477
478 * tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset,
479 n_iv_uses, iv_use, n_iv_cands, iv_cand,
480 tree_ssa_iv_optimize_init, record_use, add_candidate_1,
481 prepare_decl_rtl, free_loop_data,
482 tree_ssa_iv_optimize_finalize): Use the VEC API instead of
483 VARRAY.
484
485 * tree.h (tree_phi_node): Add a comment about the order of PHI
486 arguments.
487
488 2005-04-26 Paul Brook <paul@codesourcery.com>
489
490 * config/arm/arm.md (thumb_mulsi3): Use two-operand assembly form.
491
492 2005-04-26 Nathan Sidwell <nathan@codesourcery.com>
493
494 * config/mips.mips.c (mips_legitimize_tls_address): Use
495 gcc_unreachable.
496
497 * config/mmix/mmix.c (mmix_assemble_integer): Use gcc_assert.
498 * config/mmix/crti.asm (_init): Reword comment to avoid 'abort'.
499 * config/mmix/mmix.md (nonlocal_goto_receiver): Likewise.
500
501 * config/sparc/sparc.h (enum reg_class): Reword comment to avoid
502 'abort'.
503
504 2005-04-26 Jeff Law <law@redhat.com>
505
506 * tree-flow-inline.h (op_iter_next_must_and_may_def): New.
507 (op_iter_init_must_and_may_def): Likewise.
508 (unmodifiable_var_p): Move to a later point in the file.
509 * tree-ssa-operands.h (FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND): New.
510 * tree-ssa-dse.c (need_imm_uses_for): Remove, no longer needed.
511 (dse_record_phis): Directly check for virtual operands rather than
512 using need_imm_uses_for.
513 (dse_optimize_stmt): Handle V_MUST_DEF operands. Handle case where
514 store has multiple V_{MAY,MUST}_DEF operands.
515
516 2005-04-26 Andrew MacLeod <amacleod@redhat.com>
517
518 * tree-cfg.c (bsi_replace): Delink immediate uses for the original
519 stmt.
520
521 2005-04-26 Kazu Hirata <kazu@cs.umass.edu>
522
523 * tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a
524 call to find_edge outside a loop to go through a PHI chain.
525
526 2004-04-26 Richard Guenther <rguenth@gcc.gnu.org>
527
528 PR tree-optimization/17598
529 * fold-const.c (fold_binary): Fold comparisons of addresses
530 of COMPONENT_REFs which reference the same field to
531 comparisons of the addresses of the base objects.
532
533 2005-04-26 Julian Brown <julian@codesourcery.com>
534
535 * config/arm/arm.c (arm_return_in_msb): New function.
536 (arm_must_pass_in_stack): New function.
537 (TARGET_RETURN_IN_MSB): Define target hook.
538 (TARGET_MUST_PASS_IN_STACK): Define target hook.
539 (arm_function_value): Pad small aggregate return.
540 (arm_pad_arg_upward): New function.
541 (arm_pad_reg_upward): New function.
542 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Include complex values.
543 (FUNCTION_ARG_PADDING): Define macro.
544 (BLOCK_REG_PADDING): Define macro.
545 (PAD_VARARGS_DOWN): Correct padding for AAPCS.
546 * config/arm/arm-protos.h (arm_pad_arg_upward): Declare function.
547 (arm_pad_reg_upward): Declare function.
548
549 2005-04-26 Kazu Hirata <kazu@cs.umass.edu>
550
551 * basic-block.h (ei_cond): New.
552 (FOR_EACH_EDGE): Call ei_cond.
553
554 PR tree-optimization/21047
555 * fold-const.c (fold_binary): Abort on ASSERT_EXPR.
556 (fold): Don't handle ASSERT_EXPR.
557
558 2005-04-25 Roger Sayle <roger@eyesopen.com>
559
560 * sched-deps.c (sched_analyze_1): On STACK_REGS targets, x87, treat
561 all writes to any stack register as a read/write dependency on
562 FIRST_STACK_REG.
563 (sched_analyze_2): Likewise, for reads from any stack register.
564
565 2005-04-25 Richard Henderson <rth@redhat.com>
566
567 * final.c (output_addr_const): Revert 2005-04-09 change.
568
569 2005-04-25 Mike Stump <mrs@apple.com>
570
571 * config/darwin.c (darwin_encode_section_info): Always set
572 MACHO_SYMBOL_STATIC for all ! TREE_PUBLIC symbols.
573
574 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
575
576 * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
577 gensupport.c, protoize.c, toplev.c: Replace calls to
578 `unlock_stream' with `unlock_std_streams'.
579
580 2005-04-25 Devang Patel <dpatel@apple.com>
581
582 * dbxout.c (dbxout_type): Emit attribute vector.
583
584 2005-04-05 Paul Brook <paul@codesourcery.com>
585
586 * target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.
587 * target.h (struct gcc_target): Add cxx.use_aeabi_atexit.
588 * config/arm/arm.c (arm_cxx_atexit_name): New function.
589 (TARGET_CXX_USE_AEABI_ATEXIT): New macro.
590 * cp/decl.c (get_atexit_node): Reorder arguments for __aeabi_atexit.
591 (register_dtor_fn): Likewise.
592 * doc/tm.texi: Document TARGET_CXX_USE_AEABI_ATEXIT.
593
594 2005-04-25 Ian Lance Taylor <ian@airs.com>
595
596 * c-common.def (EXPR_STMT): Remove, moved to C++ frontend.
597 * c-common.h (EXPR_STMT_EXPR): Don't define.
598 (c_common_stmt_codes): Don't define.
599 * c-dump.c (c_dump_tree): Remove EXPR_STMT case.
600 * c-gimplify.c (gimplify_expr_stmt): Remove.
601 (c_gimplify_expr): Remove EXPR_STMT case.
602 * c-objc-common.c (c_objc_common_init): Remove stmt_codes and call
603 to INIT_STATEMENT_CODES.
604 * c-pretty-print.c (pp_c_statement): Just call dump_generic_node.
605
606 2005-04-25 Jan Hubicka <jh@suse.cz>
607
608 * tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.
609
610 * except.c: Include diagnostic.h
611 (dump_eh_tree, verify_eh_tree): New functions.
612 * except.h (verify_eh_tree, dump_eh_tree, verify_eh_edges): Declare.
613 * tree-cfg.c (tree_verify_flow_info): verify eh edges.
614 (dump_function_to_file): dump eh tree.
615 * tree-eh.c (mark_eh_edge): New function.
616 (mark_eh_edge_found_error): New static variable.
617 (verify_eh_edges): New function.
618
619 2005-04-25 Nathan Sidwell <nathan@codesourcery.com>
620
621 * tree-ssa-alias.c (fieldoff_t): Remove.
622 (fieldoff_s): typedef the structure itself. Create a vector of
623 objects.
624 (push_fields_onto_fieldstack): Return count of fields pushed.
625 Remove peeling of first field. Adjust.
626 (fieldoff_compare): Adjust.
627 (create_overlap_variables_for): Adjust.
628
629 2005-04-25 Joseph S. Myers <joseph@codesourcery.com>
630
631 * doc/invoke.texi (Blackfin Options): Avoid empty @opindex line.
632
633 2005-04-25 Joseph S. Myers <joseph@codesourcery.com>
634
635 PR bootstrap/21215
636 * doc/install.texi: Document correct assembler and linker to use
637 on i?86-*-solaris2.10.
638
639 2005-04-25 Steven Bosscher <stevenb@suse.de>
640
641 Fix PR tree-optimization/21173
642
643 * tree-ssa-pre.c (create_expression_by_pieces): Simplify code.
644 Unshare expression we pass to force_gimple_operand.
645
646 2005-04-25 J"orn Rennecke <joern.rennecke@st.com>
647 Stephen Clarke <stevec@superh.com>
648 Roger Sayle <roger@eyesopen.com>
649
650 PR rtl-optimization/20413
651 * cfgrtl.c (redirect_edge_and_branch): Use Pmode instead of
652 VOIDmode for LABEL_REF.
653 * final.c (shorten_branches): Likewise.
654 * jump.c (mark_all_labels, redirect_exp_1): Likewise.
655 * loop.c (reg_dead_after_loop): Likewise.
656 * varasm.c (decode_addr_const): Likewise.
657 * doc/rtl.texi: Document mode requirement for LABEL_REF.
658
659 2005-04-25 Ralf Corsepius <ralf.corsepius@rtems.org>
660
661 * config.gcc (avr-*-*): Remove redundant "case".
662
663 2005-04-25 Kazu Hirata <kazu@cs.umass.edu>
664
665 * tree-vect-analyze.c (vect_mark_relevant): Take
666 VEC(tree,heap) instead of varray_type as an argument.
667 (vect_mark_stmts_to_be_vectorized): Change the type of
668 worklist to VEC(tree,heap). Adjust uses of worklist.
669
670 2005-04-24 Devang Patel <dpatel@apple.com>
671
672 * config/rs6000/darwin.h (ASM_OUTPUT_MAX_SKIP_ALIGN): New.
673
674 2005-04-24 Ian Lance Taylor <ian@airs.com>
675
676 * c-semantics.c (build_stmt): Remove test of specific tree codes
677 for TREE_SIDE_EFFECTS handling.
678
679 2005-04-24 Per Bothner <per@bothner.com>
680
681 * c-opts.c (finish_options): Make the line-number of the <built-in>
682 location 0, as assumed elsewhere, rather than 1.
683
684 2005-04-24 Kazu Hirata <kazu@cs.umass.edu>
685
686 * tree-ssa-uncprop.c (equiv_stack): Change the type o
687 VEC(tree,heap).
688 (tree_ssa_uncprop, uncprop_finalize_block,
689 uncprop_initialize_block): Update uses of equiv_stack.
690
691 2005-04-24 Richard Henderson <rth@redhat.com>
692
693 PR rtl-opt/21163
694 * simplify-rtx.c (simplify_binary_operation) <IOR>: Check
695 for SCALAR_INT_MODE_P instead of not MODE_CC before returning
696 constm1_rtx.
697 <AND, LSHIFTRT, UMIN>: Use CONST0_RTX.
698 <UDIV, UMOD>: Use CONST0_RTX and CONST1_RTX.
699 <DIV, MOD>: Likewise.
700
701 2005-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
702
703 * collect2.c (main): Unlock the stdio streams.
704 * gcc.c (main): Likewise.
705 * gcov-dump.c (main): Likewise.
706 * gcov.c (main): Likewise.
707 * gen-protos.c (main): Likewise.
708 * gensupport.c (init_md_reader_args_cb): Likewise.
709 * protoize.c (main): Likewise.
710 * toplev.c (general_init): Likewise.
711
712 2005-04-24 Jakub Jelinek <jakub@redhat.com>
713
714 PR middle-end/20991
715 * cgraph.h (cgraph_local_info): Add vtable_method field.
716 * varasm.c (mark_decl_referenced): If cgraph_global_info_ready
717 and node is vtable_method, finalized and not reachable, don't do
718 anything.
719
720 2005-04-24 Kazu Hirata <kazu@cs.umass.edu>
721
722 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use
723 COMPARISON_CLASS_P.
724 * tree-ssa-pre.c (create_value_expr_from): Use
725 CONSTANT_CLASS_P and REFERENCE_CLASS_P.
726 * tree-ssa-propagate.c (stmt_makes_single_load,
727 stmt_makes_single_store): Use REFERENCE_CLASS_P.
728 * tree-vect-transform.c (vect_is_simple_cond): Use
729 COMPARISON_CLASS_P.
730 * tree-vrp.c (extract_range_from_assert,
731 build_assert_expr_for, fp_predicate, has_assert_expr): Use
732 COMPARISON_CLASS_P.
733
734 * tree-ssa-live.c (build_tree_conflict_graph): Change the type
735 of tpa_to_clear to VEC(int,heap). Update uses of
736 tpa_to_clear. Free tpa_to_clear at the end.
737
738 2005-04-24 Andrew Pinski <pinskia@physics.uc.edu>
739
740 * tree.h (TREE_THIS_VOLATILE): Document the effect on a
741 function decl.
742
743 2005-04-24 Nathan Sidwell <nathan@codesourcery.com>
744
745 * config/rs6000/rs6000.c (rs6000_override_options): Use gcc_assert
746 and gcc_unreachable as appropriate.
747 (num_insns_constant, output_vec_const_move,
748 build_mask64_2_operands, rs6000_output_dwarf_dtprel,
749 rs6000_emit_set_const, rs6000_emit_move,
750 spe_build_register_parallel, function_arg,
751 rs6000_move_block_from_reg, altivec_expand_predicate_builtin,
752 spe_expand_predicate_builtin, spe_expand_evsel_builtin,
753 rs6000_expand_builtin, spe_init_builtins, altivec_init_builtins,
754 rs6000_common_init_builtins, expand_block_clear,
755 expand_block_move, validate_condition_mode, ccr_bit, extract_MB,
756 extract_ME, rs6000_get_some_local_dynamic_name,
757 rs6000_output_function_entry, print_operand,
758 print_operand_address, rs6000_generate_compare, rs6000_emit_sCOND,
759 output_cbranch, output_e500_flip_gt_bit,
760 rs6000_emit_vector_compare, rs6000_emit_vector_compare,
761 rs6000_emit_cmove, rs6000_emit_minmax, rs6000_split_multireg_move,
762 compute_save_world_info, rs6000_stack_info,
763 rs6000_emit_load_toc_table, rs6000_frame_related,
764 spe_synthesize_frame_save, rs6000_emit_epilogue,
765 rs6000_output_function_epilogue, rs6000_hash_constant, output_toc,
766 output_function_profiler, rs6000_trampoline_size,
767 rs6000_initialize_trampoline, find_addr_reg,
768 rs6000_machopic_legitimize_pic_address,
769 rs6000_initial_elimination_offset,
770 rs6000_dbx_register_number): Likewise.
771 * config/rs6000/rs6000.md (*fix_truncdfsi2_internal,
772 *movdf_hardfloat32, *movdf_softfloat32, *fix_trunctfsi2_internal,
773 *movti_power, *movti_string, call, call_value, sibcall,
774 sibcall_value): Likewise.
775 * config/rs6000/spe.md (*movdf_e500_double,
776 *movv2si_internal): Likewise.
777 * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): Remove 'abort'
778 from comment.
779
780 2005-04-24 Richard Henderson <rth@redhat.com>
781
782 PR target/21101
783 * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Move guts to ...
784 * config/i386/i386.c (ix86_cannot_change_mode_class): ... here.
785 Deny modes smaller than 4 bytes.
786 * config/i386/i386-protos.h: Update.
787
788 2005-04-24 Ralf Corsepius <ralf.corsepius@rtems.org>
789
790 * config.gcc (h8300-*-rtems*): Add h8300-*-rtemscoff*.
791 Switch h8300-*-rtems* to ELF.
792
793 2005-04-24 Kazu Hirata <kazu@cs.umass.edu>
794
795 * vec.h (VEC_safe_grow): Replace grow with safe_grow.
796
797 2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
798
799 * ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
800
801 2005-04-23 Richard Guenther <rguenth@gcc.gnu.org>
802
803 PR middle-end/21082
804 * fold-const.c: Fold &a[i]-&a[j] to i-j.
805
806 2005-04-23 Zdenek Dvorak <dvorakz@suse.cz>
807
808 * tree-ssa-loop-niter.c (tree_simplify_using_condition): Expand simple
809 definitions of ssa names in condition. Split recusive part to ...
810 (tree_simplify_using_condition_1): New function.
811 (expand_simple_operations): New function.
812
813 2005-04-23 Zdenek Dvorak <dvorakz@suse.cz>
814
815 * tree-ssa-loop-ivopts.c (struct cost_pair): Add value field.
816 (find_interesting_uses_cond): Do not use integer_zerop and
817 integer_nonzerop to check for integer constants.
818 (set_use_iv_cost): Record the value field.
819 (determine_use_iv_cost_generic, determine_use_iv_cost_address,
820 determine_use_iv_cost_outer): Set the value field of the cost pair.
821 (may_eliminate_iv): Do not return the comparison code.
822 (iv_elimination_compare): New function.
823 (determine_use_iv_cost_condition): Set the value field. Record
824 noneliminable invariants correctly.
825 (rewrite_use_compare, rewrite_use_outer): Use the value field.
826
827 2005-04-23 DJ Delorie <dj@redhat.com>
828
829 * diagnostic.c (warning): Accept parameter to classify warning option.
830 (warning0): New, for when a pointer to an error() like function is needed.
831 * errors.c (warning): Likewise.
832 * errors.h (warning, warning0): Adjust prototypes.
833 * toplev.h (warning, warning0): Likewise.
834
835 * attribs.c, builtins.c, c-common.c, c-decl.c, c-format.c,
836 c-gimplify.c, c-lex.c, c-objc-common.c, c-opts.c, c-parser.c,
837 c-pragma.c, c-typeck.c, calls.c, cgraph.c, coverage.c, emit-rtl.c,
838 fold-const.c, fortran/trans-decl.c, function.c, gcse.c,
839 genautomata.c, haifa-sched.c, opts.c, passes.c, regclass.c,
840 reload1.c, stmt.c, stor-layout.c, toplev.c, tree-cfg.c,
841 tree-dump.c, tree-inline.c, tree-mudflap.c, tree-optimize.c,
842 tree-ssa.c, tree.c, varasm.c: Adjust warning() callers.
843
844 * config/alpha/alpha.c, config/arc/arc.c, config/arm/arm.c,
845 config/avr/avr.c, config/bfin/bfin.c, config/c4x/c4x-c.c,
846 config/c4x/c4x.c, config/cris/cris.c, config/darwin-c.c,
847 config/darwin.c, config/darwin.h, config/h8300/h8300.c,
848 config/i386/cygming.h, config/i386/djgpp.h, config/i386/i386.c,
849 config/i386/winnt.c, config/ia64/ia64-c.c, config/ia64/ia64.c,
850 config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
851 config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.c,
852 config/mmix/mmix.c, config/ns32k/ns32k.c, config/pa/pa-hpux11.h,
853 config/pa/pa.c, config/rs6000/aix43.h, config/rs6000/aix51.h,
854 config/rs6000/aix52.h, config/rs6000/darwin.h,
855 config/rs6000/rs6000-c.c, config/rs6000/rs6000.c,
856 config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
857 config/sh/symbian.c, config/sol2-c.c, config/sol2.c,
858 config/stormy16/stormy16.c, config/v850/v850-c.c,
859 config/v850/v850.c, config/xtensa/xtensa.c: Adjust warning()
860 callers.
861
862 2005-04-23 Richard Henderson <rth@redhat.com>
863
864 PR rtl-opt/21102
865 * simplify-rtx.c (simplify_binary_operation): Fix mode check before
866 performing some integral scalar simplifications.
867
868 2005-04-23 Richard Henderson <rth@redhat.com>
869
870 PR target/21099
871 * config/i386/i386.c (ix86_split_to_parts): Use proper mode when
872 simplifying CONST_VECTOR.
873
874 2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
875
876 * tree-ssa-live.c (live_worklist): Take a stack allocated on
877 heap as an argument. Update uses of stack.
878 (calculate_live_on_entry): Allocate stack on heap.
879
880 * tree-ssa-live.c (build_tree_conflict_graph): Allocate
881 partition_link and tpa_nodes on heap.
882
883 * tree-ssa-dce.c (worklist): Change to VEC(tree,heap).
884 (mark_stmt_necessary, propagate_necessity,
885 mark_really_necessary_kill_operand_phis): Update uses of
886 worklist.
887 (tree_dce_init): Allocate worklist using VEC_alloc.
888 (tree_dce_done): Free worklist using VEC_free.
889
890 2005-04-23 Mike Stump <mrs@apple.com>
891
892 * config/darwin.c (machopic_indirection_name): Don't use
893 quotes needlessly.
894 (darwin_emit_unwind_label): Use user_label_prefix instead of
895 "_".
896
897 2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
898
899 * final.c, ipa-inline.c, varasm.c: Fix comment typos.
900
901 2005-04-23 Hans-Peter Nilsson <hp@axis.com>
902
903 * config.gcc <cris-*>: Specify .opt files.
904 * config/cris/cris.opt, config/cris/elf.opt, config/cris/aout.opt,
905 config/cris/linux.opt: New files.
906 * config/cris/aout.h (CRIS_SUBTARGET_SWITCHES)
907 (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
908 (TARGET_ELF): Override to 0.
909 (CRIS_SUBTARGET_HANDLE_OPTION): Override to handle -melinux and
910 -melinux-stacksize=N.
911 * config/cris/cris.c: (cris_handle_option): New function.
912 (TARGET_DEFAULT_TARGET_FLAGS): Override.
913 (TARGET_HANDLE_OPTION): Override to cris_handle_option.
914 (cris_override_options): Use MASK_*, not TARGET_MASK_*.
915 * config/cris/cris.h (TARGET_MASK_SVINTO, TARGET_SVINTO,
916 (TARGET_MASK_CCINIT, TARGET_CCINIT, TARGET_MASK_PDEBUG)
917 (TARGET_PDEBUG, TARGET_MASK_SIDE_EFFECT_PREFIXES)
918 (TARGET_SIDE_EFFECT_PREFIXES, TARGET_MASK_EXPAND_MUL)
919 (TARGET_EXPAND_MUL, TARGET_MASK_STACK_ALIGN, TARGET_STACK_ALIGN)
920 (TARGET_MASK_CONST_ALIGN, TARGET_CONST_ALIGN)
921 (TARGET_MASK_DATA_ALIGN, TARGET_DATA_ALIGN)
922 (TARGET_MASK_PROLOGUE_EPILOGUE, TARGET_PROLOGUE_EPILOGUE)
923 (TARGET_MASK_ETRAX4_ADD, TARGET_ETRAX4_ADD)
924 (TARGET_MASK_ALIGN_BY_32, TARGET_ALIGN_BY_32, TARGET_MASK_ELF)
925 (TARGET_ELF, TARGET_MASK_LINUX, TARGET_LINUX)
926 (TARGET_MASK_AVOID_GOTPLT, TARGET_AVOID_GOTPLT)
927 (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG, TARGET_SWITCHES)
928 (CRIS_SUBTARGET_SWITCHES, TARGET_OPTIONS)
929 (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
930 (TARGET_LINUX): Define 0.
931 (TARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
932 (CRIS_SUBTARGET_DEFAULT): Define to 0, not TARGET_MASK_ELF.
933 (CRIS_SUBTARGET_DEFAULT): New empty default macro.
934 * config/cris/linux.h (CRIS_SUBTARGET_SWITCHES): Don't define.
935 (TARGET_LINUX): Override to 1.
936 (CRIS_SUBTARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
937
938 2005-04-23 Nathan Sidwell <nathan@codesourcery.com>
939
940 * haifa-sched.c (schedule_block): Fix thinko in previous
941 assertification patch.
942
943 2005-04-23 Richard Sandiford <rsandifo@redhat.com>
944
945 * config.gcc (hppa[12]*-*-hpux10*): Add pa/pa-hpux.opt to
946 $extra_options. Also add pa/pa-hpux1010.opt for hpux10.[1-9]*.
947 (hppa*64*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file. Add
948 pa/pa-hpux.opt, pa/pa-hpux1010.opt and pa/pa64-hpux.opt to
949 $extra_options. Also add pa/pa-hpux1111.opt for hpux11.[1-9]*.
950 (hppa[12]*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file. Add
951 pa/pa-hpux.opt to $extra_options. Also add pa/pa-hpux1111.opt
952 for hpux11.[1-9]*.
953 * config/pa/pa.h (architecture_type, rtx_def, pa_arch_string, pa_arch)
954 (pa_fixed_range_string, pa_cpu_string, pa_unix_string, target_flags)
955 (MASK_PA_11, MASK_DISABLE_FPREGS, TARGET_DISABLE_FPREGS)
956 (MASK_NO_SPACE_REGS, TARGET_NO_SPACE_REGS, MASK_JUMP_IN_DELAY)
957 (TARGET_JUMP_IN_DELAY, MASK_DISABLE_INDEXING, TARGET_DISABLE_INDEXING)
958 (MASK_PORTABLE_RUNTIME, TARGET_PORTABLE_RUNTIME, MASK_GAS, TARGET_GAS)
959 (MASK_SOFT_FLOAT, TARGET_SOFT_FLOAT, MASK_LONG_LOAD_STORE)
960 (TARGET_LONG_LOAD_STORE, MASK_FAST_INDIRECT_CALLS)
961 (TARGET_FAST_INDIRECT_CALLS, MASK_BIG_SWITCH, TARGET_BIG_SWITCH)
962 (MASK_PA_20, MASK_SIO, TARGET_SIO, MASK_GNU_LD, TARGET_GNU_LD)
963 (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_PA_11, TARGET_PA_20)
964 (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS)
965 (SUBTARGET_OPTIONS): Delete.
966 (TARGET_PA_10): Redefine in terms of TARGET_PA_11 and TARGET_PA_20.
967 (TARGET_SCHED_DEFAULT): Define to a PROCESSOR_* enum (PROCESSOR_8000)
968 instead of a string.
969 * config/pa/pa.c (pa_arch, pa_arch_string, pa_fixed_range_string)
970 (pa_cpu_string, pa_unix_string): Delete.
971 (pa_cpu): Initialize to TARGET_SCHED_DEFAULT.
972 (flag_pa_unix): Initialize based on TARGET_HPUX_11_11 and
973 TARGET_HPUX_10_10.
974 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
975 (pa_handle_option): New function.
976 (override_options): Remove handling of -march=, -mfixed-range=,
977 -mschedule= and -munix=.
978 * config/pa/pa-hpux.h (SUBTARGET_SWITCHES): Delete.
979 * config/pa/pa-hpux1010.h (SUBTARGET_OPTIONS): Delete.
980 * config/pa/pa-hpux10.h (SUBTARGET_OPTIONS): Delete.
981 * config/pa/pa-hpux1111.h (SUBTARGET_OPTIONS): Delete.
982 * config/pa/pa-hpux11.h (SUBTARGET_OPTIONS): Delete.
983 * config/pa/pa64-hpux.h (SUBTARGET_SWITCHES): Delete.
984 * config/pa/pa64-start.h (TARGET_PA_11, TARGET_PA_20): #undef before
985 redefining.
986 * config/pa/pa.opt: New file.
987 * config/pa/pa-hpux.opt: New file.
988 * config/pa/pa-hpux1010.opt: New file.
989 * config/pa/pa-hpux1111.opt: New file.
990 * config/pa/pa64-hpux.opt: New file.
991
992 2005-04-22 David S. Miller <davem@davemloft.net>
993
994 * rtl.h (CONST_DOUBLE): Fix comment, a CONST_DOUBLE holds an
995 integer when it's mode is VOIDmode not DImode.
996
997 2005-04-22 Geoffrey Keating <geoffk@apple.com>
998
999 * config/rs6000/rs6000.md (sync_add<mode>_internal,
1000 sync_addshort_internal, sync_sub<mode>_internal, sync_andsi_internal,
1001 sync_anddi_internal, sync_boolsi_internal, sync_booldi_internal,
1002 sync_boolc<mode>_internal, sync_boolc<mode>_internal2,
1003 sync_boolcc<mode>_internal, sync_lock_test_and_set<mode>): Use
1004 "bne- $-xxx" rather than local labels.
1005 (sync_lock_release<mode>): Add second operand.
1006 (lwsync): Use .long rather than a more meaningful opcode.
1007 * doc/md.texi (Standard Names): Add description of second
1008 parameter to sync_lock_test_and_set.
1009
1010 2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
1011
1012 PR tree-optimization/21088
1013 * fold-const.c (fold_unary, fold_binary, fold_ternary):
1014 Export.
1015 * tree-vrp.c (compare_values): Use fold_binary to compare
1016 pointers. Use boolean_type_node as the type of a comparison
1017 expression being folded.
1018 * tree.h: Add prototypes for fold_unary, fold_binary,
1019 fold_ternary.
1020
1021 * tree-ssa-dom.c: Fix formatting.
1022
1023 2005-04-22 Diego Novillo <dnovillo@redhat.com>
1024
1025 * Makefile.in (tree-into-ssa.o): Add dependency on PARAMS_H.
1026 * lambda-code.c (perfect_nestify): Mark virtual operands in
1027 the moved statement for renaming.
1028 * params.def (PARAM_MIN_VIRTUAL_MAPPINGS): Define.
1029 (PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
1030 * params.h (MIN_VIRTUAL_MAPPINGS): Define.
1031 (VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
1032 * tree-flow.h (struct var_ann_d): Update comments.
1033 (rewrite_to_new_ssa_names_bb, rewrite_to_new_ssa_names,
1034 allocate_ssa_names, find_phi_node_for, dump_tree_ssa,
1035 debug_tree_ssa, debug_def_blocks, dump_tree_ssa_stats,
1036 debug_tree_ssa_stats, rewrite_ssa_into_ssa,
1037 dump_repl_tbl, debug_repl_tbl, dump_names_replaced_by,
1038 debug_names_replaced_by): Remove declarations.
1039 (delete_update_ssa, get_current_def, set_current_def): Declare.
1040 (rewrite_into_loop_closed_ssa): Add new argument. Update
1041 all callers.
1042 * tree-into-ssa.c: Include params.h.
1043 (old_virtual_ssa_names): Remove. Update all users.
1044 (need_to_replace_names_p): Remove. Update all users.
1045 (struct update_ssa_stats_d): Declare.
1046 (update_ssa_stats): New local.
1047 (dump_tree_ssa, debug_tree_ssa, debug_def_blocks,
1048 dump_tree_ssa_stats, debug_tree_ssa_stats,
1049 dump_update_ssa, debug_update_ssa,
1050 dump_names_replaced_by, debug_names_replaced_by): Declare.
1051 (get_current_def, set current_def): Make extern.
1052 (is_old_name, is_new_name): Protect against references
1053 past the end of the sets.
1054 (add_new_name_mapping): Assert that OLD and NEW are
1055 different SSA names for the same symbol.
1056 When adding a virtual mapping, update stats for virtual
1057 mapping heuristic.
1058 (insert_phi_nodes_for): If UPDATE_P is true, create the
1059 LHS of the new PHI by duplicating SSA name VAR.
1060 (insert_phi_nodes_1): Remove. Update all users.
1061 (insert_phi_nodes): Remove second argument. Update all
1062 users.
1063 (maybe_replace_use, maybe_replace_def): New.
1064 (rewrite_update_stmt): Call them.
1065 (mark_def_interesting): Remove calls to is_gimple_reg.
1066 (prepare_phi_args_for_update): Remove. Update all users.
1067 (prepare_block_for_update): Only process virtual operands
1068 and GIMPLE registers in normal form.
1069 (prepare_use_sites_for): New.
1070 (prepare_names_to_update): Rename from prepare_def_sites.
1071 Call prepare_use_sites_for.
1072 (dump_update_ssa): Rename from dump_repl_tbl.
1073 Update all users.
1074 Show statistics for virtual mapping heuristic.
1075 (debug_update_ssa): Rename from debug_debug_repl_tbl.
1076 (init_update_ssa): Initialize UPDATE_SSA_STATS.
1077 (delete_update_ssa): Make extern.
1078 (mark_set_for_renaming): If the set is empty, do nothing.
1079 (release_ssa_name_after_update_ssa): Update comment.
1080 (insert_updated_phi_nodes_for): Do not remove existing
1081 PHI nodes for symbols.
1082 (switch_virtuals_to_full_rewrite_p): New.
1083 (switch_virtuals_to_full_rewrite): New.
1084 (update_ssa): Call them.
1085 Clear REWRITE_THIS_STMT and REGISTER_DEFS_IN_THIS_STMT
1086 for every statement before updating.
1087 If all the names in NEW_SSA_NAMES have been marked for
1088 removal, do nothing.
1089 Only start at the top of the CFG if there are symbols in
1090 SYMS_TO_RENAME.
1091 (ssa_rewrite_finalize_block): Remove.
1092 (ssa_register_new_def): Remove.
1093 (ssa_rewrite_stmt): Remove.
1094 (ssa_rewrite_phi_arguments): Remove.
1095 (ssa_rewrite_initialize_block): Remove.
1096 (ssa_mark_def_sites): Remove.
1097 (ssa_mark_def_sites_initialize_block): Remove.
1098 (ssa_mark_phi_uses): Remove.
1099 (rewrite_ssa_into_ssa): Remove.
1100 * tree-phinodes.c (find_phi_node_for): Remove.
1101 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
1102 Call update_ssa.
1103 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops):
1104 Remove calls to verify_dominators and
1105 verify_loop_structure.
1106 (tree_unswitch_single_loop): Call update_ssa.
1107 * tree-ssa.c (verify_ssa): Assert that need_ssa_update_p
1108 returns false.
1109 Call verify_stmts.
1110 (delete_tree_ssa): Assert that need_ssa_update_p returns
1111 false.
1112 * tree-vect-transform.c (vect_transform_loop): Call update_ssa.
1113 * tree-vectorizer.c (allocate_new_names, rename_def_op,
1114 free_new_names): Remove. Update all users.
1115 (rename_use_op): Call get_current_def.
1116 (rename_variables_in_bb): Do not handle any real or
1117 virtual definition.
1118 (slpeel_update_phis_for_duplicate_loop): Call
1119 get_current_def and set_current_def instead of using
1120 SSA_NAME_AUX.
1121 (slpeel_update_phi_nodes_for_guard2): Reformat comments.
1122 (slpeel_can_duplicate_loop_p): Call need_ssa_update_p,
1123 ssa_names_to_replace and delete_update_ssa.
1124 * doc/invoke.texi: Document --param min-virtual-mappings
1125 and --param virtual-mappings-ratio.
1126
1127 2005-04-22 Diego Novillo <dnovillo@redhat.com>
1128
1129 * tree-cfg.c (tree_duplicate_bb): Call create_new_def_for
1130 for newly created PHI nodes.
1131 Call create_new_def_for for every new V_MAY_DEF and
1132 V_MUST_DEF on the copied statement.
1133 (struct ssa_name_map_entry): Remove.
1134 (ssa_name_map_entry_hash): Remove.
1135 (ssa_name_map_entry_eq): Remove.
1136 (allocate_ssa_names): Remove.
1137 (rewrite_to_new_ssa_names_def): Remove.
1138 (rewrite_to_new_ssa_names_use): Remove.
1139 (rewrite_to_new_ssa_names_bb): Remove.
1140 (rewrite_to_new_ssa_names): Remove.
1141 (tree_duplicate_sese_region): Remove variables ver,
1142 definitions, phi, ssa_name_map and bi.
1143 Call need_ssa_update_p instead of any_marked_for_rewrite_p.
1144 Call update_ssa.
1145 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
1146 update_ssa instead of rewrite_ssa_into_ssa.
1147 * tree-ssa-loop-manip.c (add_exit_phis_edge): Call
1148 create_new_def_for.
1149 (find_uses_to_rename_use): Add argument 'need_phis'.
1150 (find_uses_to_rename_stmt): Do not scan virtual operands.
1151 (find_uses_to_rename): Only scan PHI nodes for
1152 non-virtual names.
1153 (rewrite_into_loop_closed_ssa): Call update_ssa.
1154 (check_loop_closed_ssa_use): Ignore virtual operands.
1155 (check_loop_closed_ssa_stmt): Likewise.
1156 (verify_loop_closed_ssa): Do nothing if CURRENT_LOOPS is
1157 NULL.
1158 (rename_variables, set_phi_def_stmts): Remove.
1159 (tree_duplicate_loop_to_header_edge): Reformat comment.
1160 Remove variables BB, I and DEFINITIONS.
1161 Call need_ssa_update_p.
1162 Call update_ssa.
1163 (lv_adjust_loop_header_phi): Reformat comment.
1164 * tree-ssanames.c (ssa_names_to_rewrite): Remove.
1165 (marked_for_rewrite_p, any_marked_for_rewrite_p,
1166 mark_for_rewrite, unmark_all_for_rewrite,
1167 marked_ssa_names): Remove. Update all users.
1168 (release_ssa_name): If VAR has been registered for SSA
1169 updating, do nothing.
1170 * tree-vrp.c (new_ssa_names, old_ssa_names): Remove.
1171 (build_assert_expr_for): Call register_new_name_mapping.
1172 (insert_range_assertions): Update call to update_ssa.
1173 * tree.h (mark_for_rewrite, unmark_all_for_rewrite,
1174 marked_for_rewrite_p, any_marked_for_rewrite_p,
1175 marked_ssa_names): Remove.
1176
1177 2005-04-22 Jeff Law <law@redhat.com>
1178
1179 * tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.
1180 (restore_currdefs_to_original_value): Likewise.
1181 (register_definitions_for_stmt): Likewise.
1182 (tree_ssa_dominator_optimize): No longer initialize CURRENT_DEF
1183 for each variable. Do not allocate/free block_defs_stack either.
1184 Do not iterate if we just thread jumps. Only iterate if the
1185 tree_cleanup_cfg does useful work (temporary).
1186 (dom_opt_initialize_block): No longer push a marker on
1187 BLOCK_DEFS_STACK.
1188 (dom_opt_finalize_block): Removal call to restore currdefs.
1189 Relax restrictions for recording edge equivalences.
1190 (record_equivalences_from_phis): No longer need to track
1191 CURRENT_DEF.
1192 (optimize_stmt): Similarly.
1193 (thread_across_edge): Simplify by removing the requirement that
1194 statements in the block we are threading through must be nops.
1195 (initialize_hash_element): Handle GOTO_EXPR.
1196
1197 2005-04-22 David S. Miller <davem@davemloft.net>
1198
1199 * sched-vis.c (print_value): Use CONST_DOUBLE_LOW and
1200 CONST_DOUBLE_HIGH.
1201 * config/sparc/sparc.c (sparc_rtx_costs): Likewise, and
1202 fix check on CONST_DOUBLE mode. It should be VOIDmode
1203 when it is representing an integer.
1204
1205 2005-04-22 Nathan Sidwell <nathan@codesourcery.com>
1206
1207 * builtins.c (gimplify_va_arg_expr): Reword comments to avoid
1208 'abort'. Use gcc_assert and gcc_unreachable as appropriate.
1209 * c-format.c (get_constant, decode_format_attr, get_flag_spec,
1210 find_char_info_specifier_index,
1211 find_length_info_modifier_index): Likewise.
1212 * c-typeck.c (composite_type, pop_init_level): Likewise.
1213 * combine.c (cant_combine_insn_p, try_combine): Likewise.
1214 * cse.c (cse_insn): Likewise
1215 * dominance.c (calc_dfs_tree): Likewise
1216 dwarf2out.c (loc_descriptor_from_tree_1,
1217 add_abstract_origin_attribute, force_decl_die,
1218 force_type_die): Likewise
1219 emit-rtl.c (operand_subword_force): Likewise
1220 explow.c (hard_function_value): Likewise
1221 expmed.c (store_bit_field, expand_divmod,
1222 emit_store_flag_force): Likewise
1223 expr.c (emit_move_multi_word, store_expr,
1224 expand_expr_real_1): Likewise
1225 final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
1226 output_operand): Likewise
1227 flow.c (recompute_reg_usage): Likewise
1228 * function.c (assign_stack_temp_for_type, assign_temp,
1229 handle_epilogue_set): Likewise
1230 * genextract.c (main): Likewise
1231 * gimplify.c (mostly_copy_tree_r, gimplify_return_expr,
1232 gimplify_modify_expr_rhs, gimplify_expr): Likewise
1233 * haifa-sched.c (ready_lastpos, ready_remove_first, ready_element,
1234 ready_remove, rm_line_notes, rm_other_notes,
1235 schedule_block): Likewise
1236 mips-tfile.c (copy_object, out_of_bounds): Likewise
1237
1238 2005-04-22 David Edelsohn <edelsohn@gnu.org>
1239
1240 PR target/20813
1241 * config/rs6000/default64.h (TARGET_DEFAULT): Add MASK_PPC_GFXOPT.
1242 * config/rs6000/rs6000.c (processor_target_table): Rename rs64a to
1243 rs64. Add MASK_PPC_GFXOPT to powerpc64 and rs64.
1244 (rs6000_init_libfuncs): Set TFmode optabs to xlq names if
1245 TARGET_XL_COMPAT.
1246 * doc/invoke.texi (PowerPC options): Change rs64a to rs64.
1247
1248 2005-04-22 Nathan Sidwell <nathan@codesourcery.com>
1249
1250 * lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).
1251 (gcc_tree_to_linear_expression): Convert to heap allocated
1252 vectors.
1253 (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
1254 lbv_to_gcc_expression, lle_to_gcc_expression,
1255 lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
1256 perfect_nestify): Likewise.
1257 lambda.h (gcc_loopnest_to_lambda_loopnest,
1258 lambda_loopnest_to_gcc_loopnest): Likewise.
1259 tree-loop-linear.c (linear_transform_loops): Likewise.
1260
1261 2005-04-22 Eric Botcazou <ebotcazou@libertysurf.fr>
1262
1263 * config/sparc/predicates.md (arith_double_operand): Use
1264 trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.
1265 * config/sparc/sparc.md (movqi, movhi, movsi, movqi): Use gen_int_mode.
1266 (DImode, DFmode constant splitters): Likewise. Remove code for
1267 TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT < 64.
1268 (logical constant splitters): Use const_int_operand predicate.
1269 (lshrsi3_extend): Remove code for TARGET_ARCH64 &&
1270 HOST_BITS_PER_WIDE_INT < 64.
1271
1272 2005-04-22 Nathan Sidwell <nathan@codesourcery.com>
1273
1274 * config/pa/pa.c (legitimize_pic_address): Use gcc_assert and
1275 gcc_unreachable as appropriate.
1276 (force_mode, emit_move_sequence, singlemove_string,
1277 output_move_double, output_fp_move_double, find_addr_reg,
1278 output_block_move, output_block_clear, output_and,
1279 output_64bit_and, output_ior, output_64bit_ior, store_reg_modify,
1280 pa_adjust_cost, pa_issue_rate, print_operand,
1281 output_global_address, output_arg_descriptor, output_cbranch,
1282 output_lbranch, output_bb, output_bvb, output_dbra, output_movb,
1283 output_call): Likewise.
1284 * config/pa/pa.md (call, call_value, sibcall, sibcall_value,
1285 prefetch, prefetch_cc, prefetch_nocc): Likewise.
1286
1287 2005-04-22 Zdenek Dvorak <dvorakz@suse.cz>
1288
1289 * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,
1290 _gcov_pow2_profiler and _gcov_one_value_profiler.
1291 (tree-profile.o): Add GGC_H and gt-tree-profile.h dependency.
1292 (GTFILES): Add $(srcdir)/tree-profile.c.
1293 * gcov-io.h (__gcov_interval_profiler, __gcov_pow2_profiler,
1294 __gcov_one_value_profiler): Declare.
1295 * gimplify.c (force_gimple_operand): Check whether the statements
1296 should be produced in ssa form.
1297 (force_gimple_operand_bsi): New function.
1298 * libgcov.c (__gcov_interval_profiler, __gcov_pow2_profiler,
1299 __gcov_one_value_profiler): New functions.
1300 * rtl-profile.c (rtl_gen_pow2_profiler): Only measure whether
1301 the profiled value is a power of two or not.
1302 * tree-cfg.c (tree_block_ends_with_condjump_p): Handle empty blocks.
1303 * tree-flow.h (in_ssa_p): Declare.
1304 (force_gimple_operand_bsi): Declare.
1305 * tree-into-ssa.c (in_ssa_p): New variable.
1306 (rewrite_into_ssa): Set in_ssa_p.
1307 * tree-outof-ssa.c (rewrite_out_of_ssa): Set in_ssa_p.
1308 * tree-profile.c: Include ggc.h and gt-tree-profile.h.
1309 (gcov_type_node, tree_interval_profiler_fn, tree_pow2_profiler_fn,
1310 tree_one_value_profiler_fn): New variables.
1311 (tree_init_edge_profiler): Initialize the profiler function decls.
1312 (tree_gen_edge_profiler): Use global gcov_type_node.
1313 (prepare_instrumented_value): New function.
1314 (tree_gen_interval_profiler, tree_gen_interval_profiler,
1315 tree_gen_one_value_profiler): Call the library functions instead of
1316 creating instrumentation code.
1317 * tree.c (build_fn_decl): New function.
1318 * tree.h (build_fn_decl): Declare.
1319 * value-prof.c (rtl_divmod_values_to_profile,
1320 rtl_find_values_to_profile, rtl_mod_pow2_value_transform,
1321 tree_mod_pow2_value_transform, tree_find_values_to_profile):
1322 Do not handle may_be_other and precise values of exponents at pow2
1323 profiler.
1324 (tree_mod_subtract_transform): Reflect that value field of
1325 histogram has changed meaning.
1326 (tree_divmod_values_to_profile): Record the values correctly.
1327 (tree_values_to_profile): Update comment.
1328 * value-prof.h (struct histogram_value_t): Remove pow2 data.
1329
1330 2005-04-22 Joseph S. Myers <joseph@codesourcery.com>
1331
1332 * varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN
1333 (decl).
1334
1335 2005-04-22 Nathan Sidwell <nathan@codesourcery.com>
1336
1337 * config/i386/i386.md (length_immediate): Use gcc_assert or
1338 gcc_unreachable, as appropriate.
1339 (*movsi_1, *movqi_1, reload_outqi, *movdi_1_rex64, *pushsf,
1340 *pushsf_rex64, *truncxfsf2_mixed, *truncxfsf2_i387,
1341 *truncxfdf2_mixed, *truncxfdf2_i387, *adddi_1_rex64,
1342 *adddi_2_rex64, *adddi_3_rex64, *adddi_4_rex64, *adddi_5_rex64,
1343 *addsi_1, addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
1344 *addsi_3_zext, *addsi_4, *addsi_5, *addhi_1_lea, *addhi_1,
1345 *addhi_2, *addhi_3, *addhi_4, *addhi_5, *addqi_1_lea, *addqi_1,
1346 *addqi_1_slp, *addqi_2, *addqi_3, *addqi_4, *addqi_5, addqi_ext_1,
1347 *addqi_ext_1_rex64, *anddi_1_rex64, *andsi_1, *andhi_1,
1348 *ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashlsi3_1, *ashlsi3_1_zext,
1349 *ashlsi3_cmp, *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1,
1350 *ashlhi3_cmp, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
1351 pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64,
1352 pro_epilogue_adjust_stack_rex64_2, prefetch, *prefetch_sse,
1353 *prefetch_sse_rex): Likewise.
1354 * config/i386/predicates.md (x86_64_immediate_operand,
1355 x86_64_zext_immediate_operand, symbolic_operand,
1356 no_seg_address_operand, aligned_operand,
1357 memory_displacement_operand): Likewise.
1358 * config/i386/sse.md (*mov<mode>_internal,
1359 *movv2df_internal): Likewise.
1360
1361 2005-04-22 Jan Hubicka <jh@suse.cz>
1362
1363 * Makefile.in (ipa.o, ipa-inline.o): New files.
1364 * cgraph.h (cgraph_remove_unreachable_nodes, cgraph_postorder,
1365 cgraph_decide_inlining_incrementally, cgraph_clone_inlined_nodes,
1366 cgraph_mark_inline_edge, cgraph_default_inline_p): Declare.
1367 * cgraphunit.c (cgraph_default_inline_p,
1368 cgraph_decide_inlining_incrementally, ncalls_inlined,
1369 nfunctions_inlined, initial_insns, overall_insns,
1370 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
1371 cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
1372 cgraph_mark_inline, cgraph_check_inline_limits,
1373 cgraph_default_inline_p, cgraph_recursive_inlining_p,
1374 update_callee_keys, lookup_recursive_calls,
1375 cgraph_decide_recursive_inlining, cgraph_set_inline_failed,
1376 cgraph_decide_inlining_of_small_functions, cgraph_decide_inlining,
1377 cgraph_decide_inlining_incrementally, cgraph_gate_inlining,
1378 pass_ipa_inline): Move to ipa-inline.c
1379 (cgraph_postorder, cgraph_remove_unreachable_nodes): Move to ipa.c
1380 * ipa.c: New file.
1381 * ipa-inline.c: New file.
1382
1383 2005-04-22 Eric Botcazou <ebotcazou@libertysurf.fr>
1384
1385 * doc/invoke.texi (SPARC options): Document that -mapp-regs
1386 is turned off by default on Solaris.
1387
1388 2005-04-21 Roger Sayle <roger@eyesopen.com>
1389
1390 * c-common.h (objc_build_method_signature): Update prototype.
1391 * stub-objc.c (objc_build_method_signature): Update the stub
1392 implementation to accept and ignore additional parameter.
1393 * c-parser.c (c_parser_objc_method_decl): Reorgnize to pass
1394 the value of ellipsis to objc_build_method_signature instead
1395 of setting TREE_OVERFLOW on the parms TREE_LIST node.
1396
1397 2005-04-21 Geoffrey Keating <geoffk@apple.com>
1398
1399 * config/rs6000/rs6000-protos.h (rs6000_emit_sync): New.
1400 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Use
1401 gen_rtx_* not gen_rtx_fmt_*.
1402 (rs6000_emit_vector_select): Likewise.
1403 (rs6000_emit_sync): New.
1404 * config/rs6000/rs6000.md (GPR, INT, INT1): New mode macros.
1405 (larx, stcx, cmp): New mode substitutions.
1406 (UNSPEC_SYNC, UNSPEC_SYNC_OP, UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC,
1407 UNSPEC_ISYNC): New constants.
1408 (rlwinm): Give name.
1409 (memory_barrier, isync, lwsync): New insns.
1410 (sync_compare_and_swap<mode>, sync_lock_test_and_set<mode>): New insn.
1411 (sync_lock_release<mode>): New expander.
1412 (sync_add<mode>, sync_sub<mode>, sync_ior<mode>, sync_and<mode>,
1413 sync_xor<mode>, sync_nand<mode>, sync_old_add<mode>,
1414 sync_old_sub<mode>, sync_old_ior<mode>, sync_old_and<mode>,
1415 sync_old_xor<mode>, sync_old_nand<mode>, sync_new_add<mode>,
1416 sync_new_sub<mode>, sync_new_ior<mode>, sync_new_and<mode>,
1417 sync_new_xor<mode>, sync_new_nand<mode>): New expanders.
1418 (sync_add<mode>_internal, sync_addshort_internal,
1419 sync_sub<mode>_internal, sync_andsi_internal, sync_anddi_internal,
1420 sync_boolsi_internal, sync_booldi_internal, sync_boolc<mode>_internal,
1421 sync_boolc<mode>_internal2, sync_boolcc<mode>_internal): New insns.
1422
1423 * doc/md.texi (Standard Names): sync_compare_and_swap's operand 0
1424 is the memory before, not after, the operation. Clarify
1425 barrier requirements.
1426
1427 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1428
1429 * cfghooks.h (struct cfg_hooks): Reword comments to avoid 'abort'.
1430 * lambda.h (lambda_vector_min_nz): Likewise.
1431 * langhooks.h (struct lang_hooks_for_types,
1432 struct lang_hooks): Likewise.
1433 * output.h (assemble_integer, this_is_asm_operands): Likewise.
1434 * tree.h: Likewise.
1435 * vec.h: Likewise.
1436 * tree-flow-inline.h (relink_imm_use): Use gcc_assert.
1437
1438 * optabs.c (prepare_cmp_insn, emit_cmp_and_jump_insns): Reword
1439 comments to avoid 'abort'. Use gcc_assert as necessary.
1440 * opts.c (common_handle_option): Likewise.
1441 * pretty-print.c (pp_base_format_text): Likewise.
1442 * print-rtl.c (print_rtx): Likewise.
1443 * read-rtl.c (read_rtx_filename, read_rtx_1): Likewise.
1444 * regmove.c (try_auto_increment): Likewise.
1445 * reload.c (find_valid_class, find_reloads_toplev,
1446 find_equiv_reg): Likewise.
1447 * reload1.c (reload, forget_old_reloads_1, function_invariant_p,
1448 merge_assigned_reloads): Likewise.
1449 * tree-inline.c (inline_forbidden_p_1,
1450 estimate_num_insns_1): Likewise.
1451 * tree-optimize.c (execute_todo): Likewise.
1452 * tree-outof-ssa.c (eliminate_phi): Likewise.
1453 * tree-ssa-alias.c (add_pointed_to_expr): Likewise.
1454 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Likewise.
1455 * tree-ssa-operands.c (parse_ssa_operands,
1456 get_indirect_ref_operands, create_ssa_artficial_load_stmt): Likewise.
1457 * tree-ssa-pre.c (find_or_generate_expression): Likewise.
1458 * tree-ssanames.c (release_ssa_name): Likewise.
1459 * tree.c (int_bit_position, int_byte_position, tree_low_cst,
1460 walk_tree): Likewise.
1461
1462 * tree-ssa-operands.c (verify_abort): Fold into ..
1463 (verify_imm_links): ... here.
1464
1465 2005-04-21 Richard Henderson <rth@redhat.com>
1466
1467 * config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
1468 on non-memory operand for previous inversion.
1469
1470 2005-04-21 Devang Patel <dpatel@apple.com>
1471
1472 PR optimization/20994
1473 * tree-if-conv.c (find_phi_replacement_condition): Avoid generating
1474 x = !(a == b) : p , q;.
1475 (pass_if_conversion): Verify stmts and flow.
1476
1477 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1478
1479 * optabs.c (gen_conditional_trap): Restore #define.
1480
1481 * alias.c (true_dependence): Remove 'abort' from comments. Use
1482 gcc_assert and gcc_unreachable as appropriate.
1483 (canon_true_dependence): Likewise.
1484 * bb-reorder.c (connect_traces): Likewise.
1485 * c-common.c (c_add_case_label): Likewise.
1486 * c-decl.c (finish_function): Likewise.
1487 * caller-save.c (insert_restore, insert_save): Likewise.
1488 * cfg.c (update_bb_profile_for_threading): Likewise.
1489 * cfganal.c (flow_active_insn_p): Likewise.
1490 * cfgexpand.c (add_reg_br_prob_note): Likewise.
1491 * cfgrtl.c (rtl_redirect_edge_and_branch_force, rtl_split_edge,
1492 cfg_layout_merge_blocks): Likewise.
1493 * ifcvt.c (cond_exec_process_insns, merge_if_block,
1494 find_if_block): Likewise.
1495 * integrate.c (allocate_initial_values): Likewise.
1496 * jump.c (reverse_condition, reverse_condition_maybe_unordered,
1497 swap_condition, unsigned_condition, signed_condition,
1498 mark_jump_label, invert_jump_1, rtx_renumbered_equal_p,
1499 reg_or_subregno): Likewise.
1500 * lambda-code.c (lambda_compute_auxillary_space,
1501 lambda_transform_legal_p): Likewise.
1502 * lambda-mat.c (lambda_matrix_inverse_hard): Likewise.
1503 * langhooks.c (lhd_set_decl_assembler_name, lhd_type_promotes_to,
1504 lhd_incomplete_type_error, lhd_expand_expr,
1505 lhd_types_compatible_p, lhd_tree_size): Likewise.
1506 * lcm.c (create_pre_exit, optimize_mode_switching): Likewise.
1507 * local-alloc.c (update_equiv_regs): Likewise.
1508 * loop-unroll.c (peel_loop_completely
1509 unroll_loop_constant_iterations, unroll_loop_runtime_iterations,
1510 peel_loop_simple, unroll_loop_stupid,
1511 analyze_iv_to_split_insn): Likewise.
1512 * loop.c (gen_prefetch, find_and_verify_loops,
1513 basic_induction_var): Likewise.
1514 * modulo-sched.c (normalize_sched_times, check_nodes_order): Likewise.
1515 * value-prof.c (tree_find_values_to_profile): Likewise.
1516 * varasm.c (named_section, default_assemble_integer,
1517 decode_addr_const): Likewise.
1518
1519 2005-04-21 Alan Modra <amodra@bigpond.net.au>
1520 Fariborz Jahanian <fjahanian@apple.com>
1521
1522 * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Fix size of
1523 portion of argument passed in fpr.
1524 * expr.c (emit_push_insn): Fix computation of 'offset' used to
1525 decide on partial argument save on stack.
1526
1527 2005-04-21 Kazu Hirata <kazu@cs.umass.edu>
1528
1529 * config/sparc/predicates.md, config/sparc/sparc.md: Fix
1530 comment typos.
1531
1532 2005-04-21 Jan Hubicka <jh@suse.cz>
1533
1534 * cgraphunit.c: Include tree-pass.h
1535 (cgraph_decide_recursive_inlining,
1536 cgraph_decide_inlining_of_small_function, cgraph_set_inline_failed,
1537 cgraph_decide_inlining): Dump goes to dump_file.
1538 (cgraph_optimize): Call ipa passes instead of inliner.
1539 (cgraph_gate_inlining, pass_ipa_inline): New.
1540 * tree-optimize.c (all_ipa_passes): New static variable.
1541 (register_one_dump_file): Dead with IPA passes.
1542 (register_dump_files): Likewise.
1543 (init_tree_optimization_passes): Initialize IPA passes.
1544 (execute_todo): Do cgraph dump when asked to, do not dump function body
1545 for IPA pass.
1546 * tree-pass.h (TODO_dump_cgraph): New macro.
1547 (ipa_passes): Declare.
1548 * Makefile.in (cgraphunit.o): Add dependency on cgraphunit.h
1549
1550 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1551
1552 * config/i386/i386.c (type_natural_mode): Use gcc_unreachable and
1553 gcc_assert instead of abort.
1554 (classify_argument, examine_argument, construct_container,
1555 contains_128bit_aligned_vector_p, ix86_check_movabs,
1556 standard_80387_constant_opcode, standard_80387_constant_rtx,
1557 ix86_initial_elimination_offset, ix86_compute_frame_layout,
1558 pro_epilogue_adjust_stack, ix86_expand_epilogue,
1559 ix86_address_cost, legitimate_address_p, legitimize_pic_address,
1560 legitimize_tls_address, output_pic_addr_const,
1561 i386_output_dwarf_dtprel, put_condition_code, print_reg,
1562 get_some_local_dynamic_name, print_operand, print_operand_address,
1563 output_387_binary_op, emit_i387_cw_initialization,
1564 output_fix_trunc, output_fp_compare, ix86_output_addr_vec_elt,
1565 ix86_expand_clear, ix86_expand_binary_operator,
1566 ix86_expand_unary_operator, ix86_match_ccmode, ix86_cc_mode,
1567 ix86_cc_modes_compatible, ix86_fp_comparison_codes,
1568 ix86_fp_comparison_arithmetics_cost, ix86_expand_fp_compare,
1569 ix86_expand_branch, ix86_expand_setcc,
1570 ix86_expand_carry_flag_compare, ix86_expand_fp_movcc,
1571 ix86_expand_int_addcc, ix86_split_to_parts, ix86_split_long_move,
1572 ix86_expand_movmem, ix86_expand_call, assign_386_stack_local,
1573 memory_address_length, ix86_attr_length_immediate_default,
1574 ix86_attr_length_address_default, ix86_agi_dependant,
1575 x86_initialize_trampoline, ix86_init_mmx_sse_builtins,
1576 ix86_expand_binop_builtin, ix86_force_to_memory,
1577 ix86_secondary_memory_needed, ix86_avoid_jump_misspredicts,
1578 x86_emit_floatuns): Likewise.
1579 * config/i386/netware.c (gen_regparm_prefix,
1580 i386_nlm_strip_name_encoding): Likewise.
1581 * config/i386/winnt.c (i386_pe_mark_dllexport): Likewise.
1582
1583 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1584
1585 * optabs.c (gen_condiational_trap): Remove #define.
1586 (add_equal_note): Assertify. Remove explicit indirection from
1587 call via function pointer.
1588 (expand_ternary_op, expand_simple_binop, expand_binop,
1589 expand_twoval_unop, expand_twoval_binop,
1590 expand_twoval_binop_libfunc, expand_simple_unop expand_unop,
1591 emit_unop_insn, emit_no_conflict_block, prepare_cmp_insn,
1592 prepare_operand emit_cmp_and_jump_insn_1, emit_cmp_and_jump_insns,
1593 prepare_float_lib_cmp, emit_conditional_move,
1594 emit_conditional_add, gen_add2_insn, gen_add3_insn,
1595 have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn,
1596 expand_float, expand_fix, debug_optab_libfuncs, gen_cond_trap,
1597 vector_compare_rtx, expand_vec_cond_expr): Likewise.
1598
1599 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1600
1601 * vec.h: Update API to separate allocation mechanism from type.
1602 (VEC_safe_grow): New.
1603 * vec.c (calculate_allocation): New.
1604 (vec_gc_o_reserve, vec_heap_o_reserve): Adjust.
1605 (vec_gc_free, vec_heap_free): Remove.
1606 * gengtype-lex.l (DEF_VEC_): Process mult-argument macros. Adjust.
1607 (VEC): Likewise.
1608 (mangle_macro_name): New.
1609 (struct macro_def): New.
1610 (struct macro): Add multiple argument values.
1611 (macro_expans_end): New.
1612 (push_macro_expansion): Chain on new macro. Process multiple
1613 args, create follow on expansion. Return follow on argument.
1614 (macro_input): Deal with multiple arguments.
1615
1616 * tree.h: Define VEC(tree,heap) and VEC(tree,gc).
1617 (struct tree_binfo): Adjust.
1618 * basic-block.h: Define VEC(edge,gc).
1619 (struct edge_def): Adjust.
1620 (struct basic_block_def, struct edge_iterator): Likewise.
1621 (ei_container, ei_start_1, ei_last_1): Likewise.
1622 * cfg.c (connect_src, connect_dest): Likewise.
1623 * cfgrtl.c (force_nonfallthru_and_redirect)
1624 * dbxout.c (dbxout_type)
1625 * dwarf2out.c (gen_member_die)
1626 * lambda-code.c: Define VEC(int,gc), VEC(lambda_loop,gc).
1627 (gcc_tree_to_linear_expression): Adjust.
1628 (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
1629 lbv_to_gcc_expression, lle_to_gcc_expression,
1630 lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
1631 perfect_nestify): Likewise.
1632 * lambda.h (gcc_loopnest_to_lambda_loopnest,
1633 lambda_loopnest_to_gcc_loopnest): Adjust prototypes.
1634 * profile.c (instrument_values): Adjust.
1635 * tree-cfg.c (modified_noreturn_calls): Adjust.
1636 (remove_fallthru_edge): Likewise.
1637 * tree-dump.c (dequeue_and_dump): Adjust.
1638 * tree-flow-inline.h (mark_stmt_modified): Adjust.
1639 * tree-flow.h (modified_noreturn_calls): Adjust.
1640 (tree_on_heap): Remove. (yay!)
1641 (register_new_def): Adjust.
1642 * tree-into-ssa.c: Define VEC(int,heap).
1643 (block_defs_stack): Adjust.
1644 (find_idf, insert_phi_nodes, register_new_def,
1645 rewrite_initialize_block, rewrite_finalize_block,
1646 register_new_update_single, rewrite_update_init_block,
1647 rewrite_update_fini_block, rewrite_blocks,
1648 ssa_rewrite_finalize_block, ssa_register_new_def,
1649 ssa_rewrite_initialize_block, rewrite_ssa_into_ssa): Likewise.
1650 * tree-loop-linear.c (linear_transform_loops): Adjust.
1651 * tree-ssa-alias.c: Define VEC(fieldoff_t,heap).
1652 (push_fields_onto_fieldstack, create_overlap_variables_for): Adjust.
1653 * tree-ssa-dom.c (avail_exprs_stack, block_defs_stack,
1654 stmts_to_rescan, const_and_copies_stack, nonzero_vars_stack,
1655 vrp_variables_stack): Adjust declarations.
1656 (tree_ssa_dominator_optimize): Adjust.
1657 (dom_opt_initialize_block, remove_local_expressions_from_table,
1658 restore_nonzero_vars_to_original_value,
1659 restore_vars_to_original_value,
1660 restore_currdefs_to_original_value, dom_opt_finalize_block,
1661 record_var_is_nonzero, record_cond, record_const_or_copy_1,
1662 optimize_stmt, update_rhs_and_lookup_avail_expr,
1663 lookup_avail_expr, record_range): Likewise.
1664 * tree-ssa-pre.c: Define VEC(basic_block,heap).
1665 (compute_antic_aux): Adjust.
1666 (inserted_exprs, create_expression_by_pieces,
1667 insert_into_preds_of_block, eliminate, mark_operand_necessary,
1668 remove_dead_inserted_code, fini_pre): Likewise.
1669 * tree-ssa-propagate.c (interesting_ssa_edges): Adjust.
1670 (varying_ssa_edges, add_ssa_edge, process_ssa_edge_worklist.
1671 ssa_prop_init): Likewise.
1672 * tree-ssa.c: Define VEC(bitmap,heap).
1673 (verify_name_tags): Adjust.
1674 * value-prof.c (rtl_divmod_values_to_profile): Adjust.
1675 (insn_prefetch_values_to_profile, rtl_find_values_to_profile,
1676 tree_divmod_values_to_profile, tree_find_values_to_profile,
1677 value_profile_transformations): Likewise.
1678 * value-prof.h: Define VEC(histogram_value,heap).
1679 * varasm.c: Remove alias_pair pointer typedef, define
1680 VEC(alias_pair,gc).
1681 (finish_aliases_1, finish_aliases_2, assemble_alias): Adjust.
1682
1683 * config/pa/pa.c (typedef extern_symbol): Typedef the structure,
1684 not a pointer to it. Create an object vector.
1685 (extern_symbols): Turn into an object vector.
1686 (pa_hpux_asm_output_external, pa_hpux_file_end): Adjust.
1687
1688 2005-04-21 Sebastian Pop <pop@cri.ensmp.fr>
1689
1690 PR/20742
1691 * Makefile.in (tree-chrec.o): Depend on params.h.
1692 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): New parameter with
1693 default value 20.
1694 * tree-chrec.c: Depend on params.h. Replace build with buildN,
1695 and fold build with fold_buildN.
1696 (chrec_fold_plus_1): Fail with a chrec_don_know when the size of
1697 the expression exceeds PARAM_SCEV_MAX_EXPR_SIZE.
1698 (tree_contains_chrecs): Compute an estimation of the size of the
1699 given expression.
1700 * tree-chrec.h (tree_contains_chrecs): Modify its declaration.
1701 (tree_does_not_contain_chrecs): Update the use of tree_contains_chrecs.
1702 * tree-scalar-evolution.c (simple_iv): Ditto.
1703 * doc/invoke.texi (scev-max-expr-size): Documented.
1704
1705 2005-04-21 Richard Sandiford <rsandifo@redhat.com>
1706
1707 * config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.
1708 (i[34567]86-pc-msdosdjgpp*): Likewise i386/djgpp.opt.
1709 (i[34567]86-*-lynxos*, powerpc-*-lynxos*): Likewise lynx.opt.
1710 (i[34567]86-*-sco3.2v5*): Likewise i386/sco5.opt.
1711 (i[34567]86-*-pe, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1712 (i[34567]86-*-uwin*): Likewise i386/cygming.opt.
1713 * config/darwin.h (darwin_one_byte_bool, darwin_fix_and_continue)
1714 (darwin_fix_and_continue_switch, SUBTARGET_OPTIONS): Delete.
1715 * config/darwin.c (darwin_one_byte_bool, darwin_fix_and_continue)
1716 (darwin_fix_and_continue_switch): Delete.
1717 * config/lynx.h (SUBTARGET_OS_LYNX_SWITCHES): Delete.
1718 (SUBTARGET_SWITCHES): Delete.
1719 * config/i386/i386.h (target_flags, MASK_80387, MASK_RTD)
1720 (MASK_ALIGN_DOUBLE, MASK_SVR3_SHLIB, MASK_IEEE_FP, MASK_FLOAT_RETURNS)
1721 (MASK_NO_FANCY_MATH_387, MASK_OMIT_LEAF_FRAME_POINTER)
1722 (MASK_STACK_PROBE, MASK_NO_ALIGN_STROPS, MASK_INLINE_ALL_STROPS)
1723 (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS, MASK_MMX)
1724 (MASK_SSE, MASK_SSE2, MASK_SSE3, MASK_3DNOW, MASK_3DNOW_A)
1725 (MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT)
1726 (MASK_TLS_DIRECT_SEG_REFS, MASK_NO_RED_ZONE, TARGET_80387)
1727 (TARGET_RTD, TARGET_ALIGN_DOUBLE, TARGET_PUSH_ARGS)
1728 (TARGET_ACCUMULATE_OUTGOING_ARGS, TARGET_SVR3_SHLIB, TARGET_IEEE_FP)
1729 (TARGET_128BIT_LONG_DOUBLE, TARGET_NO_FANCY_MATH_387)
1730 (TARGET_USE_FANCY_MATH_387, TARGET_OMIT_LEAF_FRAME_POINTER)
1731 (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Delete.
1732 (TARGET_FLOAT_RETURNS_IN_80387): Make an alias of TARGET_FLOAT_RETURNS.
1733 (TARGET_64BIT): Undef before redefining.
1734 (TARGET_TLS_DIRECT_SEG_REFS, TARGET_STACK_PROBE)
1735 (TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS, TARGET_SSE)
1736 (TARGET_SSE2, TARGET_SSE3, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A)
1737 (TARGET_RED_ZONE, TARGET_USE_MS_BITFIELD_LAYOUT, TARGET_SWITCHES)
1738 (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS)
1739 (ix86_fpmath_string, ix86_tls_dialect_string, ix86_cmodel_string)
1740 (ix86_asm_string, ix86_regparm, ix86_regparm_string)
1741 (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
1742 (ix86_debug_arg_string, ix86_debug_addr_string)
1743 (ix86_align_loops_string, ix86_align_jumps_string)
1744 (ix86_align_funcs_string): Delete.
1745 * config/i386/cygming.h (MASK_NOP_FUN_DLLIMPORT)
1746 (TARGET_NOP_FUN_DLLIMPORT, SUBTARGET_SWITCHES): Delete.
1747 * config/i386/djgpp.h (MASK_BNU210, SUBTARGET_SWITCHES): Delete.
1748 (SUBTARGET_OVERRIDE_OPTIONS): Check TARGET_BNU210.
1749 * config/i386/lynx.h (SUBTARGET_SWITCHES): Delete.
1750 * config/i386/sco5.h (MASK_COFF, TARGET_ELF)
1751 (SUBTARGET_SWITCHES): Delete.
1752 * config/i386/i386.c (ix86_debug_arg_string): Delete.
1753 (ix86_debug_addr_string): Delete.
1754 (ix86_cmodel_string, ix86_asm_string, ix86_tls_dialect_string)
1755 (ix86_fpmath_string, ix86_regparm_string, ix86_regparm)
1756 (ix86_align_loops_string, ix86_align_jumps_string)
1757 (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
1758 (ix86_align_funcs_string): Make static.
1759 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
1760 (ix86_handle_option): New function.
1761 (TARGET_USE_MS_BITFIELD_LAYOUT): Delete.
1762 (ix86_ms_bitfield_layout_p): Check TARGET_MS_BITFIELD_LAYOUT.
1763 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove handling
1764 of darwin_fix_and_continue_switch.
1765 (darwin_one_byte_bool): Delete.
1766 * config/rs6000/lynx.h (EXTRA_SUBTARGET_SWITCHES): Delete.
1767 * config/rs6000/rs6000.c (rs6000_override_options): Update assignment
1768 to darwin_one_byte_bool.
1769 * config/darwin.opt, config/lynx.opt, config/i386/cygming.opt,
1770 * config/i386/djgpp.opt, config/i386/i386.opt,
1771 * config/i386/sco5.opt: New files.
1772
1773 2005-04-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1774
1775 * config/sparc/sparc.c (reg_or_0_operand, const1_operand,
1776 fp_zero_operand, fp_register_operand, intreg_operand,
1777 fcc_reg_operand, fcc0_reg_operand, icc_or_fcc_reg_operand,
1778 call_operand, call_operand_address, tgd_symbolic_operand,
1779 tld_symbolic_operand, tie_symbolic_operand, tle_symbolic_operand,
1780 symbolic_operand, symbolic_memory_operand, label_ref_operand,
1781 sp64_medium_pic_operand, data_segment_operand,
1782 text_segment_operand, splittable_symbolic_memory_operand,
1783 reg_or_nonsymb_mem_operand, splittable_immediate_memory_operand,
1784 eq_or_neq, normal_comp_operator, noov_compare_op,
1785 noov_compare64_op, v9_regcmp_op, extend_op, cc_arithop,
1786 cc_arithopn, arith_operand, arith_4096_operand, arith_add_operand,
1787 const64_operand, const64_high_operand, arith11_operand,
1788 arith10_operand, arith_double_operand, arith_double_4096_operand,
1789 arith_double_add_operand, arith11_double_operand,
1790 arith10_double_operand, small_int, small_int_or_double,
1791 uns_small_int, uns_arith_operand, clobbered_register,
1792 input_operand, compare_operand): Delete.
1793 (sparc_emit_set_const32): Use predicates in assertion. Remove special
1794 code for TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT != 64.
1795 (sparc_emit_set_const64): Call gcc_unreachable if H_B_P_W_I == 32.
1796 (GEN_HIGHINT64, GEN_INT64): Delete.
1797 (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
1798 gen_safe_XOR64): Adjust for above deletion.
1799 (sparc_emit_set_const64): Support only H_B_P_W_I == 64 and CONST_INTs.
1800 Use 'unsigned HOST_WIDE_INT' instead of 'long' for bitmask.
1801 (legitimate_constant_p): Use const_zero_operand instead.
1802 (sparc_extra_constraint_check): Likewise.
1803 * config/sparc/sparc.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'O'.
1804 (PREFERRED_RELOAD_CLASS): Use const_zero_operand.
1805 (PREDICATE_CODES): Delete.
1806 * config/sparc/sparc.md: Include predicates.md.
1807 (All patterns): Adjust for new predicate names.
1808 (cmpdi, cmpdi_sp64): Use arith_operand predicate.
1809 (movhi_const64_special, movsi_const64_special): Add 'K' constraint.
1810 (movdi): Use general_operand predicate.
1811 (movdi_sp64_dbl): Delete.
1812 (movdi_const64_special): Add 'N' constraint.
1813 (movdicc): Use arith10_operand predicate.
1814 (movdi_cc_sp64, movdi_cc_sp64_trunc): Use arith11_operand predicate.
1815 (movdi_cc_reg_sp64): Use arith10_operand predicate.
1816 (movdi_cc_reg_sp64_trunc): Delete.
1817 (cmp_zero_extract, cmp_zero_extract_sp64): Use small_int_operand.
1818 (adddi3_sp64, cmp_ccx_plus, cmp_ccx_plus_set): Use arith_operand.
1819 (subdi3_sp32): Delete.
1820 (subdi3_insn_sp32): Change to define_insn_and_split.
1821 (subdi3_sp64, cmp_minus_ccx, cmp_minus_ccx_set): Use arith_operand.
1822 (muldi3, muldi3_sp64, muldi3_v8plus): Likewise.
1823 (smulsi3_highpart_v8plus, const_smulsi3_highpart_v8plus,
1824 umulsi3_highpart_v8plus, const_umulsi3_highpart_v8plus): Use
1825 small_int_operand predicate.
1826 (divdi3, udivdi3): Use arith_operand predicate.
1827 (udivsi3, udivsi3_sp32, udivsi3_sp64): Use nonimmediate_operand.
1828 (and<V64I>3_sp64, ior<V64I>3_sp64, xor<V64I:mode>3_sp64,
1829 xor_not_<V64I:mode>_sp64) : Use arith_operand predicate.
1830 (xordi3_sp64_dbl): Delete.
1831 (cmp_ccx_arith_op, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
1832 cmp_ccx_xor_not_set, cmp_ccx_arith_op_not, cmp_ccx_arith_op_not_set,
1833 cmp_ccx_neg, cmp_ccx_set_neg, one_cmpl<V64I>2_sp64, cmp_ccx_not,
1834 cmp_ccx_set_not): Use arith_operand predicate.
1835 (ashrsi3_extend2, lshrsi3_extend2 et al.): Use small_int_operand.
1836 * config/sparc/predicates.md: New file.
1837
1838 2005-04-21 Kazu Hirata <kazu@cs.umass.edu>
1839
1840 PR tree-optimization/14846
1841 * fold-const.c (fold_single_bit_test_into_sign_test): New,
1842 split out from ...
1843 (fold_single_bit_test): ... here.
1844 (fold_binary): Call fold_single_bit_test_into_sign_test
1845 instead of fold_single_bit_test.
1846
1847 2005-04-20 James E Wilson <wilson@specifixinc.com>
1848
1849 PR c++/20805
1850 * dwarf2out.c (gen_variable_die): Don't emit a specification if this
1851 is another declaration.
1852
1853 2005-04-21 Hans-Peter Nilsson <hp@axis.com>
1854
1855 * config/cris/predicates.md: New file.
1856 * config/cris/cris-protos.h (cris_store_multiple_op_p)
1857 (cris_movem_load_rest_p): Declare.
1858 * config/cris/cris.c (cris_store_multiple_op): Return bool, not int.
1859 (cris_movem_load_rest_p): Ditto. Globalize.
1860 (cris_bdap_operand, cris_bdap_biap_operand,
1861 cris_orthogonal_operator, cris_commutative_orth_op,
1862 cris_operand_extend_operator,
1863 cris_additive_operand_extend_operator, cris_extend_operator,
1864 cris_plus_or_bound_operator, cris_mem_op,
1865 cris_general_operand_or_symbol,
1866 cris_general_operand_or_gotless_symbol,
1867 cris_general_operand_or_plt_symbol, cris_mem_call_operand,
1868 cris_load_multiple_op): Remove predicate functions.
1869 (cris_symbol, cris_gotless_symbol) <case UNSPEC>: Return 0, don't
1870 abort, for UNSPECs other than CRIS_UNSPEC_PLT.
1871 * config/cris/cris.h (PREDICATE_CODES): Don't define.
1872 * config/cris/cris.md: Include predicates.md.
1873 ("call", "call_value"): Generate CONSTs of Pmode, not VOIDmode.
1874
1875 2005-04-20 Ian Lance Taylor <ian@airs.com>
1876
1877 * c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).
1878 * c-common.h (STMT_EXPR_STMT): Don't define.
1879 (STMT_EXPR_NO_SCOPE): Don't define.
1880 * c-dump.c (c_dump_tree): Don't handle STMT_EXPR.
1881 * c-pretty-print.c (pp_c_primary_expression): Likewise.
1882 (pp_c_expression): Likewise.
1883
1884 2005-04-20 Richard Henderson <rth@redhat.com>
1885
1886 PR target/21100
1887 * config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.
1888
1889 2005-04-20 Jeff Law <law@redhat.com>
1890
1891 * reload1.c (reload): Ignore equivalences between pseudos and
1892 read only memory.
1893
1894 2005-04-20 Joseph S. Myers <joseph@codesourcery.com>
1895
1896 PR c/12913
1897 * c-tree.h (struct c_label_list): Update comment.
1898 (struct c_label_context): Rename to struct c_label_context_se.
1899 (label_context_stack): Rename to label_context_stack_se.
1900 (C_DECL_UNJUMPABLE_VM, C_DECL_UNDEFINABLE_VM, struct
1901 c_label_context_vm, label_context_stack_vm, c_begin_vm_scope,
1902 c_end_vm_scope): New.
1903 (C_DECL_DECLARED_BUILTIN, C_DECL_USED): Use FUNCTION_DECL_CHECK.
1904 * c-decl.c (pop_scope): Call c_end_vm_scope.
1905 (pushdecl): Call c_begin_vm_scope for variably modified
1906 declarations.
1907 (define_label): Check for jumping into scope of identifier with
1908 variably modified type. Push label on stack for those defined at
1909 current context of identifiers with variably modified type.
1910 (start_function): Create stack level for context of identifiers
1911 with variably modified type.
1912 (finish_function): Pop stack level for context of identifiers with
1913 variably modified type.
1914 * c-typeck.c (label_context_stack): Rename to
1915 label_context_stack_se.
1916 (label_context_stack_vm, c_begin_vm_scope, c_end_vm_scope): New.
1917 (c_finish_goto_label): Check for jumping into scope of identifier
1918 with variably modified type. Push label on stack for those jumped
1919 to from current context of identifiers with variably modified
1920 type.
1921 (struct c_switch): Add blocked_vm.
1922 (c_start_case): Initialize blocked_vm.
1923 (do_case): Check blocked_vm.
1924 (c_finish_case): Add comment.
1925 (c_begin_stmt_expr, c_finish_stmt_expr): Update for renamed
1926 variable label_context_stack.
1927
1928 2005-04-20 Kazu Hirata <kazu@cs.umass.edu>
1929
1930 * tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to
1931 conditional_replacement, value_replacement, abs_replacement,
1932 minmax_replacement.
1933 (replace_phi_edge_with_variable): Remove argument BB.
1934 (conditional_replacement, value_replacement,
1935 minmax_replacement, abs_replacement): Remove argument PHI_BB.
1936 Update a call to replace_phi_edge_with_variable.
1937
1938 * tree-ssa-phiopt.c: Fix comments.
1939
1940 2005-04-20 Michael Matz <matz@suse.de>
1941
1942 PR20973
1943 * reload.c (push_reload, find_dummy_reload): Check for uninitialized
1944 pseudos.
1945
1946 2005-04-20 Kazu Hirata <kazu@cs.umass.edu>
1947
1948 * tree-ssa-phiopt.c: Fix comment typos.
1949
1950 PR tree-optimization/21116
1951 * tree-ssa-phiopt.c: Fix a typo.
1952
1953 2005-04-19 Richard Henderson <rth@redhat.com>
1954
1955 * builtins.c (expand_builtin_sync_operation): Revert last change.
1956 * optabs.c (expand_bool_compare_and_swap): Compare vs old value,
1957 not vs new value.
1958 (expand_compare_and_swap_loop): Likewise.
1959 (expand_sync_operation): Remove fallback from NAND to AND; invert
1960 memory operand when expanding from cmpxchg.
1961 (expand_sync_fetch_operation): Likewise.
1962 * doc/extend.texi (Atomic Builtins): Fix docs for nand and
1963 compare-and-swap.
1964
1965 * config/alpha/alpha.c (alpha_split_atomic_op): Invert memory operand
1966 when implementing NAND. Fix double-add for AFTER.
1967 * config/alpha/sync.md (sync_nand<I48MODE>): Invert memory operand.
1968 (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
1969 (sync_compare_and_swap<I48MODE>): Fix compare vs zero. Return old
1970 memory value.
1971 (sync_lock_test_and_set<I48MODE>): Remove extra label and last
1972 memory barrier.
1973
1974 * config/i386/sync.md (sync_compare_and_swap<IMODE>): Fix pattern
1975 to return old memory value.
1976 (sync_compare_and_swap_cc<IMODE>): Likewise.
1977
1978 * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Early
1979 return pre-reload. Don't consider output or anti dependencies.
1980 * config/ia64/sync.md (IMODE): New.
1981 (modesuffix): Add QI and HI.
1982 (memory_barrier): Simplify expansion.
1983 (sync_compare_and_swap<IMODE>): Use IMODE, not I48MODE.
1984 (cmpxchg_acq_<IMODE>): Likewise.
1985 (sync_lock_test_and_set<IMODE>): Likewise.
1986 (sync_lock_release<IMODE>): Likewise.
1987
1988 2005-04-19 James A. Morrison <phython@gcc.gnu.org>
1989
1990 * fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if
1991 ~X or ~Y simplify.
1992
1993 2005-04-19 James A. Morrison <phython@gcc.gnu.org>
1994
1995 * fold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y.
1996
1997 2005-04-20 Michael Pogue <michael.pogue@sun.com>
1998 Joseph S. Myers <joseph@codesourcery.com>
1999
2000 * c.opt (Wint-to-pointer-cast, Wpointer-to-int-cast): New options.
2001 * c-typeck.c (build_c_cast): Check these options.
2002 * doc/invoke.texi: Document these options.
2003
2004 2005-04-20 Kazu Hirata <kazu@cs.umass.edu>
2005
2006 * tree-ssa-phiopt.c: Update a comment about the pass.
2007
2008 2005-04-19 Kazu Hirata <kazu@cs.umass.edu>
2009
2010 * tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
2011 config/mcore/mcore.c: Fix comment typos.
2012
2013 2005-04-19 Daniel Jacobowitz <dan@codesourcery.com>
2014
2015 * Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.
2016 * mklibgcc.in: Use $GCC_FOR_TARGET instead of ./xgcc.
2017
2018 2005-04-19 Paul Brook <paul@codesourcery.com>
2019
2020 * config/arm/arm.c (arm_init_libfuncs): Clear mod optabs.
2021
2022 2005-04-19 Andrew Haley <aph@redhat.com>
2023
2024 PR java/21022
2025 * dbxout.c (dbxout_type_fields): Check DECL_IGNORED_P before
2026 looking at a field's bitpos.
2027
2028 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2029
2030 * system.h (fopen, fdopen, freopen): Define these to the unlocked
2031 libiberty functions.
2032
2033 2005-04-19 Kazu Hirata <kazu@cs.umass.edu>
2034
2035 PR tree-optimization/21096
2036 * tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.
2037
2038 2005-04-19 Alan Modra <amodra@bigpond.net.au>
2039
2040 PR target/21098
2041 * config/rs6000/rs6000.c (rs6000_elf_end_indicate_exec_stack): New.
2042 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Use the above.
2043
2044 2005-04-19 Alexandre Oliva <aoliva@redhat.com>
2045
2046 * tree-cfg.c (dump_function_to_file): Use cfun info only if it
2047 refers to the function being dumped.
2048
2049 2005-04-18 Daniel Jacobowitz <dan@codesourcery.com>
2050
2051 * varasm.c (assemble_start_function): Remove reset of in_section.
2052
2053 2005-04-18 James A. Morrison <phython@gcc.gnu.org>
2054
2055 PR tree-optimization/21085
2056 * fold-const (fold_binary): Don't change X % -C to X % C if C has
2057 overflowed.
2058
2059 2005-04-19 Ben Elliston <bje@au.ibm.com>
2060
2061 * doc/invoke.texi (Optimize Options): Refer to the correct
2062 optimisation flag -ftree-dominator-opts, not -ftree-dom.
2063
2064 2005-04-18 Christopher Jaillet <christophe.jaillet@wanadoo.fr>
2065
2066 * config/rs6000/rs6000.c (machopic_output_stub): Increase
2067 alloca argument to be big enough.
2068
2069 2005-04-18 Alexandre Oliva <aoliva@redhat.com>
2070
2071 PR middle-end/21049
2072 * tree-cfg.c (dump_function_to_file): Do not crash if cfun or
2073 cfun->cfg are NULL.
2074
2075 2005-04-18 Tom Tromey <tromey@redhat.com>
2076
2077 * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
2078 typo.
2079
2080 2005-04-18 Richard Henderson <rth@redhat.com>
2081
2082 * config/alpha/alpha.c (alpha_split_atomic_op): New.
2083 (alphaev5_insn_pipe): Add LD_L, ST_C, MB types.
2084 (alphaev4_insn_pipe): Likewise. Correct IST and LDSYM pipes.
2085 * config/alpha/alpha-protos.h: Update.
2086 * config/alpha/alpha.md (UNSPECV_MB, UNSPECV_LL, UNSPECV_SC): New.
2087 (UNSPECV_ATOMIC, UNSPECV_CMPXCHG, UNSPECV_XCHG): New.
2088 (attr type): Add ld_l, st_c, mb.
2089 (andsi_internal, andnotsi3, iorsi_internal, one_cmplsi_internal,
2090 iornotsi3, xorsi_internal, xornotsi3): New.
2091 * config/alpha/ev4.md (ev4_ld): Add ld_l.
2092 (ev4_ist_c, ev4_mb): New.
2093 * config/alpha/ev5.md (ev5_st): Add st_c, mb.
2094 (ev5_ld_l): New.
2095 * config/alpha/ev6.md (ev6_ild): Add ld_l.
2096 (ev6_ist): Add st_c.
2097 (ev6_mb): New.
2098 * config/alpha/sync.md: New file.
2099
2100 2005-04-18 Richard Henderson <rth@redhat.com>
2101
2102 * builtins.c (expand_builtin_sync_operation): Fold nand to and
2103 for constants.
2104
2105 * optabs.c (expand_sync_operation): Fix typo expanding nand to and.
2106
2107 2005-04-18 Devang Patel <dpatel@apple.com>
2108
2109 * config/rs6000/atlivec.md (mulv4si3): New pattern.
2110
2111 2005-04-18 James A. Morrison <phython@gcc.gnu.org>
2112
2113 PR tree-optimization/20922
2114 * fold-const.c (fold_binary): Fold X - c > X and X + c < X to false.
2115 Fold X + c >= X and fold X - c <= X to true.
2116
2117 2005-04-18 James A. Morrison <phython@gcc.gnu.org>
2118
2119 * config/ia64/unwind-ia64.c (emergency_reg_state_free): Make an
2120 unsigned int.
2121 (emergency_labeled_state_free): Likewise.
2122
2123 2005-04-18 Nick Clifton <nickc@redhat.com>
2124
2125 * config/h8300/h8300.md (jump): Remove prescan parameter from
2126 calls to final_scan_insn.
2127
2128 * config/arc/arc.c (arc_output_function_epilogue): Remove prescan
2129 parameter from calls to final_scan_insn.
2130
2131 * config.gcc (m68hc12): Use the m68hc11.opt file for target
2132 specific options.
2133 (v850e, v850e1): Use the v850.opt file for target specific
2134 options.
2135
2136 2005-04-18 Kazu Hirata <kazu@cs.umass.edu>
2137
2138 PR tree-optimization/21001
2139 * tree-optimize.c (init_tree_optimization_passes): Move the
2140 first pass_forwprop immediately before pass_vrp.
2141
2142 2005-04-17 Ian Lance Taylor <ian@airs.com>
2143
2144 * c-common.def (SIZEOF_EXPR, ARROW_EXPR, ALIGNOF_EXPR): Remove.
2145 * c-common.c (c_sizeof_or_alignof_type): Change second parameter
2146 from enum tree_code op to bool is_sizeof.
2147 * c-common.h (c_sizeof_or_alignof_type): Update declaration.
2148 (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
2149 * c-pretty-print.c (pp_c_postfix_expression): Remove ARROW_EXPR
2150 case.
2151 (pp_c_unary_expression): Remove SIZEOF_EXPR and ALIGNOF_EXPR
2152 cases.
2153 (pp_c_expression): Remove ARROW_EXPR, SIZEOF_EXPR, and
2154 ALIGNOF_EXPR cases.
2155
2156 2005-04-17 Ian Lance Taylor <ian@airs.com>
2157
2158 * system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
2159
2160 2005-04-17 Richard Henderson <rth@redhat.com>
2161
2162 * config/alpha/alpha.c (va_list_skip_additions): Only define if
2163 TARGET_ABI_OSF.
2164 (TARGET_STDARG_OPTIMIZE_HOOK): Likewise.
2165 (alpha_stdarg_optimize_hook): Likewise. Allow for one more round
2166 of indirection through ssa names while looking for the gpr counter
2167 field.
2168 (alpha_setup_incoming_varargs) <TARGET_ABI_OSF>: Make use of the
2169 saved va_list_gpr_size and va_list_fpr_size.
2170
2171 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
2172
2173 * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
2174 both pointers or both integers.
2175
2176 * tree-vrp.c (maybe_add_assert_expr): Don't assert
2177 ASSERT_EXPRs for single-use variable.
2178
2179 * tree-into-ssa.c: Fix a comment typo.
2180
2181 2005-04-17 Richard Sandiford <rsandifo@redhat.com>
2182
2183 * config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as
2184 -mipsN before forcing a default of -mips2.
2185
2186 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
2187
2188 * predict.h (IS_TAKEN): Remove.
2189 * rtl.h (NOTE_PREDICTION): Likewise.
2190
2191 * modulo-sched.c (CFG_HOOKS): Remove.
2192
2193 * c-parser.c (N_C_TTYPES): Remove.
2194
2195 * tree-flow-inline.h (get_stmt_operands): Remove.
2196 * lambda-code.c, tree-ssa-loop-unswitch.c,
2197 tree-ssa-operands.c, tree-ssa-pre.c, tree-ssa-propagate.c,
2198 tree-ssa-sink.c, tree-ssa.c, tree-tailcall.c,
2199 tree-vect-transform.c, tree-vectorizer.c, tree-vrp.c): Remove
2200 calls to get_stmt_operands.
2201 * doc/tree-ssa.texi: Don't mention get_stmt_operands.
2202
2203 2005-04-17 Richard Henderson <rth@redhat.com>
2204
2205 PR target/20375
2206 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Advance a copy
2207 of CUMULATIVE_ARGS past the last named argument.
2208 (alpha_va_start): Expect pretend_args_size only if strictly less than
2209 6 named arguments.
2210
2211 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
2212
2213 PR middle-end/21024
2214 * builtins.c (expand_builtin_strcat): Convert the result of
2215 strlen to the right type.
2216 * fold-const.c (fold_binary) <PLUS_EXPR>: Use fold_convert to
2217 avoid creating type mismatches.
2218 <GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
2219 type mismatches.
2220
2221 * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
2222
2223 2005-04-16 Richard Henderson <rth@redhat.com>
2224
2225 PR target/21051
2226 * builtins.c (expand_builtin) <BUILT_IN_BOOL_COMPARE_AND_SWAP_*>:
2227 Use the mode of boolean_type_node when the user doesn't provide one.
2228 * config/ia64/sync.md (sync_lock_release<I48MODE>): Use operand 1.
2229
2230 2005-04-16 Alexandre Oliva <aoliva@redhat.com>
2231
2232 PR target/20126
2233 * loop.c (loop_givs_rescan): Handle non-replaceable (plus (reg)
2234 (const)).
2235
2236 * tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
2237 comment.
2238
2239 2005-04-16 Roger Sayle <roger@eyesopen.com>
2240 Steven Bosscher <stevenb@suse.de>
2241
2242 * fold-const.c (fold_binary_to_constant): Delete obsolete comment.
2243 (fold_unary_to_constant): Likewise.
2244
2245 2005-04-16 Kazu Hirata <kazu@cs.umass.edu>
2246
2247 * basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
2248 PROP_ASM_SCAN.
2249
2250 2005-04-16 Gerald Pfeifer <gerald@pfeifer.com>
2251
2252 * doc/install.texi (Specific): Avoid using asterisks in @anchor
2253 names related to target triplets.
2254 Remove i?86-*-esix from platform directory.
2255 Remove powerpc-*-eabiaix from platform directory.
2256
2257 2005-04-16 Joseph S. Myers <joseph@codesourcery.com>
2258
2259 PR middle-end/20491
2260 * config/ia64/ia64.c (rtx_needs_barrier): Recurse instead of
2261 falling through from SUBREG case to REG.
2262
2263 2005-04-15 Roger Sayle <roger@eyesopen.com>
2264
2265 * fold-const.c (fold_relational_hi_lo): Delete function and prototype.
2266 (fold_binary): Update comment mentioning fold_relational_hi_lo.
2267 (fold_binary_to_constant): Simplify using fold_binary.
2268 (fold_unary_to_constant): Likewise, simplify using fold_unary.
2269
2270 2005-04-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2271
2272 * gthr-posix.c (pthread_cancel): Define.
2273 (pthread_mutexattr_init): Likewise.
2274 (pthread_mutexattr_settype): Likewise.
2275 (pthread_mutexattr_destroy): Likewise.
2276
2277 2005-04-15 David S. Miller <davem@davemloft.net>
2278
2279 PR target/20673
2280 * config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
2281
2282 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
2283
2284 PR tree-optimization/21031
2285 * tree-ssa-forwprop.c (ssa_name_defined_by_comparison_p): New.
2286 (forward_propagate_into_cond_1): Call it. Forward propagate
2287 integer-integer casts into COND_EXPRs.
2288
2289 2005-04-15 Dave Korn <dave.korn@artimi.com>
2290
2291 * gcc.c (default_compilers): Clarify obscure error message when
2292 reading from standard input.
2293
2294 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
2295
2296 * basic-block.h (PROP_EQUAL_NOTES): Remove.
2297 * flow.c (propagate_one_insn): Don't use PROP_EQUAL_NOTES.
2298
2299 * tree-ssa-alias.c (init_alias_info): Remove a call to
2300 get_stmt_operands.
2301
2302 2005-04-15 Andrew MacLeod <amacleod@redhat.com>
2303
2304 * tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses
2305 of non-virtual PHI nodes like we use to.
2306
2307 2005-05-15 Paolo Bonzini <bonzini@gnu.org>
2308
2309 * genattrtab.c (ATTR_EQ_ATTR_P): Remove.
2310 (attr_copy_rtx): Do not use it.
2311
2312 2005-04-15 Andrew Macleod <amacleod@redhat.com>
2313
2314 * doc/tree-ssa.texi: Grammer/abbreviation updates.
2315
2316 2005-04-15 Diego Novillo <dnovillo@redhat.com>
2317
2318 * tree-vect-transform.c (vectorizable_store): Mark necessary
2319 objects in the vectorized store needing renaming. Update the
2320 SSA graph for V_MAY_DEF operands in the original store.
2321
2322 2005-04-14 Daniel Berlin <dberlin@dberlin.org>
2323
2324 * tree-ssa-pre.c (compute_avail): It's okay to have
2325 TREE_INVARIANT's here, and value number the resulting expressions.
2326 (create_expression_by_pieces): Make sure operands that were
2327 min_invariant when we started, stay that way.
2328
2329 2005-04-15 David Edelsohn <edelsohn@gnu.org>
2330
2331 * doc/install.texi (*-ibm-aix*): Add comment about system limits.
2332
2333 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
2334
2335 PR tree-optimization/20936.
2336 * tree-ssa-ccp.c (visit_assignment): Fix a typo.
2337
2338 2005-04-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2339
2340 * doc/invoke.texi: Fix typos.
2341 * doc/md.texi: Likewise.
2342 * doc/rtl.texi: Likewise.
2343 * doc/sourcebuild.texi: Likewise.
2344 * doc/tm.texi: Likewise.
2345
2346 2005-04-15 Uros Bizjak <uros@kss-loka.si>
2347
2348 PR tree-optimization/21004
2349 * convert.c (convert_to_integer): Convert ceilf, ceill, floorf
2350 and floorl in c99 mode only.
2351 * builtins.c (expand_builtin_int_roundingfn): Assert that
2352 fallback_fndecl is not NULL_TREE.
2353
2354 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
2355
2356 * cfgrtl.c (purge_all_dead_edge): Remove an unused argument.
2357 * basic-block.h: Update the prototype for
2358 purge_all_dead_edges.
2359 * cfgexpand.c (tree_expand_cfg): Update a call to
2360 purge_all_dead_edges.
2361 * combine.c (combine_instructions): Likewise.
2362 * passes.c (rest_of_handle_old_regalloc, rest_of_handle_cse,
2363 rest_of_handle_cse2, rest_of_handle_gcse,
2364 rest_of_handle_postreload): likewise.
2365
2366 2005-04-15 Alexandre Oliva <aoliva@redhat.com>
2367
2368 PR middle-end/20739
2369 * gimplify.c (gimplify_addr_expr): Compensate for removal of
2370 e.g. cv-qualification conversions.
2371
2372 2005-04-14 Mike Stump <mrs@apple.com>
2373
2374 * config/darwin-c.c (framework_construct_pathname): We must
2375 find all headers of a framework in the first instance of it
2376 found in the seach path.
2377
2378 2005-04-14 Kazu Hirata <kazu@cs.umass.edu>
2379
2380 PR tree-optimization/21021
2381 * tree-vrp.c (compare_values): Work around a bug in the front
2382 end that produces a comparison of mismatched types.
2383
2384 2004-04-14 Richard Henderson <rth@redhat.com>
2385
2386 * config/ia64/ia64.h (enum fetchop_code): Remove.
2387 (enum ia64_builtins): Move ...
2388 * config/ia64/ia64.c (enum ia64_builtins): ... here. Remove all
2389 members except BSP and FLUSHRS.
2390 (ia64_init_builtins): Remove __sync builtins.
2391 (ia64_expand_builtin): Likewise.
2392 (ia64_expand_fetch_and_op, ia64_expand_op_and_fetch): Remove.
2393 (ia64_expand_compare_and_swap, ia64_expand_lock_test_and_set): Remove.
2394 (ia64_expand_lock_release): Remove.
2395 * config/ia64/ia64.md (mf): Move to sync.md.
2396 (mf_internal, fetchadd_acq_si, fetchadd_acq_di, cmpxchg_acq_si,
2397 cmpxchg_acq_di, xchgsi, xchgdi): Likewise.
2398 * config/ia64/sync.md: New file.
2399 (memory_barrier): Rename from mf.
2400 (fetchadd_acq_<I48MODE>): Macroize from _si/_di patterns.
2401 (cmpxchg_acq_<I48MODE>): Likewise.
2402 (sync_lock_test_and_set<I48MODE>): Likewise.
2403
2404 * config/ia64/ia64intrin.h: Define nothing for C; limit #defines
2405 to c++. Remove __sync* declarations. s/_si/_4/. s/_di/_8/.
2406
2407 2004-04-14 Richard Henderson <rth@redhat.com>
2408
2409 * config/i386/i386.c (x86_cmpxchg, x86_xadd): New.
2410 (ix86_compare_emitted): New.
2411 (ix86_expand_compare): Use ix86_compare_emitted if set.
2412 (ix86_expand_setcc): Only emit REG_EQUAL if both ix86_compare_op0
2413 and ix86_compare_op0 are set.
2414 * config/i386/i386.h (x86_cmpxchg, x86_xadd): Declare.
2415 (TARGET_CMPXCHG, TARGET_XADD): New.
2416 (ix86_compare_emitted): Declare.
2417 * config/i386/i386.md: Include sync.md
2418 (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2): New.
2419 (UNSPECV_XCHG, UNSPECV_LOCK): New.
2420 * config/i386/sync.md: New file.
2421
2422 2004-04-14 Richard Henderson <rth@redhat.com>
2423
2424 PR middle-end/14311
2425 * builtin-types.def (BT_BOOL, BT_VOLATILE_PTR, BT_I1, BT_I2,
2426 BT_I4, BT_I8, BT_FN_VOID_VPTR, BT_FN_I1_VPTR_I1, BT_FN_I2_VPTR_I2,
2427 BT_FN_I4_VPTR_I4, BT_FN_I8_VPTR_I8, BT_FN_BOOL_VPTR_I1_I1,
2428 BT_FN_BOOL_VPTR_I2_I2, BT_FN_BOOL_VPTR_I4_I4, BT_FN_BOOL_VPTR_I8_I8,
2429 BT_FN_I1_VPTR_I1_I1, BT_FN_I2_VPTR_I2_I2, BT_FN_I4_VPTR_I4_I4,
2430 BT_FN_I8_VPTR_I8_I8): New.
2431 * builtins.def (DEF_SYNC_BUILTIN): New.
2432 (BUILT_IN_FETCH_AND_ADD_N, BUILT_IN_FETCH_AND_ADD_1,
2433 BUILT_IN_FETCH_AND_ADD_2, BUILT_IN_FETCH_AND_ADD_4,
2434 BUILT_IN_FETCH_AND_ADD_8, BUILT_IN_FETCH_AND_SUB_N,
2435 BUILT_IN_FETCH_AND_SUB_1, BUILT_IN_FETCH_AND_SUB_2,
2436 BUILT_IN_FETCH_AND_SUB_4, BUILT_IN_FETCH_AND_SUB_8,
2437 BUILT_IN_FETCH_AND_OR_N, BUILT_IN_FETCH_AND_OR_1,
2438 BUILT_IN_FETCH_AND_OR_2, BUILT_IN_FETCH_AND_OR_4,
2439 BUILT_IN_FETCH_AND_OR_8, BUILT_IN_FETCH_AND_AND_N,
2440 BUILT_IN_FETCH_AND_AND_1, BUILT_IN_FETCH_AND_AND_2,
2441 BUILT_IN_FETCH_AND_AND_4, BUILT_IN_FETCH_AND_AND_8,
2442 BUILT_IN_FETCH_AND_XOR_N, BUILT_IN_FETCH_AND_XOR_1,
2443 BUILT_IN_FETCH_AND_XOR_2, BUILT_IN_FETCH_AND_XOR_4,
2444 BUILT_IN_FETCH_AND_XOR_8, BUILT_IN_FETCH_AND_NAND_N,
2445 BUILT_IN_FETCH_AND_NAND_1, BUILT_IN_FETCH_AND_NAND_2,
2446 BUILT_IN_FETCH_AND_NAND_4, BUILT_IN_FETCH_AND_NAND_8,
2447 BUILT_IN_ADD_AND_FETCH_N, BUILT_IN_ADD_AND_FETCH_1,
2448 BUILT_IN_ADD_AND_FETCH_2, BUILT_IN_ADD_AND_FETCH_4,
2449 BUILT_IN_ADD_AND_FETCH_8, BUILT_IN_SUB_AND_FETCH_N,
2450 BUILT_IN_SUB_AND_FETCH_1, BUILT_IN_SUB_AND_FETCH_2,
2451 BUILT_IN_SUB_AND_FETCH_4, BUILT_IN_SUB_AND_FETCH_8,
2452 BUILT_IN_OR_AND_FETCH_N, BUILT_IN_OR_AND_FETCH_1,
2453 BUILT_IN_OR_AND_FETCH_2, BUILT_IN_OR_AND_FETCH_4,
2454 BUILT_IN_OR_AND_FETCH_8, BUILT_IN_AND_AND_FETCH_N,
2455 BUILT_IN_AND_AND_FETCH_1, BUILT_IN_AND_AND_FETCH_2,
2456 BUILT_IN_AND_AND_FETCH_4, BUILT_IN_AND_AND_FETCH_8,
2457 BUILT_IN_XOR_AND_FETCH_N, BUILT_IN_XOR_AND_FETCH_1,
2458 BUILT_IN_XOR_AND_FETCH_2, BUILT_IN_XOR_AND_FETCH_4,
2459 BUILT_IN_XOR_AND_FETCH_8, BUILT_IN_NAND_AND_FETCH_N,
2460 BUILT_IN_NAND_AND_FETCH_1, BUILT_IN_NAND_AND_FETCH_2,
2461 BUILT_IN_NAND_AND_FETCH_4, BUILT_IN_NAND_AND_FETCH_8,
2462 BUILT_IN_BOOL_COMPARE_AND_SWAP_N, BUILT_IN_BOOL_COMPARE_AND_SWAP_1,
2463 BUILT_IN_BOOL_COMPARE_AND_SWAP_2, BUILT_IN_BOOL_COMPARE_AND_SWAP_4,
2464 BUILT_IN_BOOL_COMPARE_AND_SWAP_8, BUILT_IN_VAL_COMPARE_AND_SWAP_N,
2465 BUILT_IN_VAL_COMPARE_AND_SWAP_1, BUILT_IN_VAL_COMPARE_AND_SWAP_2,
2466 BUILT_IN_VAL_COMPARE_AND_SWAP_4, BUILT_IN_VAL_COMPARE_AND_SWAP_8,
2467 BUILT_IN_LOCK_TEST_AND_SET_N, BUILT_IN_LOCK_TEST_AND_SET_1,
2468 BUILT_IN_LOCK_TEST_AND_SET_2, BUILT_IN_LOCK_TEST_AND_SET_4,
2469 BUILT_IN_LOCK_TEST_AND_SET_8, BUILT_IN_LOCK_RELEASE_N,
2470 BUILT_IN_LOCK_RELEASE_1, BUILT_IN_LOCK_RELEASE_2,
2471 BUILT_IN_LOCK_RELEASE_4, BUILT_IN_LOCK_RELEASE_8,
2472 BUILT_IN_SYNCHRONIZE: New.
2473 * builtins.c (called_as_built_in): Rewrite from CALLED_AS_BUILT_IN
2474 as a function. Accept __sync_ as a prefix as well.
2475 (expand_builtin_sync_operation, expand_builtin_compare_and_swap,
2476 expand_builtin_lock_test_and_set, expand_builtin_synchronize,
2477 expand_builtin_lock_release): New.
2478 (expand_builtin): Call them.
2479 * c-common.c (DEF_BUILTIN): Don't require __builtin_ prefix if
2480 neither BOTH_P nor FALLBACK_P are defined.
2481 (builtin_type_for_size): New.
2482 (sync_resolve_size, sync_resolve_params, sync_resolve_return): New.
2483 (resolve_overloaded_builtin): New.
2484 * c-common.h (resolve_overloaded_builtin): Declare.
2485 (builtin_type_for_size): Declare.
2486 * c-typeck.c (build_function_call): Invoke resolve_overloaded_builtin.
2487 * expr.c (sync_add_optab, sync_sub_optab, sync_ior_optab,
2488 sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab,
2489 sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab,
2490 sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab,
2491 sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab,
2492 sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap,
2493 sync_compare_and_swap_cc, sync_lock_test_and_set,
2494 sync_lock_release): New.
2495 * optabs.h: Declare them.
2496 * expr.h (expand_val_compare_and_swap, expand_bool_compare_and_swap,
2497 expand_sync_operation, expand_sync_fetch_operation,
2498 expand_sync_lock_test_and_set): Declare.
2499 * genopinit.c (optabs): Add sync optabs.
2500 * optabs.c (init_optabs): Initialize sync optabs.
2501 (expand_val_compare_and_swap_1, expand_val_compare_and_swap,
2502 expand_bool_compare_and_swap, expand_compare_and_swap_loop,
2503 expand_sync_operation, expand_sync_fetch_operation,
2504 expand_sync_lock_test_and_set): New.
2505 * doc/extend.texi (Atomic Builtins): New section
2506 * doc/md.texi (Standard Names): Add sync patterns.
2507
2508 2005-04-14 Alexandre Oliva <aoliva@redhat.com>
2509
2510 * tree-eh.c (lower_try_finally_copy): Generate new code in
2511 response to goto_queue entries as if the queue was sorted by
2512 index, not pointers.
2513 (lower_try_finally_switch): Likewise.
2514
2515 2005-04-14 Richard Henderson <rth@redhat.com>
2516
2517 * config/i386/i386.c (ix86_expand_sse_cmp): Split out from ...
2518 (ix86_expand_sse_movcc): ... here. Take cmp as a pre-computed
2519 register.
2520 (ix86_expand_fp_movcc): Update to match.
2521 (ix86_expand_fp_vcond, ix86_expand_int_vcond): New.
2522 * config/i386/i386-protos.h: Update.
2523 * config/i386/sse.md (vcondv4sf, vcondv2df): New.
2524 (vcond<SSEMODE124>, vcondu<SSEMODE12>): New.
2525
2526 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
2527
2528 * doc/cpp.texi, doc/install.texi: Change references to GCC 3.5 to
2529 refer to 4.0.
2530
2531 2005-04-14 Julian Brown <julian@codesourcery.com>
2532
2533 * Revert elfos.h part of my patch from 2005-04-13 for causing libstdc++
2534 link failures on ppc64 Linux.
2535
2536 2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com>
2537
2538 * config.gcc: Set cpu_type for s390.
2539
2540 2005-04-14 Daniel Berlin <dberlin@dberlin.org>
2541
2542 Fix PR tree-optimization/20963
2543 * tree-ssa-pre.c (compute_avail): Remove special case for
2544 TREE_INVARIANT.
2545 (create_expression_by_pieces): Add value numbers for forced out
2546 statements.
2547
2548 2005-04-14 Hans-Peter Nilsson <hp@axis.com>
2549
2550 * config/cris/cris.md: Replace references to (reg:SI 16) with
2551 (reg:SI CRIS_SRP_REGNUM).
2552
2553 2005-04-14 Kazu Hirata <kazu@cs.umass.edu>
2554
2555 PR tree-optimization/20657
2556 * tree-vrp.c (extract_range_from_expr): Notice INTEGER_CST to
2557 create an appropriate range from it.
2558
2559 2005-04-14 Uros Bizjak <uros@kss-loka.si>
2560
2561 * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and
2562 <UNSPEC_FIST_CEIL> case.
2563
2564 * config/i386/i386.md (UNSPEC_FIST_FLOOR, UNSPEC_FIST_CEIL): New.
2565 (*fist<mode>2_floor_1, fistdi2_floor, fistdi2_floor_with_temp)
2566 (fist<mode>2_floor, fist<mode>2_floor_with_temp): New isns patterns
2567 to implement lfloor and llfloor built-ins as x87 intrinsic function.
2568 (fistdi2_floor, fist<mode>2_floor splitters): New splitters.
2569 (lfloor<mode>2): New expanders.
2570 (*fist<mode>2_ceil_1, fistdi2_ceil, fistdi2_ceil_with_temp)
2571 (fist<mode>2_ceil, fist<mode>2_ceil_with_temp): New isns patterns
2572 to implement lceil and llceil built-ins as x87 intrinsic function.
2573 (fistdi2_ceil, fist<mode>2_ceil splitters): New splitters.
2574 (lceil<mode>2): New expanders.
2575
2576 2005-04-14 Uros Bizjak <uros@kss-loka.si>
2577
2578 * convert.c (convert_to_integer): Convert (long int)trunc{,f,l},
2579 and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR.
2580
2581 2005-04-14 Ulrich Weigand <uweigand@de.ibm.com>
2582
2583 PR target/20927
2584 * config/s390/s390-modes.def: Define TFmode.
2585
2586 2005-04-13 Richard Sandiford <rsandifo@redhat.com>
2587
2588 * config/mips/mips.h (ASM_OUTPUT_CASE_LABEL): Delete.
2589 (JUMP_TABLES_IN_TEXT_SECTION): Define.
2590 * config/mips/mips.c (mips16_insn_length): Remove reference to
2591 JUMP_TABLES_IN_TEXT_SECTION.
2592
2593 2005-04-13 Fariborz Jahanian <fjahanian@apple.com>
2594
2595 * simplify-rtx.c (simplify_binary_operation_1): Return
2596 scalar or vector of constant 0, depending on the xor's
2597 mode.
2598
2599 2005-04-13 Dale Johannesen <dalej@apple.com>
2600
2601 * objc/Make-lang.in (objc-lang.o): Depend on tree-gimple.h.
2602 (objc-act.o): Ditto.
2603 * objc/objc-act.c (objc_gimplify_expr): New.
2604 (objc_get_callee_fndecl): New.
2605 * objc/objc-act.h: Include tree-gimple.h. Declare new functions.
2606 * objc/objc-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Define.
2607 (LANG_HOOKS_GET_CALLEE_FNDECL): Define.
2608
2609 2005-04-13 Devang Patel <dpatel@apple.com>
2610
2611 * tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra
2612 temp variables.
2613
2614 2005-04-13 Hans-Peter Nilsson <hp@axis.com>
2615
2616 CRIS prologue as RTL.
2617 * config/cris/cris-protos.h (cris_emit_movem_store)
2618 (cris_expand_prologue): Prototype.
2619 * config/cris/cris.c (struct machine_function): New member
2620 stdarg_regs.
2621 (cfa_label_num, cris_target_asm_function_prologue): Remove.
2622 (TARGET_ASM_FUNCTION_PROLOGUE): Don't override.
2623 (cris_general_operand_or_gotless_symbol): Accept CRIS_UNSPEC_GOT.
2624 (cris_load_multiple_op, cris_return_address_on_stack)
2625 (cris_return_address_on_stack_for_return): ISO-Cify.
2626 (cris_store_multiple_op): New predicate function.
2627 (cris_expand_prologue, cris_emit_movem_store): New functions.
2628 (cris_print_operand) <case 'O'>: Handle modifications other than
2629 post-increment.
2630 (cris_symbol, cris_got_symbol): Return 0 for CRIS_UNSPEC_GOT.
2631 (cris_gotless_symbol): Return 1 for CRIS_UNSPEC_GOT.
2632 (cris_gen_movem_load): Rearrange slightly to make local variable
2633 src a parameter, removing osrc.
2634 (cris_setup_incoming_varargs): Set machine_function member
2635 stdarg_regs to correspond to the number of registers that need to
2636 be saved.
2637 * config/cris/cris.h (EXTRA_CONSTRAINT_S): Accept
2638 CRIS_UNSPEC_GOT.
2639 (PREDICATE_CODES): Add cris_store_multiple_op. Make
2640 cris_general_operand_or_gotless_symbol accept UNSPEC.
2641 * config/cris/cris.md (CRIS_UNSPEC_GOT): New constant.
2642 ("*movsi_internal") <alternative 8>: Handle CRIS_UNSPEC_GOT.
2643 ("*cris_store_multiple"): New pattern. Tweak common comment above
2644 this and "*cris_load_multiple".
2645 ("prologue"): New define_expand.
2646
2647 * config/cris/cris.md ("epilogue"): Conditionalize on
2648 TARGET_PROLOGUE_EPILOGUE.
2649
2650 2005-04-13 Steve Ellcey <sje@cup.hp.com>
2651
2652 PR target/20924
2653 * config/ia64/ia64.md (divsf3_internal_lat): Generate frcpa with
2654 fpsr 0 instead of fpsr 1.
2655 (divsf3_internal_thr): Ditto.
2656 (divdf3_internal_lat): Ditto.
2657 (divdf3_internal_thr): Ditto.
2658 (divxf3_internal_lat): Ditto.
2659 (divxf3_internal_thr): Ditto.
2660
2661 2005-04-13 Kazu Hirata <kazu@cs.umass.edu>
2662
2663 PR tree-optimization/20913
2664 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Fold COND_EXPR.
2665
2666 PR tree-optimization/20702
2667 * tree-vrp.c (maybe_add_assert_expr): Recurse into
2668 dominator children that haven't been walked into.
2669
2670 2005-04-13 Julian Brown <julian@codesourcery.com>
2671
2672 * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from
2673 being used for symbols with vague linkage when HAVE_GAS_COMDAT_GROUP
2674 is true.
2675
2676 2005-04-13 Kazu Hirata <kazu@cs.umass.edu>
2677
2678 * basic-block.h, tree-ssa-uncprop.c, varasm.c,
2679 config/i386/sse.md: Fix comment typos.
2680
2681 * genattrtab.c (NULL_ATTR): Remove.
2682 * ifcvt.c (NULL_EDGE): Likewise.
2683
2684 * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
2685
2686 * rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS,
2687 NOTE_PREDICT): Remove.
2688
2689 2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2690
2691 * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
2692 * configure: Regenerate.
2693 * config.in: Likewise.
2694 * system.h: Declare vsnprintf if not already declared.
2695
2696 2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2697
2698 * optc-gen.awk: Handle stand-alone Mask records.
2699 * opth-gen.awk: Likewise.
2700 * doc/options.texi (Option file format): Document them.
2701 * config.gcc (sparc-*-netbsdelf*, sparc-*-linux*, sparc64-*-freebsd*,
2702 sparc64-*-linux*, sparc64-*-netbsd*): Add long-double-switch.opt.
2703 (sparc64-*-openbsd*, sparc64-*-elf*): Add little-endian.opt.
2704 * config/sparc/sparc.h (MASK_FPU, MASK_UNALIGNED_DOUBLES,
2705 MASK_V8, MASK_SPARCLITE, MASK_SPARCLET, MASK_V9,
2706 MASK_DEPRECATED_V8_INSNS, MASK_IMPURE_TEXT, MASK_APP_REGS,
2707 MASK_HARD_QUAD, MASK_LITTLE_ENDIAN, MASK_PTR64, MASK_64BIT,
2708 MASK_STACK_BIAS, MASK_FPU_SET, MASK_VIS, MASK_V8PLUS,
2709 MASK_FASTER_STRUCTS, MASK_LONG_DOUBLE_128): Delete.
2710 (TARGET_FPU, TARGET_UNALIGNED_DOUBLES, TARGET_V8, TARGET_SPARCLITE,
2711 TARGET_SPARCLET, TARGET_V9, TARGET_DEPRECATED_V8_INSNS,
2712 TARGET_IMPURE_TEXT, TARGET_APP_REGS, MASK_HARD_QUAD,
2713 TARGET_LITTLE_ENDIAN, TARGET_PTR64, TARGET_64BIT, MASK_STACK_BIAS,
2714 TARGET_FPU_SET, TARGET_VIS, TARGET_V8PLUS, TARGET_FASTER_STRUCTS,
2715 TARGET_LONG_DOUBLE_128): Likewise.
2716 (TARGET_SWITCHES, SUBTARGET_SWITCHES): Likewise.
2717 (TARGET_OPTIONS, SUBTARGET_OPTIONS): Likewise.
2718 * config/sparc/freebsd.h (SUBTARGET_SWITCHES): Likewise.
2719 * config/sparc/linux.h (SUBTARGET_SWITCHES): Likewise.
2720 * config/sparc/linux64.h (SUBTARGET_SWITCHES): Likewise.
2721 * config/sparc/netbsd-elf.h (SUBTARGET_SWITCHES): Likewise.
2722 * config/sparc/sp64-elf.h (SUBTARGET_SWITCHES): Likewise.
2723 * config/sparc/sparc.c (fpu_option_set): New global.
2724 (sparc_handle_option): New function.
2725 (sparc_override_options): Test fpu_option_set.
2726 (TARGET_DEFAULT_TARGET_FLAGS): Set to TARGET_DEFAULT.
2727 (TARGET_HANDLE_OPTION): Set to sparc_handle_option.
2728 * config/sparc/sparc.opt: New file.
2729 * config/sparc/little-endian.opt: Likewise.
2730 * config/sparc/long-double-switch.opt: Likewise.
2731
2732 2005-04-13 Bernd Schmidt <bernd.schmidt@analog.com>
2733
2734 * config/bfin/bfin.c (bfin_lib_id_given): New static variable.
2735 (bfin_handle_options): Set it if -mshared-library-id= is seen.
2736 * config/bfin/bfin.opt (mshared-library-id=): Lose
2737 Var(bfin_lib_id_given).
2738
2739 2005-04-13 Matt Thomas <matt@3am-software.com>
2740
2741 * config/rs6000/sysv4.h (NO_IMPLICIT_EXTERN_C): undefine before
2742 defining.
2743
2744 2005-04-13 Kazu Hirata <kazu@cs.umass.edu>
2745
2746 * rtl.h (CLEAR_RTX_FLAGS): Remove.
2747
2748 * cgraphunit.c (INSNS_PER_CALL): Remove.
2749
2750 * tree-ssa-forwprop.c (vars,
2751 record_single_argument_cond_exprs,
2752 substitute_single_use_vars): Remove.
2753 (forward_propagate_into_cond_1, forward_propagate_into_cond):
2754 New.
2755 (tree_ssa_forward_propagate_single_use_vars): Call
2756 forward_propagate_into_cond for each COND_EXPR.
2757
2758 * tree-inline.c (INSNS_PER_STMT): Remove.
2759
2760 2005-04-12 Richard Henderson <rth@redhat.com>
2761
2762 * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
2763 (ix86_expand_sse_fp_minmax): ... from ...
2764 (ix86_expand_fp_movcc): ... here.
2765 (ix86_expand_sse_movcc): Rewrite from ix86_split_sse_movcc.
2766 * config/i386/i386-protos.h: Update.
2767 * config/i386/i386.md (UNSPEC_IEEE_MIN, UNSPEC_IEEE_MAX): New.
2768 (sse_setccsf, sse_setccdf): Allow before reload.
2769 (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): Remove.
2770 (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): Remove.
2771 (ieee_sminsf3, ieee_smaxsf3, ieee_smindf3, ieee_smaxdf3): New.
2772 * config/i386/sse.md (andsf3, nandsf3, iorsf3, xorsf3): New.
2773 (anddf3, nanddf3, iordf3, xordf3): New.
2774
2775 2005-04-12 Jeff Law <law@redhat.com>
2776
2777 * Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.
2778 (tree-ssa-uncprop.o): Add dependencies.
2779 * tree-cfg.c (remove_useless_stmts_bb, remove_useless_stmts): Remove.
2780 * tree-flow.h (remove_useless_stmts): Remove prototype.
2781 * tree-outof-ssa.c (rewrite_out_of_ssa): Remove call to
2782 remove_useless_stmts.
2783 * timevar.def (TV_TREE_SSA_UNCPROP): New timevar.
2784 * tree-optimize.c (init_tree_optimization_passes): Add uncprop pass.
2785 * tree-pass.h (pass_uncprop): Declare.
2786 * tree-ssa-uncprop.c: New file.
2787
2788 2005-04-12 James E. Wilson <wilson@specifixinc.com>
2789
2790 PR target/20670
2791 * unwind-ia64.c (uw_intall_context): Add missing load of r27.
2792
2793 2005-04-12 Caroline Tice <ctice@apple.com>
2794
2795 Temporary fix for partitioning problems.
2796 * passes.c (rest_of_handle_final): Remove code that
2797 frees unlikely_text_section_name,
2798 * varasm.c (assemble_start_function): Test for partitioning
2799 flag before writing out section labels.
2800 (assemble_end_function): Test for partitioning flag before
2801 writing out section labels.
2802
2803 2005-04-12 Steven Bosscher <stevenb@suse.de>
2804 Stuart Hastings <stuart@apple.com>
2805 Jan Hubicka <jh@suse.cz>
2806
2807 * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove all
2808 references to gt-tree-cfg.h.
2809 * basic-block.h (struct basic_block_def): Don't skip rbi
2810 for garbage collection.
2811 (struct reorder_block_def): Make GTY-able.
2812 (struct control_flow_graph): New structure.
2813 (n_edges, n_basic_blocks, last_basic_block, basic_block_info,
2814 BASIC_BLOCK, EXIT_BLOCK_PTR, ENTRY_BLOCK_PTR): No longer vars,
2815 but instead defines to the control_flow_graph for cfun.
2816 (label_to_block_map): New define, points to the label map of
2817 the control_flow_graph for cfun.
2818 (n_edges_for_function, n_basic_blocks_for_function,
2819 last_basic_block_for_function, basic_block_info_for_function,
2820 EXIT_BLOCK_PTR_FOR_FUNCTION, ENTRY_BLOCK_PTR_FOR_FUNCTION,
2821 basic_block_info_for_function, label_to_block_map_for_function):
2822 Counterparts for the above, taking a struct function as an extra
2823 argument.
2824 (alloc_rbi_pool, free_rbi_pool): Remove prototypes.
2825 * cfg.c: (n_edges, n_basic_blocks, last_basic_block,
2826 basic_block_info, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR): Remove.
2827 (alloc_rbi_pool, free_rbi_pool): Remove.
2828 (initialize_bb_rbi): Use ggc_alloc_cleared instead of pool_alloc.
2829 * cfglayout.c: (cfg_layout_initialize): Don't allocate the rbi pool
2830 here...
2831 (cfg_layout_finalize) ... and don't free it here.
2832 * cfgrtl.c (cfg_layout_delete_block): Zero out rbi so it gets
2833 garbage collected.
2834 * flow.c (free_basic_block_vars): Set label_to_block_map and
2835 n_edges to zero too.
2836 * function.h (struct function): Add cfg field.
2837 * function.c (allocate_struct_function): Allocate the cfg.
2838 * tree-cfg.c (label_to_block_map): Remove.
2839 (build_tree_cfg): Don't allocate the rbi pool here...
2840 (delete_tree_cfg_annotations): ...and don't free it here.
2841 Also don't nullify label_to_block_map for cfun.
2842
2843 2005-04-12 Caroline Tice <ctice@apple.com>
2844
2845 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2846 Revert my patch from April 9.
2847 (fix_edges_for_rarely_executed_code): Revert my patch from April 9.
2848 (reorder_basic_blocks): Revert my patch from April 9.
2849 (insert_section_boundary_note): Revert my patch from April 9.
2850 * dbxout.c (dbxout_function_end): Revert my patch from April 9.
2851 * dwarf2out.c (COLD_TEXT_SECTION_LABEL): Revert my patch from April 9.
2852 (COLD_END_LABEL): Revert my patch from April 9.
2853 (cold_text_section_label): Revert my patch from April 9.
2854 (cold_end_label): Revert my patch from April 9.
2855 (dwarf2out_switch_text_section): Revert my patch from April 9.
2856 (output_aranges): Revert my patch from April 9.
2857 (output_ranges): Revert my patch from April 9.
2858 (output_line_info): Revert my patch from April 9.
2859 (add_location_or_const_value_attribute): Revert my patch from April 9.
2860 (dwarf2out_var_location): Revert my patch from April 9.
2861 (dwarf2out_init): Revert my patch from April 9.
2862 (dwarf2out_finish): Revert my patch from April 9.
2863 * function.h (struct function): Revert my patch from April 9.
2864 * opts.c (decode_options): Revert my patch from April 9.
2865 * output.h (unlikely_section_label, hot_section_label,
2866 hot_section_end_label, cold_section_end_label,
2867 unlikely_text_section_name): Revert my patch from April 9.
2868 * passes.c (rest_of_handle_final): Revert my patch from April 9.
2869 * varasm.c (unlikely_section_label, hot_section_label,
2870 hot_section_end_label, cold_section_end_label,
2871 unlikely_text_section_name): Revert my patch from April 9.
2872 (initialize_cold_section_name): Revert my patch from April 9.
2873 (unlikely_text_section): Revert my patch from April 9.
2874 (in_unlikely_text_section): Revert my patch from April 9.
2875 (named_section): Revert my patch from April 9.
2876 (function_section): Revert my patch from April 9.
2877 (current_function_section): Revert my patch from April 9.
2878 (assemble_start_function): Revert my patch from April 9.
2879 (assemble_end_function): Revert my patch from April 9.
2880 (default_section_type_flags_1): Revert my patch from April 9.
2881
2882 2005-04-12 Eric Botcazou <ebotcazou@libertysurf.fr>
2883
2884 * config/sparc/sparc.h (APPLY_RESULT_SIZE): Set to 24 in 64-bit mode.
2885 * config/sparc/sparc.md (untyped_call): Save the registers manually.
2886
2887 * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32.
2888
2889 2005-04-12 Ulrich Weigand <uweigand@de.ibm.com>
2890
2891 PR middle-end/20917
2892 * config/s390/s390.md ("*set_tp"): Use SET in pattern.
2893 ("set_tp_64", "set_tp_31"): Adapt expanded pattern.
2894
2895 2004-04-12 Richard Henderson <rth@redhat.com>
2896
2897 * config/i386/i386.md (UNSPEC_FIX, UNSPEC_MOVA, UNSPEC_SHUFFLE,
2898 UNSPEC_PSHUFLW, UNSPEC_PSHUFHW, UNSPEC_ADDSUB, UNSPEC_HADD,
2899 UNSPEC_HSUB, UNSPEC_MOVSHDUP, UNSPEC_MOVSLDUP, UNSPEC_MOVDDUP): Remove.
2900 (UNSPEC_*, UNSPECV_*): Renumber.
2901
2902 2005-04-12 Frank Ch. Eigler <fche@redhat.com>
2903
2904 PR mudflap/19266
2905 From Richard Henderson <rth@redhat.com>:
2906 * tree-mudflap.c (mf_build_check_statement_for): Correct block
2907 splitting logic.
2908
2909 2005-04-12 Dorit Naishlos <dorit@il.ibm.com>
2910
2911 * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
2912
2913 2005-04-12 Bernd Schmidt <bernd.schmidt@analog.com>
2914
2915 * config/bfin/bfin.c (bfin_library_id_string): Remove.
2916 (bfin_library_id): New variable.
2917 (bfin_expand_prologue): Use bfin_library_id and bfin_lib_id_given
2918 instead of bfin_library_id_string.
2919 (bfin_handle_option): New function.
2920 (override_options): Remove most code to deal with shared library IDs,
2921 just check they aren't used without -mid-shared-library.
2922 (TARGET_HANDLE_OPTION): Define.
2923 * config/bfin/bfin.h (TARGET_OPTIONS): Delete macro.
2924 * config/bfin/bfin.opt (mshared-library-id=): New.
2925
2926 2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
2927
2928 * tree-vect-transform.c: Fix comment typos.
2929
2930 2005-04-12 Mostafa Hagog <mustafa@il.ibm.com>
2931
2932 * postreload-gcse.c (eliminate_partially_redundant_load): Don't
2933 split critical edges when not possible/profitable.
2934
2935 2005-04-12 Richard Sandiford <rsandifo@redhat.com>
2936
2937 * config/ns32k/ns32k.h (target_flags, MASK_32081, MASK_RTD)
2938 (MASK_REGPARM, MASK_32532, MASK_32332, MASK_NO_SB, MASK_NO_BITFIELD)
2939 (MASK_HIMEM, MASK_32381, MASK_MULT_ADD, MASK_SRC, MASK_IEEE_COMPARE)
2940 (TARGET_32081, TARGET_32381, TARGET_MULT_ADD, TARGET_RTD)
2941 (TARGET_REGPARM, TARGET_32532, TARGET_32332, TARGET_SB, TARGET_HIMEM)
2942 (TARGET_BITFIELD, TARGET_IEEE_COMPARE, TARGET_SWITCHES): Delete.
2943 (OVERRIDE_OPTIONS): Clear MASK_SB instead of setting MASK_NO_SB.
2944 * config/ns32k/netbsd.h (TARGET_DEFAULT): Remove MASK_NO_SB and
2945 MASK_NO_BITFIELD.
2946 * config/ns32k/ns32k.c (ns32k_handle_option): New function.
2947 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
2948 * config/ns32k/ns32k.opt: New file.
2949
2950 2005-04-12 Richard Sandiford <rsandifo@redhat.com>
2951
2952 * config.gcc (m68k-*-linux*): Add m68k/ieee.opt to $extra_options.
2953 * config/m68k/m68k.h (target_flags, MASK_68020, TARGET_68020)
2954 (MASK_68030, TARGET_68030, MASK_68040, TARGET_68040, MASK_68040_ONLY)
2955 (TARGET_68040_ONLY, MASK_68060, TARGET_68060, MASK_5200, TARGET_5200)
2956 (MASK_CFV3, TARGET_CFV3, MASK_CFV4, TARGET_CFV4, MASK_528x)
2957 (TARGET_528x, MASK_CF_HWDIV, TARGET_CF_HWDIV, MASK_68881, TARGET_68881)
2958 (MASK_BITFIELD, TARGET_BITFIELD, MASK_SHORT, TARGET_SHORT)
2959 (MASK_ALIGN_INT, TARGET_ALIGN_INT, MASK_PCREL, TARGET_PCREL)
2960 (MASK_NO_STRICT_ALIGNMENT, TARGET_STRICT_ALIGNMENT, MASK_RTD)
2961 (TARGET_RTD, MASK_SEP_DATA, TARGET_SEP_DATA, MASK_ID_SHARED_LIBRARY)
2962 (TARGET_ID_SHARED_LIBRARY, MASK_ALL_CF_BITS, TARGET_SWITCHES)
2963 (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Delete.
2964 (MASK_COLDFIRE): Formatting fixes.
2965 (TARGET_COLDFIRE): Turn into a boolean value for consistency.
2966 * config/m68k/linux.h (SUBTARGET_SWITCHES): Delete.
2967 * config/m68k/m68k.c (m68k_library_id_string): Initialize to
2968 "_current_shared_library_a5_offset_".
2969 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
2970 (MASK_ALL_CPU_BITS): New macro.
2971 (m68k_handle_option): New function.
2972 (override_options): Remove handling of m68k_library_id_string.
2973 * config/m68k/m68k.opt: New file.
2974 * config/m68k/ieee.opt: New file.
2975
2976 2005-04-11 Mark Mitchell <mark@codesourcery.com>
2977
2978 * target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2979 (TARGET_CXX_DETERMINE_CLASS_VISIBILITY): New macro.
2980 (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2981 (TARGET_CXX): Adjust accordingly.
2982 * target.h (struct gcc_target): Remove epxort_class_data. Add
2983 determine_class_data_visibility and class_data_always_comdat.
2984 * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2985 (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Document.
2986 (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2987 * config/arm/arm.c (arm_cxx_export_class_data): Remove.
2988 (arm_cxx_determine_class_data_visibility): New.
2989 (arm_cxx_class_data_always_comdat): Likewise.
2990 (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2991 (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Define.
2992 (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2993 * config/arm/arm.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P): Define.
2994 * config/arm/symbian.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P):
2995 Define.
2996
2997 2005-04-11 Devang Patel <dpatel@apple.com>
2998
2999 * tree-data-ref.c (build_classic_dist_vector,
3000 compute_subscript_distance): Make externally visible.
3001 * tree-data-ref.h (build_classic_dist_vector,
3002 compute_subscript_distance): Same.
3003 * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
3004 Check distance vector against vectorization factor.
3005 (vect_analyze_loop): Determine vectorizaion factor before
3006 analyzing data dependences.
3007 * tree-vectorizer.c (loops_num): Make it externally visible and
3008 rename ...
3009 * tree-vectorizer.c (vect_loops_num): ... new name.
3010 * tree-vectorizer.h (vect_loops_num): New.
3011
3012 2005-04-11 Devang Patel <dpatel@apple.com>
3013
3014 * tree-vect-analyze.c (vect_analyze_operations): Check
3015 vectorizable codition.
3016 * tree-vect-transform.c (vect_is_simple_cond): New function.
3017 (vectorizable_condition): New function.
3018 (vect_transform_stmt): Handle condition_vec_info_type.
3019 * tree-vectorizer.h (enum stmt_vec_info_type): Add
3020 condition_vec_info_type.
3021 (vectorizable_condition): New.
3022
3023 2005-04-11 Geoffrey Keating <geoffk@apple.com>
3024
3025 * config/i386/i386.h (TARGET_FPMATH_DEFAULT): New.
3026 * config/i386/darwin.h (TARGET_FPMATH_DEFAULT): New.
3027 * config/i386/i386.c (override_options): Use TARGET_FPMATH_DEFAULT.
3028
3029 * config/i386/darwin.h (ASM_SPEC): Use -arch i386 not -arch i686.
3030 (SUBTARGET_EXTRA_SPECS): Always 'i386'.
3031
3032 * dwarf2out.c (output_line_info): Don't try to dereference
3033 a NULL current_function_decl.
3034
3035 * config/t-slibgcc-darwin: Don't put shared libraries in
3036 directories other than $(slibdir).
3037 * config/rs6000/darwin.h: Find -m64 libgcc under the name the
3038 OS uses for it.
3039
3040 2005-04-11 Diego Novillo <dnovillo@redhat.com>
3041
3042 PR tree-optimization/20933
3043 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
3044 logic to reject aliases between read-only and writable
3045 variables ...
3046 (may_alias_p): ... here.
3047 (get_tmt_for): Do not associate read-only tags to pointers
3048 whose pointed-to type is not read-only.
3049 * tree-ssa.c (verify_ssa): Check that memory stores have at
3050 least one V_MAY_DEF or V_MUST_DEF.
3051
3052 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3053
3054 PR/17092
3055 * configure.ac (gcc_UNLOCKED_FUNCS): New.
3056 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
3057 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
3058 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
3059 _unlocked function.
3060 (fwrite_unlocked): Fix prototype.
3061
3062 * configure, config.in: Regenerate.
3063
3064 2005-04-11 David Edelsohn <edelsohn@gnu.org>
3065
3066 * tree-ssa-loop-im.c: Include real.h.
3067 (determine_invariantness_stmt): If real division divisor is
3068 invariant and flag_unsafe_math_optimizations enabled, generate
3069 invariant reciprocal for hoisting.
3070 * Makefile.in (tree-ssa-loop-im.o): Add real.h dependency.
3071
3072 2005-04-11 Daniel Berlin <dberlin@dberlin.org>
3073
3074 Fix PR tree-optimization/20926
3075
3076 * tree-ssa-alias.c (add_type_alias): Handle subvars.
3077
3078 2005-04-11 Devang Patel <dpatel@apple.com>
3079
3080 * config/rs6000.c (rs6000_emit_vector_select): Fix vector select
3081 operand ordering.
3082
3083 2005-04-11 Andrew Pinski <pinskia@physics.uc.edu>
3084
3085 * fold-const.c (fold_binary_op_with_conditional_arg):
3086 use fold_buildN instead of "fold (buildN" in some
3087 non obvious places.
3088 (fold_unary): Likewise.
3089 (fold_binary): Likewise.
3090
3091 2005-04-11 Daniel Berlin <dberlin@dberlin.org>
3092
3093 Fix PR tree-optimization/20612
3094 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix increment
3095 handling
3096 (perfect_nestify): preheaderbb is *not* part of loop of the
3097 old destination.
3098
3099 2005-04-11 Andrew Pinski <pinskia@physics.uc.edu>
3100
3101 * tree-ssa-alias.c (may_alias_p): If the variable
3102 is a global variable and the pointer is parameter
3103 and -fargument-noalias-global is used, then
3104 the pointer cannot alias the variable.
3105
3106 2005-04-11 James A. Morrison <phython@gcc.gnu.org>
3107
3108 * config/sparc/sparc.c: Use gcc_assert and gcc_unreachable.
3109 * config/sparc/sparc.h: Likewise.
3110 * config/sparc/sparc.md: Likewise.
3111
3112 2005-04-11 Kazu Hirata <kazu@cs.umass.edu>
3113
3114 * tree-vrp.c (maybe_add_assert_expr): Move a comment.
3115
3116 * tree-vrp.c: Fix a comment typo.
3117
3118 2005-04-11 Diego Novillo <dnovillo@redhat.com>
3119
3120 PR tree-optimization/20920
3121 * tree-pretty-print.c (dump_generic_node): Show '(ab)' if an
3122 SSA_NAME flows through an abnormal edge.
3123 * tree-vrp.c (infer_value_range): Ignore SSA names that flow
3124 through abnormal edges.
3125 (maybe_add_assert_expr): Likewise.
3126
3127 2005-04-11 Richard Sandiford <rsandifo@redhat.com>
3128
3129 * config/s390/s390.h (s390_tune_string, s390_arch_string)
3130 (s390_warn_framesize_string, s390_warn_dynamicstack_string)
3131 (s390_stack_size_string, s390_stack_guard_string, target_flags)
3132 (MASK_HARD_FLOAT, MASK_SMALL_EXEC, MASK_DEBUG_ARG, MASK_64BIT)
3133 (MASK_ZARCH, MASK_MVCLE, MASK_TPF_PROFILING, MASK_NO_FUSED_MADD)
3134 (MASK_BACKCHAIN, MASK_PACKED_STACK, TARGET_HARD_FLOAT)
3135 (TARGET_SOFT_FLOAT, TARGET_SMALL_EXEC, TARGET_DEBUG_ARG)
3136 (TARGET_64BIT, TARGET_ZARCH, TARGET_MVCLE, TARGET_TPF_PROFILING)
3137 (TARGET_NO_FUSED_MADD, TARGET_FUSED_MADD, TARGET_BACKCHAIN)
3138 (TARGET_PACKED_STACK, TARGET_SWITCHES, TARGET_OPTIONS): Delete.
3139 * config/s390/s390.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
3140 (TARGET_HANDLE_OPTION): Likewise.
3141 (s390_tune): Initialize to PROCESSOR_max.
3142 (s390_arch_string): Make static.
3143 (s390_tune_string, s390_warn_framesize_string): Delete.
3144 (s390_warn_dynamicstack_string, s390_stack_size_string): Delete.
3145 (s390_stack_guard_string, s390_warn_dynamicstack_p): Delete.
3146 (s390_handle_arch_option, s390_handle_option): New functions.
3147 (override_options): Remove parsing of option strings.
3148 * config/s390/s390.opt: New file.
3149
3150 2005-04-11 Paolo Bonzini <bonzini@gnu.org>
3151
3152 * tree-complex.c (expand_vector_operations): Call
3153 update_stmt_if_modified.
3154
3155 2005-04-11 Paolo Bonzini <bonzini@gnu.org>
3156
3157 * tree-vect-analyze (vect_determine_vectorization_factor):
3158 Do not use GET_MODE_NUNITS.
3159 * tree-vect-transform.c (vect_get_vec_def_for_operand,
3160 (vectorizable_load, vect_transform_loop): Likewise.
3161
3162 2005-04-11 Uros Bizjak <uros@kss-loka.si>
3163
3164 * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)
3165 (BUILT_IN_LLCEIL, BUILT_IN_LLCEILF, BUILT_IN_LLCEILL): New.
3166 * optabs.h (enum optab_index): Add new OTI_lceil.
3167 (lceil_optab): Define corresponding macro.
3168 * optabs.c (init_optabs): Initialize lceil_optab.
3169 * genopinit.c (optabs): Implement lceil_optab using lceilsi2
3170 and lceildi2 patterns.
3171 * builtins.c (expand_builtin_int_roundingfn): Handle
3172 BUILT_IN_LCEIL{,F,L} and BUILT_IN_LLCEIL{,F,L}.
3173 (fold_builtin_int_roundingfn): Handle BUILT_IN_LCEIL{,F,L} and
3174 BUILT_IN_LLCEIL{,F,L}.
3175 (fold_builtin_1): Fold BUILT_IN_LCEIL{,F,L} and
3176 BUILT_IN_LLCEIL{,F,L} using fold_builtin_int_roundingfn.
3177 (mathfn_built_in): Handle BUILT_IN LCEIL and BUILT_IN_LLCEIL.
3178 (expand_builtin): Expand BUILT_IN_LCEIL{,F,L} and
3179 BUILT_IN_LLCEIL{,F,L} using expand_builtin_int_roundingfn.
3180 * convert.c (convert_to_integer): Convert (long int)ceil{,f,l},
3181 into lceil built-in function and (long long int)ceil{,f,l} into
3182 llceil built-in function.
3183 * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LCEIL and
3184 BUILT_IN_LLCEIL.
3185
3186 2005-04-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3187
3188 * pa/quadlib.c (_U_Qfneg): Toggle sign bit instead of subtracting from
3189 zero.
3190
3191 2005-04-10 Kazu Hirata <kazu@cs.umass.edu>
3192
3193 * config/arm/arm.c: Fix a comment typo.
3194 * doc/tree-ssa.texi: Fix a typo.
3195
3196 2005-04-10 Steven Bosscher <stevenb@suse.de>
3197
3198 * cselib.c (clear_table): Rename to cselib_clear_table.
3199 * cselib.h (cselib_clear_table): Add prototype.
3200 * gcse.c (gcse_main): Make 'f' argument unused.
3201 (alloc_gcse_mem): Do not walk the insn chain, walk the contents
3202 of each basic block instead.
3203 (compute_sets, compute_hash_table_work): Likewise.
3204 (constprop_register): Change int 'alter_jumps' argument to bool.
3205 (do_local_cprop): Likewise.
3206 (local_cprop_pass): Likewise. Also walk basic blocks instead of
3207 the insn chain. Explicitly clear the cselib tables after finishing
3208 one basic block. Make sure there are no unterminated libcall blocks.
3209 Update compute_sets call.
3210 (cprop): Walk basic blocks instead of the insn chain.
3211 (one_cprop_pass, compute_ld_motion_mems, compute_store_table):
3212 Likewise.
3213 (bypass_jumps): Update alloc_gcse_mem, compute_sets, and
3214 one_cprop_pass calls.
3215
3216 2005-04-10 Richard Sandiford <rsandifo@redhat.com>
3217
3218 * combine.c (combine_simplify_rtx): Remove a transformation that
3219 relies on an invalid assumption about rtl sign-extension semantics.
3220
3221 2005-04-10 Richard Sandiford <rsandifo@redhat.com>
3222
3223 * value-prof.c (tree_divmod_fixed_value_transform): Fix arguments
3224 to build_int_cst_wide.
3225
3226 2005-04-09 Alexandre Oliva <aoliva@redhat.com>
3227
3228 PR target/20126
3229 * loop.c (loop_givs_rescan): If replacement of DEST_ADDR failed,
3230 set the original address pseudo to the correct value before the
3231 original insn, if possible, and leave the insn alone, otherwise
3232 create a new pseudo, set it and replace it in the insn.
3233 * recog.c (validate_change_maybe_volatile): New.
3234 * recog.h (validate_change_maybe_volatile): Declare.
3235
3236 2005-04-09 Caroline Tice <ctice@apple.com>
3237
3238 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
3239 Remove targetm.have_named_sections test.
3240 (fix_edges_for_rarely_executed_code): Likewise.
3241 (insert_section_boundary_note): Likewise.
3242 (reorder_basic_blocks): Check partitioning flag before calling
3243 verify_hot_cold_block_grouping.
3244 * dbxout.c (dbxout_function_end): Get hot/cold section labels from
3245 the function struct rather than global variables.
3246 * dwarf2out.c (COLD_TEXT_SECTION_LABEL): New macro.
3247 (COLD_END_LABEL): Likewise
3248 (cold_text_section_label): New static global variable.
3249 (cold_end_label): Likewise.
3250 (dwarf2out_switch_text_section): Get hot/cold section labels from
3251 the function struct rather than global variables.
3252 (output_aranges): Use cold_text_section_label and cold_end_label;
3253 check partitioning flag before putting out delta.
3254 (output_ranges): Remove incorrect code attempting to use
3255 hot/cold labels.
3256 (output_line_info): Get cold section label from function struct.
3257 (add_location_or_const_value_attribute): Likewise.
3258 (get_subprogram_die): Get hot/cold section labels from function struct.
3259 (dwarf2out_var_location): Likewise.
3260 (dwarf2out_init): Generate cold_text_section_label and cold_end_label;
3261 write out cold_text_section_label if partition flag is set.
3262 (dwarf2out_finish): Write out cold_end_label if partition flag is set;
3263 * function.h (struct function): Add new fields to point to hot/cold
3264 section labels: hot_section_label, cold_section_label,
3265 hot_section_end_label and cold_section_end_label; also add new field
3266 for cold text section name, unlikely_text_section_name.
3267 * opts.c (decode_options): Turn off partitioning flag if
3268 !targetm.have_named_sections.
3269 * output.h (hot_section_label): Remove.
3270 (hot_section_end_label): Remove.
3271 (cold_section_end_label): Remove.
3272 (unlikely_section_label): Remove.
3273 (unlikely_text_section_name): Remove.
3274 * passes.c (rest_of_handle_final): Remove code that frees
3275 unlikely_text_section_name.
3276 * varasm.c (unlikely_section_label): Remove.
3277 (hot_section_label): Remove.
3278 (hot_section_end_label): Remove.
3279 (cold_section_end_label): Remove.
3280 (unlikely_text_section_name): Remove.
3281 (initialize_cold_section_name): Modify to call
3282 targetm.strip_name_encoding; to store cold section name in current
3283 function struct, if it exists; and to only use the decl_section_name
3284 if flag_named_sections is true.
3285 (unlikely_text_section): Modify to get section name out of current
3286 function struct, if there is one; otherwise build it from
3287 UNLIKELY_EXECUTED_TEXT_SECTION_NAME.
3288 (in_unlikely_text_section): Likewise.
3289 (named_section): Modify to get/put cold section name in current function
3290 struct, if there is one.
3291 (function_section): Change 'bool unlikely' to 'int reloc'; check
3292 targetm.have_named_sections before calling named_section.
3293 (current_function_section): Likewise.
3294 (assemble_start_function): Modify to get/put unlikely_text_section_name
3295 in current function struct; modify to get hot/cold section labels
3296 from function struct; initialize labels using
3297 ASM_GENERATE_INTERNAL_LABEL;
3298 test partitioning flag before writing out hot section label.
3299 (assemble_end_function): Test partitioning flag before writing out
3300 hot/cold section labels.
3301 (default_section_type_flags_1): Modify to use array instead of
3302 char* for unlikely_text_section_name; set flags correctly for
3303 cold text section if there is not a current function decl.
3304
3305 2005-04-09 Jakub Jelinek <jakub@redhat.com>
3306
3307 * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
3308 and TI_VA_LIST_FPR_COUNTER_FIELD.
3309 (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
3310 * tree-pass.h (pass_stdarg): Add.
3311 * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
3312 * tree-stdarg.c: New file.
3313 * tree-stdarg.h: New file.
3314 * Makefile.in (OBJS-common): Add tree-stdarg.o.
3315 (tree-stdarg.o): Add dependencies.
3316 * function.h (struct function): Add va_list_gpr_size and
3317 va_list_fpr_size fields.
3318 * function.c (allocate_struct_function): Initialize them.
3319 * target.h (struct gcc_target): Add stdarg_optimize_hook.
3320 * target-def.h (TARGET_STDARG_OPTIMIZE_HOOK): Define.
3321 (TARGET_INITIALIZER): Add it.
3322
3323 * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
3324 va_list_{g,f}pr_counter_field.
3325 (ix86_setup_incoming_varargs): Don't do anything if reg_save
3326 area will not be used. Only save registers that tree-stdarg.c
3327 detected they need saving.
3328 (ix86_va_start): Don't set up fields that won't be used.
3329
3330 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
3331 va_list_{g,f}pr_counter_field.
3332 (setup_incoming_varargs): Don't do anything if reg_save
3333 area will not be used. Only save registers that tree-stdarg.c
3334 detected they need saving.
3335 (rs6000_va_start): Don't set up fields that won't be used.
3336
3337 * config/alpha/alpha.c: Include tree-flow.h and tree-stdarg.h.
3338 (alpha_build_builtin_va_list): Initialize va_list_gpr_counter_field.
3339 (va_list_skip_additions, alpha_stdarg_optimize_hook): New functions.
3340 (TARGET_STDARG_OPTIMIZE_HOOK): Define.
3341
3342 2005-04-09 Jakub Jelinek <jakub@redhat.com>
3343
3344 PR target/20795
3345 * config/i386/i386.c (construct_container): Pass empty aligned
3346 struct, union or class in memory.
3347
3348 2005-04-09 Kazu Hirata <kazu@cs.umass.edu>
3349
3350 * dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c,
3351 tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c,
3352 config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h,
3353 config/rs6000/predicates.md: Fix comment typos.
3354
3355 * sched-int.h (haifa_insn_data): Remove blockage and units.
3356 (INSN_UNIT, INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK,
3357 ENCODE_BLOCKAGE, UNIT_BLOCKED, BLOCKAGE_RANGE,
3358 MIN_BLOCKAGE_COST, MAX_BLOCKAGE_COST): Remove.
3359
3360 2005-04-09 Jan Hubicka <jh@suse.cz>
3361 Steven Bosscher <stevenb@suse.de>
3362
3363 * cfglayout.c (copy_bbs): Rename n_edges to num_edges.
3364 * cfgloop.c (get_loop_exit_edges): Likewise.
3365 * cfgloopmanip.c (fix_irreducible_loops): Likewise.
3366 (unloop): Likewise.
3367 * loop-unroll.c (analyze_insns_in_loop): Likewise.
3368 * tree-cfg.c (dump_cfg_status): Likewise.
3369
3370 2005-04-09 David Edelsohn <edelsohn@gnu.org>
3371
3372 * config/rs6000/predicates.md (altivec_register_operand): Remove
3373 redundant match_code test.
3374 (gpc_reg_operand): Same.
3375 (cc_reg_operand): Same.
3376 (cc_reg_not_cr0_operand): Same.
3377
3378 2005-04-09 Jan Hubicka <jh@suse.cz>
3379
3380 Forgotten hunk from my last merge patch:
3381 * final.c (output_addr_const): Do not call mark_referenced.
3382
3383 2005-04-09 Andrew MacLeod <amacleod@redhat.com>
3384
3385 * doc/tree-ssa.texi: Add immediate use documentation.
3386
3387 2005-04-09 Richard Earnshaw <richard.earnshaw@arm.com>
3388
3389 * arm.c (FL_WBUF): Define.
3390 (arm_tune_strongarm): Renamed from arm_is_strong. All uses changed.
3391 (arm_is_6_or_7): Delete.
3392 (arm_tune_wbuf): New.
3393 (arm_override_options): Set arm_tune_wbuf.
3394 * arm.h (arm_tune_strongarm): Renamed from arm_is_strong.
3395 (arm_is_6_or_7): Delete declaration.
3396 (arm_tune_wbuf): New declartion.
3397 * arm.md (is_strongarm): Derive from arm_tune_strongarm.
3398 (model_wbuf): Derive from arm_tune_wbuf.
3399 * arm-cores.def (arm600, arm610, arm620, arm700, arm700i, arm710)
3400 (arm720, arm710c, arm7100, arm7500, arm7500fe, arm710t, arm720t)
3401 (arm740t): Mark CPUs as having a write buffer.
3402
3403 2005-04-09 Uros Bizjak <uros@kss-loka.si>
3404
3405 * config/i386/i386.md (*fp_jcc_7_387): Use 'const0_operand' instead
3406 of 'const_double_operand' in operand 2 constraints. Update enable
3407 condition.
3408
3409 2005-04-09 Uros Bizjak <uros@kss-loka.si>
3410
3411 * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)
3412 (BUILT_IN_LLFLOOR, BUILT_IN_LLFLOORF, BUILT_IN_LLFLOORL): New.
3413 * optabs.h (enum optab_index): Add new OTI_lfloor.
3414 (lfloor_optab): Define corresponding macro.
3415 * optabs.c (init_optabs): Initialize lfloor_optab.
3416 * genopinit.c (optabs): Implement lfloor_optab using lfloorsi2
3417 and lfloordi2 patterns.
3418 * builtins.c (expand_builtin_int_roundingfn): New prototype.
3419 (expand_builtin_int_roundingfn): New function.
3420 (fold_builtin_int_roundingfn): New prototype.
3421 (fold_builtin_int_roundingfn): New function, renamed from
3422 fold_builtin_lround.
3423 Handle BUILT_IN_LROUND{,F,L}, BUILT_IN_LLROUND{,F,L} and
3424 BUILT_IN_LFLOOR{,F,L}, BUILT_IN_LLFLOOR{,F,L}.
3425 (fold_builtin_1): Fold BUILT_IN_LFLOOR{,F,L} and
3426 BUILT_IN_LLFLOOR{,F,L} using fold_builtin_int_roundingfn.
3427 (mathfn_built_in): Handle BUILT_IN LFLOOR and BUILT_IN_LLFLOOR.
3428 (expand_builtin): Expand BUILT_IN_LFLOOR{,F,L} and
3429 BUILT_IN_LLFLOOR{,F,L} using expand_builtin_int_roundingfn.
3430 * convert.c (convert_to_integer): Convert (long int)floor{,f,l},
3431 into lfloor built-in function and (long long int)floor{,f,l} into
3432 llfloor built-in function.
3433 * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LFLOOR and
3434 BUILT_IN_LLFLOOR.
3435
3436 2005-04-08 Ian Lance Taylor <ian@airs.com>
3437
3438 * c-common.def: Move FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
3439 CONTINUE_STMT, and SWITCH_STMT to cp/cp-tree.def.
3440 * c-common.h (WHILE_COND, WHILE_BODY): Move to cp/cp-tree.h.
3441 (DO_COND, DO_BODY): Likewise.
3442 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
3443 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
3444 (c_common_stmt_codes): Remove FOR_STMT, WHILE_STMT, DO_STMT,
3445 BREAK_STMT, CONTINUE_STMT, and SWITCH_STMT.
3446 (build_continue_stmt, build_break_stmt): Don't declare.
3447 (c_do_switch_warnings): Update declaration.
3448 * c-gimplify.c (enum bc_t): Remove.
3449 (struct c_gimplify_ctx, ctxp): Remove.
3450 (push_context, pop_context): Remove static functions.
3451 (c_genericize): Don't call push_context or pop_context.
3452 (begin_bc_block, finish_bc_block): Remove static functions.
3453 (build_bc_goto): Likewise.
3454 (gimplify_c_loop): Likewise.
3455 (gimplify_for_stmt, gimplify_while_stmt): Likewise.
3456 (gimplify_do_stmt, gimplify_switch_stmt): Likewise.
3457 (c_gimplify_expr): Remove handling of FOR_STMT, WHILE_STMT,
3458 DO_STMT, SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
3459 * c-common.c (c_do_switch_warnings): Rename from
3460 c_do_switch_warnings_1.
3461 (c_do_switch_warnings) [old version]: Remove.
3462 (c_do_switch_expr_warnings): Remove.
3463 * c-typeck.c (c_finish_case): Call new c_do_switch_warnings
3464 function instead of c_do_switch_expr_warnings.
3465 * c-dump.c (c_dump_tree): Remove handling of BREAK_STMT,
3466 CONTINUE_STMT, DO_STMT, FOR_STMT, SWITCH_STMT, and WHILE_STMT.
3467 * c-pretty-print.c (pp_c_statement): Likewise.
3468 * c-semantics.c (build_break_stmt, build_continue_stmt): Remove.
3469
3470 2005-04-08 Devang Patel <dpatel@apple.com>
3471
3472 * tree-if-conv.c (find_phi_replacement_condition): New parameter, loop.
3473 While selecting replacement condition pay attention to loop header.
3474
3475 2005-04-08 Diego Novillo <dnovillo@redhat.com>
3476
3477 Merge from tree-cleanup-branch: VRP, store CCP, store
3478 copy-prop, incremental SSA updating of FUD chains and
3479 newly exposed symbols.
3480
3481 * Makefile.in (tree-ssa-copy.o): Depend on tree-ssa-propagate.h.
3482 (OBJS-common): Add tree-vrp.o.
3483 (tree-vrp.o): New rule.
3484 * basic-block.h (nearest_common_dominator_for_set): Declare.
3485 * common.opt (ftree-store-ccp): New flag.
3486 (ftree-copy-prop): New flag.
3487 (ftree-vrp): New flag.
3488 (ftree-store-copy-prop): New flag.
3489 * dominance.c (nearest_common_dominator_for_set): New.
3490 * domwalk.c (walk_dominator_tree): Only traverse
3491 statements in blocks marked in walk_data->interesting_blocks.
3492 * domwalk.h (struct dom_walk_data): Add field interesting_blocks.
3493 * fold-const.c (fold): Handle ASSERT_EXPR.
3494 * opts.c (decode_options): Set flag_tree_copy_prop at -O1.
3495 Set flag_tree_store_ccp, flag_tree_store_copy_prop and
3496 flag_tree_vrp at -O2.
3497 * timevar.def (TV_TREE_VRP): Define.
3498 (TV_TREE_COPY_PROP): Define.
3499 (TV_TREE_STORE_COPY_PROP): Define.
3500 (TV_TREE_SSA_INCREMENTAL): Define.
3501 (TV_TREE_STORE_CCP): Define.
3502 * tree-cfg.c (tree_can_merge_blocks_p): Remove reference
3503 to kill_redundant_phi_nodes from comment.
3504 (verify_expr): Handle ASSERT_EXPR.
3505 * tree-dfa.c (mark_new_vars_to_rename): Remove second
3506 argument. Update all users.
3507 (mark_call_clobbered_vars_to_rename): Remove. Update all
3508 users.
3509 * tree-flow-inline.h (unmodifiable_var_p): New.
3510 * tree-flow.h (enum value_range_type): Declare.
3511 (struct value_range_def): Declare.
3512 (value_range): Declare.
3513 (remove_all_phi_nodes_for): Remove. Update all users.
3514 (find_phi_node_for): Declare.
3515 (add_type_alias): Declare.
3516 (count_uses_and_derefs): Declare.
3517 (kill_redundant_phi_nodes): Remove.
3518 (rewrite_into_ssa): Remove.
3519 (rewrite_def_def_chains): Remove.
3520 (update_ssa, register_new_name_mapping, create_new_def_for,
3521 need_ssa_update_p, name_registered_for_update_p,
3522 release_ssa_name_after_update_ssa, dump_repl_tbl,
3523 debug_repl_tbl, dump_names_replaced_by,
3524 debug_names_replaced_by, mark_sym_for_renaming,
3525 mark_set_for_renaming, get_current_def, set_current_def,
3526 get_value_range, dump_value_range, debug_value_range,
3527 dump_all_value_ranges, debug_all_value_ranges,
3528 expr_computes_nonzero, loop_depth_of_name,
3529 unmodifiable_var_p): Declare.
3530 * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle
3531 ASSERT_EXPR.
3532 * tree-into-ssa.c (block_defs_stack): Update comment.
3533 (old_ssa_names, new_ssa_names, old_virtual_ssa_names,
3534 syms_to_rename, names_to_release, repl_tbl,
3535 need_to_initialize_update_ssa_p, need_to_update_vops_p,
3536 need_to_replace_names_p): New locals.
3537 (NAME_SETS_GROWTH_FACTOR): Define.
3538 (struct repl_map_d): Declare.
3539 (struct mark_def_sites_global_data): Add field
3540 interesting_blocks.
3541 (enum rewrite_mode): Declare.
3542 (REGISTER_DEFS_IN_THIS_STMT): Define.
3543 (compute_global_livein): Use last_basic_block instead of
3544 n_basic_blocks.
3545 (set_def_block): Remove last argument. Update all callers.
3546 (prepare_use_operand_for_rename): Remove. Update all callers.
3547 (prepare_def_operand_for_rename): Remove. Update all callers.
3548 (symbol_marked_for_renaming): New.
3549 (is_old_name): New.
3550 (is_new_name): New.
3551 (repl_map_hash): New.
3552 (repl_map_eq): New.
3553 (repl_map_free): New.
3554 (names_replaced_by): New.
3555 (add_to_repl_tbl): New.
3556 (add_new_name_mapping): New.
3557 (mark_def_sites): Assume that all the operands in the
3558 statement are in normal form.
3559 (find_idf): Assert that the block in the stack is valid.
3560 (get_default_def_for): New.
3561 (insert_phi_nodes_for): Add new argument 'update_p'.
3562 Add documentation.
3563 If update_p is true, add a new mapping between the LHS of
3564 each new PHI and the name that it replaces.
3565 (insert_phi_nodes_1): Only call find_idf if needed.
3566 (get_reaching_def): Call get_default_def_for.
3567 (rewrite_operand): Remove.
3568 (rewrite_stmt): Do nothing if REGISTER_DEFS_IN_THIS_STMT
3569 and REWRITE_THIS_STMT are false.
3570 Assume that all the operands in the statement are in
3571 normal form.
3572 (rewrite_add_phi_arguments): Don't use PHI_REWRITTEN.
3573 (rewrite_virtual_phi_arguments): Remove.
3574 (invalidate_name_tags): Remove.
3575 (register_new_update_single, register_new_update_set,
3576 rewrite_update_init_block, replace_use,
3577 rewrite_update_fini_block, rewrite_update_stmt,
3578 rewrite_update_phi_arguments): New.
3579 rewrite_blocks): Remove argument 'fix_virtual_phis'.
3580 Add arguments 'entry', 'what' and 'blocks'.
3581 Initialize the dominator walker according to 'what' and
3582 'blocks'.
3583 Start the dominator walk at 'entry'.
3584 (mark_def_site_blocks): Add argument 'interesting_blocks'.
3585 Use it to configure the dominator walker.
3586 (rewrite_into_ssa): Remove argument 'all'.
3587 Make internal.
3588 (rewrite_all_into_ssa): Remove.
3589 (rewrite_def_def_chains): Remove.
3590 (mark_def_interesting, mark_use_interesting,
3591 prepare_phi_args_for_update, prepare_block_for_update,
3592 prepare_def_site_for, prepare_def_sites,
3593 dump_names_replaced_by, debug_names_replaced_by,
3594 dump_repl_tbl, debug_repl_tbl, init_update_ssa,
3595 delete_update_ssa, create_new_def_for,
3596 register_new_name_mapping, mark_sym_for_renaming,
3597 mark_set_for_renaming, need_ssa_update_p,
3598 name_registered_for_update_p, ssa_names_to_replace,
3599 release_ssa_name_after_update_ssa,
3600 insert_updated_phi_nodes_for, update_ssa): New.
3601 * tree-loop-linear.c (linear_transform_loops): Call
3602 update_ssa instead of rewrite_into_ssa.
3603 * tree-optimize.c (vars_to_rename): Remove.
3604 Update all users.
3605 (init_tree_optimization_passes): Replace
3606 pass_redundant_phi with pass_copy_prop.
3607 Add pass_vrp.
3608 Replace pass_ccp with pass_store_ccp.
3609 Add pass_store_copy_prop after pass_store_ccp.
3610 (execute_todo): If the TODO_ flags don't include updating
3611 the SSA form, assert that it does not need to be updated.
3612 Call update_ssa instead of rewrite_into_ssa and
3613 rewrite_def_def_chains.
3614 If TODO_verify_loops is set, call verify_loop_closed_ssa.
3615 (tree_rest_of_compilation):
3616 * tree-pass.h (TODO_dump_func, TODO_ggc_collect,
3617 TODO_verify_ssa, TODO_verify_flow, TODO_verify_stmts,
3618 TODO_cleanup_cfg): Renumber.
3619 (TODO_verify_loops, TODO_update_ssa,
3620 TODO_update_ssa_no_phi, TODO_update_ssa_full_phi,
3621 TODO_update_ssa_only_virtuals): Define.
3622 (pass_copy_prop, pass_store_ccp, pass_store_copy_prop, pass_vrp):
3623 Declare.
3624 * tree-phinodes.c (make_phi_node): Update documentation.
3625 (remove_all_phi_nodes_for): Remove.
3626 (find_phi_node_for): New.
3627 * tree-pretty-print.c (dump_generic_node): Handle ASSERT_EXPR.
3628 * tree-scalar-evolution.c (follow_ssa_edge_in_rhs): Likewise.
3629 (interpret_rhs_modify_expr): Likewise.
3630 * tree-sra.c (decide_instantiations): Mark all symbols in
3631 SRA_CANDIDATES for renaming.
3632 (mark_all_v_defs_1): Rename from mark_all_v_defs.
3633 (mark_all_v_defs): New function. Update all users to call it
3634 with the whole list of scalarized statements, not just the
3635 first one.
3636 * tree-ssa-alias.c (count_ptr_derefs): Make extern.
3637 (compute_flow_insensitive_aliasing): If the tag is
3638 unmodifiable and the variable isn't or vice-versa, don't
3639 make them alias of each other.
3640 (setup_pointers_and_addressables): If the type tag for
3641 VAR is about to change, mark the old one for renaming.
3642 (add_type_alias): New.
3643 * tree-ssa-ccp.c: Document SSA-CCP and STORE-CCP.
3644 (ccp_lattice_t): Rename from latticevalue.
3645 (value): Remove. Update all users.
3646 (const_val): New local variable.
3647 (do_store_ccp): New local variable.
3648 (dump_lattice_value): Handle UNINITIALIZED.
3649 (debug_lattice_value): New.
3650 (get_default_value): Re-write.
3651 (set_lattice_value): Re-write.
3652 (def_to_varying): Remove. Update all users.
3653 (likely_value): Return VARYING for statements that make
3654 stores when STORE_CCP is false.
3655 Return VARYING for any statement other than MODIFY_EXPR,
3656 COND_EXPR and SWITCH_EXPR.
3657 (ccp_initialize): Re-write.
3658 (replace_uses_in, replace_vuse_in, substitute_and_fold):
3659 Move to tree-ssa-propagate.c.
3660 (ccp_lattice_meet): Handle memory stores when
3661 DO_STORE_CCP is true.
3662 (ccp_visit_phi_node): Likewise.
3663 (ccp_fold): Likewise.
3664 (evaluate_stmt): Likewise.
3665 (visit_assignment): Likewise.
3666 (ccp_visit_stmt): Likewise.
3667 (execute_ssa_ccp): Add argument 'store_ccp'. Copy it
3668 into DO_STORE_CCP.
3669 (do_ssa_ccp): New.
3670 (pass_ccp): Use it.
3671 (do_ssa_store_ccp): New.
3672 (gate_store_ccp): New.
3673 (pass_store_ccp): Declare.
3674 * tree-ssa-copy.c: Include tree-ssa-propagate.h.
3675 (may_propagate_copy): Reformat.
3676 Don't abort if ORIG is a virtual and DEST isn't.
3677 If NEW does not have alias information but DEST does,
3678 copy it.
3679 (copy_of, cached_last_copy_of, do_store_copy_prop, enum
3680 copy_prop_kind, which_copy_prop): Declare.
3681 (stmt_may_generate_copy, get_copy_of_val,
3682 get_last_copy_of, set_copy_of_val, dump_copy_of,
3683 copy_prop_visit_assignment, copy_prop_visit_cond_stmt,
3684 copy_prop_visit_stmt, copy_prop_visit_phi_node,
3685 init_copy_prop, fini_copy_prop, execute_copy_prop,
3686 gate_copy_prop, do_copy_prop, gate_store_copy_prop,
3687 store_copy_prop): New.
3688 (pass_copy_prop, pass_store_copy_prop): Declare.
3689 * tree-ssa-dom.c (struct opt_stats_d): Add fields
3690 'num_const_prop' and 'num_copy_prop'.
3691 (cprop_operand): Update them.
3692 (dump_dominator_optimization_stats): Dump them.
3693 (tree_ssa_dominator_optimize): Call update_ssa instead of
3694 rewrite_into_ssa.
3695 (loop_depth_of_name): Declare extern.
3696 (simplify_cond_and_lookup_avail_expr): Guard against NULL
3697 values for LOW or HIGH.
3698 (cprop_into_successor_phis): Only propagate if NEW != ORIG.
3699 (record_equivalences_from_stmt): Call expr_computes_nonzero.
3700 (cprop_operand): Only propagate if VAL != OP.
3701 * tree-ssa-dse.c (dse_optimize_stmt): Mark symbols in removed
3702 statement for renaming.
3703 * tree-ssa-loop-im.c (move_computations): Call update_ssa.
3704 * tree-ssa-loop-ivopts.c (rewrite_address_base): Call
3705 add_type_alias if necessary.
3706 Call mark_new_vars_to_rename.
3707 (tree_ssa_iv_optimize): If new symbols need to be renamed,
3708 mark every statement updated, call update_ssa and
3709 rewrite_into_loop_closed_ssa.
3710 * tree-ssa-loop-manip.c (add_exit_phis): Do not remove DEF_BB
3711 from LIVEIN if VAR is a virtual.
3712 * tree-ssa-loop.c (tree_loop_optimizer_init): Call update_ssa.
3713 * tree-ssa-operands.c (get_expr_operands): Handle ASSERT_EXPR.
3714 (get_call_expr_operands): Reformat statement.
3715 (add_stmt_operand): Don't create V_MAY_DEFs for read-only
3716 symbols.
3717 * tree-ssa-propagate.c (ssa_prop_init): Initialize
3718 SSA_NAME_VALUE for every name.
3719 (first_vdef, stmt_makes_single_load, stmt_makes_single_store,
3720 get_value_loaded_by): New.
3721 (replace_uses_in, replace_vuses_in, replace_phi_args_in,
3722 substitute_and_fold): Move from tree-ssa-ccp.c.
3723 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t,
3724 first_vdef, stmt_makes_single_load, stmt_makes_single_store,
3725 get_value_loaded_by, replace_uses_in, substitute_and_fold):
3726 Declare.
3727 * tree-ssa.c (verify_use): Fix error message.
3728 (propagate_into_addr, replace_immediate_uses, get_eq_name,
3729 check_phi_redundancy, kill_redundant_phi_nodes,
3730 pass_redundant_phi): Remove. Update all users.
3731 * tree-vect-transform.c (vect_create_data_ref_ptr): Call
3732 add_type_alias, if necessary.
3733 * tree-vectorizer.h (struct _stmt_vect_info): Update
3734 documentation for field 'memtag'.
3735 * tree-vrp.c: New file.
3736 * tree.def (ASSERT_EXPR): Define.
3737 * tree.h (ASSERT_EXPR_VAR): Define.
3738 (ASSERT_EXPR_COND): Define.
3739 (SSA_NAME_VALUE_RANGE): Define.
3740 (struct tree_ssa_name): Add field 'value_range'.
3741 (PHI_REWRITTEN): Remove.
3742 (struct tree_phi_node): Remove field 'rewritten'.
3743 * doc/invoke.texi (-fdump-tree-storeccp, -ftree-copy-prop,
3744 -ftree-store-copy-prop): Document.
3745 * doc/tree-ssa.texi: Remove broken link to McCAT's compiler.
3746 Document usage of update_ssa.
3747
3748 2005-04-08 David Edelsohn <edelsohn@gnu.org>
3749
3750 PR target/20814
3751 * config/rs6000/predicates.md (altivec_register_operand): Accept
3752 SUBREG.
3753 (and64_operand): Do not limit CONST_INT to mask64_operand.
3754 (and64_2_operand): Do not limit CONST_INT to mask64_1or2_operand.
3755 (and_operand): Do not limit CONST_INT to mask_operand.
3756
3757 2005-04-09 Hans-Peter Nilsson <hp@axis.com>
3758
3759 PR rtl-optimization/20466
3760 * flow.c (invalidate_mems_from_set): Handle a MEM by checking it
3761 for overlap of the address of each list member.
3762 (mark_set_1): Call invalidate_mems_from_set for MEMs too.
3763
3764 2005-04-08 Mike Stump <mrs@apple.com>
3765
3766 * config/darwin.c (indirect_data): Fix typo in strncmp logic.
3767
3768 * config/rs6000/rs6000.c (rs6000_emit_prologue): Use 5 nops,
3769 instead of 4.
3770
3771 2005-04-08 Kazu Hirata <kazu@cs.umass.edu>
3772
3773 * c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.
3774
3775 * function.c (push_function_context_to): Don't set
3776 contains_functions.
3777 * function.h (function): Remove contains_functions.
3778 (current_function_contains_functions): Remove.
3779
3780 * function.h (function): Remove instrument_entry_exit.
3781 (current_function_instrument_entry_exit): Remove.
3782
3783 * function.h (nonlocal_labels): Remove.
3784
3785 * tree.h (STRIP_MAIN_TYPE_NOPS): Remove.
3786
3787 * genattrtab.c (attr_desc): Remove negative_ok and unsigned_p.
3788 (check_attr_value, write_attr_get, write_expr_attr_cache,
3789 find_attr, make_internal_attr): Don't reference negative_ok or
3790 unsigned_p.
3791 * genattrtab.h (ATTR_NEGATIVE_OK, ATTR_UNSIGNED,
3792 ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
3793 (ATTR_STATIC): Adjust the value.
3794
3795 * c-common.h (C_ARTIFICIAL_STRING_P): Remove.
3796
3797 2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
3798
3799 * config/s390/tpf.h (ASM_SPEC): Define.
3800
3801 2005-04-08 Kazu Hirata <kazu@cs.umass.edu>
3802
3803 * tree-flow.h: Remove the prototype for
3804 redirect_immediate_uses.
3805 (TDFA_USE_OPS, TDFA_USE_VOPS): Remove.
3806
3807 2005-04-08 Richard Earnshaw <richard.earnshaw@arm.com>
3808
3809 * arm.c (arm_const_double_by_parts): New function.
3810 * arm-protos.h (arm_const_double_by_parts): Add prototype.
3811 * arm.md (define_split for 64-bit constants): Add another one.
3812
3813 2005-04-08 Andrew MacLeod <amacleod@redhat.com>
3814
3815 * tree-ssa-operands.c (correct_use_link): Remove linear scan.
3816
3817 2005-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3818
3819 * system.h: Revert last change.
3820
3821 2005-04-08 Richard Sandiford <rsandifo@redhat.com>
3822
3823 * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)
3824 (MASK_CONST16, TARGET_NO_FUSED_MADD, TARGET_CONST16)
3825 (TARGET_SWITCHES): Delete.
3826 * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
3827 * config/xtensa/xtensa.md (muladdsf3, mulsubsf3): Check
3828 TARGET_FUSED_MADD instead of !TARGET_NO_FUSED_MADD.
3829 * config/xtensa/xtensa.opt: New file.
3830
3831 2005-04-08 Ben Elliston <bje@au.ibm.com>
3832
3833 * config/fp-bit.c: Include L_mul_tf in #endif comment.
3834 * config/fp-bit.h: Tidy comments.
3835
3836 2005-04-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3837
3838 * system.h: Poison PARAMS.
3839
3840 2005-04-07 Richard Sandiford <rsandifo@redhat.com>
3841
3842 * config/vax/vax.h (target_flags, MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
3843 (MASK_G_FLOAT, TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT)
3844 (TARGET_SWITCHES): Delete.
3845 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
3846 * config/vax/vax.opt: New file.
3847
3848 2005-04-07 Daniel Berlin <dberlin@dberlin.org>
3849
3850 * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
3851
3852 2005-04-07 Ian Lance Taylor <ian@airs.com>
3853
3854 * config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't
3855 define.
3856 * config/mips/mips.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise.
3857 * config/sparc/sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE):
3858 Likewise.
3859
3860 2005-04-07 Kazu Hirata <kazu@cs.umass.edu>
3861
3862 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Consider
3863 all immediate uses in PHI nodes.
3864
3865 2005-04-07 Richard Earnshaw <richard.earnshaw@arm.com>
3866
3867 * arm.c (arm_const_double_inline_cost): Handle any constant by
3868 using gen_lowpart and gen_highpart_mode.
3869 (note_invalid_constants): All constants in an RTX with a constraint
3870 that permits memory are now pushed to the constant pool.
3871 (output_move_double): Delete code to handle reg to reg and
3872 constant to reg moves.
3873 (const_double_needs_minipool, output_mov_immediate): Delete.
3874 * arm.h (EXTRA_CONSTRAINT_STR_ARM): All 'D' variants now handle
3875 CONST_INT and CONST_VECTOR.
3876 * arm.md (ANY64): New mode macro.
3877 (arm_movdi): Split reg-reg and const-reg moves. Simplify constraints.
3878 (movdf_soft_insn): Split reg-reg and const-reg moves.
3879 (split patterns for 64-bit constant and register moves): New.
3880 * cirrus.md (cirrus_arm_movdi): Split reg-reg and const-reg moves.
3881 (cirrus_movdf_hard_insn): Likewise.
3882 * fpa.md (movdf_fpa): Likewise.
3883 * iwmmxt.md (iwmmxt_arm_movdi): Likewise.
3884 (movv8qi_internal, movv4hi_internal, movv2si_internal): Fix
3885 constraints.
3886 (movv2si_internal_2): Likewise.
3887 * vfp.md (arm_movdi_vfp): Split reg-reg and const-reg moves.
3888 (movdf_vfp): Likewise.
3889 * arm-protos.h (output_mov_immediate): Delete prototype.
3890
3891 2005-04-07 Joseph S. Myers <joseph@codesourcery.com>
3892
3893 PR target/20093
3894 * simplify-rtx.c (simplify_unary_operation_1): Check
3895 SUBREG_PROMOTED_UNSIGNED_P (op) > 0 for zero-extension.
3896
3897 2005-04-06 James E Wilson <wilson@specifixinc.com>
3898
3899 PR target/20717
3900 * cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
3901 ADDR_EXPR.
3902
3903 2004-04-06 Richard Sandiford <rsandifo@redhat.com>
3904
3905 * coverage.h (GCOV_TYPE_NODE): Delete.
3906 * coverage.c (coverage_counter_alloc, tree_coverage_counter_ref)
3907 (build_ctr_info_type): Use get_gcov_type () instead of GCOV_TYPE_NODE.
3908 * tree-profile.c (tree_gen_edge_profiler, tree_gen_interval_profiler)
3909 (tree_gen_pow2_profiler, tree_gen_one_value_profiler): Likewise.
3910 * value-prof.c (tree_divmod_fixed_value_transform): Delete.
3911
3912 2004-04-06 Richard Sandiford <rsandifo@redhat.com>
3913
3914 PR other/20792
3915 * Makefile.in (gcc.pot): Remove options.c dependency.
3916 * optc-gen.awk: Don't quote help strings with N_().
3917
3918 2005-04-06 James A. Morrison <phython@gcc.gnu.org>
3919
3920 * c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if
3921 the function returns a pointer type.
3922
3923 2005-04-06 Daniel Berlin <dberlin@dberlin.org>
3924
3925 * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): New
3926 * params.h (SALIAS_MAX_IMPLICIT_FIELDS): New
3927 * doc/invoke.texi: Documnet salias-max-implicit-fields.
3928 * tree-ssa-alias.c (struct used_part): Add implicit_uses and
3929 explicit_uses members.
3930 (get_or_create_used_part_for): Initialize new fields.
3931 (fieldoff_compare): New function.
3932 (create_overlap_variables_for): Count number of fields, use
3933 heuristic to determine whether to create subvars for vars with
3934 only implicit uses.
3935 Sort the field list by offset and avoid creating duplicate SFT's.
3936
3937 2005-04-06 Richard Sandiford <rsandifo@redhat.com>
3938
3939 * c.opt (-F): Remove trailing whitespace from help string.
3940 (-finput-charset): Use a tab to separate the switch name and help
3941 string.
3942 * common.opt (-fsched-stalled-insns, -fsched-stalled-insns-dep)
3943 (-ftree-vectorizer-verbose): Likewise.
3944
3945 2005-04-06 Kazu Hirata <kazu@cs.umass.edu>
3946
3947 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Look at
3948 a PHI argument where a use occurs instead of all PHI arguments.
3949
3950 2005-04-06 Joseph S. Myers <joseph@codesourcery.com>
3951
3952 * c-decl.c (finish_decl): Apply pending #pragma weak regardless of
3953 scope.
3954
3955 2005-04-06 Kazu Hirata <kazu@cs.umass.edu>
3956
3957 * cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c,
3958 tree-ssa-sink.c, tree.h, config/bfin/bfin.c,
3959 config/bfin/bfin.h: Fix comment typos.
3960
3961 2005-04-06 Ranjit Mathew <rmathew@hotmail.com>
3962
3963 * doc/install.texi: Update the URL for Jacks.
3964 * doc/sourcebuild.texi: Likewise.
3965
3966 2005-04-06 Eric Botcazou <ebotcazou@libertysurf.fr>
3967
3968 PR target/17245
3969 * config/sparc/sparc.c (legitimate_address_p): Remove 'imm2'.
3970 Revert 2004-10-08 patch. Reject TFmode LO_SUM in 32-bit mode.
3971
3972 2005-04-06 Kelley Cook <kcook@gcc.gnu.org>
3973
3974 * Makefile.in (LIBGCC2_CFLAGS): Revert -pipe change.
3975
3976 2005-04-06 Richard Sandiford <rsandifo@redhat.com>
3977
3978 * config/v850/v850-protos.h (override_options): Delete.
3979 * config/v850/v850.h (target_flags, MASK_GHS, MASK_LONG_CALLS, MASK_EP)
3980 (MASK_PROLOG_FUNCTION, MASK_DEBUG, MASK_V850, MASK_V850E)
3981 (MASK_SMALL_SLD, MASK_BIG_SWITCH, MASK_NO_APP_REGS, MASK_DISABLE_CALLT)
3982 (MASK_STRICT_ALIGN, MASK_US_BIT_SET, MASK_US_MASK_SET, TARGET_GHS)
3983 (TARGET_LONG_CALLS, TARGET_EP, TARGET_PROLOG_FUNCTION, TARGET_V850)
3984 (TARGET_BIG_SWITCH, TARGET_DEBUG, TARGET_V850E, TARGET_US_BIT_SET)
3985 (TARGET_SMALL_SLD, TARGET_DISABLE_CALLT, TARGET_NO_APP_REGS)
3986 (TARGET_STRICT_ALIGN, TARGET_SWITCHES, TARGET_OPTIONS)
3987 (OVERRIDE_OPTIONS): Delete.
3988 (MASK_CPU): Redefine as MASK_V850 | MASK_V850E.
3989 (small_memory_info): Remove the value field.
3990 (CONDITIONAL_REGISTER_USAGE): Check !TARGET_APP_REGS rather than
3991 TARGET_NO_APP_REGS.
3992 * config/v850/v850.c (small_memory): Remove the value field.
3993 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
3994 (override_options): Delete.
3995 (v850_handle_memory_option, v850_handle_option): New functions.
3996 * config/v850/v850.opt: New file.
3997
3998 2005-04-06 Geoffrey Keating <geoffk@apple.com>
3999
4000 * config.host: Add a section for generic hosts, and a subsection
4001 for Darwin. Add a case for x86-darwin. Update ppc-darwin case.
4002 * config/host-darwin.c: New, split out of config/rs6000/host-darwin.c.
4003 * config/host-darwin.h: New.
4004 * config/x-darwin: New.
4005 * config/i386/host-i386-darwin.c: New.
4006 * config/i386/x-darwin: New.
4007 * config/rs6000/host-darwin.c: Include host-darwin.h.
4008 (darwin_rs6000_gt_pch_get_address): Move to config/host-darwin.c.
4009 (darwin_rs6000_gt_pch_use_address): Likewise.
4010 * config/rs6000/x-darwin: Change name of .o built, update
4011 dependencies for changes to rs6000/host-darwin.c.
4012
4013 2005-04-06 Ralf Corsepius <ralf.corsepius@rtems.org>
4014
4015 PR target/17824
4016 * config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.
4017
4018 2005-04-06 Dorit Naishlos <dorit@il.ibm.com>
4019
4020 * tree-vect-analyze.c (vect_analyze_loop_form): Call
4021 split_loop_exit_edge instead of loop_split_edge_with.
4022
4023 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4024
4025 * config/rs6000/altivec.md (UNSPEC_VSLW, UNSPEC_SUBS,
4026 UNSPEC_SET_VSCR): New constants, used throughout.
4027 (*andc3_v4sf): New.
4028 (altivec_vspltisb, altivec_vsplitish, altivec_vsplitisw):
4029 Replace with...
4030 (altivec_vspltis<VI_char>): ... this pattern, using
4031 a QImode const_int_operand for the immediate.
4032 (abs<mode>2, absv4sf2, altivec_abss_<mode>): Rewrite as
4033 define_expands.
4034
4035 2005-04-06 Ralf Corsepius <ralf.corsepius@rtems.org>
4036
4037 PR target/17822
4038 * config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.
4039
4040 2005-04-06 Kelley Cook <kcook@gcc.gnu.org>
4041
4042 * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
4043
4044 2005-04-06 Ben Elliston <bje@au.ibm.com>
4045
4046 * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
4047 DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
4048 macros as living in "this file" and not gcc.h.
4049
4050 2005-04-06 Ben Elliston <bje@au.ibm.com>
4051
4052 * doc/invoke.texi (Optimize Options): Mention -ftree-lrs, not
4053 -ftree-live_range_split. Perhaps renamed at some point?
4054
4055 2005-04-06 Zdenek Dvorak <dvorakz@suse.cz>
4056
4057 PR target/20625
4058 * tree-ssa-loop-ivopts.c (generic_type_for): New function.
4059 (add_candidate_1): Use generic_type_for instead of unsigned_type_for.
4060
4061 2005-04-06 Zdenek Dvorak <dvorakz@suse.cz>
4062
4063 * tree-flow.h (number_of_iterations_cond): Declaration removed.
4064 * tree-ssa-loop-niter.c (number_of_iterations_cond): Made static.
4065 (number_of_iterations_special): New function.
4066 (number_of_iterations_exit): Use number_of_iterations_special.
4067 Use simplify_using_outer_evolutions only at -O3.
4068 (number_of_iterations_cond, tree_simplify_using_condition,
4069 simplify_using_initial_conditions, loop_niter_by_eval,
4070 compare_trees, can_count_iv_in_wider_type_bound,
4071 simplify_using_outer_evolutions): Use fold_build.
4072
4073 2005-04-05 Thomas Fitzsimmons <fitzsim@redhat.com>
4074
4075 * doc/install.texi (Configuration): Document --with-java-home.
4076
4077 2005-04-05 Richard Henderson <rth@redhat.com>
4078
4079 PR target/20342
4080 PR target/20447
4081 * config/i386/i386.c (print_operand): Handle vector zeros.
4082 (ix86_split_to_parts): Handle CONST_VECTOR.
4083 (ix86_hard_regno_mode_ok): Allow MMX modes in general regs.
4084 (ix86_modes_tieable_p): Use ix86_hard_regno_mode_ok to decide
4085 what modes to tie for MMX and SSE registers.
4086 * config/i386/i386.h (MMX_REG_MODE_P): Remove.
4087 * config/i386/i386.md: Extend move 0 -> xor peephole to apply
4088 to vector modes as well.
4089 * config/i386/predicates.md (const0_operand): Handle VOIDmode
4090 properly as an input mode.
4091
4092 2005-04-05 Andrew MacLeod <amacleod@redhat.com>
4093
4094 * tree-ssa-operands.c (verify_abort): Use %p for pointers.
4095
4096 2005-04-05 Andrew MacLeod <amacleod@redhat.com>
4097
4098 * tree-pretty-print.c (dump_generic_node): Use %p for pointer.
4099
4100 2005-04-05 Jakub Jelinek <jakub@redhat.com>
4101
4102 * config/i386/i386.c (init_cumulative_args): For -m32 -mfpmath=sse
4103 and local functions, set sse_nregs to 8 and float_in_sse.
4104 (function_arg_advance, function_arg): If float_in_sse, pass
4105 SFmode and DFmode arguments in SSE registers.
4106 * config/i386/i386.h (CUMULATIVE_ARGS): Add float_in_sse field.
4107
4108 * config/i386/i386.c (ix86_value_regno): Only optimize local functions
4109 of -funit-at-a-time.
4110
4111 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4112
4113 * config/i386/i386-protos.h (ix86_function_value): Accept two
4114 arguments, like the target macro.
4115 * config/i386/i386.h (FUNCTION_VALUE): Pass both arguments.
4116 * config/i386/i386.c (ix86_function_value): Accept the second
4117 argument of the target macro.
4118 (ix86_function_ok_for_sibcall): Pass a function pointer to
4119 ix86_function_value.
4120 (ix86_function_value, ix86_libcall_value) [!TARGET_64BIT]: Adjust
4121 call to ix86_value_regno).
4122 (ix86_value_regno): Add support for returning floating point values
4123 in SSE registers.
4124
4125 2005-04-05 Jakub Jelinek <jakub@redhat.com>
4126
4127 PR tree-optimization/20076
4128 * tree-inline.c (inline_forbidden_p_1): Prevent inlining functions
4129 that call __builtin_return or __builtin_apply_args.
4130
4131 2005-04-05 Andrew MacLeod <amacleod@redhat.com>
4132
4133 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.
4134 Use immediate use iterator.
4135 (stmt_is_bumper_for_loop): Use immediate use iterator.
4136 * predict.c (strip_builtin_expect): Use update_stmt.
4137 * tree-cfg.c (update_modified_stmts): New. Call update_stmt_if_modified
4138 on all elements of a STATEMENT_LIST.
4139 (bsi_insert_before, bsi_insert_after): Call update_modified_stmts.
4140 (bsi_remove): Remove imm_use links and mark the stmt as modified.
4141 (bsi_replace): Mark stmt as modified and the update it.
4142 * tree-complex.c (update_complex_assignment): Call mark_stmt_modified.
4143 (expand_complex_libcal): Call update_stmt.
4144 (expand_complex_comparison): Call mark_stmt_modified.
4145 (expand_complex_operations_1): Call update_stmt_if_modified.
4146 (expand_vector_operations_1): Call mark_stmt_modified.
4147 * tree-dfa.c (compute_immediate_uses, free_df_for_stmt, free_df,
4148 compute_immediate_uses_for_phi, compute_immediate_uses_for_stmt,
4149 add_immediate_use, redirect_immediate_use,
4150 redirect_immediate_uses, dump_immediate_uses, debug_immediate_uses,
4151 dump_immediate_uses_for, debug_immediate_uses_for): Delete.
4152 (mark_new_vars_to_rename): Call update_stmt.
4153 * tree-dump.c (dump_option_value_in): Add "stmtaddr".
4154 * tree-flow-inline.h (modify_stmt): Rename to mark_stmt_modified.
4155 Ignore PHI nodes.
4156 (unmodify_stmt): Delete.
4157 (update_stmt): New. Force an update of a stmt.
4158 (update_stmt_if_modified): update a stmt if it is out of date.
4159 (get_stmt_operands): Verify stmt is NOT modified.
4160 (stmt_modified_p): Update comment.
4161 (delink_imm_use): Remove a use node from its immuse list.
4162 (link_imm_use_to_list): Link a use node to a specific list.
4163 (link_imm_use): Link a node to the correct list.
4164 (set_ssa_use_from_ptr): Set a use node to a specific value, and insert
4165 it in the correct list, if appropriate.
4166 (link_imm_use_stmt): Link a use node, and set the stmt pointer.
4167 (relink_imm_use): Link a use node in place of another node in a list.
4168 (relink_imm_use_stmt): LInk a node in place of another node, and set
4169 the stmt pointer.
4170 (end_safe_imm_use_traverse): New. Terminate a safe immuse iterator.
4171 (end_safe_imm_use_p): New. Check for the end of a safe immuse iterator.
4172 (first_safe_imm_use): New. Initialize a safe immuse iterator.
4173 (next_safe_imm_use): New. Proceed to next safe immuse iterator value.
4174 (end_readonly_imm_use_p): New. Check for end of a fast immuse iterator.
4175 (first_readonly_imm_use): New. Initialize a fast immuse iterator.
4176 (next_readonly_imm_use): New. Get the next fast immuse iterator value.
4177 (has_zero_uses): New. Return true if there are no uses of a var.
4178 (has_single_use): New. Return true if there is only a single use of a
4179 variable.
4180 (single_imm_use): New. Return the simgle immediate use.
4181 (num_imm_uses): New. Return the number of immediate uses.
4182 (get_v_must_def_ops): Use is now a pointer.
4183 (use_operand_p, get_v_may_def_op_ptr, get_vuse_op_ptr,
4184 get_v_must_def_kill_ptr, get_phi_arg_def_ptr): Return the address of
4185 the use node.
4186 (get_immediate_uses, num_immediate_uses, immediate_use): Delete.
4187 (delink_stmt_imm_use): Delink all immuses from a stmt.
4188 (phi_arg_index_from_use): New. Return a phi arg index for a use.
4189 * tree-flow.h (struct dataflow_d): Delete.
4190 (immediate_use_iterator_d): New. Immediate use iterator struct.
4191 (FOR_EACH_IMM_USE_FAST): New. Macro for read only immuse iteration.
4192 (FOR_EACH_IMM_USE_SAFE): New. Macro for write-safe immuse iteration.
4193 (BREAK_FROM_SAFE_IMM_USE): New. Macro for earlyu exit from write-safe
4194 iteration.
4195 (struct stmt_ann_d): Remove dataflow_t from struct.
4196 * tree-if-conv.c (tree_if_conversion). Don't call free_df.
4197 (if_convertible_phi_p): Use FAST immuse iterator.
4198 (if_convertible_loop_p): Don't call compute_immediate_uses.
4199 (replace_phi_with_cond_modify_expr): Call update_stmt.
4200 * tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites): Call
4201 update_stmt_if_modified.
4202 (rewrite_all_into_ssa): Initialize ssa operands.
4203 * tree-loop-linear.c (linear_transform_loops): Don't call free_df or
4204 compute_immediate_uses.
4205 * tree-optimize.c (execute_todo): Call verify_ssa whenever the
4206 ssa_property is available.
4207 (execute_one_pass): Change parameters passed to execute_todo.
4208 * tree-outof-ssa.c (rewrite_trees): Don't call modify_stmt.
4209 (remove_ssa_form): Call fini_ssa_operands.
4210 (insert_backedge_copies): Delete call to modify_stmt.
4211 * tree-phinodes.c (make_phi_node): Initialize use nodes.
4212 (release_phi_node): Delink any use nodes before releasing.
4213 (resize_phi_node): Relink any use nodes.
4214 (remove_phi_arg_num): Delink the use node.
4215 (remove_phi_node): Release the ssa_name AFTER releasing the phi node.
4216 (remove_all_phi_nodes_for): Release phi node first.
4217 * tree-pretty-print.c (dump_generic_node): Print stmt address.
4218 * tree-sra.c (mark_all_v_defs): Call update_stmt_if_modified.
4219 (scalarize_use, scalarize_copy): Call update_stmt.
4220 * tree-ssa-alias.c (compute_may_aliases): Update all modified stmts.
4221 (compute_points_to_and_addr_escape): Call mark_stmt_modified.
4222 * tree-ssa-cpp.c (need_imm_uses_for): Delete.
4223 (ccp_initialize): Remove call to compute_immediate_uses.
4224 (substitute_and_fold, execute_fold_all_builtins): Call update_stmt.
4225 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Update all modified
4226 stmts.
4227 (simplify_cond_and_lookup_avail_expr): Call mark_stmt_modified.
4228 (simplify_switch_and_lookup_avail_expr): Call mark_stmt_modified.
4229 (eliminate_redundant_computations): Call mark_stmt_modified.
4230 (cprop_operand): Call mark_stmt_modified.
4231 (optimize_stmt): Call update_stmt_if_modified and mark_stmt_modified.
4232 * tree-ssa-dse.c (fix_phi_uses, fix_stmt_v_may_defs): Delete.
4233 (dse_optimize_stmt): Use new immuse interface.
4234 (tree_ssa_dse): Remove calls to compute_immediate_uses and free_df.
4235 * tree-ssa-forwprop.c (need_imm_uses_for): Delete.
4236 (substitute_single_use_vars): Use new immuse interface.
4237 (tree_ssa_forward_propagate_single_use_vars): Remove calls to free_df
4238 and compute_immediate_uses.
4239 * tree-ssa-loop-im.c (single_reachable_address): Use new immuse
4240 interface.
4241 (rewrite_mem_refs): Call update_stmt.
4242 (determine_lsm): Remove call to compute_imm_uses and free_df.
4243 * tree-ssa-loop-ivcanon.c (create_canonical_iv): Call update_stmt.
4244 (try_unroll_loop_completely): Call update_stmt.
4245 * tree-ssa-loop-ivopts.c (rewrite_address_base): Call update_stmt.
4246 (rewrite_use_compare): Call update_stmt.
4247 (compute_phi_arg_on_exit): Insert each stmt before trying to process.
4248 (rewrite_use) : Call update_stmt.
4249 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Add arg to call.
4250 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Call
4251 update_stmt.
4252 * tree-ssa-operands.c (NULL_USE_OPERAND_P): Remove declaration.
4253 (allocate_use_optype, allocate_vuse_optype): Adjust allocation size.
4254 (free_uses, free_vuses, free_v_may_defs, free_v_must_defs): Delink
4255 use nodes.
4256 (initialize_vuse_operand): New. Initialize a vuse operand.
4257 (initialize_v_may_def_operand): New. Initialize a maydef operand.
4258 (initialize_v_must_def_operand): New. Initialize a mustdef operand.
4259 (finalize_ssa_defs): Use stmt parameter.
4260 (correct_use_link): Ensure a use node is in the correct list, and has
4261 the correct stmt pointer.
4262 (finalize_ssa_uses, finalize_ssa_v_may_defs, finalize_ssa_vuses,
4263 finalize_ssa_v_must_defs): Also initialize use nodes.
4264 (finalize_ssa_stmt_operands): Pass extra stmt operands.
4265 (build_ssa_operands): Seperate parsing from final operand construction.
4266 (parse_ssa_operands): New. Parse entry point for operand building.
4267 (swap_tree_operands): New. Swap 2 tree operands.
4268 (update_stmt_operands): Ranamed from get_stmt_operands. Always builds
4269 operands.
4270 (get_expr_operands): Call swap_tree_operands when needed.
4271 (copy_virtual_operands): Use initialize routines for virtual use ops.
4272 (create_ssa_artficial_load_stmt): Add extra stmt parameter.
4273 (verify_abort): New. Issue imm_use error.
4274 (verify_imm_links): New Verify imm_use links for a var.
4275 (dump_immediate_uses_for): New. Dump imm_uses for a var to file.
4276 (dump_immediate_uses): New. Dump imm_uses for all vars to file.
4277 (debug_immediate_uses): New. Dump imm_uses for all vars to stderr.
4278 (debug_immediate_uses_for): New. Dump imm_uses for a var to stderr.
4279 * tree-ssa-operands.h (struct use_operand_ptr): Delete.
4280 (NULL_USE_OPERAND_P) Define.
4281 (use_optype_d, v_def_use_operand_type, vuse_optype_d): Add immediate
4282 use node.
4283 (struct vuse_operand_type): New struct.
4284 (SET_USE): Call set_ssa_use_from_ptr.
4285 (USE_STMT): Define.
4286 (PHI_ARG_INDEX_FROM_USE): Define.
4287 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Set the phi
4288 argument via SET_USE, not PHI_ARG_DEF_TREE.
4289 * tree-ssa-pre.c (eliminate): Call update_stmt.
4290 * tree-ssa-propagate.c (cfg_blocks_get): Use imm_use iterators. Don't
4291 call free_df.
4292 * tree-ssa-sink.c (all_immediate_uses_same_place): Use imm_use iterator.
4293 (nearest_common_dominator_of_uses): Use imm_use iterator.
4294 (statement_sink_location): Use imm_use iterator and interface.
4295 (execute_sink_code): Don't call compute_immediate_uses or free-df.
4296 * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Use
4297 PHI_ARG_DEF, not PHI_ARG_DEF_TREE.
4298 * tree-ssa.c (verify_use, verify_phi_args): Verify some imm_use info.
4299 (verify_ssa): Ensure no stmt is marked modify after optimization pass
4300 if new parameter is true.
4301 (init_tree_ssa): Don't initialize operand cache here.
4302 (delete_tree_ssa): Don't destroy operand cache here.
4303 (propagate_into_addr): Pass in a use pointer, return true if anything
4304 was changed.
4305 (replace_immediate_uses): Use imm_use iterator, call update_stmt.
4306 (check_phi_redundancy): Use imm_use iterator.
4307 (kill_redundant_phi_nodes): Don't call compute_immediate_uses or
4308 free_df.
4309 * tree-ssanames.c (make_ssa_name): Initialize imm_use node.
4310 (release_ssa_name): Delink node and all elements in its imm_use list.
4311 * tree-tailcall.c (adjust_return_value): Call update_stmt.
4312 * tree-vect-analyze.c (vect_stmt_relevant_p): Use imm_use iterator.
4313 * tree-vectorizer.c (need_imm_uses_for): Delete.
4314 (vectorize_loops): Dont call compute_immediate_uses or free_df.
4315 * tree.h (struct ssa_imm_use_d): Define.
4316 (SSA_NAME_IMM_USE_NODE): Define.
4317 (struct tree_ssa_name): Add imm_use node.
4318 (PHI_DF): Delete.
4319 (PHI_ARG_IMM_USE_NODE): Define.
4320 (struct phi_arg_d): Add imm_use node.
4321 (struct tree_phi_node): Remove struct dataflow_d element.
4322 (TDF_STMTADDR): Define.
4323
4324 2005-04-05 Dale Johannesen <dalej@apple.com>
4325
4326 * doc/invoke.texi (Optimization Options): Remove
4327 duplicate -fcse-follow-jumps. Add -fweb.
4328 (-ftree-lim): Fix spelling (-ftree-loop-im, invariants).
4329 (-fivcanon): Fix spelling (-ftree-loop-ivcanon).
4330
4331 2005-04-05 Per Bothner <per@bothner.com>
4332
4333 * tree-ssa.c (execute_early_warn_uninitialized): Pass context node
4334 to talk_tree as 'data' parameter, rather than EXPR_LOCUS.
4335 (warn_uninit): Get EXPR_LOCUS from context now instead.
4336 This fixes a USE_MAPPED_LOCATION testsuite failure.
4337
4338 * tree-ssa.c (warn_uninitialized_var): Remove useless local.
4339
4340 2005-04-05 Per Bothner <per@bothner.com>
4341
4342 * c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location
4343 of the artification 'return 0' in main() to BUILTINS_LOCATION.
4344 * tree-cfg.c (remove_bb): Check that location isn't BUILTINS_LOCATION
4345 before warning.
4346
4347 2004-04-05 Devang Patel <dpatel@apple.com>
4348
4349 * config/rs600/altivec.md (altivec_vsr<VI_char>): Rename to ..
4350 (lhsr<mode>3): ... new name.
4351 (altivec_vsra<VI_char>): Rename to ..
4352 (ashr<mode>3): ... new name.
4353 * config/rs6000/rs6000.c (builtin_description): Rename shift
4354 operations.
4355
4356 2004-04-05 Paolo Bonzini <bonzini@gnu.org>
4357
4358 * combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use
4359 gen_lowpart_for_combine.
4360 * cse.c (gen_lowpart_if_possible): Move...
4361 * rtlhooks.c (gen_lowpart_if_possible): ... here. Also try
4362 gen_lowpart_SUBREG.
4363 (gen_lowpart_no_emit_general): Use it.
4364
4365 2005-04-05 Eric Botcazou <ebotcazou@libertysurf.fr>
4366
4367 * config/sparc/sparc.c (TARGET_ASM_FILE_END): Undefine before
4368 overriding.
4369
4370 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4371
4372 * system.h: Fix typo.
4373
4374 2005-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
4375
4376 * config/bfin/bfin-modes.def: New file.
4377 * config/bfin/bfin-protos.h: New file.
4378 * config/bfin/bfin.c: New file.
4379 * config/bfin/bfin.h: New file.
4380 * config/bfin/bfin.md: New file.
4381 * config/bfin/bfin.opt: New file.
4382 * config/bfin/crti.s: New file.
4383 * config/bfin/crtn.s: New file.
4384 * config/bfin/elf.h: New file.
4385 * config/bfin/lib1funcs.asm: New file.
4386 * config/bfin/predicates.md: New file.
4387 * config/bfin/t-bfin: New file.
4388 * config/bfin/t-bfin-elf: New file.
4389 * doc/extend.texi (exception_handler, kspisusp, nesting, nmi_handler):
4390 Document new attributes.
4391 (interrupt, interrupt_handler, saveall): Update documentation for
4392 these attributes.
4393 * doc/install.texi (Specific): Add entry for the Blackfin.
4394 * doc/invoke.texi (Blackfin Options): New section.
4395 * doc/md.texi (Blackfin family): New section to document constraints.
4396 * config.gcc: Add bfin*-* and bfin*-elf configurations.
4397
4398 2005-04-05 Olivier Hainque <hainque@adacore.com>
4399
4400 * config/mips/iris6.h (DWARF_FRAME_RETURN_COLUMN): Redefine to
4401 match what the system unwinder expects.
4402 * config/mips/mips.c (mips_frame_set): If we're saving the return
4403 address register and the dwarf return address column number differs
4404 from the hard register number, adjust the note reg to refer to the
4405 former.
4406
4407 2004-04-05 Richard Sandiford <rsandifo@redhat.com>
4408
4409 * config/mn10300/mn10300-protos.h (mn10300_override_options): Declare.
4410 * config/mn10300/mn10300.h (target_flags, TARGET_MULT_BUG)
4411 (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
4412 (processor_type): New enum.
4413 (mn10300_processor): New variable.
4414 (TARGET_AM33, TARGET_AM33_2): Redefine in terms of mn10300_processor.
4415 (PROCESSOR_DEFAULT, OVERRIDE_OPTIONS): New macros.
4416 * config/mn10300/linux.h (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
4417 (PROCESSOR_DEFAULT): New macro.
4418 * config/mn10300/mn10300.c (mn10300_processor): New variable.
4419 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
4420 (mn10300_handle_option, mn10300_override_options): New functions.
4421 * config/mn10300/mn10300.opt: New file.
4422
4423 2005-04-05 Eric Botcazou <ebotcazou@libertysurf.fr>
4424 Sebastian Pop <sebastian.pop@cri.ensmp.fr>
4425
4426 PR tree-optimization/19903
4427 * tree-chrec.c (chrec_convert): Return chrec_dont_know for constants
4428 that don't fit in their type after conversion.
4429
4430 2005-04-05 Uros Bizjak <uros@kss-loka.si>
4431
4432 PR target/20421
4433 * config/i386/i386.md (frndintxf2_floor, frndintxf2_ceil)
4434 (frndintxf2_trunc, frndintxf2_mask_pm): Add FLAGS_REG clobber.
4435 Allocate local stack slots here. Set ix86_optimize_mode_switching.
4436 flag here. Implement using define_insn_and_split.
4437 (frndintxf2_floor_i387, frndintxf2_ceil_i387, frndintxf2_trunc_i387)
4438 (frndintxf2_mask_pm_i387): New insn patterns.
4439 (floorsf2, floordf2, floorxf2): Remove local stack slot allocations.
4440 Do not set ix86_optimize_mode_switching flag.
4441 (ceilsf2, ceildf2, ceilxf2): Same.
4442 (btruncsf2, btruncdf2, btruncxf2): Same.
4443 (nearbyintsf2, nearbyintdf2, nearbyintxf2): Same.
4444
4445 2005-04-05 Ian Lance Taylor <ian@airs.com>
4446
4447 PR debug/9963
4448 * config/i386/cygming.h (ASM_OUTPUT_EXTERNAL): Pass DECL to
4449 i386_pe_record_external_function.
4450 (i386_pe_record_external_function): Update declaration.
4451 * config/i386/winnt.c (struct extern_list): Add decl field.
4452 (i386_pe_record_external_function): Add decl parameter.
4453 (i386_pe_file_end): Check TREE_ASM_WRITTEN on decl, not
4454 identifier.
4455 * config/i386/i386-protos.h (i386_pe_record_external_function):
4456 Update declaration.
4457
4458 2005-04-05 Kazu Hirata <kazu@cs.umass.edu>
4459
4460 * config/m68k/m68k-protos.h: Add a prototype for
4461 valid_dbcc_comparison_p_2.
4462 * config/m68k/m68k.c (not_sp_operand, symbolic_operand,
4463 extend_operator, const_uint32_operand, const_sint32_operand,
4464 general_src_operand, nonimmediate_src_operand,
4465 memory_src_operand, post_inc_operand, pre_dec_operand,
4466 pcrel_address): Move to predicates to predicates.md.
4467 * config/m68k/m68k.h (PREDICATE_CODES): Remove.
4468 * config/m68k/m68k.md: Include predicates.md.
4469 * config/m68k/predicates.md: New.
4470
4471 2005-04-04 Roger Sayle <roger@eyesopen.com>
4472
4473 * config/i386/i386.md (*truncdfsf2_i387_1): New pattern.
4474
4475 * fold-const.c (maybe_lvalue_p): Delete orphaned comment.
4476
4477 2005-04-04 Ian Lance Taylor <ian@airs.com>
4478
4479 * c-typeck.c (struct c_switch): Rename switch_stmt field to
4480 switch_expr.
4481 (c_start_case): Build SWITCH_EXPR, not SWITCH_STMT.
4482 (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND.
4483 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
4484 Call c_do_switch_expr_warnings rather than c_do_switch_warnings.
4485 * c-common.c (c_do_switch_warnings_1): New static function broken
4486 out of c_do_switch_warnings.
4487 (c_do_switch_warnings): Call c_do_switch_warnings_1.
4488 (c_do_switch_expr_warnings): New function.
4489 * c-common.h (c_do_switch_expr_warnings): Declare.
4490
4491 2005-04-04 David Edelsohn <edelsohn@gnu.org>
4492 Daniel Jacobowitz <dan@codesourcery.com>
4493
4494 * tree-eh.c (tree_could_trap_p): Allow non-constant floating point
4495 trapping divide.
4496 * rtlanal.c (may_trap_p): Same.
4497
4498 2005-04-04 Dale Johannesen <dalej@apple.com>
4499
4500 * ChangeLog: remove reference to ChangeLog.12.
4501
4502 2005-04-05 Hans-Peter Nilsson <hp@axis.com>
4503
4504 CRIS epilogue as RTL.
4505 * config/cris/cris.md: Change all 0 in unspec 0 to
4506 CRIS_UNSPEC_PLT.
4507 (CRIS_UNSPEC_PLT, CRIS_UNSPEC_FRAME_DEALLOC): New constants.
4508 ("*cris_load_multiple", "cris_frame_deallocated_barrier"): New
4509 patterns.
4510 ("return"): Change to define_expand. Call cris_expand_return for
4511 actual expansion.
4512 ("*return_expanded"): New pattern.
4513 ("epilogue"): New define_expand.
4514 * config/cris/cris.h (PREDICATE_CODES): Add
4515 cris_load_multiple_op.
4516 * config/cris/cris.c (ASSERT_PLT_UNSPEC): Correct test for unspec
4517 type.
4518 (enum cris_retinsn_type): New.
4519 (struct machine_function): New member return_type.
4520 (TARGET_ASM_FUNCTION_EPILOGUE): Don't override.
4521 (cris_target_asm_function_epilogue): Remove, moving RTLified
4522 contents to...
4523 (cris_expand_epilogue): New function.
4524 (cris_reg_saved_in_regsave_area, cris_movem_load_rest_p,
4525 (cris_gen_movem_load, cris_load_multiple_op)
4526 (cris_return_address_on_stack_for_return, cris_expand_return): New
4527 functions.
4528 (cris_target_asm_function_prologue)
4529 (cris_initial_frame_pointer_offset): Call
4530 cris_reg_saved_in_regsave_area instead of complicated expression.
4531 Call cris_return_address_on_stack instead of an expression.
4532 (cris_print_operand) <case 'o', case 'O'>: New cases.
4533 (cris_return_address_on_stack): Change return-type to bool.
4534 (cris_simple_epilogue): Ditto. Return false if registers are
4535 saved.
4536 * config/cris/cris-protos.h (cris_simple_epilogue)
4537 (cris_return_address_on_stack): Adjust prototype return type.
4538 (cris_gen_movem_load, cris_expand_epilogue, cris_expand_return)
4539 (cris_return_address_on_stack_for_return): New prototypes.
4540
4541 2005-04-04 Kazu Hirata <kazu@cs.umass.edu>
4542
4543 * config/frv/frv.h (PREDICATE_CODES): Add CONST to
4544 gpr_or_int12_operand.
4545
4546 * config/frv/frv-protos.h: Add a prototype to
4547 frv_legitimate_memory_operand and frv_const_unspec_p.
4548 (frv_unspec): Move from frv.c.
4549 * config/frv/frv.c (frv_unspec): Move to frv-protos.h.
4550 (frv_const_unspec_p, frv_legitimate_memory_operand_): Export.
4551 (ldd_address_operand, fdpic_fptr_operand, frv_load_operand,
4552 gpr_or_fpr_operand, gpr_or_int12_operand,
4553 gpr_fpr_or_int12_operand, fpr_or_int6_operand,
4554 gpr_or_int10_operand, gpr_or_int_operand, int12_operand,
4555 int6_operand, int5_operand, uint5_operand, uint4_operand,
4556 uint1_operand, int_2word_operand, uint16_operand,
4557 upper_int16_operand, integer_register_operand,
4558 gpr_no_subreg_operand, fpr_operand, even_reg_operand,
4559 odd_reg_operand, even_gpr_operand, odd_gpr_operand,
4560 quad_fpr_operand, even_fpr_operand, odd_fpr_operand,
4561 dbl_memory_one_insn_operand, dbl_memory_two_insn_operand,
4562 move_destination_operand, movcc_fp_destination_operand,
4563 frv_function_symbol_referenced_p, move_source_operand,
4564 condexec_dest_operand, condexec_source_operand,
4565 reg_or_0_operand, lr_operand, fdpic_operand, got12_operand,
4566 const_unspec_operand, gpr_or_memory_operand,
4567 gpr_or_memory_operand_with_scratch, fpr_or_memory_operand,
4568 icc_operand, fcc_operand, cc_operand, icr_operand,
4569 fcr_operand, cr_operand, call_operand, sibcall_operand,
4570 symbolic_operand, relational_operator,
4571 integer_relational_operator, float_relational_operator,
4572 ccr_eqne_operator, minmax_operator,
4573 condexec_si_binary_operator, condexec_si_media_operator,
4574 condexec_si_divide_operator, condexec_si_unary_operator,
4575 condexec_sf_conv_operator, condexec_sf_add_operator,
4576 condexec_memory_operand, intop_compare_operator, acc_operand,
4577 even_acc_operand, quad_acc_operand, accg_operand: Move to
4578 predicates.md.
4579 * config/frv/frv.h (PREDICATE_CODES): Remove.
4580 * config/frv/frv.md: Include predicates.md.
4581 * config/frv/predicates.md: New.
4582
4583 2004-04-04 Richard Sandiford <rsandifo@redhat.com>
4584
4585 PR target/19537
4586 * Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h.
4587 * tree-ssa-loop-ivopts.c: Include langhooks.h.
4588 (add_standard_iv_candidates_for_size): New function, extracting code
4589 from add_standard_iv_candidates and parameterizing it by type size.
4590 (add_standard_iv_candidates): Use add_standard_iv_candidates_for_size.
4591
4592 2004-04-04 Richard Sandiford <rsandifo@redhat.com>
4593
4594 * system.h (GCOV_SIZE_TYPE): Unposion.
4595 * gcov-io.h (GCOV_TYPE_NODE): Delete, replacing with...
4596 (GCOV_TYPE_SIZE): ...this new macro.
4597 * coverage.h (get_gcov_type, GCOV_TYPE_NODE): Declare.
4598 * coverage.c (get_gcov_type, get_gcov_unsigned_t): New functions.
4599 (rtl_coverage_counter_ref): Use GCOV_TYPE_SIZE.
4600 (build_fn_info_type, build_fn_info_value, build_ctr_info_type)
4601 (build_ctr_info_value, build_gcov_info): Use get_gcov_unsigned_t
4602 instead of unsigned_intSI_type_node.
4603 * rtl-profile.c (rtl_gen_interval_profiler, rtl_gen_pow2_profiler)
4604 (rtl_gen_one_value_profiler_no_edge_manipulation)
4605 (rtl_gen_const_delta_profiler): Use GCOV_TYPE_SIZE.
4606 * value-prof.c: Include coverage.h.
4607
4608 2005-04-02 Daniel Berlin <dberlin@dberlin.org>
4609 Diego Novillo <dnovillo@redhat.com>
4610
4611 Fix PR tree-optimization/20703
4612 Fix PR tree-optimization/20725
4613
4614 * tree-ssa-pre.c (phi_translate): Handle tcc_comparison.
4615 (create_expression_by_pieces): Ditto.
4616 (valid_in_set): Ditto. Also handle tcc_declaration.
4617 (find_or_generate_expression): Handle comparison class.
4618 (insert_into_preds_of_block): Ditto.
4619 (insert_aux): Ditto.
4620 (create_value_expr_from): Handle comparison class, recursively
4621 handle reference nodes.
4622 (compute_avail): Handle comparison classes, rewrite a little cleaner.
4623 (execute_pre): Fix spacing.
4624 (do_fre): Renamed to execute_fre.
4625
4626 2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4627
4628 * doc/invoke.texi (SPARC options): Document that
4629 -mlittle-endian is not supported on Linux either.
4630
4631 2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4632
4633 PR target/4198
4634 PR target/12027
4635 * config.gcc (Obsolete configurations): Remove
4636 sparclite-*-coff*, sparclite-*-elf* and sparc86x-*-elf*.
4637 (sparclite-*-coff*): Delete.
4638 (sparclite-*-elf*): Likewise.
4639 (sparc86x-*-elf*): Likewise.
4640 (target_cpu_default) <sparc*-*-*>: Remove sparc86x.
4641 * config/sparc/lite.h: Delete.
4642 * config/sparc/litecoff.h: Likewise.
4643 * config/sparc/liteelf.h: Likewise.
4644 * config/sparc/sp86x-elf.h: Likewise.
4645 * config/sparc/t-sparclite: Likewise.
4646 * config/sparc/t-sp86x: Likewise.
4647
4648 2005-04-04 Adrian Straetling <straetling@de.ibm.com>
4649
4650 * config/s390/s390-protos.h: (s390_comparison,
4651 s390_alc_comparison, s390_slb_comparison, const0_operand,
4652 consttable_operand, larl_operand, s_operand,
4653 shift_count_operand, bras_sym_operand, load_multiple_operation,
4654 store_multiple_operation, s390_plus_operand): Remove prototypes.
4655 (s390_legitimate_address_without_index_p): New prototype.
4656 * config/s390/s390.c: (SYMBOL_FLAG_ALIGN1, DISP_IN_RANGE): Move
4657 to s390.h.
4658 (s390_comparison, s390_alc_comparison, s390_slb_comparison,
4659 const0_operand, consttable_operand, larl_operand, s_operand,
4660 shift_count_operand, bras_sym_operand, load_multiple_operation,
4661 store_multiple_operation, s390_plus_operand): Move to
4662 predicates.md.
4663 (check_mode): Remove.
4664 (s390_branch_condition_mask): Remove 'static'. Move prototype to
4665 s390-protos.h.
4666 (s390_legitimate_address_without_index_p): New.
4667 * config/s390/s390.h (PREDICATE_CODES): Remove.
4668 * config/s390/s390.md: Include predicates.md.
4669 * config/s390/predicates.md: New.
4670
4671 2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4672
4673 PR target/20446
4674 * config/sparc/sparc.h (NEED_INDICATE_EXEC_STACK): Define to 0.
4675 * config/sparc/linux.h (TARGET_ASM_FILE_END): Delete.
4676 (NEED_INDICATE_EXEC_STACK): Define to 1.
4677 * config/sparc/linux64.h (TARGET_ASM_FILE_END): Delete.
4678 (NEED_INDICATE_EXEC_STACK): Define to 1.
4679 * config/sparc/sparc.c (TARGET_ASM_FILE_END): Set to sparc_file_end.
4680 (add_pc_to_pic_symbol): Rename into pic_helper_symbol.
4681 (add_pc_to_pic_symbol_name): Rename into pic_helper_symbol_name.
4682 (pic_helper_emitted_p): New global.
4683 (emit_pic_helper): New function extracted from...
4684 (load_pic_register): ...here. Add 'delay_pic_helper' parameter.
4685 Do not call emit_pic_helper if delay_pic_helper is true.
4686 (sparc_expand_prologue): Pass 'false' to load_pic_register.
4687 (sparc_output_mi_thunk): Pass 'true' to load_pic_register.
4688 (sparc_file_end): New function.
4689
4690 2005-04-04 Kazu Hirata <kazu@cs.umass.edu>
4691
4692 * config/mcore/mcore-protos.h: Remove the prototypes for
4693 mcore_arith_reg_operand, mcore_general_movsrc_operand,
4694 mcore_general_movdst_operand, mcore_reload_operand,
4695 mcore_arith_J_operand, mcore_arith_K_operand,
4696 mcore_arith_K_operand_not_0, mcore_arith_M_operand,
4697 mcore_arith_K_S_operand, mcore_arith_imm_operand,
4698 mcore_arith_any_imm_operand, mcore_arith_O_operand,
4699 mcore_literal_K_operand, mcore_addsub_operand,
4700 mcore_compare_operand, mcore_load_multiple_operation,
4701 mcore_store_multiple_operation, mcore_call_address_operand.
4702 Add a prototype for const_ok_for_mcore.
4703 * config/mcore/mcore.c (mcore_call_address_operand,
4704 mcore_general_movsrc_operand, mcore_general_movdst_operand,
4705 mcore_arith_reg_operand, mcore_reload_operand,
4706 mcore_arith_J_operand, mcore_arith_K_operand,
4707 mcore_arith_K_operand_not_0, mcore_arith_K_S_operand,
4708 mcore_arith_M_operand, mcore_arith_imm_operand,
4709 mcore_arith_any_imm_operand, mcore_arith_O_operand,
4710 mcore_literal_K_operand, mcore_addsub_operand,
4711 mcore_compare_operand, mcore_load_multiple_operation,
4712 mcore_store_multiple_operation): Move to predicates.md.
4713 (const_ok_for_mcore): Export.
4714 * config/mcore/mcore.h (PREDICATE_CODES): Remove.
4715 * config/mcore/mcore.md: Include predicates.md.
4716 * config/mcore/predicates.md: New.
4717
4718 * config/mcore/predicates.md: Fix a comment typo.
4719
4720 2005-04-04 Andreas Krebbel <krebbel1@de.ibm.com>
4721 Adrian Straetling <straetling@de.ibm.com>
4722
4723 * config/s390/2064.md ("z_mul", "z_inf"): New insn reservations.
4724 * config/s390/2084.md ("x_mul_hi", "x_mul_sidi", "x_div"): Likewise.
4725 * config/s390/s390.md ("imulhi", "imulsi", "imuldi"): Added to "type"
4726 attribute.
4727 ("imul"): Removed from "type" attribute.
4728 ("*muldi3_sign", "muldi3"): Changed type to imuldi.
4729 ("mulsi3/1", "mulsi3/3", "mulsi/4", "mulsidi3", "umulsidi3"):
4730 Changed type to imulsi.
4731 ("*mulsi3_sign", "mulsi3/2"): Changed type to imulhi.
4732
4733 2005-04-04 Richard Sandiford <rsandifo@redhat.com>
4734
4735 * config/mcore/mcore.h (target_flags, HARDLIT_BIT, ALIGN8_BIT, DIV_BIT)
4736 (RELAX_IMM_BIT, W_FIELD_BIT, OVERALIGN_FUNC_BIT, CGDATA_BIT)
4737 (SLOW_BYTES_BIT, LITTLE_END_BIT, M340_BIT, TARGET_HARDLIT)
4738 (TARGET_DIV, TARGET_RELAX_IMM, TARGET_W_FIELD, TARGET_OVERALIGN_FUNC)
4739 (TARGET_CG_DATA, TARGET_SLOW_BYTES, TARGET_LITTLE_END, TARGET_M340)
4740 (TARGET_SWITCHES, mcore_stack_increment_string)
4741 (TARGET_OPTIONS): Delete.
4742 (TARGET_DEFAULT, OPTIMIZATION_OPTIONS): Use MASK_* constants rather
4743 than *_BIT constants.
4744 (TARGET_8ALIGN): #undef old definition before redefining to 1.
4745 * config/mcore/mcore.c (mcore_stack_increment_string): Delete.
4746 (TARGET_DEFAULT_TARGET_FLAGS): Override default to TARGET_DEFAULT.
4747 (mcore_override_options): Delete mcore_stack_increment code.
4748 Change use of M340_BIT to MASK_M340.
4749 * config/mcore/mcore.opt: New file.
4750
4751 2005-04-04 Ian Lance Taylor <ian@airs.com>
4752
4753 * config/arm/arm.c (replace_symbols_in_block): Remove static
4754 function.
4755
4756 2005-04-04 Kazu Hirata <kazu@cs.umass.edu>
4757
4758 * config/fr30/fr30-protos.h: Remove the prototypes for
4759 stack_add_operand, add_immediate_operand,
4760 high_register_operand, low_register_operand, call_operand,
4761 di_operand, and nonimmediate_di_operand.
4762 * config/fr30/fr30.c (stack_add_operand,
4763 add_immediate_operand, high_register_operand,
4764 low_register_operand, call_operand, di_operand,
4765 nonimmediate_di_operand): Move to predicates.md.
4766 * config/fr30/fr30.h (PREDICATE_CODES): Remove.
4767 * config/fr30/fr30.md: Include predicates.md.
4768 * config/fr30/predicates.md: New.
4769
4770 * config/mcore/mcore.h (PREDICATE_CODES): Add SYMBOL_REF and
4771 LABEL_REF to mcore_general_movsrc_operand. Add SYMBOL_REF to
4772 mcore_call_address_operand.
4773
4774 * config/sh/sh.h (PREDICATE_CODES): Add CONST to
4775 general_movsrc_operand.
4776
4777 2005-04-04 Alan Modra <amodra@bigpond.net.au>
4778
4779 * passes.c (rest_of_handle_final): NULL unlikely_text_section_name
4780 after freeing.
4781
4782 2005-04-04 Richard Earnshaw <richard.earnshaw@arm.com>
4783
4784 PR target/14812
4785 * arm.c (arm_select_cc_mode): Return CC_Zmode when comparing against
4786 a negated value.
4787
4788 2005-04-04 Richard Henderson <rth@redhat.com>
4789 Jakub Jelinek <jakub@redhat.com>
4790
4791 PR rtl-optimization/16104
4792 * fold-const.c (fold_unary): Fix folding of vector conversions.
4793
4794 2005-04-04 Richard Sandiford <rsandifo@redhat.com>
4795
4796 * config.gcc (xstormy16-*-elf): Set extra_options.
4797 * config/stormy16/stormy16.h (target_flags, TARGET_SWITCHES): Delete.
4798 * config/stormy16/stormy16.opt: New file.
4799
4800 2005-04-04 Richard Sandiford <rsandifo@redhat.com>
4801
4802 * config/pdp11/pdp11.h (target_flags, TARGET_SWITCHES, TARGET_DEFAULT)
4803 (TARGET_FPU, TARGET_SOFT_FLOAT, TARGET_AC0, TARGET_NO_AC0, TARGET_45)
4804 (TARGET_BCOPY_BUILTIN, TARGET_INT16, TARGET_INT32, TARGET_FLOAT32)
4805 (TARGET_FLOAT64, TARGET_ABSHI_BUILTIN, TARGET_BRANCH_EXPENSIVE)
4806 (TARGET_BRANCH_CHEAP, TARGET_SPLIT, TARGET_NOSPLIT)
4807 (TARGET_UNIX_ASM): Delete.
4808 (TARGET_40_PLUS): Redefine in terms of TARGET_40 and TARGET_45.
4809 * config/pdp11/2bsd.h (TARGET_UNIX_ASM_DEFAULT): Use MASK_UNIX_ASM.
4810 * config/pdp11/pdp11.c (pdp11_handle_option): New function.
4811 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
4812 * config/pdp11/pdp11.opt: New file.
4813
4814 2005-04-03 Roger Sayle <roger@eyesopen.com>
4815 Alexandre Oliva <aoliva@redhat.com>
4816
4817 PR c++/19199
4818 * fold-const.c (non_lvalue): Split tests into...
4819 (maybe_lvalue_p): New function.
4820 (fold_cond_expr_with_comparison): Preserve lvalue-ness for the
4821 C++ front-end prior to lowering into gimple form.
4822
4823 2005-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4824
4825 * builtins.def (BUILT_IN_STPNCPY, BUILT_IN_STRCASECMP,
4826 BUILT_IN_STRNCASECMP): New.
4827 * doc/extend.texi: Document stpncpy, strcasecmp, strncasecmp
4828 and strndup.
4829
4830 2005-04-03 Richard Earnshaw <richard.earnshaw@arm.com>
4831
4832 PR target/14812
4833 * arm.md (addsi3_compare0_for_combiner): Delete.
4834 (addsi3_compare0_scratch_for_combiner): Delete.
4835 (cmpsi_neg_shiftsi): Delete.
4836 (compare_negsi_si): New pattern.
4837 (cmpsi_negshiftsi_si): New pattern.
4838 (negated_cbranchsi4): Restrict to equality_operator.
4839
4840 * arm.md (movhi_insn_arch4): delete trailing white space from assembler
4841 template.
4842
4843 2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
4844
4845 * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
4846 Fix comment typos.
4847
4848 * doc/install.texi: Fix a typo.
4849
4850 2005-04-03 Steven Bosscher <stevenb@suse.de>
4851
4852 PR middle-end/20648
4853 * bb-reorder.c (duplicate_computed_gotos): Do not unfactor
4854 a computed goto if the edge to the computed goto block has
4855 incoming abnormal edges. Clarify how the function works.
4856
4857 2005-04-03 Nathan Sidwell <nathan@codesourcery.com>
4858
4859 * params.c (set_param_value): Use gcc_assert & gcc_unreachable.
4860 * passes.c (open_dump_file, rest_of_handle_final): Likewise.
4861 * postreload-gcse.c (expr_equiv_p, oprs_unchanged_p,
4862 hash_scan_set, reg_set_between_after_reload_p,
4863 reg_used_between_after_reload_p, get_avail_load_store_reg,
4864 eliminate_partially_redundant_load): Likewise.
4865 * postreload.c (reload_cse_simplify_set,
4866 reload_combine_note_use): Likewise.
4867 * predict.c (predict_insn, expected_value_to_br_prob,
4868 propagate_freq, expensive_function_p): Likewise.
4869 * print-rtl.c (print_rtx): Likewise.
4870 * profile.c (instrument_edges, instrument_values,
4871 compute_branch_probabilities, branch_prob, union_groups,
4872 tree_register_profile_hooks, rtl_register_profile_hooks): Likewise.
4873 * protoize.c (in_system_include_dir, file_could_be_converted,
4874 file_normally_convertible, gen_aux_info_file, seek_to_line,
4875 do_cleaning): Likewise.
4876 * tree-ssa-alias.c (collect_points_to_info_r): Likewise.
4877 * tree-ssa-ccp.c (execute_fold_all_builtins): Likewise.
4878 * tree-ssa-loop-ivopts.c (produce_memory_decl_rtl): Likewise.
4879
4880 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
4881
4882 * cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.
4883 * modulo-sched.c (undo_replace_buff_elem): New structure.
4884 (kernel_number_of_cycles, ps_unschedule_node,
4885 undo_generate_reg_moves,free_undo_replace_buff,
4886 undo_permute_partial_schedule, loop_single_full_bb_p,
4887 SIMPLE_SMS_LOOP_P, loop_canon_p, canon_loop,
4888 build_loops_structure, get_sched_window): New.
4889 (generate_reg_moves): Return undo_replace_buff_elem and other
4890 fixes.
4891 (generate_prolog_epilog): Remove old loop versioning.
4892 (sms_schedule): Use loop information and loop_version.
4893 (sms_schedule_by_order): Split part of it to get_sched_window.
4894 * passes.c (rest_of_handle_sms): call cfg_layout_initialize
4895 cfg_layout_finalize and free_dominance_info before/after SMS.
4896
4897 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
4898
4899 * cfghooks.c (lv_flush_pending_stmts,
4900 cfg_hook_duplicate_loop_to_header_edge, extract_cond_bb_edges,
4901 lv_adjust_loop_header_phi, lv_add_condition_to_bb): New.
4902 * cfghooks.h (cfg_hook_duplicate_loop_to_header_edge,
4903 lv_add_condition_to_bb,
4904 lv_adjust_loop_header_phi, extract_cond_bb_edges,
4905 flush_pending_stmts): New in cfg_hooks structure.
4906 (cfg_hook_duplicate_loop_to_header_edge, lv_flush_pending_stmts,
4907 extract_cond_bb_edges, lv_adjust_loop_header_phi,
4908 lv_add_condition_to_bb): New declarations.
4909 * cfgloop.h (duplicate_loop_to_header_edge): Change return type to
4910 bool.
4911 (loop_version): Declare.
4912 * cfgloopmanip.c (cfghooks.h): Include.
4913 (duplicate_loop_to_header_edge): Change return type to bool.
4914 (loop_version, lv_adjust_loop_entry_edge): Move here.
4915 * cfgrtl.c (cfgloop.h): Include.
4916 (rtl_verify_flow_info_1): Fix.
4917 (rtl_lv_add_condition_to_bb, rtl_extract_cond_bb_edges): New.
4918 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add hooks to
4919 initialization.
4920 * tree-cfg.c (tree_lv_adjust_loop_header_phi,
4921 tree_lv_add_condition_to_bb): New.
4922 (tree_cfg_hooks): Add new hooks to initialization.
4923 * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
4924 lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove.
4925
4926 2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
4927
4928 * config/stormy16/stormy16.h (PREDICATE_CODES): Add SUBREG to
4929 xstormy16_below100_or_register,
4930 xstormy16_splittable_below100_or_register, and
4931 nonimmediate_nonstack_operand.
4932
4933 * config/stormy16/stormy16-protos.h: Remove the prototypes for
4934 xstormy16_ineqsi_operator, equality_operator,
4935 inequality_operator, shift_operator,
4936 xstormy16_below100_operand, xstormy16_below100_or_register,
4937 xstormy16_splittable_below100_or_register,
4938 xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand.
4939 * config/stormy16/stormy16.c (xstormy16_ineqsi_operator,
4940 equality_operator, inequality_operator,
4941 xstormy16_below100_operand, xstormy16_below100_or_register,
4942 xstormy16_splittable_below100_or_register,
4943 xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand,
4944 nonimmediate_nonstack_operand, shift_operator): Move to
4945 predicates.md.
4946 * config/stormy16/stormy16.h (PREDICATE_CODES): Remove.
4947 * config/stormy16/stormy16.md: Include predicates.md.
4948 * config/stormy16/predicates.md: New.
4949
4950 2005-04-02 Kazu Hirata <kazu@cs.umass.edu>
4951
4952 * config/iq2000/iq2000.c (uns_arith_operand, arith_operand,
4953 small_int, large_int, reg_or_0_operand, simple_memory_operand,
4954 equality_op, cmp_op, pc_or_label_operand, call_insn_operand,
4955 move_operand, power_of_2_operand): Move to predicates.md.
4956 * config/iq2000/iq2000.h (SPECIAL_MODE_PREDICATES,
4957 PREDICATE_CODE): Remove.
4958 * config/iq2000/iq2000.md: Include predicates.md.
4959 * config/iq2000/predicates.md: New.
4960
4961 2005-04-02 Richard Sandiford <rsandifo@redhat.com>
4962
4963 * config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)
4964 (MASK_AUTO_INC_DEC, MASK_M6811, MASK_M6812, MASK_M68S12)
4965 (MASK_NO_DIRECT_MODE, MASK_MIN_MAX, MASK_LONG_CALLS)
4966 (TARGET_SHORT, TARGET_M6811, TARGET_M6812, TARGET_M68S12)
4967 (TARGET_AUTO_INC_DEC, TARGET_MIN_MAX, TARGET_NO_DIRECT_MODE)
4968 (TARGET_LONG_CALLS, TARGET_SWITCHES, TARGET_OPTIONS)
4969 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS, m68hc11_regparm_string)
4970 (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
4971 (TARGET_M68HC11): Delete.
4972 (TARGET_DEFAULT): Change the default setting from MASK_M6811 to 0.
4973 * config/m68hc11/m68hc12.h (TARGET_M68HC12): Delete.
4974 * config/m68hc11/m68hc11.c (m68hc11_regparm_string)
4975 (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
4976 (nb_soft_regs): Delete.
4977 (TARGET_DEFAULT_TARGET_FLAGS): Override default with TARGET_DEFAULT.
4978 (m68hc11_override_options): Remove the code that caters for MASK_M6811
4979 and MASK_M6812 being set simultaneously. Change the code that sets
4980 the default m68hc11_soft_reg_count to use integers instead of strings.
4981 (m68hc11_conditional_register_usage, hard_regno_mode_ok): Use
4982 m68hc11_soft_reg_count (which now has an int type) as the number
4983 of soft registers.
4984 * config/m68hc11/m68hc11.opt: New file.
4985
4986 2005-04-02 Kazu Hirata <kazu@cs.umass.edu>
4987
4988 * config/fr30/fr30.h (PREDICATE_CODES): Remove
4989 fp_displacement_operand, sp_displacement_operand.
4990
4991 * config/m68hc11/m68hc11-protos.h: Add a prototype for
4992 m68hcc_auto_inc_p.
4993 Remove the prototypes for tst_operand, cmp_operand,
4994 stack_register_operand, d_register_operand,
4995 hard_addr_reg_operand, splitable_operand,
4996 m68hc11_logical_operator, m68hc11_arith_operator,
4997 m68hc11_non_shift_operator, m68hc11_shift_operator,
4998 m68hc11_unary_operator, m68hc11_eq_compare_operator,
4999 non_push_operand, hard_reg_operand, and
5000 reg_or_some_mem_operand.
5001 * config/m68hc11/m68hc11.c (m68hcc_auto_inc_p): Make it
5002 extern.
5003 (tst_operand, cmp_operand, non_push_operand,
5004 splitable_operand, reg_or_some_mem_operand,
5005 stack_register_operand, d_register_operand,
5006 hard_addr_reg_operand, hard_reg_operand,
5007 m68hc11_eq_compare_operator, m68hc11_logical_operator,
5008 m68hc11_arith_operator, m68hc11_non_shift_operator,
5009 m68hc11_shift_operator, m68hc11_unary_operator): Move to
5010 predicates.md.
5011 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Remove.
5012 * config/m68hc11/m68hc11.md: Include predicates.md.
5013 * config/m68hc11/predicates.md: New.
5014
5015 2005-04-02 Alexandre Oliva <aoliva@redhat.com>
5016
5017 PR debug/19345
5018 * dwarf2out.c (add_abstract_origin_attribute): Revert accidental
5019 change checked in along with 2005-03-03's patch for debug/20253.
5020 * tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
5021 (remap_decl): Insert type decl in map earlier.
5022
5023 2005-04-02 Alexandre Oliva <aoliva@redhat.com>
5024
5025 PR tree-optimization/20640
5026 * tree-ssa-dce.c (remove_dead_stmt): Don't redirect edge to
5027 post-dominator if it has phi nodes.
5028 (eliminate_unnecessary_stmts): Remove dead phis in all blocks
5029 before dead statements.
5030
5031 2005-04-02 Alexandre Oliva <aoliva@redhat.com>
5032
5033 PR middle-end/20491
5034 * final.c (alter_subreg): Don't call subreg_regno for a non-REG.
5035
5036 2005-04-02 Alexandre Oliva <aoliva@redhat.com>
5037
5038 PR rtl-optimization/20290
5039 * loop.c (for_each_insn_in_loop): Don't assume the loop body runs
5040 in every iteration if the entry point is the exit test.
5041
5042 2005-04-02 Hans-Peter Nilsson <hp@axis.com>
5043
5044 * config/cris/cris.md (attribute "length"): Define.
5045
5046 2005-04-02 Geoffrey Keating <geoffk@apple.com>
5047
5048 * config/rs6000/predicates.md (indexed_or_indirect_operand): New.
5049 (word_offset_memref_operand): New.
5050 * config/rs6000/rs6000-protos.h (word_offset_memref_operand): Delete.
5051 (indexed_or_indirect_operand): Delete.
5052 * config/rs6000/rs6000.c (word_offset_memref_operand): Delete.
5053 (indexed_or_indirect_operand): Delete.
5054
5055 * config/rs6000/t-darwin8: Comment out ppc64 multilib.
5056
5057 PR 20650
5058 * config/rs6000/rs6000.md (fix_truncdfsi2): Make destination
5059 a register.
5060
5061 * config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
5062 * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Likewise.
5063
5064 2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
5065
5066 * gcc/config/vax/vax.md: Spellcheck, fix whitespace.
5067
5068 2005-04-01 Ian Lance Taylor <ian@airs.com>
5069
5070 * gcc.c: Don't include <sys/resource.h> or declare getrusage.
5071 (rus, prus): Remove static variables.
5072 (execute): Use pex_run/pex_get_status rather than pexecute/pwait.
5073 (process_command): Permit report_times and use_pipes together.
5074
5075 2005-04-01 Joseph S. Myers <joseph@codesourcery.com>
5076
5077 * c-decl.c (validate_proto_after_old_defn): Look at
5078 TYPE_MAIN_VARIANT of argument types.
5079
5080 2005-04-01 Paul Brook <paul@codesourcery.com>
5081
5082 * config/arm/arm.c (thumb_call_via_label): Include space for SP.
5083 (arm_output_function_epilogue): Allow call_via_SP.
5084 (thumb_call_via_reg, arm_file_end): Ditto.
5085 * config/arm/arm.h (struct machine_function): Include space for SP.
5086 (thumb_call_via_label): Update declaration.
5087
5088 2005-04-01 Ian Lance Taylor <ian@airs.com>
5089
5090 * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
5091 doing a peephole optimization, once again put any notes in the
5092 proper position.
5093
5094 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
5095
5096 * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
5097
5098 2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
5099
5100 * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
5101 (block_alloc, find_free_reg): Likewise.
5102 * loop-doloop.c (doloop_modify): Likewise.
5103 * loop-invariant.c (record_use): Likewise.
5104 * loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
5105 get_iv_value, canon_condition, eliminate_implied_condition,
5106 eliminate_implied_condition, simplify_using_initial_values,
5107 shorten_into_mode, canonicalize_iv_subregs,
5108 iv_number_of_iterations): Likewise.
5109 * loop-unroll.c (expand_var_during_unrolling): Likewise.
5110 * loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
5111 unswitch_loop): Likewise.
5112 * loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
5113 move_movables, replace_call_address, find_and_verify_loops,
5114 rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
5115 record_giv, final_giv_value, general_induction_var,
5116 simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
5117 loop_giv_dump): Likewise.
5118
5119 * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
5120 GCOV_CHECK_WRITING): Remove.
5121 (gcov_position, gcov_rewrite): Use gcc_assert.
5122 * gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
5123 gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
5124 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
5125 gcc_assert.
5126
5127 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
5128
5129 * tree-inline.c: Fix a typo.
5130
5131 2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
5132
5133 * configure.ac (enable-checking): Explicitly set all variables for
5134 collective switch values. Alphabetize variables. Rename
5135 ac_checking_valgrind to ac_valgrind_checking. Allow 'none' as
5136 synonym for 'no'.
5137 * doc/install.texi (enable-checking): Update documentation.
5138 * configure: Rebuilt.
5139
5140 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
5141
5142 * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
5143 possible.
5144
5145 2005-04-01 Richard Earnshaw <richard.earnshaw@arm.com>
5146
5147 * arm.c (adjacent_mem_locations): Reject volatile memory refs.
5148 Also reject cases where this pattern will cause load delay stalls
5149 unless optimizing for size and it will produce a shorter sequence.
5150 * arm.md (arith_adjacent_mem): Make better use of ldm addressing
5151 variants to avoid pre-adjusting the base when possible.
5152
5153 2005-04-01 Richard Earnshaw <richard.earnshaw@arm.com>
5154
5155 * arm.md (minmax_arithsi): Reject all eliminable registers, not just
5156 the frame and argument pointers.
5157 (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
5158 (loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
5159 (strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
5160 (strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
5161 (loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
5162 (loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.
5163
5164 2005-04-01 Danny Smith <dannysmith@users.sourceforge.net>
5165
5166 * config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
5167 with entry for selectany attribute.
5168 * config/i386/i386-protos.h (ix86_handle_selectany_attribute):
5169 Declare.
5170 * config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
5171 (i386_pe_asm_named_section): Handle sections generated by
5172 selectany attribute.
5173 * doc/extend.texi (selectany): Document attribute.
5174
5175 2005-04-01 Paolo Bonzini <bonzini@gnu.org>
5176 Jan Hubicka <jh@suse.cz>
5177
5178 * config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
5179 to fix addresses involving EBP and ESP.
5180 (aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
5181 for SUBREGed registers.
5182 (legitimate_address_p): Accept SUBREGed registers.
5183
5184 2005-04-01 Jakub Jelinek <jakub@redhat.com>
5185
5186 PR c++/19406
5187 * dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
5188 (dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
5189 for FIELD_DECLs.
5190
5191 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
5192
5193 * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
5194
5195 2005-04-01 James E Wilson <wilson@specifixinc.com>
5196
5197 PR c++/20505
5198 * dwarf2out.c (rtl_for_decl_init): New function.
5199 (rtl_for_decl_location): Extracted from here.
5200 (tree_add_const_value_attribute): Call rtl_for_decl_init and
5201 add_const_value_attribute. Delete initializer_constant_valid_p call.
5202
5203 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
5204
5205 * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
5206 lambda-code.c, loop.c, machmode.def, mips-tfile.c,
5207 modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
5208 tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
5209 config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
5210 config/i386/i386.md, config/rs6000/predicates.md,
5211 config/rs6000/rs6000.c, config/s390/fixdfdi.h,
5212 config/s390/s390.c, config/stormy16/stormy16.c,
5213 config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
5214 typos.
5215
5216 2005-04-01 Joseph S. Myers <joseph@codesourcery.com>
5217
5218 PR c/17855
5219 * gimplify.c (gimplify_expr): Create a temporary for lvalue
5220 COND_EXPR and CALL_EXPR.
5221
5222 2005-03-31 Vladimir Makarov <vmakarov@redhat.com>
5223
5224 PR target/20632
5225 * genautomata.c (first_cycle_unit_presence): Check all alternative
5226 states for unit presence.
5227
5228 * doc/md.texi: Remove remark about impossibility to query unit
5229 presence in non nondeterministic automaton state.
5230
5231 * config/ia64/ia64.c (get_template): Change order of unit querying.
5232
5233 2005-03-31 Kazu Hirata <kazu@cs.umass.edu>
5234
5235 * tree-ssa-dom.c (cprop_into_successor_phis): Remove an
5236 obsolete comment.
5237
5238 2005-03-31 Zdenek Dvorak <dvorakz@suse.cz>
5239
5240 * cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
5241 flag for edges outside any loops.
5242
5243 2005-03-31 Janis Johnson <janis187@us.ibm.com>
5244
5245 * doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs.
5246
5247 2005-03-31 Kazu Hirata <kazu@cs.umass.edu>
5248
5249 * tree-ssa-alias.c: Follow spelling conventions.
5250 * doc/tree-ssa.texi: Fix a typo.
5251
5252 2005-03-31 J"orn Rennecke <joern.rennecke@st.com>
5253
5254 * postreload-gcse.c: Include target.h.
5255 (gcse_after_reload_main): Return early if we cannot modify jumps.
5256 * Makefile.in (postreload-gcse.o): Depend on $(TARGET_H).
5257
5258 2005-03-31 David Edelsohn <edelsohn@gnu.org>
5259
5260 * tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
5261 expensive operations.
5262
5263 2005-03-31 Ian Lance Taylor <ian@airs.com>
5264
5265 * collect2.c (lderrout): New variable.
5266 (collect_exit): Dump ldout to stdout. Dump and unlink lderrout,
5267 if it is set, to stderr.
5268 (handler): Unlink lderrout if it is set.
5269 (dump_file): Add "to" parameter. Change all callers.
5270 (main): Initialize lderrout.
5271 (collect_execute): Add errname parameter. Change all callers.
5272 Rename redir parameter to outname. Never pass
5273 PEX_STDERR_TO_STDOUT to pex_run.
5274 * collect2.h (collect_execute, dump_file): Update declarations.
5275 * tlink.c (tlink_execute): Add errname parameter. Change all
5276 callers.
5277 (do_tlink): Check lderrout as well as ldout.
5278
5279 2005-03-31 Caroline Tice <ctice@apple.com>
5280
5281 * Makefile.in (varasm.o): Add basic-block.h to list of requirements.
5282 (bb-reorder.o): Add errors.h to list of requirements.
5283 (STAGEFEEDBACK_FLAGS_TO_PASS): Add -freorder-blocks-and-partition to
5284 profiledbootstrap flags.
5285 * bb-reorder.c (errors.h): Add new include.
5286 (struct bbro_basic_block_data_def): Add new field, in_trace.
5287 (add_unlikely_executed_notes): Remove function.
5288 (mark_bb_for_unlikely_executed_section): Remove function.
5289 (insert_section_boundary_note): New function.
5290 (verify_hot_cold_block_grouping): New function.
5291 (push_to_next_round_p): Remove variables and tests that push all
5292 cold blocks to last round.
5293 (find_traces): Remove code that added extra round of trace finding
5294 when doing partitioning.
5295 (find_traces_1_round) : Remove variable last_round; add code to
5296 update new struct field, in_trace; correct trace_length where it was
5297 incorrect before (after call to copy_bb); change code that pushed all
5298 cold blocks to last round. Instead verify that all blocks going into
5299 a trace belong in the same partition.
5300 (connect_traces): Modify to connect the traces in two passes, if the
5301 function contains both hot and cold blocks. The first pass connects
5302 all the traces for blocks in the partition that the first block in
5303 the function belongs to; the second pass connnects all the traces
5304 containing blocks that belong in the other partition.
5305 (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
5306 code that automatically put the first block in a function into the
5307 hot partition if the function had any hot blocks.
5308 (fix_crossing_unconditional_branches): Check number of succ edges
5309 before attempting to get one.
5310 (fix_edges_for_rarely_executed_code): Update comment describing
5311 function.
5312 (reorder_basic_blocks): Add code to initialize new field (in_trace);
5313 remove call to add_unlikely_executed_notes; add call to
5314 verify_hot_cold_block_grouping.
5315 (duplicate_computed_gotos): Don't change computed goto if it's a
5316 crossing edge.
5317 (partition_hot_cold_basic_blocks): Update function comment.
5318 * cfgcleanup.c (try_simplify_condjump): Remove redundacy from
5319 condition.
5320 (try_forward_edges): Likewise.
5321 (merge_blocks_move_predecessor_nojumps): Likewise.
5322 (merge_blocks_move_successor_nojumps): Likewise.
5323 (merge_blocks_move): Likewise.
5324 (try_crossjump_bb): Likewise.
5325 * cfglayout.c (update_unlikely_executed_notes): Remove function.
5326 (fixup_reorder_chain): Remove code for adding UNLIKELY_EXECUTED_CODE
5327 notes to cold bb's; remove call to update_unlikely_executed_notes.
5328 (duplicate_insn_chain): change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
5329 NOTE_INSN_SWITCH_TEXT_SECTIONS.
5330 * cfglayout.h (scan_ahead_for_unlikely_executed_note): Remove
5331 function declaration.
5332 * cfgrtl.c (can_delete_note_p): Remove UNLIKELY_EXECUTED_CODE note
5333 from consideration.
5334 (rtl_can_merge_blocks): Remove redundancy from condition.
5335 (try_redirect_by_replacing_jump): Likewise.
5336 (force_nonfallthru_and_redirect): Remove code for adding
5337 UNLIKELY_EXECUTED_CODE notes to cold bb's.
5338 (commit_one_edge_insertion): Likewise.
5339 (cfg_layout_can_merge_blocks_p): Remove redundancy from condition.
5340 * dbxout.c (FORCE_TEXT): Replace function_section with
5341 current_function_section.
5342 (struct dbx_debug_h): Add do_nothing function for new debug_hooks
5343 function, switch_text_section.
5344 (struct xcoff_debug): Likewise.
5345 (dbxout_function_end): Add code to put out label diffs for both
5346 hot and cold sections.
5347 * debug.c (struct do_nothing_debug_hooks): Add do_nothing function
5348 for new debug_hooks funciton, switch_text_section..
5349 * debug.h (struct gcc_debug_hooks): Add new function to debug_hooks,
5350 switch_text_section.
5351 * dwarf2out.c (struct dw_fde_struct): Add five new fields:
5352 dw_fde_hot_section_label, dw_fde_hot_section_end_label,
5353 dw_fde_unlikely_section_label, dw_fde_unlikely_section_end_label and
5354 dw_fde_switched_sections.
5355 (output_call_frame_info): Add test to see if function switches text
5356 sections in the middle; if so, use appropriate extra hot and cold
5357 section labels to compute size deltas for the hot and cold sections.
5358 (dwarf2out_begin_prologue): Add code to initialize new fields in
5359 dw_fde_struct.
5360 (dwarf2out_switch_text_section): New function (invoked through
5361 debug_hook); updates new fields in dw_fde_struct appropriately and
5362 increments separate_line_info_table_in_use.
5363 (dwarf2_debug_hooks): Initialize switch_text_section function to be
5364 dwarf2out_switch_text_section.
5365 (struct var_loc_node): Add new field, section_label.
5366 (output_aranges): Add code to check whether in hot or cold section and
5367 use the appropriate label in calculating deltas.
5368 (output_ranges): Likewise.
5369 (output_line_info): Add code to check which section we're in and
5370 use appropriate hot/cold label.
5371 (add_location_or_constant_value_attribute): Likewise.
5372 (gen_subprogam_die): Modify arange attributes to use correct labels.
5373 (dwarf2out_begin_block): Change call to function_section into call to
5374 current_function_section.
5375 (dwarf2out_end_block): Likewise.
5376 (dwarf2out_source_line): Likewise.
5377 (dwarf2out_var_location): Add code to check whether in hot or cold
5378 section and use the appropriate label.
5379 * except.c (output_function_exception_table): Change call to
5380 function_section into call to current_function_section.
5381 * final.c (profile_function): Likewise.
5382 (scan_ahead_for_unlikely_executed_note): Remove function.
5383 (final_scan_insn): Remove calls to
5384 scan_ahead_for_unlikely_executed_note, and related code for switching
5385 to cold section, except for the single time
5386 NOTE_INSN_SWITCH_TEXT_SECTIONS may be encountered; add calls to
5387 debug_hooks->switch_text_sections; replace appropriate calls to
5388 function_section with calls to current_function_section.
5389 * ifcvt.c (find_if_case_1): Remove redundancy from condition, add
5390 test_bb to condition.
5391 (find_if_case_2): Likewise.
5392 * insn-notes.def: Change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
5393 NOTE_INSN_SWITCH_TEXT_SECTIONS. Update comment appropriately.
5394 * opts.c (decode_options): Change warning about hot/cold partitioning
5395 with exceptionss to inform (so as not to cause bootstrap failures);
5396 remove warning about partitioning with DWARF debug info.
5397 * output.h (current_function_section): Add new function decl.
5398 (insert_section_boundary_note): Likewise.
5399 (enum in_section): Move this declaration here from varasm.c.
5400 (unlikely_section_label): Likewise.
5401 (unlikely_text_section_name): Likewise.
5402 (last_text_section_name): New global variable.
5403 (last_text_section): Likewise.
5404 (hot_section_label): Likewise.
5405 (hot_section_end_label): Likewise.
5406 (cold_section_end_label): Likewise.
5407 * passes.c (rest_of_handle_final): Free unlikely_text_section_name.
5408 * print-rtl.c (print_rtx): Change NOTE_INSN_UNLIKELY_EXECUTED_CODE
5409 to NOTE_INSN_SWITCH_TEXT_SECTIONS.
5410 * reg-stack.c (emit_swap_insn): Remove UNLIKELY_EXECUTED_CODE note
5411 insn from consideration.
5412 * sdbout.c (sdb_debug_hooks): Add do_nothing for new function,
5413 switch_text_section.
5414 * varasm.c (basic-block.h): Add new include.
5415 (unlikely_section_label_printed): Remove global variable.
5416 (unlikely_section_label): Make global variable not be static any more.
5417 (unlikely_text_section_name): Likewise.
5418 (hot_section_end_label): New global variable (not static)
5419 (first_function_block_is_cold): Likewise.
5420 (hot_section_label): Likewise.
5421 (cold_section_end_label): Likewise..
5422 (last_text_section): New global variable, not static.
5423 (last_text_section_name): New global variable, not static.
5424 (initialize_cold_section_name): New function.
5425 (enum in_section): Move declaration to output.h.
5426 (text_section): Update last_text_section.
5427 (unlikely_text_section): Replace code to determine cold section name
5428 with call to initialize_cold_section_name; Add code to update
5429 last_text_section; remove code for printing out label.
5430 (named_section_real): Add code to update last_text_section and
5431 last_text_section_name as appropriate.
5432 (function_section): Change test for 'unlikely' to depend on
5433 first_function_block_is_cold (moved old test to
5434 current_function_section).
5435 (current_function_section): New function.
5436 (assemble_start_function): Move code that frees
5437 unlikely_text_section_name; initialize hot_section_end_label;
5438 print hot and cold section labels at the start of the function;
5439 set first_function_block_is_cold, if appropriate; initialize l
5440 ast_text_section; add call to insert_section_boundary_note.
5441 (assemble_end_function): Add code to write out hot and cold section
5442 end labels.
5443 *vmsdbgout.c (vmsdbg_debug_hooks): Add do_nothing for new function,
5444 switch_text_section.
5445 * config/darwin.c (machopic_select_section): Replace incorrect
5446 function in base_funs; update reloc for cold sections if necessary.
5447 * config/darwin.h (SECTION_FUNCTION): Add code to update
5448 last_text_section if appropriate.
5449 (text_unlikely_section): Remove.
5450 * config/sparc/sparc.c (sparc_output_deferred_case_vectors): Likewise.
5451 * config/stormy16/stormy16.c (stormy_16_output_addr_vec): Likewise.
5452 * config/xtensa/xtensa.c (override_options): Turn off hot/cold
5453 partitioning for this architecture.
5454
5455 2005-03-31 Olivier Hainque <hainque@adacore.com>
5456
5457 * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
5458 defined and non-zero.
5459
5460 2005-03-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
5461
5462 PR c++/18644
5463 * doc/invoke.texi (-Wsynth): Don't document, as it now is void of
5464 semantics.
5465
5466 2005-03-31 Alan Modra <amodra@bigpond.net.au>
5467
5468 PR target/20611
5469 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline
5470 label operand. Remove (use (unspec..)). Don't emit a label on
5471 the offset word.
5472 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't
5473 generate inline label for load_toc_v4_PIC_1b.
5474 (rs6000_emit_load_toc_table): Likewise.
5475
5476 2005-03-31 Kazu Hirata <kazu@cs.umass.edu>
5477
5478 * config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
5479 ns32k-*-netbsdelf*, and ns32k-*-netbsd*.
5480
5481 2005-03-29 Devang Patel <dpatel@apple.com>
5482
5483 * tree-sra.c (decide_block_copy): Disable scalarization of
5484 sub-elements.
5485
5486 2005-03-30 Stuart Hastings <stuart@apple.com>
5487 Dale Johannesen <dalej@apple.com>
5488
5489 * Makefile.in (print-tree.o): Depend on tree-iterator.h.
5490 * print-tree.c (print_node): Add case STATEMENT_LIST.
5491
5492 2005-03-31 Alan Modra <amodra@bigpond.net.au>
5493
5494 * config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
5495 (powerpc64-*-linux*): Use it. Rearrange tm_file assignment.
5496 (powerpc-*-linux*): Build a biarch compiler when --enable-targets
5497 is given with "powerpc64*" or "all", or when --with-cpu chooses
5498 a 64-bit cpu.
5499
5500 2005-03-30 James E. Wilson <wilson@specifixinc.com>
5501
5502 PR debug/20268
5503 * dwarf2out.c (add_high_low_attributes): New function, extracted from
5504 gen_lexical_block_die.
5505 (gen_lexical_block_die, gen_inlined_subroutine_die): Call it.
5506
5507 2005-03-31 Jan Hubicka <jh@suse.cz>
5508
5509 2004-11-02 Jan Hubicka <jh@suse.cz>
5510
5511 * cgraph.c (cgraph_varpool_node_name): New function.
5512 (dump_cgraph_varpool_node): New function.
5513 (dump_varpool): New function.
5514 * cgraphunit.c (cgraph_optimize): Dump varpool.
5515
5516 2004-10-16 Jan Hubicka <jh@suse.cz>
5517
5518 * cgraph.c (decide_is_variable_needed): New function.
5519 (cgraph_varpool_finalize_decl): Use it.
5520 * cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
5521 unit-at-a-time.
5522 * final.c (output_addr_const): Do not call mark_referenced.
5523 * passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
5524 always go via cgraph.
5525 * toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
5526 (check_global_declarations): Ifdef out code clearing DECL_RTL.
5527 * tree-optimize.c (execute_inline): Mark functions called.
5528 * i386.c (output_pic_addr_const): Do not call mark_decl_referenced.
5529
5530 2004-10-11 Jan Hubicka <jh@suse.cz>
5531
5532 * cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
5533 (cgraph_varpool_last_needed_node): New static variable.
5534 (enqueue_needed_varpool_node): Break out from ...; add items to the
5535 end of queue; update first pointers.
5536 (cgraph_varpool_mark_needed_node): ... here.
5537 (cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
5538 (cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
5539 * cgraph.h (cgraph_varpool_node): Add analyzed field.
5540 (cgraph_varpool_first_unanalyzed_node): Declare.
5541 * cgraphunit.c: Include output.h.
5542 (cgraph_varpool_analyze_pending_decls): New function.
5543 (cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
5544 for errors, analyze pending decls.
5545 (cgraph_finalize_compilation_unit): Only analyze decls.
5546 (cgraph_optimize): Assemble the decls after expanding.
5547
5548 2005-03-30 Daniel Berlin <dberlin@dberlin.org>
5549
5550 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
5551 subvars get marked properly in tags for grouping.
5552 (add_pointed_to_var): Mark only actual pointed to
5553 variables/subvars in addresses needed.
5554 (create_overlap_variables_for): Clear call clobbered on original
5555 variable.
5556 * tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
5557 addresable vars with subvars into list.
5558 * tree-ssa.c (verify_ssa_name): Verify original is not used where
5559 subvar should be.
5560
5561 2005-03-30 Richard Henderson <rth@redhat.com>
5562
5563 * cgraph.h (struct cgraph_node): Add alias.
5564 * varasm.c (assemble_alias): Set it.
5565 * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
5566 avoid calling cgraph_expand_function.
5567
5568 2005-03-30 Tom Tromey <tromey@redhat.com>
5569
5570 * tree.def (FILE_TYPE): Removed.
5571 * typeclass.h (enum type_class): Removed file_type_class.
5572 * dwarf2out.c (is_base_type): Updated.
5573 (gen_type_die): Likewise.
5574 * dbxout.c (dbxout_type): Updated.
5575 * builtins.c (type_to_class): Updated.
5576 * tree.c (type_contains_placeholder_1): Updated.
5577 * config/sparc/sparc.c (sparc_type_code): Updated.
5578 * config/ia64/ia64.c (hfa_element_mode): Updated.
5579 * expr.c (count_type_elements): Updated.
5580 * stor-layout.c (layout_type): Updated.
5581 * tree-inline.c (remap_type): Updated.
5582 * tree-pretty-print.c (dump_generic_node): Updated.
5583
5584 2005-03-30 Fariborz Jahanian <fjahanian@apple.com>
5585
5586 * builtins.c (expand_builtin_powi): Fix mode of
5587 2nd argument to match int.
5588 * libgcc2.h (__powisf2, __powidf2, __powixf2, __powitf2): Change
5589 2nd argument type to int.
5590 * libgcc2.c: Change prototype of __powi* functions to use
5591 int.
5592
5593 2005-03-30 Dale Johannesen <dalej@apple.com>
5594
5595 PR middle-end/19225
5596 * calls.c (expand_call): Flush pending deferrals before
5597 throwing call.
5598
5599 2005-03-30 Joseph S. Myers <joseph@codesourcery.com>
5600
5601 PR c/772
5602 PR c/17913
5603 * c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
5604 C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
5605 c_label_context, label_context_stack): New.
5606 * c-decl.c (define_label): Check for jumps into statement
5607 expressions. Add label to list of defined labels.
5608 (start_function): Push context on label_context_stack.
5609 (finish_function): Pop context from label_context_stack.
5610 * c-typeck.c (label_context_stack): New.
5611 (c_finish_goto_label): Check for jumps into statement
5612 expressions. Add label to list of jumped to labels.
5613 (struct c_switch): Add blocked_stmt_expr.
5614 (c_start_case): Initialize it.
5615 (do_case): Check it.
5616 (c_finish_case): Verify !blocked_stmt_expr.
5617 (c_begin_stmt_expr): Push context on label_context_stack.
5618 Increment blocked_stmt_expr. Mark labels jumped to from outside
5619 as undefinable.
5620 (c_finish_stmt_expr): December blocked_stmt_expr. Mark labels
5621 defined in the statement expression and no longer jumpable to.
5622 Mark labels jumped to from just outside the statement expression
5623 as again definable. Pop context from label_context_stack.
5624 * doc/extend.texi (Statement Exprs): Update.
5625
5626 2005-03-30 Joseph S. Myers <joseph@codesourcery.com>
5627
5628 PR c/20368
5629 * c-decl.c (start_function): Check for old_decl being
5630 error_mark_node.
5631
5632 2005-03-30 Ian Lance Taylor <ian@airs.com>
5633
5634 * final.c (final): Remove prescan parameter. Change all callers.
5635 (final_scan_insn): Remove prescan parameter. Change all callers.
5636
5637 2005-03-30 Kazu Hirata <kazu@cs.umass.edu>
5638
5639 * tree-vectorizer.c: Fix comment typos.
5640
5641 2005-03-30 Sebastian Pop <pop@cri.ensmp.fr>
5642
5643 * tree-scalar-evolution.c (instantiate_parameters_1): Return
5644 as soon as a chrec_dont_know is detected.
5645
5646 2005-03-31 Danny Smith <dannysmith@users.sourceforge.net>
5647
5648 Merge from csl-arm-branch.
5649 2004-02-12 Mark Mitchell <mark@codesourcery.com>
5650
5651 * tlink.c (recompile_files): Do not assume that "rename" can
5652 overwrite an existing file.
5653
5654 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5655
5656 * gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
5657 * gcc/configure: Regenerate.
5658
5659 2005-03-30 Alan Modra <amodra@bigpond.net.au>
5660
5661 * doc/install.texi: Update binutils requirement for powerpc*-linux.
5662
5663 * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.
5664
5665 * calls.c (struct arg_data): Update "partial" comment.
5666 (load_register_parameters): Update "nregs" comment.
5667
5668 2005-03-30 Richard Sandiford <rsandifo@redhat.com>
5669
5670 * config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)
5671 (MASK_UNINIT_CONST_IN_RODATA, TARGET_EMBEDDED_DATA, TARGET_SWITCHES)
5672 (TARGET_DEFAULT, TARGET_CPU_DEFAULT, SUBTARGET_TARGET_OPTIONS)
5673 (TARGET_OPTIONS, iq2000_cpu_string, iq2000_arch_string): Delete.
5674 (TARGET_DEBUG_MODE, TARGET_DEBUG_A_MODE, TARGET_DEBUG_B_MODE)
5675 (TARGET_DEBUG_C_MODE, TARGET_DEBUG_D_MODE): Define to 0 rather
5676 than target_flags & 0.
5677 * config/iq2000/iq2000.c (iq2000_cpu_string, iq2000_arch_string)
5678 (iq2000_arch, iq2000_parse_cpu): Delete.
5679 (TARGET_HANDLE_OPTION): Override default.
5680 (iq2000_handle_option): New function.
5681 (override_options): Remove -march= and -mcpu= handling.
5682 * config/iq2000/iq2000.opt: New file.
5683
5684 2005-03-30 Richard Sandiford <rsandifo@redhat.com>
5685
5686 * config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete.
5687 * config/c4x/c4x.h (SMALL_MEMORY_FLAG, MPYI_FLAG, FAST_FIX_FLAG)
5688 (RPTS_FLAG, C3X_FLAG, TI_FLAG, PARANOID_FLAG, MEMPARM_FLAG, DEVEL_FLAG)
5689 (RPTB_FLAG, BK_FLAG, DB_FLAG, DEBUG_FLAG, HOIST_FLAG)
5690 (LOOP_UNSIGNED_FLAG, FORCE_FLAG, PRESERVE_FLOAT_FLAG)
5691 (PARALLEL_INSN_FLAG, PARALLEL_MPY_FLAG, ALIASES_FLAG, C30_FLAG)
5692 (C31_FLAG, C32_FLAG, C33_FLAG, C40_FLAG, C44_FLAG, TARGET_SWITCHES)
5693 (TARGET_DEFAULT, TARGET_SMALL, TARGET_MPYI, TARGET_FAST_FIX)
5694 (TARGET_RPTS, TARGET_TI, TARGET_PARANOID, TARGET_MEMPARM, TARGET_DEVEL)
5695 (TARGET_RPTB, TARGET_BK, TARGET_DB, TARGET_DEBUG, TARGET_HOIST)
5696 (TARGET_LOOP_UNSIGNED, TARGET_FORCE, TARGET_PRESERVE_FLOAT)
5697 (TARGET_PARALLEL, TARGET_PARALLEL_MPY, TARGET_ALIASES)
5698 (c4x_rpts_cycles_string, c4x_cpu_version_string)
5699 (TARGET_OPTIONS): Delete.
5700 (c4x_rpts_cycles, c4x_cpu_version): Declare.
5701 (TARGET_C3X, TARGET_C30, TARGET_C31, TARGET_C32, TARGET_C33)
5702 (TARGET_C40, TARGET_C44): Redefine in terms of c4x_cpu_version.
5703 * config/c4x/c4x.c (c4x_rpts_cycles_string): Delete.
5704 (c4x_cpu_version_string): Delete.
5705 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5706 (c4x_handle_option): New function. Map -m3x and -m4x options to the
5707 equivalent -mcpu= option.
5708 (c4x_override_options): Remove -mrpts= and -mcpu= handling from here.
5709 Deal with the extra conditions in the old TARGET_MPYI, TARGET_RPTB,
5710 TARGET_DB, TARGET_PARALLEL and TARGET_PARALLEL_MPY macros by setting
5711 or clearing the appropriate MASK_* bit.
5712 (c4x_file_start): Use c4x_cpu_version.
5713 * config/c4x/c4x.opt: New file.
5714
5715 2005-03-30 Richard Sandiford <rsandifo@redhat.com>
5716
5717 * doc/options.texi: Document the new MaskExists flag.
5718 * opth-gen.awk: Don't output MASK and TARGET macros for Mask(...)
5719 if the option has the MaskExists flag.
5720
5721 2005-03-30 Richard Sandiford <rsandifo@redhat.com>
5722
5723 * opt-functions.awk (flag_set_p, test_flag): New functions.
5724 (switch_flags): Use them.
5725 * opth-gen.awk: Use flag_set_p to check for flags.
5726 * optc-gen.awk: Likewise. Use opt_args to check for Init(...) flags.
5727
5728 2005-03-30 Ian Lance Taylor <ian@airs.com>
5729
5730 * config.host (i[34567]86-*-mingw32*): Don't set
5731 host_can_use_collect2 to no.
5732
5733 2005-03-30 Alan Modra <amodra@bigpond.net.au>
5734
5735 PR target/20203
5736 * builtins.c (get_memory_rtx): Expand address exp using EXPAND_NORMAL.
5737 Remove convert_memory_address call duplicating that in memory_address.
5738
5739 2005-03-29 Richard Henderson <rth@redhat.com>
5740
5741 PR c/20519
5742 * c-decl.c (c_finish_incomplete_decl): Update complete_array_type call.
5743 (build_compound_literal): Likewise. Propagate decl type into the
5744 initializer.
5745 (finish_decl): Likewise. Use new return value from complete_array_type
5746 for zero sized arrays.
5747 (complete_array_type): Move ...
5748 * c-common.c (complete_array_type): ... here. Change first argument
5749 to pointer-to-type-node. Consistently use sizetype for the index
5750 except for zero sized arrays. Detect zero sized arrays for pedantic
5751 mode diagnostics. Create a new type node instead of modifying the
5752 old node in place.
5753 * c-tree.h (complete_array_type): Move decl ...
5754 * c-common.h (complete_array_type): ... here.
5755
5756 2005-03-29 Richard Henderson <rth@redhat.com>
5757
5758 PR tree-opt/19108
5759 * tree-sra.c (generate_element_init_1): Handle RANGE_EXPR.
5760
5761 2005-03-29 Kazu Hirata <kazu@cs.umass.edu>
5762
5763 * builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
5764 debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
5765 rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
5766 tree-profile.c, tsystem.h, value-prof.h: Update copyright.
5767
5768 2005-03-29 Eric Christopher <echristo@redhat.com>
5769
5770 * config/mips/mips.c (mips_gimplify_va_arg_expr): Update for
5771 truthvalue conversion removal.
5772
5773 2005-03-29 Ian Lance Taylor <ian@airs.com>
5774
5775 PR bootstrap/14316
5776 * collect2.c: Never include <vfork.h>.
5777 (VFORK_STRING, vfork): Don't define.
5778 (pid): Remove global variable.
5779 (handler): Call raise instead of kill (getpid(), ...).
5780 (collect_wait): Add pex parameter. Change all callers. Use
5781 pex_get_status rather than pwait.
5782 (do_wait): Add pex parameter. Change all callers.
5783 (collect_execute): Return struct pex_obj * rather than void. Use
5784 pex routines rather than pexecute.
5785 (fork_execute): Get pex_obj from collect_execute, and pass it to
5786 do_wait.
5787 (scan_prog_file): Use pex routines rather than pipe/vfork/exec.
5788 Only declare quit_handler if SIGQUIT is defined.
5789 (scan_libraries): Likewise.
5790 * collect2.h (collect_execute): Update declaration.
5791 (collect_wait): Update declaration.
5792 * tlink.c (tlink_execute): Get pex_obj from collect_execute, and
5793 pass it to collect_wait.
5794
5795 2005-03-29 Joseph S. Myers <joseph@codesourcery.com>
5796
5797 PR c/20672
5798 * c-parser.c (c_parser_compound_statement_nostart): Give error
5799 message for EOF instead of just setting parser->error.
5800
5801 2005-03-29 Dorit Naishlos <dorit@il.ibm.com>
5802
5803 * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.
5804 (slpeel_update_phi_nodes_for_guard1): New function.
5805 (slpeel_update_phi_nodes_for_guard2): New function.
5806 (slpeel_tree_peel_loop_to_edge): Call above new functions instead
5807 of slpeel_update_phi_nodes_for_guard.
5808 (vectorize_loops): Remove call to loop_closed_rewrite.
5809 * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Remove
5810 assertion.
5811
5812 2005-03-29 Richard Sandiford <rsandifo@redhat.com>
5813
5814 * config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
5815 (TARGET_LITTLE_ENDIAN): New macro.
5816 * config/m32r/m32r.h (SUBTARGET_SWITCHES, target_flags)
5817 (TARGET_RELAX_MASK, TARGET_DEBUG_MASK, TARGET_DEBUG)
5818 (TARGET_ALIGN_LOOPS_MASK, TARGET_ALIGN_LOOPS)
5819 (TARGET_LOW_ISSUE_RATE_MASK, TARGET_LOW_ISSUE_RATE)
5820 (TARGET_BRANCH_COST_MASK, TARGET_BRANCH_COST, TARGET_M32RX_MASK)
5821 (TARGET_M32RX, TARGET_M32R2_MASK, TARGET_M32R2, LITTLE_ENDIAN_BIT)
5822 (TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
5823 (TARGET_SWITCHES, m32r_model_string, m32r_sdata_string)
5824 (m32r_cache_flush_trap_string, SUBTARGET_OPTIONS)
5825 (TARGET_OPTIONS): Delete.
5826 (M32R_MODEL_DEFAULT, M32R_SDATA_DEFAULT): Turn into enums.
5827 (CACHE_FLUSH_TRAP): Turn into an integer.
5828 (TARGET_LITTLE_ENDIAN): Define to 0 by default.
5829 (INITIALIZE_TRAMPOLINE): Check m32r_cache_trap >= 0 to see if
5830 -mflush-trap is in use.
5831 * config/m32r/m32r.c (m32r_model_string, m32r_sdata_string)
5832 (m32r_cache_flush_trap_string): Delete.
5833 (m32r_model) Initialize to M32R_MODEL_DEFAULT.
5834 (m32r_sdata): Likewise M32R_SDATA_DEFAULT.
5835 (m32r_cache_trap): Likewise CACHE_FLUSH_TRAP.
5836 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5837 (m32r_handle_option): New function. Move -mflush-trap=, -mflush-func=,
5838 -mmodel= and -msdata= handling from...
5839 (m32r_init): ...here.
5840 * config/m32r/m32r.opt: New file.
5841
5842 2005-03-29 Keith Besaw <kbesaw@us.ibm.com>
5843
5844 * tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.
5845 (duplicate_ssa_name): Call duplicate_ssa_name_ptr_info.
5846 * tree-vect-analyze.c (vect_object_analysis): additional parm
5847 pass back a "struct ptr_info_def *" with the points-to info.
5848 (vect_analyze_data_refs): set the STMT_VINFO_PTR_INFO for the
5849 statement using info returned from vect_object_analysis.
5850 * tree-vect-transform.c (update_vuses_to_preheader): New function.
5851 (vect_create_data_ref_ptr): Remove updates to vars_to_rename
5852 for virtual uses and defs when creating a replacement vector
5853 reference. Call duplicate_ssa_name_ptr_info to define points-to
5854 info for vector pointer replacement using STMT_VINFO_PTR_INFO.
5855 (vectorizable_store): copy_virtual_operands and update
5856 definition statements.
5857 (vectorizable_load): copy_virtual_operands. Remove call to
5858 mark_call_clobbered_vars_to_rename for call to "const" builtin.
5859 * tree-vectorizer.c (vectorize_loops): Remove calls to
5860 rewrite_into_ssa and bitmap_clear (vars_to_rename).
5861 (new_stmt_vec_info): initialize STMT_VINFO_PTR_INFO for stmt.
5862 * tree-vectorizer.h (_stmt_vec_info): add field ptr_info and
5863 define macro STMT_VINFO_PTR_INFO for use in accessing.
5864 * tree.h add export of duplicate_ssa_name_ptr_info.
5865 * rs6000.c (altivec_init_builtins): Declare builtin function
5866 __builtin_altivec_mask_for_load to be "const".
5867
5868 2005-03-29 Jakub Jelinek <jakub@redhat.com>
5869
5870 PR middle-end/20622
5871 * cgraph.h (struct cgraph_varpool_node): Add alias field.
5872 * cgraph.c (cgraph_varpool_assemble_pending_decls): Don't call
5873 assemble_variable on aliases.
5874 * varasm.c (assemble_alias): Set node->alias.
5875 * toplev.c (wrapup_global_declarations): Don't call
5876 rest_of_decl_compilation on aliases again.
5877
5878 2005-03-29 Paul Brook <paul@codesourcery.com>
5879
5880 * config/arm/arm-protos.h (arm_dbx_register_number): Add prototype.
5881 * config/arm/arm.c (arm_dbx_register_number): New function.
5882 * config/arm/arm.h (IS_FPA_REGNUM, DBX_REGISTER_NUMBER): Define.
5883
5884 2005-03-29 Eric Botcazou <ebotcazou@libertysurf.fr>
5885
5886 PR middle-end/20263
5887 * varasm.c (make_decl_rtl) [ASM_DECLARE_REGISTER_GLOBAL]: Use
5888 the DECL_NAME, not the DECL_ASSEMBLER_NAME.
5889
5890 2005-03-29 Dale Johannesen <dalej@apple.com>
5891
5892 * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)
5893 $(TREE_H) and $(COVERAGE_H).
5894 * coverage.c (compute_checksum): Use DECL_NAME not DECL_ASSEMBLER_NAME.
5895 * opts.c (common_handle_option): Enable tree-based value transforms.
5896 * toplev.c (process_options): Ditto.
5897 * value-prof.h (struct histogram_value_t): Redefine. "Adjust" below
5898 refers to references to this type.
5899 * tree-flow.h: (struct stmt_ann_d): Add histograms field.
5900 * rtl-profile.c (rtl_gen_interval_profiler): Adjust. Remove checks
5901 for may_be_more, may_be_less.
5902 (rtl_gen_pow2_profiler): Adjust.
5903 (rtl_gen_one_value_profiler_no_edge_manip): Adjust.
5904 (rtl_gen_one_value_profiler): Adjust.
5905 (rtl_gen_const_delta_profiler): Adjust.
5906 * tree-profile.c (tree_gen_interval_profiler): Implement.
5907 (tree_gen_pow2_profiler): Ditto.
5908 (tree_gen_one_value_profiler): Ditto.
5909 (tree_profiling): New.
5910 (pass_tree_profile): Reference it.
5911 * value-prof.c: Include tree-flow.h, tree-flow-inline.h, diagnostic.h,
5912 tree.h, gcov-io.h.
5913 (insn_divmod_values_to_profile): Rename to
5914 rtl_divmod_values_to_profile. Adjust.
5915 (insn_values_to_profile): Rename to rtl_values_to_profile. Adjust.
5916 (insn_prefetch_values_to_profile): Adjust.
5917 (rtl_value_profile_transformations): Adjust.
5918 (gen_divmod_fixed_value): Rename to rtl_divmod_fixed_value.
5919 (gen_mod_pow2): Rename to rtl_mod_pow2.
5920 (gen_mod_subtract): Rename to rtl_mod_subtract.
5921 (divmod_fixed_value_transform): Rename to
5922 rtl_divmod_fixed_value_transform.
5923 (mod_pow2_value_transform): Rename to rtl_mod_pow2_value_transform.
5924 (mod_subtract_transform): Rename to rtl_mod_subtract_transform.
5925 (rtl_find_values_to_profile): Adjust.
5926 (tree_value_profile_transformations): Implement.
5927 (tree_divmod_values_to_profile): New.
5928 (tree_values_to_profile): New.
5929 (tree_divmod_fixed_value): New.
5930 (tree_mod_pow2): New.
5931 (tree_mod_subtract): New.
5932 (tree_divmod_fixed_value_transform): New.
5933 (tree_mod_pow2_value_transform): New.
5934 (tree_mod_subtract_transform): New.
5935 (tree_find_values_to_profile): Implement.
5936 * profile.c (instrument_values): Free histograms.
5937 (compute_value_histograms): Adjust. Implement tree version.
5938
5939 2005-03-29 Uros Bizjak <uros@kss-loka.si>
5940
5941 * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case.
5942 * config/i386/i386.c (output_fix_trunc): Add new round_mode
5943 variable. Output "fldcw" depending on round_mode.
5944 * config/i386/i386.md (UNSPEC_FIST): New.
5945 (fistdi2, fistdi2_with_temp, fist<mode>2, fist<mode>2_with_temp):
5946 New isns patterns to implement lrint and llrint built-ins as x87
5947 intrinsic function.
5948 (fistdi2, fist<mode>2 splitters): New splitters.
5949 (lrint<mode>2): New expanders.
5950
5951 2005-03-28 Ian Lance Taylor <ian@airs.com>
5952
5953 * config/arc/arc.c (arc_output_function_epilogue): Pass prescan as
5954 0 when calling final_scan_insn.
5955
5956 2005-03-28 Jan Hubicka <jh@suse.cz>
5957
5958 PR middle-end/20635
5959 * varasm.c (mark_decl_referenced): Do not mark extern inline functions
5960 as needed.
5961
5962 * tree-inline.c (estimate_num_insns_1): Use declaration to discover argument
5963 types where possible.
5964
5965 2005-03-26 Per Bothner <per@bothner.com>
5966
5967 Make -f[no-]show-column also control non-cpp diagnostics.
5968 * c.opt (fshow-column): Move option from here ...
5969 * common.opt (fshow-column): ... to here.
5970 * diagnostic.c (diagnostic_build_prefix): Only print column number
5971 if flag_show_column.
5972
5973 2005-03-27 Steven Bosscher <stevenb@suse.de>
5974
5975 * vax-protos.h (vax_output_int_move, vax_output_int_add,
5976 vax_output_conditional_branch): New prototypes.
5977 * vax.c (vax_output_int_move, vax_output_int_add): New functions,
5978 extracted from vax.md mov and add patterns.
5979 (vax_output_conditional_branch): New function to output conditional
5980 branch instructions.
5981 * vax.md: Use mode macros for arithmetic and mov patterns.
5982 Use code macros for the jump patterns.
5983
5984 2005-03-26 Andrew Pinski <pinskia@physics.uc.edu>
5985
5986 * Makefile.in (libbackend.o): Depend on version files;
5987 add custom generation command.
5988
5989 2005-03-26 Andrew Pinski <pinskia@physics.uc.edu>
5990
5991 PR target/20636
5992 * config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make
5993 sure that we have a REG before getting its REGNO.
5994
5995 2005-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5996
5997 * builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
5998 * builtins.def (BUILT_IN_STRNDUP): New.
5999
6000 2005-03-25 Pat Haugen <pthaugen@us.ibm.com>
6001
6002 PR tree-optimization/20470
6003 * fold-const.c (fold_cond_expr_with_comparison): Recognize/fold
6004 ABS(x-y).
6005
6006 2005-03-25 Mike Stump <mrs@apple.com>
6007
6008 * config/darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0
6009 sized objects.
6010
6011 2005-03-25 Geoffrey Keating <geoffk@apple.com>
6012
6013 * config/rs6000/darwin-fallback.c: Don't include <ucontext.h>.
6014 Use our own structure definitions.
6015
6016 * config/rs6000/rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.
6017 (fix_truncdfsi2): Allow registers or memory as destination.
6018 When TARGET_PPC_GFXOPT, generate simplified pattern.
6019 (fix_truncdfsi2_internal): Use define_insn_and_split.
6020 (fix_truncdfsi2_internal_gfxopt): New.
6021 (fctiwz): Don't confuse register allocation by giving it no choices.
6022 (stfiwx): New.
6023 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'Z'.
6024 (EXTRA_MEMORY_CONSTRAINT): Likewise.
6025 * config/rs6000/rs6000.c (indexed_or_indirect_operand): New.
6026 * config/rs6000/rs6000-protos.h (indexed_or_indirect_operand): New.
6027
6028 2005-03-25 Kazu Hirata <kazu@cs.umass.edu>
6029
6030 * dominance.c (free_dominance_info): Speed up by freeing et
6031 data structures without maintaining other nodes.
6032 * et-forest.c (et_free_tree_force): New.
6033 * et-forest.h: Add a prototype for et_free_tree_force.
6034
6035 * tree.c (get_set_constructor_bits,
6036 get_set_constructor_bytes): Remove.
6037 * tree.h: Remove the corresponding prototypes.
6038
6039 2005-03-25 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
6040
6041 PR target/15491
6042 * vax.c (vax_rtx_costs_1): Merge with vax_rtx_costs.
6043 (vax_rtx_costs): Return false when passed unsupported rtx's. Handle
6044 FLOAT_EXTEND, FLOAT_TRUNCATE and TRUNCATE. Fix costs for POST_INC,
6045 PRE_DEC, NEG and NOT.
6046
6047 2005-03-25 Kazu Hirata <kazu@cs.umass.edu>
6048
6049 * fold-const.c: Convert uses of fold (build (...)) to
6050 fold_buildN.
6051
6052 2005-03-25 Zdenek Dvorak <dvorakz@suse.cz>
6053
6054 PR rtl-optimization/20249
6055 * cse.c (insert_regs): Do not record equivalence of registers in
6056 different modes.
6057
6058 2005-03-24 Kazu Hirata <kazu@cs.umass.edu>
6059
6060 * emit-rtl.c (reverse_comparison): Remove.
6061 * rtl.h: Remove the corresponding prototype.
6062
6063 2005-03-24 James E Wilson <wilson@specifixinc.com>
6064
6065 * doc/install.texi (--enable-altivec): Delete docs.
6066
6067 2005-03-24 David Edelsohn <edelsohn@gnu.org>
6068
6069 * config/rs6000/predicates.md (easy_fp_constant): Return 0 for
6070 SFmode and DFmode before reload when
6071 flag_unsafe_math_optimizations not enabled.
6072
6073 2005-03-24 Geoffrey Keating <geoffk@apple.com>
6074
6075 * c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
6076
6077 * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
6078 MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
6079
6080 2005-03-24 Nathan Sidwell <nathan@codesourcery.com>
6081
6082 * configure.ac (enable-checking): Add 'runtime' option.
6083 * doc/install.texi (enable-checking): Document 'runtime' checking.
6084 * tsystem.h (gcc_assert, gcc_unreachable): Define.
6085 * config.in: Regenerated.
6086 * configure: Regenerated.
6087
6088 2005-03-23 Uros Bizjak <uros@kss-loka.si>
6089
6090 * optabs.h (enum optab_index): Remove OTI_llrint.
6091 (llrint_optab): Remove macro.
6092 * optabs.c (init_optabs): Remove llrint_optab initialization.
6093 * genopinit.c (optabs): Remove llrint_optab implementation.
6094 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LLRINT{,F,L}
6095 using lrint_optab.
6096
6097 2005-03-24 Alexandre Oliva <aoliva@redhat.com>
6098
6099 PR rtl-optimization/20532
6100 * simplify-rtx.c (simplify_binary_operation_1): Protect from
6101 overflow when adding coefficients for PLUS or MINUS.
6102 (simplify_binary_operation_1): Handle CONST_DOUBLE exact power of
6103 two as multiplier.
6104
6105 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
6106
6107 * langhooks.h (truthvalue_conversion): Remove.
6108 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
6109 LANG_HOOKS_TRUTHVALUE_CONVERSION.
6110 * system.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Poison.
6111 * gimplify.c (gimple_boolify): Don't use truthvalue_conversion.
6112 * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
6113
6114 2005-03-23 Kazu Hirata <kazu@cs.umass.edu>
6115
6116 * params.def: Fix a typo.
6117 * config/mips/mips.c: Follow the spelling convensions.
6118 * doc/invoke.texi: Fix typos.
6119
6120 2005-03-23 Daniel Berlin <dberlin@dberlin.org>
6121
6122 Fix PR tree-optimization/20601
6123
6124 * tree-ssa-pre.c (insert_aux): Add missing condition to
6125 constification.
6126
6127 2005-03-23 Ian Lance Taylor <ian@airs.com>
6128
6129 * final.c (final_scan_insn): Don't remove no-op instructions.
6130 * reload1.c (reload): Remove simple no-op instructions even when
6131 not optimizing.
6132
6133 2005-03-23 Dorit Naishlos <dorit@il.ib.com>
6134
6135 PR tree-optimization/20501
6136 * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Debug print
6137 reporting that peeling for alignment is applied moved to...
6138 * (vect_analyze_data_refs_alignment): Here.
6139
6140 2005-03-23 Ian Lance Taylor <ian@airs.com>
6141
6142 * reorg.c (dbr_schedule): Remove #if 0 code to call final.
6143
6144 2005-03-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6145
6146 * config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
6147 Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.
6148
6149 2005-03-23 Hans-Peter Nilsson <hp@axis.com>
6150
6151 * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
6152 imply that this is called once, independent of asms in code.
6153 Adjust to now being pased output and input lists. Mention helper
6154 function decl_overlaps_hard_reg_set_p.
6155 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Rename from
6156 hook_tree_tree_identity and to take three trees, returning third.
6157 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Adjust the
6158 prototype.
6159 * stmt.c: include hard-reg-set.h before tree.h.
6160 (decl_overlaps_hard_reg_set_p): New function, broken out from...
6161 (decl_conflicts_with_clobbers_p): Call
6162 decl_overlaps_hard_reg_set_p.
6163 (expand_asm_operands): Pass output and input lists in call to
6164 targetm.md_asm_clobbers.
6165 * target-def.h (TARGET_MD_ASM_CLOBBERS): Define as
6166 hook_tree_tree_tree_tree_3rd_identity.
6167 * target.h (struct gcc_target.md_asm_clobbers): Take three tree
6168 parameters.
6169 * tree.h [HARD_CONST] (decl_overlaps_hard_reg_set_p): Prototype.
6170 * config/i386/i386.c (ix86_md_asm_clobbers): Adjust to three
6171 parameters, first two unused.
6172 * config/cris/cris.c (cris_md_asm_clobbers): Adjust to added
6173 parameters. Only add MOF to clobbers if there's no 'h' mentioned
6174 in constraint letters and MOF is not mentioned as a asm-declared
6175 register in neither of the input and output lists.
6176
6177 2005-03-23 DJ Delorie <dj@redhat.com>
6178
6179 * optabs.c (expand_binop): Make sure the first subword's result
6180 gets stored.
6181
6182 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
6183
6184 * c-common.c (c_common_truthvalue_conversion): Adjust comment.
6185 Call c_common_truthvalue_conversion rather than
6186 lang_hooks.truthvalue_conversion.
6187 * c-convert.c (convert): Call c_objc_common_truthvalue_conversion.
6188 * c-objc-common.c (c_objc_common_truthvalue_conversion): Move to
6189 c-typeck.c.
6190 * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Change to
6191 c_common_truthvalue_conversion.
6192 * c-parser.c (c_parser_paren_condition, c_parser_for_statement,
6193 c_parser_conditional_expression, c_parser_binary_expression): Call
6194 c_objc_common_truthvalue_conversion.
6195 * c-typeck.c (build_unary_op): Call
6196 c_objc_common_truthvalue_conversion.
6197 (build_conditional_expr): Do not call
6198 lang_hooks.truthvalue_conversion.
6199 (build_binary_op): Call c_common_truthvalue_conversion.
6200 (c_objc_common_truthvalue_conversion): Moved from
6201 c-objc-common.c. Call default_function_array_conversion instead
6202 of default_conversion.
6203
6204 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
6205
6206 * c-common.h (default_conversion): Remove.
6207 (perform_integral_promotions): Add.
6208 * c-tree.h (default_conversion): Add.
6209 * c-typeck.c (perform_integral_promotions): New, split out from
6210 default_conversion.
6211 * c-common.c (check_case_value): Use perform_integral_promotions,
6212 not default_conversion.
6213 (c_add_case_label): Don't continue processing case label after
6214 found to be pointer.
6215
6216 2005-03-23 Mark Mitchell <mark@codesourcery.com>
6217
6218 * gcc.c (do_spec_1): Do not add a -L path for a directory in
6219 the prefix list if we have already added a multilib directory
6220 based on that path.
6221 (main): Do not add MD_EXEC_PREFIX to the list of directories to
6222 search with -L.
6223
6224 2005-03-22 Kazu Hirata <kazu@cs.umass.edu>
6225
6226 * reload1.c (indirect_symref_ok, reload_obstack): Make them
6227 static.
6228 * reload.h: Remove the prototype for indirect_symref_ok.
6229
6230 * reload1.c (indirect_symref_ok): Make it global.
6231 * reload.h: Add a prototype for indirect_symref_ok.
6232
6233 2005-03-22 Kaz Kojima <kkojima@gcc.gnu.org>
6234
6235 * config/sh/sh.md (ashlhi3): Rename to *ashlhi3_n and add a new
6236 ashlhi3 expander.
6237
6238 2005-03-22 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6239
6240 * tree.h (DECL_IGNORED_P, DECL_IN_SYSTEM_HEADER): Clarify comments.
6241
6242 2005-03-22 Daniel Berlin <dberlin@dberlin.org>
6243
6244 * c-opts.c (c_common_parse_file): Only start/end main source file
6245 if debug hooks says the writer wants it.
6246 * dbxout.c (dbx_debug_hooks): Add start_end_main_source_file
6247 member.
6248 (xcoff_debug_hooks): Ditto.
6249 * debug.c (do_nothing_hooks): Ditto.
6250 * debug.h (gcc_debug_hooks): Ditto.
6251 * dwarf2out.c (dwarf2_debug_hooks): Ditto.
6252 * sdbout.c (sdb_debug_hooks): Ditto.
6253 * vmsdbgout.c (vmsdbg_debug_hooks): Ditto.
6254
6255 2005-03-22 Mark Mitchell <mark@codesourcery.com>
6256
6257 * doc/extend.texi: Deprecate C++ min/max operators.
6258
6259 2005-03-22 Zdenek Dvorak <dvorakz@suse.cz>
6260
6261 * tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve
6262 artificial original candidates.
6263
6264 2005-03-22 Richard Guenther <rguenth@tat.physik.uni-tuebingen.de>
6265 Jan Hubicka <jh@suse.cz>
6266 Steven Bosscher <stevenb@suse.de>
6267
6268 * cgraphunit.c (cgraph_estimate_size_after_inlining): Compute
6269 call cost based on argument sizes.
6270 (cgraph_mark_inline_edge): Avoid inline unit from shrinking by
6271 inlining.
6272 * params.def: (max-inline-inssn-single): Set to 450.
6273 (max-inline-insns-auto): Set to 90.
6274 (max-inline-insns-recursive): Set to 450
6275 (max-inline-insns-recursive-auto): Set to 450.
6276 (large-function-insns): Set to 2700.
6277 (inline-call-cost): New parameter.
6278 * tree-inline.c (estimate_move_cost): New function.
6279 (estimate_num_insns_1): Compute move sizes costs by estimate_move_cost
6280 for non-gimple-regs, set cost to 0 for gimple-regs. Compute call size
6281 based on arguments.
6282 * tree-inline.h (estimate_move_cost): Declare.
6283 * invoke.texi: (max-inline-inssn-single): Change default to 450.
6284 (max-inline-insns-auto): Change default to 90.
6285 (max-inline-insns-recursive): Change default to 450
6286 (max-inline-insns-recursive-auto): Change default to 450.
6287 (large-function-insns): Change default to 2700.
6288 (inline-call-cost): Document new parameter.
6289
6290 2005-03-22 Richard Sandiford <rsandifo@redhat.com>
6291
6292 * config/i860/i860.h (target_flags, TARGET_XP, TARGET_SWITCHES)
6293 (TARGET_DEFAULT): Delete.
6294 * config/i860/i860.opt: New file.
6295
6296 2005-03-22 Richard Sandiford <rsandifo@redhat.com>
6297
6298 * config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int)
6299 (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
6300 (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
6301 (frv_sched_lookahead): Delete.
6302 * config/frv/frv.h (MASK_DEFAULT_ALLOC_CC): Move to frv.c.
6303 (target_flags, MASK_GPR_32, MASK_FPR_32, MASK_SOFT_FLOAT)
6304 (MASK_ALLOC_CC, MASK_DWORD, MASK_DOUBLE, MASK_MEDIA, MASK_MULADD)
6305 (MASK_LIBPIC, MASK_ACC_4, MASK_PACK, MASK_LONG_CALLS)
6306 (MASK_ALIGN_LABELS, MASK_LINKED_FP, MASK_BIG_TLS, MASK_DEBUG_ARG)
6307 (MASK_DEBUG_ADDR, MASK_DEBUG_STACK, MASK_DEBUG, MASK_DEBUG_LOC)
6308 (MASK_DEBUG_COND_EXEC, MASK_NO_COND_MOVE, MASK_NO_SCC)
6309 (MASK_NO_COND_EXEC, MASK_NO_VLIW_BRANCH, MASK_NO_MULTI_CE)
6310 (MASK_FDPIC, MASK_INLINE_PLT, MASK_GPREL_RO, MASK_DEFAULT)
6311 (TARGET_GPR_32, TARGET_FPR_32, TARGET_SOFT_FLOAT, TARGET_ALLOC_CC)
6312 (TARGET_DWORD, TARGET_DOUBLE, TARGET_MEDIA, TARGET_MULADD)
6313 (TARGET_LIBPIC, TARGET_ACC_4, TARGET_DEBUG_ARG, TARGET_DEBUG_ADDR)
6314 (TARGET_DEBUG_STACK, TARGET_DEBUG, TARGET_DEBUG_LOC)
6315 (TARGET_DEBUG_COND_EXEC, TARGET_NO_COND_MOVE, TARGET_NO_SCC)
6316 (TARGET_NO_COND_EXEC, TARGET_NO_VLIW_BRANCH, TARGET_NO_MULTI_CE)
6317 (TARGET_NO_NESTED_CE, TARGET_FDPIC, TARGET_INLINE_PLT, TARGET_BIG_TLS)
6318 (TARGET_GPREL_RO, TARGET_PACK, TARGET_LONG_CALLS, TARGET_ALIGN_LABELS)
6319 (TARGET_LINKED_FP, TARGET_GPR_64, TARGET_FPR_64, TARGET_HARD_FLOAT)
6320 (TARGET_FIXED_CC, TARGET_COND_MOVE, TARGET_SCC, TARGET_COND_EXEC)
6321 (TARGET_VLIW_BRANCH, TARGET_MULTI_CE, TARGET_NESTED_CE, TARGET_ACC_8)
6322 (TARGET_SWITCHES, TARGET_OPTIONS, DEFAULT_CONDEXEC_TEMPS)
6323 (DEFAULT_BRANCH_COST, DEFAULT_CONDEXEC_INSNS): Delete.
6324 * config/frv/frv.c (frv_branch_cost_string, frv_branch_cost_int)
6325 (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
6326 (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
6327 (frv_sched_lookahead): Delete.
6328 (MASK_DEFAULT_ALLOC_CC): Moved from frv.h.
6329 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
6330 (frv_handle_option): New function. Move -mcpu= handling from...
6331 (frv_override_options): ...here. Remove handling of other
6332 TARGET_OPTIONS.
6333 (frv_ifcvt_modify_tests): Check !TARGET_COND_EXEC instead of
6334 TARGET_NO_COND_EXEC and !TARGET_NESTED_CE to TARGET_NO_NESTED_CE.
6335 (frv_ifcvt_modify_multiple_tests): Likewise !TARGET_MULTI_CE
6336 and TARGET_NO_MULTI_CE.
6337 (frv_for_each_packet): Likewise TARGET_NO_VLIW_BRANCH and
6338 !TARGET_VLIW_BRANCH.
6339 * config/frv/frv.opt: New file.
6340
6341 2005-03-22 Kazu Hirata <kazu@cs.umass.edu>
6342
6343 * fold-const.c (fold_ternary): Take decomposed arguments of
6344 CALL_EXPR.
6345 (fold): Update a call to fold_ternary.
6346
6347 * fold-const.c (fold_build1, fold_build2, fold_build3): New.
6348 * tree.h: Add corresponding prototypes.
6349
6350 2005-03-22 Jakub Jelinek <jakub@redhat.com>
6351
6352 PR target/20561
6353 * cfglayout.c (reemit_insn_block_notes): Don't put block notes in
6354 between jump table and its label.
6355 * final.c (shorten_branches): Handle notes in between ADDR_VEC
6356 resp. ADDR_DIFF_VEC and the label preceeding it.
6357 (final_scan_insn): Likewise. Ensure ADDR_VEC resp. ADDR_DIFF_VEC
6358 is emitted in the right section.
6359
6360 2005-03-22 Kazu Hirata <kazu@cs.umass.edu>
6361
6362 * fold-const.c (fold_unary, fold_binary): Update comments
6363 about arguments.
6364
6365 2005-03-22 Hans-Peter Nilsson <hp@axis.com>
6366
6367 PR rtl-optimization/20527
6368 * combine.c (can_combine_p) [AUTO_INC_DEC]: When INSN has an
6369 REG_INC note, test that the register also isn't mentioned in PRED
6370 or SUCC.
6371
6372 2005-03-22 Ben Elliston <bje@au.ibm.com>
6373
6374 * dwarf2out.c (dwarf_type_encoding_name): Remove unused prototype
6375 and definition.
6376
6377 2005-03-21 Mike Stump <mrs@apple.com>
6378
6379 * varasm.c (default_assemble_visibility): Remove extra ().
6380
6381 2005-03-21 Roger Sayle <roger@eyesopen.com>
6382
6383 PR middle-end/20557
6384 * bb-reorder.c (duplicate_computed_gotos): Use can_duplicate_block_p
6385 to determine whether a block can be duplicated, rather than test
6386 whether the block contains noncopyable insns ourselves.
6387
6388 2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
6389
6390 * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
6391 predicates.
6392
6393 2005-03-21 Richard Sandiford <rsandifo@redhat.com>
6394
6395 * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
6396
6397 2005-03-21 Richard Sandiford <rsandifo@redhat.com>
6398
6399 * config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL)
6400 (TARGET_DEFAULT, target_flags, TARGET_SWITCHES): Delete.
6401 * config/fr30/fr30.opt: New file.
6402
6403 2005-03-18 Daniel Berlin <dberlin@dberlin.org>
6404
6405 Fix PR tree-optimization/20542
6406
6407 * tree-flow-inline.h (overlap_subvar): Move to here.
6408 * tree-ssa-operands.c: From here.
6409 * tree-flow.h (overlap_subvar): Declare.
6410 * tree-ssa-alias.c (add_pointed_to_var): Use overlap_subvar here.
6411 * tree-ssa-loop-im.c (is_call_clobbered_ref): Return proper answer
6412 for variables with subvars.
6413
6414 2005-03-21 Mostafa Hagog <mustafa@il.ibm.com>
6415
6416 PR middle-end/20177
6417 * ddg.c (create_ddg_dependence): Ignore reg-anti dependency.
6418 * modulo-sched.c (const_iteration_count): Return on NULL
6419 pre-header.
6420 (print_node_sched_params): Return on NULL dump_file.
6421 (generate_reg_moves): Handle reg-anti dependencies and disregard
6422 closing branch when generating register moves.
6423 (sms_schedule): Mark the SMSed block dirty.
6424 * passes.c (rest_of_handle_sms): Call update_life_info for all
6425 basic-blocks.
6426 * testsuite/gcc.dg/20050321-1.c: New test.
6427
6428 2005-03-21 Bob Wilson <bob.wilson@acm.org>
6429
6430 * config/xtensa/lib1funcs.asm (__mulsi3): Use symbolic name for ACCLO.
6431 * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
6432 movqi_internal): Likewise.
6433
6434 2005-03-21 Bob Wilson <bob.wilson@acm.org>
6435
6436 * config/xtensa/xtensa-protos.h: (xtensa_simm7, xtensa_uimm8,
6437 xtensa_uimm8x2, xtensa_uimm8x4, xtensa_ai4const, xtensa_lsi4x4,
6438 xtensa_b4const): Delete prototypes.
6439 (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b, xtensa_b4constu,
6440 xtensa_mask_immediate, xtensa_mem_offset): Update prototypes.
6441 (xtensa_b4const_or_zero, xtensa_const_ok_for_letter_p,
6442 xtensa_extra_constraint): New prototypes.
6443 (add_operand, arith_operand, nonimmed_operand, mem_operand,
6444 mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
6445 lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
6446 move_operand, const_float_1_operand, fpmem_offset_operand,
6447 branch_operator, ubranch_operator, boolean_operator): Delete prototypes.
6448 * config/xtensa/xtensa.c (b4const_or_zero): Rename to ...
6449 (xtensa_b4const_or_zero): ...this. Change return type to bool and
6450 argument type to HOST_WIDE_INT.
6451 (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b,
6452 xtensa_mask_immediate): Likewise.
6453 (xtensa_uimm8, xtensa_uimm8x2, xtensa_uimm8x4, xtensa_b4const):
6454 Likewise. Also make these functions static.
6455 (xtensa_simm7, xtensa_ai4const, xtensa_lsi4x4): Delete.
6456 (xtensa_const_ok_for_letter_p): New.
6457 (add_operand, arith_operand, nonimmed_operand, mem_operand,
6458 mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
6459 lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
6460 move_operand, const_float_1_operand, fpmem_offset_operand,
6461 branch_operator, ubranch_operator, boolean_operator): Move to
6462 predicates.md.
6463 (smalloffset_mem_p): Inline code from xtensa_lsi4x4.
6464 (xtensa_mem_offset): Change return type to bool.
6465 (xtensa_extra_constraint): New.
6466 (gen_int_relational): Update type of const_range_p function pointer.
6467 Use xtensa_b4const_or_zero.
6468 * config/xtensa/xtensa.h (CONST_OK_FOR_LETTER_P): Define to
6469 xtensa_const_ok_for_letter_p. Update comments.
6470 (EXTRA_CONSTRAINT): Define to xtensa_extra_constraint.
6471 (PREDICATE_CODES): Delete.
6472 * config/xtensa/xtensa.md: Include predicates.md.
6473 * config/xtensa/predicates.md: New file.
6474
6475 2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
6476
6477 * config/v850/v850-protos.h: Remove the prototypes for
6478 reg_or_int9_operand, reg_or_const_operand,
6479 pattern_is_ok_for_prepare, pattern_is_ok_for_dispose,
6480 reg_or_0_operand, reg_or_int5_operand, call_address_operand,
6481 movsi_source_operand, power_of_two_operand,
6482 not_power_of_two_operand, special_symbolref_operand,
6483 pattern_is_ok_for_prologue, pattern_is_ok_for_epilogue, and
6484 register_is_ok_for_epilogue.
6485 * config/v850/v850.c (reg_or_0_operand, reg_or_int5_operand,
6486 reg_or_int9_operand, reg_or_const_operand,
6487 call_address_operand, special_symbolref_operand,
6488 movsi_source_operand, power_of_two_operand,
6489 not_power_of_two_operand, register_is_ok_for_epilogue,
6490 pattern_is_ok_for_epilogue, pattern_is_ok_for_prologue,
6491 pattern_is_ok_for_dispose, pattern_is_ok_for_prepare): Move to
6492 predicates.md.
6493 * config/v850/v850.h (PREDICATE_CODES): Remove.
6494 * config/v850/v850.md: Include predicates.md.
6495 * config/v850/predicates.md: New.
6496
6497 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6498
6499 * Makefile.in (BASEVER, DEVPHASE, DATESTAMP)
6500 (BASEVER_c, DEVPHASE_c, DATESTAMP_c)
6501 (BASEVER_s, DEVPHASE_s, DATESTAMP_s, version): Set with :=.
6502 (itoolsdir, itoolsdatadir): Move definition above new first use.
6503 (install-itoolsdirs): New rule.
6504 (install-mkheaders): Depend on install-itoolsdirs, not
6505 install-include-dir.
6506
6507 2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
6508
6509 * tree-into-ssa.c: Remove obsolete comments.
6510
6511 2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
6512
6513 * tree-ssa-loop.c (gate_tree_complete_unroll): Run complete
6514 unrolling if -fpeel-loops is specified, too.
6515 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
6516 Remove superfluous check for flag_unroll_loops.
6517
6518 2005-03-21 Uros Bizjak <uros@kss-loka.si>
6519
6520 * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint.
6521 (lrint_optab, llrint_optab): Define corresponding macros.
6522 * optabs.c (init_optabs): Initialize lrint_optab and llrint_optab.
6523 * genopinit.c (optabs): Implement lrint_optab using lrintsi2
6524 pattern and llrint_optab using llrintdi2 patterns.
6525 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LRINT{,F,L}
6526 using lrint_optab and BUILT_IN_LLRINT{,F,L} using llrint_optab.
6527 (expand_builtin): Expand BUILT_IN_LRINT{,F,L} and
6528 BUILT_IN_LLRINT{,F,L} using expand_builtin_mathfn if
6529 flag_unsafe_math_optimizations is set.
6530
6531 2005-03-21 Paolo Bonzini <bonzini@gnu.org>
6532
6533 * combine.c (combine_simplify_rtx, simplify_if_then_else,
6534 simplify_logical, if_then_else_cond, known_cond,
6535 simplify_comparison): Adjust calls to reverse_comparison.
6536 Don't use combine_reversed_comparison_code).
6537 (combine_reversed_comparison_code): Remove.
6538 (reversed_comparison): Using reversed_comparison_code, move it...
6539 * jump.c (reversed_comparison): ... here.
6540 * rtl.h (reversed_comparison): Add prototype.
6541
6542 2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
6543
6544 * builtins.c (fold_builtin): Take decomposed arguments of
6545 CALL_EXPR.
6546 * fold-const.c (fold_ternary): Update a call to fold_builtin.
6547 * gimplify.c (gimplify_call_expr): Likewise.
6548 * tree-ssa-ccp.c (ccp_fold, ccp_fold_builtin): Likewise.
6549 * tree.h: Update the prototype of fold_builtin.
6550
6551 2005-03-21 Paolo Bonzini <bonzini@gnu.org>
6552
6553 * rtl.h (struct rtx_hooks): Add gen_lowpart_no_emit.
6554 * rtlhooks.c (gen_lowpart_no_emit_general): New.
6555 * rtlhooks-def.h (gen_lowpart_no_emit_general): Declare.
6556 (RTL_HOOKS_GEN_LOWPART_NO_EMIT): New.
6557 * simplify-rtx.c (simplify_binary_operation_1): Use it.
6558
6559 2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
6560
6561 * builtins.c (fold_builtin_1): Take decomposed arguments of
6562 CALL_EXPR.
6563 (fold_builtin): Update a call to fold_builtin_1.
6564
6565 2005-03-21 Nathan Sidwell <nathan@codesourcery.com>
6566
6567 PR other/20564
6568 * gcov.c (output_lines): Only output function block summary when
6569 outputting branch information.
6570 * doc/gcov.texi: Document format of preamble and additional block
6571 information lines.
6572
6573 2005-03-21 Richard Sandiford <rsandifo@redhat.com>
6574
6575 * libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.
6576 (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_TF_MODE, LIBGCC2_HAS_XF_MODE): Make
6577 the defaults false if BITS_PER_UNIT != 8.
6578 (SFtype, SCtype, __fixsfdi, __floatdisf, __fixunssfSI, __fixunssfDI)
6579 (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE rather
6580 than BITS_PER_UNIT != 8.
6581 (L_fixdfdi, L_fixsfdi, L_fixtfdi, L_fixunsdfdi, L_fixunsdfsi)
6582 (L_fixunssfdi, L_fixunssfsi, L_fixunstfdi, L_fixunsxfdi, L_fixunsxfsi)
6583 (L_fixxfdi, L_floatdidf, L_floatdisf, L_floatditf, L_floatdixf): Remove
6584 #undefs.
6585 * libgcc2.c (__fixunssfDI, __fixsfdi, __floatdisf, __fixunssfSI)
6586 (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE.
6587
6588 2005-03-20 Roger Sayle <roger@eyesopen.com>
6589
6590 PR middle-end/20539
6591 * fold-const.c (fold_binary): Fix type mismatch between
6592 TRUTH_{AND,OR,XOR}_EXPR nodes an their operands' types.
6593 (fold_binary) <TRUTH_XOR_EXPR>: Avoid calling invert_truthvalue
6594 for non-truth-valued expressions.
6595
6596 * c-common.c (c_common_truthvalue_conversion): Handle ERROR_MARK
6597 and FUNCTION_DECL in the main switch.
6598 <TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
6599 TRUTH_XOR_EXPR>: When changing the result type of these tree nodes,
6600 we also need to convert their operands to match.
6601 <TRUTH_NOT_EXPR>: Likewise.
6602
6603 2005-03-21 Joseph S. Myers <joseph@codesourcery.com>
6604
6605 * c-common.c (lvalue_or_else): Replace by lvalue_error; only give
6606 diagnostic without checking whether an lvalue.
6607 * c-common.h (lvalue_p): Remove.
6608 (enum lvalue_use): Update comment.
6609 (lvalue_or_else): Replace by lvalue_error.
6610 * c-typeck.c (lvalue_p): Make static.
6611 (lvalue_or_else): New. Call lvalue_error.
6612
6613 2005-03-21 Alan Modra <amodra@bigpond.net.au>
6614
6615 * config/rs6000/rs6000.c (rs6000_parm_start): New function.
6616 (function_arg_advance): Use rs6000_parm_start.
6617 (function_arg, rs6000_arg_partial_bytes): Likewise.
6618
6619 2005-03-20 Joseph S. Myers <joseph@codesourcery.com>
6620
6621 * c-common.c (check_case_value): Adjust comment about stripping
6622 NOPs.
6623 (handle_vector_size_attribute): Don't strip NON_LVALUE_EXPR.
6624 * c-typeck.c (default_conversion, convert_arguments,
6625 build_modify_expr, convert_for_assignment, store_init_value,
6626 digest_init): Use STRIP_TYPE_NOPS instead of stripping nops
6627 manually. Remove inaccurate comments.
6628
6629 2005-03-20 Roger Sayle <roger@eyesopen.com>
6630 Joseph S. Myers <joseph@codesourcery.com>
6631
6632 * varasm.c (do_assemble_alias): Restore comment describing function.
6633 Annotate the target parameter as potentially unused.
6634
6635 2005-03-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
6636
6637 PR target/18551
6638 * config/avr/avr.c (avr_output_function_prologue): Do not use
6639 current_function_name() in a label, use a local label instead.
6640
6641 2005-03-20 David Edelsohn <edelsohn@gnu.org>
6642
6643 * config/rs6000/rs6000.c (rs6000_generate_compare): Test
6644 flag_finite_math_only, not flag_unsafe_math_optimizations.
6645
6646 2005-03-20 Kazu Hirata <kazu@cs.umass.edu>
6647
6648 * builtins.c (fold_builtin_1): Update a call to
6649 targetm.fold_builtin.
6650 * hooks.c (hook_tree_tree_bool_null): Rename to
6651 hook_tree_tree_tree_bool_null. Take one more argument of type
6652 tree.
6653 * hooks.h: Update the prototype of hook_tree_tree_bool_null.
6654 * target-def.h (TARGET_FOLD_BUILTIN): Define it as
6655 hook_tree_tree_tree_bool_null.
6656 * target.h (gcc_target): Update the prototype of fold_builtin.
6657 * config/alpha/alpha.c (alpha_fold_builtin): Take decomposed
6658 arguments of CALL_EXPR.
6659 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update. Mention the
6660 new prototype.
6661
6662 2005-03-20 Jan Hubicka <jh@suse.cz>
6663
6664 * cgraph.h (cgraph_node): Add prev_clone pointer.
6665 * cgraph.c (cgraph_remove_node): Remove from doubly linked chain.
6666 (cgraph_clone_node): Produce doubly linked chain.
6667
6668 2005-03-20 Joseph S. Myers <joseph@codesourcery.com>
6669
6670 * c-common.c (handle_aligned_attribute, check_function_sentinel,
6671 get_nonnull_operand, handle_sentinel_attribute,
6672 check_function_arguments_recurse): Do not strip NOPS from
6673 INTEGER_CSTs.
6674 * c-decl.c (check_bitfield_type_and_width, build_enumerator):
6675 Likewise.
6676 * c-format.c (get_constant): Likewise.
6677 * c-parser.c (c_parser_postfix_expression): Likewise.
6678 * c-typeck.c (set_init_index): Likewise.
6679 (convert_arguments): Don't check for NOP_EXPR containing integer
6680 constant.
6681
6682 2005-03-20 Kazu Hirata <kazu@cs.umass.edu>
6683
6684 * builtins.c (fold_fixed_mathfn, fold_builtin_trunc,
6685 fold_builtin_floor, fold_builtin_ceil, fold_builtin_lround):
6686 Take decomposed arguments of CALL_EXPR.
6687 (fold_builtin_1): Update calls to the functions mentioned
6688 above.
6689
6690 2005-03-20 Joseph S. Myers <joseph@codesourcery.com>
6691
6692 * c-decl.c (check_bitfield_type_and_width): Require bit-field
6693 width to have integer type.
6694 (build_enumerator): Require enumerator value to have integer type.
6695
6696 2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
6697
6698 * doc/extend.texi (__builtin_inf): Move statement about INFINITY
6699 to __builtin_inff.
6700
6701 2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
6702
6703 * c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
6704 std=iso9899:199x): Correct descriptions.
6705
6706 2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
6707
6708 * config.gcc: Consistently use solaris2.1[0-9]* instead of
6709 solaris2.1[0-9].
6710
6711 2005-03-19 Kazu Hirata <kazu@cs.umass.edu>
6712
6713 * builtins.c (fold_builtin_memcpy): Take decomposed arguments
6714 of CALL_EXPR.
6715 (expand_builtin_memcpy, fold_builtin_1): Update calls to
6716 fold_builtin_memcpy.
6717
6718 * builtins.c (fold_trunc_transparent_mathfn): Take decomposed
6719 arguments of CALL_EXPR.
6720 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil,
6721 fold_builtin_found, fold_builtin_1): Update calls to
6722 fold_trunc_transparent_mathfn.
6723
6724 2005-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6725
6726 PR middle-end/20493
6727 * fold-const.c (fold_widened_comparison): Don't optimize casts of
6728 function pointers on targets that require function pointer
6729 canonicalization.
6730 (fold_sign_changed_comparison): Likewise.
6731
6732 2005-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
6733
6734 * combine.c (try_combine): When changing the mode of a hard reg, make
6735 sure that doing so is valid.
6736
6737 2005-03-19 Richard Sandiford <rsandifo@redhat.com>
6738
6739 * config/avr/avr.c (avr_init_stack, avr_mcu_name): Make static.
6740 (TARGET_HANDLE_OPTION): Override default.
6741 (avr_handle_option): New function.
6742 * config/avr/avr.h (MASK_ALL_DEBUG, MASK_ORDER_1, MASK_INSN_SIZE_DUMP)
6743 (MASK_ORDER_2, MASK_NO_TABLEJUMP, MASK_INT8, MASK_NO_INTERRUPTS)
6744 (MASK_CALL_PROLOGUES, MASK_TINY_STACK, MASK_SHORT_CALLS)
6745 (TARGET_ORDER_1, TARGET_ORDER_2, TARGET_INT8, TARGET_NO_INTERRUPTS)
6746 (TARGET_INSN_SIZE_DUMP, TARGET_CALL_PROLOGUES, TARGET_TINY_STACK)
6747 (TARGET_NO_TABLEJUMP, TARGET_SHORT_CALLS, TARGET_ALL_DEBUG)
6748 (TARGET_SWITCHES, avr_init_stack, avr_mcu_name)
6749 (TARGET_OPTIONS): Delete.
6750 * config/avr/avr.opt: New file.
6751
6752 2005-03-18 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6753
6754 * config/m32r/m32r-protos.h: Remove the prototypes for
6755 call_address_operand, symbolic_operand, seth_add3_operand,
6756 cmp_int16_operand, uint16_operand, reg_or_int16_operand,
6757 reg_or_uint16_operand, reg_or_cmp_int16_operand,
6758 two_insn_const_operand, move_src_operand,
6759 move_double_src_operand, move_dest_operand,
6760 eqne_comparison_operator, signed_comparison_operator,
6761 large_insn_p, conditional_move_operand, carry_compare_operand,
6762 m32r_block_immediate_operand, extend_operand,
6763 reg_or_eq_int16_operand, int8_operand, and
6764 reg_or_zero_operand.
6765 * config/m32r/m32r.c (call_address_operand, symbolic_operand,
6766 seth_add3_operand, int8_operand, cmp_int16_operand,
6767 uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
6768 reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
6769 reg_or_zero_operand, two_insn_const_operand, move_src_operand,
6770 move_double_src_operand, move_dest_operand,
6771 eqne_comparison_operator, signed_comparison_operator,
6772 extend_operand, small_insn_p, large_insn_p,
6773 conditional_move_operand, carry_compare_operand,
6774 m32r_block_immediate_operand): Move to predicates.md.
6775 (MAX_MOVE_BYTES): Move to m32r.h.
6776 * config/m32r/m32r.h (PREDICATE_CODES): Remove.
6777 * config/m32r/m32r.md: Include predicates.md.
6778 * config/m32r/predicates.md: New.
6779
6780 2005-03-18 James E Wilson <wilson@specifixinc.com>
6781
6782 PR c++/19769
6783 * dwarf2out.c (declare_in_namespace): Ignore decls with an abstract
6784 origin.
6785
6786 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6787
6788 * config/mn10300/mn10300-protos.h: Remove the prototypes for
6789 call_address_operand, const_8bit_operand.
6790 * config/mn10300/mn10300.c (call_address_operand,
6791 const_8bit_operand, const_1f_operand): Move to predicates.md.
6792 * config/mn10300/mn10300.h (PREDICATE_CODES): Remove.
6793 * config/mn10300/mn10300.md: Include predicates.md.
6794 * config/mn10300/predicates.md: New.
6795
6796 2005-03-18 Joseph S. Myers <joseph@codesourcery.com>
6797
6798 * c-common.c, c-decl.c, c-format.c, c-typeck.c: Use %D for
6799 declarations in diagnostics and %E for identifiers, not %s.
6800
6801 2005-03-18 Jan Hubicka <jh@suse.cz>
6802 Dale Johannesen <dalej@apple.com>
6803
6804 * basic-block.h (scale_bbs_frequencies_int,
6805 scale_bbs_frequencies_gcov_type): Declare.
6806 * cfg.c (RDIV): New macro.
6807 (update_bb_frequency_for_threading): Fix.
6808 * basic-block.h (scale_bbs_frequencies_int,
6809 scale_bbs_frequencies_gcov_type): New.
6810 * cfgloopmanip.c (scale_bbs_frequencies): Kill.
6811 (scale_loop_frequencies, duplicate_loop_to_header_edge): Use
6812 scale_bbs_frequencies_int.
6813 * tree-ssa-loop-ch.c (copy_loop_headers): Fix profiling info.
6814
6815 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6816
6817 * config/m32r/m32r-protos.h: Remove the prototypes for
6818 call_address_operand, symbolic_operand, seth_add3_operand,
6819 cmp_int16_operand, uint16_operand, reg_or_int16_operand,
6820 reg_or_uint16_operand, reg_or_cmp_int16_operand,
6821 two_insn_const_operand, move_src_operand,
6822 move_double_src_operand, move_dest_operand,
6823 eqne_comparison_operator, signed_comparison_operator,
6824 large_insn_p, conditional_move_operand, carry_compare_operand,
6825 m32r_block_immediate_operand, extend_operand,
6826 reg_or_eq_int16_operand, int8_operand, and
6827 reg_or_zero_operand.
6828 * config/m32r/m32r.c (call_address_operand, symbolic_operand,
6829 seth_add3_operand, int8_operand, cmp_int16_operand,
6830 uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
6831 reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
6832 reg_or_zero_operand, two_insn_const_operand, move_src_operand,
6833 move_double_src_operand, move_dest_operand,
6834 eqne_comparison_operator, signed_comparison_operator,
6835 extend_operand, small_insn_p, large_insn_p,
6836 conditional_move_operand, carry_compare_operand,
6837 m32r_block_immediate_operand): Move to predicates.md.
6838 (MAX_MOVE_BYTES): Move to m32r.h.
6839 * config/m32r/m32r.h (PREDICATE_CODES): Remove.
6840 * config/m32r/m32r.md: Include predicates.md.
6841 * config/m32r/predicates.md: New.
6842
6843 * config/pa/pa-protos.h: Add prototypes for magic_milli and
6844 shadd_constant_p.
6845 * config/pa/pa.c (reg_or_0_operand, call_operand_address,
6846 symbolic_operand, symbolic_memory_operand,
6847 reg_or_0_or_nonsymb_mem_operand, reg_before_reload_operand,
6848 indexed_memory_operand, move_dest_operand, move_src_operand,
6849 prefetch_cc_operand, prefetch_nocc_operand,
6850 reg_or_cint_move_operand, pic_label_operand, fp_reg_operand,
6851 arith_operand, arith11_operand, pre_cint_operand,
6852 post_cint_operan, arith_double_operand, ireg_or_int5_operand,
6853 ireg_operand, int5_operand, uint5_operand, int11_operand,
6854 uint32_operand, arith5_operand, and_operand, ior_operand,
6855 lhs_lshift_operand, lhs_lshift_cint_operand, arith32_operand,
6856 pc_or_label_operand, div_operand, plus_xor_ior_operator,
6857 shadd_operand, movb_comparison_operator,
6858 cmpib_comparison_operator): Move to predicates.md.
6859 (magic_milli, shadd_constant_p): Make it extern.
6860 * config/pa/pa.h (PREDICATE_CODES): Remove.
6861 * config/pa/pa.md: Include predicates.md.
6862 * config/pa/predicates.md: New.
6863
6864 * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
6865 predicate.
6866
6867 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6868
6869 * hooks.c, hooks.h, intl.c, opts.h, prefix.c, tree-gimple.c,
6870 config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
6871 config/alpha/freebsd.h, config/alpha/linux.h,
6872 config/alpha/netbsd.h, config/alpha/osf5.h,
6873 config/alpha/vms.h, config/arc/arc.c, config/arc/arc.h,
6874 config/h8300/h8300-protos.h, config/h8300/h8300.c,
6875 config/h8300/h8300.h, config/ia64/unwind-ia64.c,
6876 doc/cppopts.texi: Update copyright.
6877
6878 2005-03-18 Jan Hubicka <jh@suse.cz>
6879
6880 PR middle-end/20225
6881 * cgraph.c (cgraph_mark_reachable_node): Assert that it is not called
6882 too late.
6883 * varasm.c (find_decl_and_mark_needed): Mark needed only when not
6884 called too late.
6885
6886 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6887
6888 * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of
6889 VEC_safe_push.
6890
6891 2005-03-18 Paolo Bonzini <bonzini@gnu.org>
6892
6893 * combine.c (gen_binary): Remove.
6894 (known_cond, simplify_shift_const, find_split_point,
6895 combine_simplify_rtx, simplify_if_then_else, simplify_set,
6896 simplify_logical, expand_field_assignment, extract_left_shift,
6897 force_to_mode, if_then_else_cond, apply_distributive_law,
6898 simplify_and_const_int, simplify_shift_const, gen_lowpart_for_combine,
6899 simplify_comparison, reversed_comparison): Replace with
6900 simplify_gen_binary, simplify_gen_relational or
6901 distribute_and_simplify_rtx.
6902 (distribute_and_simplify_rtx): New function.
6903
6904 2005-03-18 Alexey Neyman <alex.neyman@auriga.ru>
6905 Paolo Bonzini <gcc.gnu.org>
6906
6907 * calls.c (setjmp_call_p, special_function_p): Update comments
6908 at the head of the functions.
6909
6910 2005-03-18 Jan Hubicka <jh@suse.cz>
6911
6912 * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition.
6913
6914 * cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether
6915 function body should be released; do not proactively release function
6916 bodies in non-unit-at-a-time mode.
6917
6918 2005-03-18 Ralf Corsepius <ralf.corsepius@rtems.org>
6919
6920 * config/i386/t-rtems-i386 (MULTILIBS): Remove k6, athlon,
6921 mno-fp-ret-in-387 multilib variants.
6922
6923 2005-03-18 Richard Sandiford <rsandifo@redhat.com>
6924
6925 * common.opt (m): Remove.
6926 * opts.c (handle_option): Pass 'm' options to set_target_switch if
6927 table lookup fails.
6928 (common_handle_option): Remove OPT_m case.
6929
6930 2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
6931
6932 * builtins.c (fold_builtin_bitop): Take decomposed arguments
6933 of CALL_EXPR.
6934 (fold_builtin_1): Update a call to fold_builtin_bitop.
6935
6936 * builtins.c (fold_builtin_signbit): Take decomposed arguments
6937 of CALL_EXPR.
6938 (fold_builtin_1): Update a call to fold_builtin_signbit.
6939
6940 2005-03-17 Dorit Naishlos <dorit@il.ibm.com>
6941
6942 PR tree-optimization/20474
6943 * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Check the
6944 size_type of the relevant pointer. Check for COMPLETE_TYPE_P.
6945
6946 2005-03-17 Kazu Hirata <kazu@cs.umass.edu>
6947
6948 * config/h8300/h8300-protos.h: Remove prototypes for
6949 general_operand_src, general_operand_dst, single_one_operand,
6950 single_zero_operand, call_insn_operand,
6951 two_insn_adds_subs_operand, small_call_insn_operand,
6952 jump_address_operand, bit_operand, bit_memory_operand,
6953 stack_pointer_operand, const_int_gt_2_operand,
6954 const_int_ge_8_operand, const_int_qi_operand,
6955 const_int_hi_operand, incdec_operand, bit_operator,
6956 nshift_operator, eqne_operator, gtle_operator,
6957 gtuleu_operator, iorxor_operator.
6958 Add prototypes for h8sx_shift_type h8sx_classify_shift and
6959 h8300_ldm_stm_parallel.
6960 * config/h8300/h8300.c (h8sx_shift_type,): Move to
6961 h8300-protos.h.
6962 (SYMBOL_FLAG_FUNCVEC_FUNCTION, SYMBOL_FLAG_EIGHTBIT_DATA,
6963 SYMBOL_FLAG_TINY_DATA): Move to h8300.h.
6964 (h8300_ldm_stm_parallel): Make it extern.
6965 (h8300_ldm_parallel, h8300_stm_parallel,
6966 h8300_return_parallel, general_operand_src,
6967 general_operand_dst, h8300_dst_operand, h8300_src_operand,
6968 nibble_operand, reg_or_nibble_operand, single_one_operand,
6969 single_zero_operand, call_insn_operand,
6970 two_insn_adds_subs_operand, small_call_insn_operand,
6971 jump_address_operand, bit_operand, bit_memory_operand,
6972 stack_pointer_operand, const_int_gt_2_operand,
6973 const_int_ge_8_operand, const_int_qi_operand,
6974 const_int_hi_operand, incdec_operand, eqne_operator,
6975 gtle_operator, gtuleu_operator, iorxor_operator, bit_operator,
6976 h8sx_binary_memory_operator, h8sx_unary_memory_operator,
6977 h8sx_unary_shift_operator, h8sx_binary_shift_operator,
6978 nshift_operator): Move to predicates.md.
6979 * config/h8300/h8300.h (PREDICATE_CODES): Remove.
6980 * config/h8300/h8300.md: Include predicates.md.
6981 * config/h8300/predicates.md: New.
6982
6983 2005-03-17 Richard Henderson <rth@redhat.com>
6984
6985 * config.gcc (ia64*-*-hpux*): Add extra_options.
6986 * config/ia64/hpux.h (SUBTARGET_SWITCHES): Remove.
6987 (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
6988 * config/ia64/ia64.c (ia64_fixed_range_string): Remove.
6989 (ia64_tls_size_string, ia64_tune_string): Remove.
6990 (ia64_tune): Init to PROCESSOR_ITANIUM2.
6991 (TARGET_DEFAULT_TARGET_FLAGS): New.
6992 (TARGET_HANDLE_OPTION): New.
6993 (ia64_override_options): Move options parsing ...
6994 (ia64_handle_option): ... here. New.
6995 * config/ia64/ia64.h (target_flags, MASK_BIG_ENDIAN, MASK_GNU_AS,
6996 MASK_GNU_LD, MASK_NO_PIC, MASK_VOL_ASM_STOP, MASK_ILP32,
6997 MASK_REG_NAMES, MASK_NO_SDATA, MASK_CONST_GP, MASK_AUTO_PIC,
6998 MASK_INLINE_FLOAT_DIV_LAT, MASK_INLINE_FLOAT_DIV_THR,
6999 MASK_INLINE_INT_DIV_LAT, MASK_INLINE_INT_DIV_THR,
7000 MASK_INLINE_SQRT_LAT, MASK_INLINE_SQRT_THR, MASK_DWARF2_ASM,
7001 MASK_EARLY_STOP_BITS, TARGET_BIG_ENDIAN, TARGET_GNU_AS, TARGET_GNU_LD,
7002 TARGET_NO_PIC, TARGET_VOL_ASM_STOP, TARGET_ILP32, TARGET_REG_NAMES,
7003 TARGET_NO_SDATA, TARGET_CONST_GP, TARGET_AUTO_PIC,
7004 TARGET_INLINE_FLOAT_DIV_LAT, TARGET_INLINE_FLOAT_DIV_THR,
7005 TARGET_INLINE_INT_DIV_LAT, TARGET_INLINE_INT_DIV_THR,
7006 TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_INT_DIV, TARGET_INLINE_SQRT_LAT,
7007 TARGET_INLINE_SQRT_THR, TARGET_INLINE_SQRT, TARGET_DWARF2_ASM,
7008 TARGET_EARLY_STOP_BITS): Remove.
7009 (TARGET_ILP32): Default false.
7010 (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS): Remove.
7011 (enum ia64_inline_type): New.
7012 (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
7013 * config/ia64/ia64.md: Update for new definitions of
7014 TARGET_INLINE_INT_DIV, TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_SQRT.
7015 * config/ia64/ia64.opt: New file.
7016 * config/ia64/ilp32.opt: New file.
7017
7018 2005-03-17 H.J. Lu <hongjiu.lu@intel.com>
7019
7020 PR target/18380
7021 * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed.
7022
7023 2005-03-17 Kazu Hirata <kazu@cs.umass.edu>
7024
7025 * config/h8300/h8300.c (h8300_init_once): Use MASK_H8300S_1
7026 instead of MASK_H8300S.
7027 * config/h8300/h8300.h (target_flags, MASK_H8300S, MASK_MAC,
7028 MASK_INT32, MASK_ADDRESSES, MASK_QUICKCALL, MASK_SLOWBYTE,
7029 MASK_NORMAL_MODE, MASK_RELAX, MASK_H8300H, MASK_ALIGN_300,
7030 MASK_H8300SX, TARGET_INT32, TARGET_ADDRESSES,
7031 TARGET_QUICKCALL, TARGET_SLOWBYTE, TARGET_H8300H,
7032 TARGET_H8300XS, TARGET_NORMAL_MODE, TARGET_ALIGN_300,
7033 TARGET_SWITCHES): Remove.
7034 (TARGET_H8300S): Redefine interms of TARGET_H8300S_1 and
7035 TARGET_H8300SX.
7036 * config/h8300/h8300.opt: New.
7037
7038 * config/alpha/alpha.opt, config/arc/arc.opt,
7039 config/h8300/h8300.opt, config/mips/mips.opt: Add copyright
7040 notices.
7041
7042 2005-03-17 Ian Lance Taylor <ian@airs.com>
7043
7044 * gmon.c: Remove.
7045
7046 2005-03-17 Richard Sandiford <rsandifo@redhat.com>
7047
7048 * config/arc/arc.c (arc_cpu_string): Make static. Default to "base"
7049 (arc_text_string, arc_data_string, arc_rodata_string): Make static.
7050 (TARGET_HANDLE_OPTION): Override default.
7051 (arc_handle_option): New function.
7052 (arc_init): Remove code to set arch_cpu_string.
7053 * config/arc/arc.h (target_flags, TARGET_MASK_MANGLE_CPU)
7054 (TARGET_MANGLE_CPU, TARGET_MASK_MANGLE_CPU_LIBGCC)
7055 (TARGET_MANGLE_CPU_LIBGCC, TARGET_MASK_ALIGN_LOOPS, TARGET_ALIGN_LOOPS)
7056 (TARGET_MASK_BIG_ENDIAN, TARGET_BIG_ENDIAN, TARGET_MASK_NO_COND_EXEC)
7057 (TARGET_NO_COND_EXEC, TARGET_SWITCHES, TARGET_DEFAULT)
7058 (SUBTARGET_SWITCHES, arc_cpu_string, arc_text_string, arc_data_string)
7059 (arc_rodata_string, TARGET_OPTIONS): Delete.
7060 * config/arc/arc.opt: New file.
7061
7062 2005-03-17 Richard Henderson <rth@redhat.com>
7063
7064 * doc/extend.texi (Weak Pragmas): New section.
7065 (attribute alias): Clarify that target must be in the same
7066 translation unit.
7067
7068 2005-03-17 Richard Henderson <rth@redhat.com>
7069
7070 * config/alpha/alpha.opt: New file.
7071 * config/alpha/alpha.c (alpha_tune): New. Rename all existing uses
7072 of alpha_cpu.
7073 (alpha_cpu_string, alpha_tune_string, alpha_tp_string,
7074 alpha_fprm_string, alpha_fptm_string): Make static.
7075 (alpha_tls_size_string): Remove.
7076 (alpha_handle_option): New.
7077 (override_options): Update for alpha_cpu/alpha_tune split.
7078 (alpha_file_start): Likewise.
7079 (TARGET_DEFAULT_TARGET_FLAGS): New.
7080 (TARGET_HANDLE_OPTION): New.
7081 * config/alpha/alpha.h (alpha_tune): Declare.
7082 (MASK_FP, MASK_FPREGS, TARGET_FPREGS, MASK_GAS, TARGET_GAS,
7083 MASK_IEEE_CONFORMANT, TARGET_IEEE_CONFORMANT, MASK_IEEE, TARGET_IEEE,
7084 MASK_IEEE_WITH_INEXACT, TARGET_IEEE_WITH_INEXACT, MASK_BUILD_CONSTANTS,
7085 TARGET_BUILD_CONSTANTS, MASK_FLOAT_VAX, TARGET_FLOAT_VAX, MASK_BWX,
7086 TARGET_BWX, MASK_MAX, TARGET_MAX, MASK_FIX, TARGET_FIX, MASK_CIX,
7087 TARGET_CIX, MASK_EXPLICIT_RELOCS, TARGET_EXPLICIT_RELOCS,
7088 MASK_SMALL_DATA, TARGET_SMALL_DATA, MASK_TLS_KERNEL, TARGET_TLS_KERNEL,
7089 MASK_SMALL_TEXT, TARGET_SMALL_TEXT, MASK_LONG_DOUBLE_128,
7090 TARGET_LONG_DOUBLE_128, MASK_CPU_EV5, TARGET_CPU_EV5, MASK_CPU_EV6,
7091 TARGET_CPU_EV6, MASK_SUPPORT_ARCH): Remove.
7092 (TARGET_SWITCHES, TARGET_OPTIONS): Remove.
7093 (TARGET_DEFAULT): Remove MASK_FP.
7094 (TARGET_FP): Redefined based on TARGET_SOFT_FP.
7095 (TARGET_SUPPORT_ARCH): Default on if HAVE_AS_EXPLICIT_RELOCS.
7096 (alpha_cpu_string, alpha_tune_string, alpha_fprm_string,
7097 alpha_fptm_string, alpha_tp_string, alpha_mlat_string,
7098 alpha_tls_size_string): Remove.
7099 * config/alpha/alpha.md (prefetch): Use alpha_cpu.
7100 (attribute tune): Rename from attribute cpu.
7101 * config/alpha/ev4.md: Update to match.
7102 * config/alpha/ev5.md, config/alpha/ev6.md: Likewise.
7103 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove MASK_FP.
7104 * config/alpha/linux.h (TARGET_DEFAULT): Likewise.
7105 * config/alpha/netbsd.h (TARGET_DEFAULT): Likewise.
7106 * config/alpha/osf5.h (TARGET_DEFAULT): Likewise.
7107 * config/alpha/vms.h (TARGET_DEFAULT): Likewise.
7108
7109 2005-03-16 James E. Wilson <wilson@specifixinc.com>
7110
7111 * config/ia64/ia64.c (issue_nops_and_insn): Check first_insn attribute,
7112 and return without creating new state if before_nops_num is nonzero.
7113 * config/ia64/ia64.md (first_insn): New attribute.
7114 (alloc): Set it to yes.
7115
7116 2005-03-16 Daniel Berlin <dberlin@dberlin.org>
7117
7118 * tree-vectorizer.c (new_vec_stmt_info): Initialize
7119 STMT_VINFO_SUBVARS to NULL.
7120 * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
7121
7122 2005-03-16 Dale Johannesen <dalej@apple.com>
7123
7124 * rtlanal.c (find_first_parameter_load): Rewrite to
7125 return actual first param load or the call if none,
7126 instead of first in block, when not all loads exist.
7127
7128 2005-03-16 Roger Sayle <roger@eyesopen.com>
7129
7130 * optabs.c (expand_copysign_absneg): Make static.
7131 * optabs.h (expand_copysign_absneg): Delete prototype.
7132 * config/rs6000/rs6000.md (copysigntf3): Delete pattern.
7133
7134 2005-03-16 Richard Henderson <rth@redhat.com>
7135
7136 PR middle-end/15700
7137 * varasm.c (struct alias_pair): Rename from struct output_def_pair.
7138 (alias_pairs): Rename from output_defs.
7139 (find_decl_and_mark_needed): Split out from assemble_alias.
7140 (do_assemble_alias): New.
7141 (assemble_output_def): Remove.
7142 (finish_aliases_1, finish_aliases_2): New.
7143 (process_pending_assemble_output_defs): Remove.
7144 (assemble_alias): Defer aliases for which we don't yet have a
7145 non-external decl for the target symbol.
7146 * passes.c (rest_of_decl_compilation): Register variables with cgraph.
7147 * cgraphunit.c (cgraph_finalize_compilation_unit): Use finish_aliases_1.
7148 * toplev.c (compile_file): Use finish_aliases_2 instead of
7149 process_pending_assemble_output_defs.
7150 * tree.h (finish_aliases_1, finish_aliases_2): Declare.
7151 (process_pending_assemble_output_defs): Remove.
7152
7153 2005-03-16 Daniel Berlin <dberlin@dberlin.org>
7154
7155 Fix PR tree-optimization/20489
7156
7157 * tree-ssa-alias.c (push_fields_onto_fieldstack): DTRT
7158 for empty structures.
7159
7160 2005-03-16 Daniel Berlin <dberlin@dberlin.org>
7161
7162 Fix PR tree-optimization/20490
7163
7164 * tree-ssa-pre.c (create_expression_by_pieces): Use
7165 force_gimple_operand on result of fold.
7166
7167 2005-03-16 Andrew Pinski <pinskia@physics.uc.edu>
7168
7169 * config/i386/emmintrin.h (_mm_extract_epi16): Correct the number
7170 of closing parenthesis.
7171
7172 2005-03-16 Kazu Hirata <kazu@cs.umass.edu>
7173
7174 * builtins.c (expand_movstr): Update a call to
7175 fold_builtin_strcpy.
7176 (expand_builtin_strncpy): Update a call to
7177 fold_builtin_strncpy.
7178 (fold_builtin_strcpy, fold_builtin_strncpy): Take decomosed
7179 arguments of CALL_EXPR.
7180 (fold_builtin_1): Update calls to fold_builtin_strcpy and
7181 fold_builtin_strncpy.
7182 * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
7183 * tree.h: Update the prototypes of fold_builtin_strcpy and
7184 fold_builtin_strncpy.
7185
7186 2005-03-16 Steven Bosscher <stevenb@suse.de>
7187 Dorit Naishlos <dorit@il.ibm.com>
7188
7189 * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy
7190 UNITS_PER_SIMD_WORD to a local variable to avoid a "division by zero"
7191 error.
7192
7193 2005-03-16 Steven Bosscher <stevenb@suse.de>
7194
7195 * tree-inline.c (walk_type_fields, walk_tree,
7196 walk_tree_without_duplicates): Move from here...
7197 * tree.c: ...to here.
7198
7199 2005-03-15 Zack Weinberg <zack@codesourcery.com>
7200
7201 * BASE-VER, DATESTAMP, DEV-PHASE: New files.
7202 * Makefile.in (gcc_version, gcc_version_trigger, ): Delete.
7203 (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c)
7204 (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables.
7205 (version): Define using $(BASEVER_c).
7206 (Makefile, config.status, build/gcov-iov.o): No longer depends on
7207 version.c.
7208 (version.o): Depend on version files; add custom generation command.
7209 (prefix.o): Define BASEVER on command line.
7210 (s-iov): Depend on version files; adjust command.
7211 (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES):
7212 Add gcc-vers.texi.
7213 (gcc-vers.texi): New rule.
7214 (doc/%.info, doc/%.dvi): Add -I . to command line.
7215 (doc/gccinstall.dvi): Likewise.
7216 (PACKAGE): Delete. All uses replaced with "gcc".
7217 * aclocal.m4: Do not include gcc-version.m4.
7218 * configure.ac: Do not invoke TL_AC_GCC_VERSION.
7219 Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION.
7220 Set is_release based on contents of DEV-PHASE.
7221 Set gcc_version based on contents of BASE-VER.
7222 Define WIN32_REGISTRY_KEY only if the user overrode the default.
7223 * config.in, configure: Regenerate.
7224 * gccbug.in: Determine version of GCC in use at runtime.
7225 * gcov-iov.c: Get version number and development phase from
7226 command line, not by including version.c.
7227 * intl.c: Replace all uses of PACKAGE with "gcc".
7228 * libada-mk.in: Delete unused "gcc_version" variable.
7229 * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER.
7230 * version.c: (VERSUFFIX): New hook for redistributors; adjust
7231 commentary to match.
7232 (version_string): Put together from pieces.
7233 * config/alpha/x-vms: Do not use $(gcc_version).
7234 * config/i386/t-nwld: Likewise.
7235 * doc/include/gcc-common.texi: Include gcc-vers.texi for
7236 version-GCC and DEVELOPMENT.
7237
7238 2005-03-15 Roger Sayle <roger@eyesopen.com>
7239
7240 PR tree-optimization/17454
7241 * tree.c (tree_size): Add case for TREE_BINFO.
7242 * fold-const.c (fold_checksum_tree): Only clear the overloaded
7243 field TYPE_CACHED_VALUES if TYPE_CACHED_VALUES_P is set.
7244
7245 2005-03-15 Roger Sayle <roger@eyesopen.com>
7246
7247 * optabs.c (expand_doubleword_mult): Avoid clobbering op0 and
7248 op1 whilst expanding the signed widenening multiply variant.
7249
7250 2005-03-15 Richard Sandiford <rsandifo@redhat.com>
7251
7252 * toplev.c (display_target_options): Avoid unused variable warning if
7253 TARGET_SWITCHES and TARGET_OPTIONS are both undefined.
7254 * config/mips/mips.c (mips_arch_string, mips_tune_string): Make static.
7255 (mips_isa_string, mips_abi_string, mips_fix_vr4130_string): Delete.
7256 (mips_isa): Initialize to MIPS_ABI_DEFAULT.
7257 (mips_isa_info): New variable.
7258 (mips_parse_cpu): Remove the first argument and leave the caller
7259 to report errors.
7260 (TARGET_HANDLE_OPTION): Override default.
7261 (mips_handle_option): New function. Move option validation code from...
7262 (override_options): ...here. Update calls to mips_parse_cpu.
7263 * config/mips/mips.h (mips_arch_string, mips_tune_string)
7264 (mips_isa_string, mips_abi_string, TARGET_OPTIONS)
7265 (SUBTARGET_TARGET_OPTIONS): Delete.
7266 * config/mips/mips.opt (mabi=, march=, mflush-func=, mips)
7267 (mno-flush-func, mtune=): New options.
7268
7269 2005-03-15 Roger Sayle <roger@eyesopen.com>
7270 Richard Henderson <rth@redhat.com>
7271
7272 * real.c (c4x_single_format, c4x_extended_format): Provide values
7273 for signbit_ro for c4x's single and extended floating point formats.
7274 * optabs.c (expand_copysign): Use the floating point format's
7275 signbit_ro for expanding via expand_copysign_absneg, and it's
7276 signbit_rw field for expanding via expand_copysign_bit.
7277
7278 2005-03-15 Dorit Naishlos <dorit@il.ibm.com>
7279
7280 * tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by
7281 known_alignment_for_access_p.
7282 (known_alignment_for_access_p): New.
7283 (do_peeling_for_alignment): Field made int instead of bool and renamed
7284 to peeling_for_alignment.
7285 (LOOP_DO_PEELING_FOR_ALIGNMENT): Renamed to LOOP_PEELING_FOR_ALIGNMENT.
7286 * tree-vect-analyze.c (vect_determine_vectorization_factor): New. This
7287 functionality used to be in vect_analyze_operations.
7288 (vect_analyze_operations): Code to determine vectorization factor was
7289 moved to vect_determine_vectorization_factor.
7290 (vect_enhance_data_refs_alignment): Update to correct alignment when it
7291 is known instead of -1. Set LOOP_PEELING_FOR_ALIGNMENT to peeling
7292 factor.
7293 (vect_analyze_loop): Call vect_determine_vectorization_factor (used to
7294 be part of vect_analyze_operations).
7295 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Use fold when
7296 creating the guard condition, as the number of iterations may be
7297 constant.
7298 (slpeel_tree_peel_loop_to_edge): Use new name of
7299 LOOP_DO_PEELING_FOR_ALIGNMENT. Set it to 0 instead of false.
7300 * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Handle known
7301 alignment case more efficiently. Use LOOP_PEELING_FOR_ALIGNMENT.
7302 (vect_do_peeling_for_alignment): Use fold.
7303 (vect_transform_loop): Use new name of LOOP_DO_PEELING_FOR_ALIGNMENT.
7304
7305 (vect_update_inits_of_dr): Renamed to
7306 vect_update_init_of_dr.
7307 (vect_update_inits_of_drs): Use new name of vect_update_inits_of_dr.
7308 (vectorizable_store): Fix assertion to use == instead of =.
7309
7310 2005-03-15 Daniel Jacobowitz <dan@codesourcery.com>
7311
7312 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't clear
7313 call_used_regs for wCG registers.
7314
7315 2005-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7316
7317 * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
7318 for non-offsettable memory references to cope with outstanding reload
7319 replacements, take 2.
7320
7321 2005-03-15 Uros Bizjak <uros@kss-loka.si>
7322
7323 PR target/18668
7324 * config/i386/i386.h (x86_fisttp): New.
7325 (TARGET_FISTTP): New macro.
7326 * config/i386/i386.c (x86_fisttp): Set for NOCONA.
7327 (output_fix_trunc): Add fisttp parameter. Generate fisttp x87
7328 instruction when fisttp flag is set.
7329 * config/i386/i386-protos.h (output_fix_trunc): Change declaration.
7330
7331 * config/i386/i386.md (type attribute): Add fisttp.
7332 (unit attribute): Set to i387 for fisttp type.
7333 (X87MODEF, X87MODEI, SSEMODEF, SSEMODEI24): New mode macros.
7334 (fix_truncxfdi2, fix_truncxfsi2): Generate fisttp patterns for
7335 TARGET_FISTTP.
7336 (fix_truncdfdi2, fix_truncsfdi2, fix_truncdfsi2, fix_truncsfsi2):
7337 Generate fisttp patterns for TARGET_FISTTP. Implement using mode
7338 macros.
7339 (fix_truncxfhi2, fix_truncdfhi2, fix_truncsfhi2): Generate fisttp
7340 patterns for TARGET_FISTTP. Enable patterns for
7341 (TARGET_FISTTP && !TARGET_SSE_MATH). Implement using mode macros.
7342 (fix_trunc<mode>_i387_fisttp_1, fix_trunc<mode>_i387_fisttp,
7343 fix_trunc<mode>_i387_fisttp_with_temp): New instruction patterns to
7344 implement fisttp x87 insn.
7345 (fix_trunc*_i387_fisttp splitters): New patterns.
7346 (*fix_truncdi_i387, *fix_truncsi_i387, *fix_trunchi_i387):
7347 Rename to *fix_trunc<mode>_i387_1. Implement using mode macros.
7348 Disable patterns for TARGET_FISTTP. Add comment about FLAGS_REG
7349 clobber.
7350 (fix_truncdi_memory, fix_truncdi_nomemory, fix_trunchi_nomemory):
7351 Rename to fix_trunc<mode>_i387 and fix_trunc<mode>_i387_with_temp.
7352 Implement using mode macros. Disable patterns for TARGET_FISTTP.
7353 (fix_truncsi_memory, fix_truncsi_nomemory, fix_trunchi_memory,
7354 fix_trunchi_nomemory): Rename to fix_trunc<mode>_i387 and
7355 fix_trunc<mode>_i387_with_temp. Implement using mode macros.
7356 Disable patterns for TARGET_FISTTP.
7357 (fix_trunc*_i387 splitters): Implement usign mode macros.
7358 (fix_truncdfdi_sse, fix_truncsfdi_sse, fix_truncdfsi_sse,
7359 fix_truncsfsi_sse): Disable for (TARGET_FISTTP && !TARGET_SSE_MATH).
7360 (fix_trunx*_sse peephole2s): Implement using mode macros.
7361
7362 2005-03-15 J"orn Rennecke <joern.rennecke@st.com>
7363
7364 PR rtl-optimization/20291
7365 * combine.c (try_combine): If splitting fails, re-try with
7366 original combined pattern, i.e. before clobber stripping.
7367
7368 2005-03-14 Eric Christopher <echristo@redhat.com>
7369
7370 * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for
7371 STACK_GROWS_DOWNWARD.
7372
7373 2005-03-14 Roger Sayle <roger@eyesopen.com>
7374
7375 * real.h (struct real_format): Split the signbit field into two
7376 two fields, signbit_ro and signbit_rw.
7377 * real.c (ieee_single_format, mips_single_format, ieee_double_format,
7378 mips_double_format, ieee_extended_motorola_format,
7379 ieee_extended_intel_96_format, ieee_extended_intel_96_round_53_format,
7380 ieee_extended_intel_128_format, ibm_extended_format,
7381 mips_extended_format, ieee_quad_format, mips_quad_format,
7382 vax_f_format, vax_d_format, vax_g_format, i370_single_format,
7383 i370_double_format, c4x_single_format, c4x_extended_format,
7384 real_internal_format): Update initializers for new field.
7385 * builtins.c (expand_builtin_signbit): Use signbit_ro field of the
7386 real_format structure.
7387 * optabs.c (expand_absneg_bit, expand_copysign): Use signbit_rw
7388 field of the real_format structure.
7389
7390 2005-03-14 Daniel Berlin <dberlin@dberlin.org>
7391
7392 Fix PR tree-optimization/20458
7393
7394 * tree-flow-inline.h (mark_call_clobbered): Don't fiddle
7395 DECL_EXTERNAL on STRUCT_FIELD tags.
7396 (clear_call_clobbered): Ditto.
7397 * tree-ssa-operands.c (note_addressable): Make sure the original
7398 variable doesn't slip into the addressable list if we have
7399 subvars.
7400 * tree-tailcall.c (suitable_for_tail_opt_p): Look at STRUCT_FIELD
7401 tags too.
7402
7403 2005-03-14 Geoffrey Keating <geoffk@apple.com>
7404
7405 * doc/cppopts.texi (-fexec-charset): Add concept index entry.
7406 (-fwide-exec-charset): Likewise.
7407 (-finput-charset): Likewise.
7408 * doc/invoke.texi (Warning Options): Document -Wnormalized=.
7409 * c-opts.c (c_common_handle_option): Handle -Wnormalized=.
7410 * c.opt (Wnormalized): New.
7411
7412 2005-03-14 Devang Patel <dpatel@apple.com>
7413
7414 * doc/invoke.texi: Add reference to Visibility document.
7415
7416 2005-03-14 Richard Sandiford <rsandifo@redhat.com>
7417
7418 * config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to
7419 MASK_SPLIT_ADDRESSES.
7420 * config/mips/mips.h (target_flags, mips_fix_vr4130_string): Delete.
7421 (MASK_INT64, MASK_LONG64, MASK_SPLIT_ADDR, MASK_NO_FUSED_MADD)
7422 (MASK_EXPLICIT_RELOCS, MASK_MEMCPY, MASK_SOFT_FLOAT)
7423 (MASK_FLOAT64, MASK_ABICALLS, MASK_XGOT, MASK_LONG_CALLS)
7424 (MASK_64BIT, MASK_EMBEDDED_DATA, MASK_BIG_ENDIAN)
7425 (MASK_SINGLE_FLOAT, MASK_MAD, MASK_4300_MUL_FIX, MASK_MIPS16)
7426 (MASK_NO_CHECK_ZERO_DIV, MASK_BRANCHLIKELY)
7427 (MASK_UNINIT_CONST_IN_RODATA, MASK_FIX_R4000, MASK_FIX_R4400)
7428 (MASK_FIX_SB1, MASK_FIX_VR4120, MASK_VR4130_ALIGN)
7429 (MASK_FP_EXCEPTIONS, MASK_DIVIDE_BREAKS, MASK_PAIRED_SINGLE)
7430 (MASK_MIPS3D, MASK_SYM32, MASK_DEBUG, MASK_DEBUG_D)
7431 (MASK_MIPS_TFILE, TARGET_INT64, TARGET_LONG64, TARGET_FLOAT64)
7432 (TARGET_64BIT, TARGET_SPLIT_ADDRESSES, TARGET_DEBUG_MODE)
7433 (TARGET_DEBUG_D_MODE, TARGET_MEMCPY, TARGET_ABICALLS)
7434 (TARGET_XGOT, TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT)
7435 (TARGET_LONG_CALLS, TARGET_EMBEDDED_DATA)
7436 (TARGET_UNINIT_CONST_IN_RODATA, TARGET_BIG_ENDIAN)
7437 (TARGET_SINGLE_FLOAT, TARGET_DOUBLE_FLOAT, TARGET_MAD)
7438 (TARGET_FUSED_MADD, TARGET_4300_MUL_FIX, TARGET_CHECK_ZERO_DIV)
7439 (TARGET_DIVIDE_TRAPS, TARGET_BRANCHLIKELY, TARGET_FIX_SB1)
7440 (TARGET_FIX_R4000, TARGET_FIX_R4400, TARGET_FIX_VR4120)
7441 (TARGET_FIX_VR4130, TARGET_VR4130_ALIGN, TARGET_FP_EXCEPTIONS)
7442 (TARGET_PAIRED_SINGLE_FLOAT, TARGET_MIPS3D, TARGET_SYM32)
7443 (TARGET_EXPLICIT_RELOCS): Delete.
7444 (TARGET_SWITCHES, SUBTARGET_TARGET_SWITCHES): Delete.
7445 (TARGET_OPTIONS): Remove entry for -mfix-vr4130.
7446 * config/mips/mips.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
7447 (override_options): Set MASK_LONG64 if -mint64 is given and no
7448 -mlongXX option is. Complain about -mint64 -mlong32.
7449 (override_options, CMP_BUILTINS, mips_bdesc, sb1_desc): Rename
7450 MASK_PAIRED_SINGLE to MASK_PAIRED_SINGLE_FLOAT.
7451 * config/mips/mips.opt: New file.
7452
7453 2005-03-14 Richard Sandiford <rsandifo@redhat.com>
7454
7455 * config.gcc (extra_options): New variable for listing option files.
7456 Add ${cpu_type}/${cpu_type}.opt to it if that file exists.
7457 * configure.ac (extra_opt_files): New AC_SUBST variable.
7458 (tm_file_list, tm_include_list): Include options.h first.
7459 * configure: Regenerate.
7460 * Makefile.in (extra_opt_files, ALL_OPT_FILES): New variables.
7461 (s-options): Use $(ALL_OPT_FILES) instead of $(lang_opt_files)
7462 (s-options-h): New rule.
7463 (options.h): Depend on it.
7464 (TEXI_GCCINT_FILES): Add options.texi.
7465 * hooks.h (hook_bool_size_t_constcharptr_int_true): Declare.
7466 * hooks.c (hook_bool_size_t_constcharptr_int_true): New function.
7467 * target.h (gcc_target): Add default_target_flags and handle_option.
7468 * target-def.h (TARGET_DEFAULT_TARGET_FLAGS)
7469 (TARGET_HANDLE_OPTION): New macros.
7470 (TARGET_INITIALIZER): Include them.
7471 * opt-functions.awk (opt_args, nth_arg): New functions.
7472 (switch_flags): Handle the "Target" flag.
7473 (var_args): Delete.
7474 (var_name): Use opt_args and nth_arg.
7475 (var_set, var_ref): Likewise. Handle "Mask" and "InverseMask".
7476 * opth-gen.awk: Declare target_flags. Declare MASK_* and TARGET_*
7477 macros for the "Mask" and "InverseMask" options.
7478 * opts.h (cl_var_cond): New enum.
7479 (cl_option): Replace the "has_set_value" and "set_value" fields with
7480 "var_cond" and "var_value".
7481 (CL_TARGET): New macro.
7482 (option_enabled, print_filtered_help): Declare.
7483 (decode_options): Move definition.
7484 * opts.c (handle_option): Search for the original option before
7485 removing any "no-" prefix. Handle CL_TARGET. Adjust for the new
7486 var_cond and var_value fields. Use targetm.handle_option to handle
7487 target options.
7488 (decode_options): Set target_flags to targetm.default_target_flags.
7489 (print_filtered_help): Make global. Handle CL_TARGET.
7490 (option_enabled): New function.
7491 * toplev.c (target_switches): Guard with #ifdef TARGET_SWITCHES.
7492 (display_target_options, set_target_switch, print_switch_values)
7493 (default_pch_valid_p): Guard uses of target_switches with
7494 #ifdef TARGET_SWITCHES. Also...
7495 (display_target_options): Display the CL_TARGET entries in cl_options.
7496 (set_target_option): Don't complain about the "" option when
7497 TARGET_SWITCHES is undefined.
7498 (print_switch_values): Use option_enabled.
7499 (default_pch_valid_p): Check cl_options[] when looking for something
7500 that has changed the value of target_flags.
7501 * c.opt: Remove documentation from top of file.
7502 * doc/gccint.texi: Add an "Options" chapter. Include options.texi.
7503 * doc/sourecebuild.texi: Refer to the new options documentation
7504 instead of c.opt. Document machine-specific .opt files.
7505 * doc/tm.texi (target_flags): Say that this variable is declared
7506 by options.h.
7507 (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Document.
7508 (TARGET_SWITCHES, TARGET_OPTIONS): Refer to the option files as
7509 an alternative.
7510 * doc/options.texi: New file.
7511
7512 2005-03-14 Alexandre Oliva <aoliva@redhat.com>
7513
7514 PR middle-end/18628
7515 * cse.c (fold_rtx_mem): Don't fold a load from a jumptable into a
7516 register.
7517
7518 2005-03-14 Alexandre Oliva <aoliva@redhat.com>
7519
7520 PR c++/20280
7521 * gimplify.c (gimplify_cond_expr): Add fallback argument. Use a
7522 temporary variable of pointer type if an lvalues is required.
7523 (gimplify_modify_expr_rhs): Request an rvalue from it.
7524 (gimplify_expr): Pass fallback on.
7525
7526 2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
7527
7528 * cfgbuild.c: Update comments.
7529
7530 2005-03-14 Roger Sayle <roger@eyesopen.com>
7531
7532 PR rtl-optimization/17236
7533 * optabs.c (expand_doubleword_mult): New helper function split out
7534 from expand_binop. Permute the order in which instructions are
7535 emitted to minimize the number of simultaneously live registers.
7536 (expand_binop): Call expand_doubleword_mult to synthesize a double
7537 word multiplication.
7538
7539 2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
7540
7541 * basic-block.h: Update the prototypes of cached_make_edge and
7542 rtl_make_eh_edge.
7543 * cfg.c (cached_make_edge): Take edge_cache representing one
7544 row of the adjacency matrix of edges.
7545 * cfgbuild.c (make_label_edge, rtl_make_eh_edge): Likewise.
7546 (make_edges): Initialize edge_cache to represent one row of
7547 the adjacency matrix of edges.
7548
7549 2005-03-14 Zdenek Dvorak <dvorakz@suse.cz>
7550
7551 * tree-ssa-phiopt.c (minmax_replacement, blocks_in_phiopt_order):
7552 New functions.
7553 (tree_ssa_phiopt): Use blocks_in_phiopt_order and minmax_replacement.
7554 Remove unused removed_phis variable.
7555 (conditional_replacement): Use build1/build2.
7556 (abs_replacement): Use last_and_only_stmt and build1/build2.
7557
7558 2005-03-14 Zdenek Dvorak <dvorakz@suse.cz>
7559
7560 * builtin-attrs.def (ATTR_NOVOPS, ATTR_NOVOPS_LIST,
7561 ATTR_PURE_NOTHROW_NOVOPS_LIST): New.
7562 * builtins.def (ATTR_MATHFN_FPROUNDING): Use NOVOPS.
7563 (BUILT_IN_PREFETCH): Set the NOVOPS attribute.
7564 * c-common.c (handle_novops_attribute): New function.
7565 (c_common_attribute_table): Add "no vops" entry.
7566 * c-decl.c (merge_decls): Copy DECL_IS_NOVOPS.
7567 * calls.c (flags_from_decl_or_type): Set ECF_NOVOPS.
7568 * tree-ssa-operands.c (get_call_expr_operands): Do not
7569 create virtual operands for calls with ECF_NOVOPS flag.
7570 * tree.h (DECL_IS_NOVOPS): New macro.
7571 (struct tree_decl): Add novops_flag.
7572 (ECF_NOVOPS): New constant.
7573
7574 2005-03-14 Uros Bizjak <uros@kss-loka.si>
7575
7576 PR target/17688
7577 * config/i386/i386.c (x86_use_himode_fiop): New.
7578 (x86_use_simode_fiop): Rename from x86_use_fiop.
7579 * config/i386/i386.h (x86_use_himode_fiop): Declare.
7580 (TARGET_USE_HIMODE_FIOP): New.
7581 (x86_use_simode_fiop): Rename from x86_use_fiop.
7582 (TARGET_USE_SIMODE_FIOP): Rename from TARGET_USE_FIOP.
7583
7584 * config/i386/i386.md (X87MODEI12): New mode macro define.
7585 (*cmpfp_<mode>): Rename from *cmpfp_si. Use X87MODEI12 mode macro
7586 to implement x87 FP compare with HImode input operands.
7587 (*fp_jcc_8<mode>_387, splitter): Rename from *fp_jcc_8_387.
7588 Use X87MODEI12 mode macro to handle HImode input operands.
7589 (*fop_sf_2<mode>_i387, *fop_sf_3<mode>_i387, *fop_df_2<mode>_i387,
7590 *fop_df_3<mode>_i387, *fop_xf_2<mode>_i387, *fop_xf_3<mode>_i387):
7591 Renamed from *fop_sf_2_i387, *fop_sf_3_i387, *fop_df_2_i387,
7592 *fop_df_3_i387, *fop_xf_2_i387, *fop_xf_3_i387. Use X87MODEI12 mode
7593 macro to implement x87 operators with HImode input operands.
7594 (fop splitters): Use X87MODEI12 mode macro to handle HImode
7595 input operands.
7596
7597 2005-03-14 Zdenek Dvorak <dvorakz@suse.cz>
7598
7599 * tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of
7600 integer_zerop.
7601 * tree-gimple.c (is_gimple_min_invariant): Consider overflowed
7602 constants invariant.
7603
7604 2005-03-14 Zdenek Dvorak <dvorakz@suse.cz>
7605
7606 * basic-block.h (BB_VISITED): Removed.
7607 * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
7608
7609 2005-03-14 Falk Hueffner <falk@debian.org>
7610
7611 PR bootstrap/20424
7612 * config/alpha/alpha.c (alpha_fold_builtin_cmpbge): Fix typo.
7613
7614 2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
7615
7616 * ggc-zone.c: Fix comment typos.
7617
7618 * alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
7619 stringpool.c, config/mips/mips-protos.h: Update copyright.
7620
7621 2005-03-14 Alan Modra <amodra@bigpond.net.au>
7622
7623 * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
7624 throughout with its typedef, "rtx".
7625 * config/rs6000/rs6000.c: Likewise. Formatting fixes.
7626 (rs6000_tls_symbol_ref_1): Remove inline keyword.
7627 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Formatting. Reorder
7628 regs in comment to match code.
7629
7630 2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
7631
7632 * except.c (check_handled): Make it static.
7633 * except.h: Remove the corresponding prototype.
7634
7635 * function.c (get_func_frame_size): Make it static.
7636 * function.h: Remove the corresponding type.
7637
7638 * regclass.c (reg_class_superclasses, reg_class_subclasses):
7639 Make them static.
7640 * hard-reg-set.h: Remove the corresponding declarations.
7641
7642 * tree-cfg.c (verify_stmts): Check that
7643 bb_for_stmt (stmt) == bb for every PHI node and statement.
7644
7645 2005-03-14 Alan Modra <amodra@bigpond.net.au>
7646
7647 * config.gcc: Remove excess indentation.
7648 (powerpc*-*-*, rs6000-*-*): Accept --with-cpu/tune power5 and 8548.
7649
7650 2005-03-13 Roger Sayle <roger@eyesopen.com>
7651
7652 PR middle-end/19331
7653 * tree.c (get_unwidened): Treat CONVERT_EXPR and NOP_EXPR identically.
7654 * fold-const.c (fold_sign_changed_comparison): Likewise.
7655 (fold_binary): Optimize comparisons against widened operands if
7656 the extension is represented by a CONVERT_EXPR, same as a NOP_EXPR.
7657
7658 2005-03-13 Eric Botcazou <ebotcazou@libertysurf.fr>
7659
7660 * config/sparc/sparc.c (struct_value_alias_set): New global variable.
7661 (sparc_override_options): Initialize it.
7662 (sparc_struct_value_rtx): Set it on the MEM to be returned.
7663
7664 2005-03-13 David Edelsohn <edelsohn@gnu.org>
7665
7666 * config/rs6000/predicates.md (mem_or_easy_const_operand): Delete.
7667 (reg_or_none500mem_operand): New predicate.
7668 (zero_reg_mem_operand): New predicate.
7669 * config/rs6000/rs6000.md (extendsfdf2): Change operand1 predicate
7670 to reg_or_none500mem_operand.
7671 (extendsfdf2_fpr): Add MEM alternative.
7672 (extenddftf2_internal): Change operand2 predicate to
7673 zero_reg_mem_operand.
7674
7675 2005-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7676
7677 * ggc-zone.c: Rewritten.
7678
7679 * alloc-pool.c (dump_alloc_pool_statistics): Don't print statistics
7680 if there are none.
7681 * configure.ac: Define GGC_ZONE for --with-gc=zone.
7682 * config.in: Regenerated.
7683 * configure: Regenerated.
7684 * gengtype.c (write_types_process_field, write_func_for_structure):
7685 Pass new argument to gt_pch_note_object.
7686 * ggc-common.c (struct ptr_data): Add TYPE.
7687 (gt_pch_note_object): Take TYPE argument and save it.
7688 (call_count): Update call to ggc_pch_count_object.
7689 (call_alloc): Update call to ggc_pch_alloc_object.
7690 (gt_pch_save): Call ggc_pch_prepare_write after paddng the PCH
7691 file.
7692 * ggc-none.c (rtl_zone, garbage_zone, ggc_alloc_zone_stat): Delete.
7693 * ggc-page.c (rtl_zone, tree_zone, garbage_zone)
7694 (ggc_alloc_zone_stat): Delete.
7695 (ggc_pch_count_object, ggc_pch_alloc_object): Add TYPE argument.
7696 * ggc.h (gt_pch_note_object, ggc_pch_count_object)
7697 (ggc_pch_alloc_object): Update prototypes.
7698 (garbage_zone): Delete.
7699 (tree_zone, rtl_zone, ggc_alloc_zone_stat, ggc_alloc_zone): Move to
7700 GGC_ZONE conditional. Update. Change tree_zone and rtl_zone into
7701 pointers.
7702 (tree_id_zone): New variable.
7703 (ggc_alloc_cleared_zone): Remove unused.
7704 (ggc_alloc_zone): Define.
7705 (ggc_alloc_rtvec, ggc_alloc_tree): Update to use ggc_alloc_zone.
7706 * rtl.c (rtx_alloc_stat, shallow_copy_rtx_stat): Use
7707 ggc_alloc_zone_stat.
7708 * stringpool.c (gt_pch_n_S): Update call to gt_pch_note_object.
7709 * tree.c (copy_node_stat, make_tree_binfo_stat, make_tree_vec_stat)
7710 (tree_cons_stat, build1_stat): Update call to ggc_alloc_zone_stat.
7711 (make_node_stat): Likewise. Use tree_id_zone.
7712
7713 2005-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7714 Joseph S. Myers <joseph@codesourcery.com>
7715
7716 * configure.ac: Check for MIPS TLS.
7717 * configure: Regenerated.
7718 * config/mips/mips-protos.h (enum mips_symbol_type): Add
7719 SYMBOL_TLS, SYMBOL_TLSGD, SYMBOL_TLSLDM, SYMBOL_DTPREL,
7720 SYMBOL_GOTTPREL, and SYMBOL_TPREL.
7721 * config/mips/mips.c (mips_regno_to_class): Handle V1_REG.
7722 (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
7723 (mips_classify_symbol, mips_symbolic_constant_p)
7724 (mips_symbolic_address_p, mips_symbol_insns): Handle TLS symbols.
7725 (mips_tls_operand_p, mips_call_tls_get_addr)
7726 (mips_legitimize_tls_address, mips_cannot_force_const_mem)
7727 (mips_tls_symbol_ref_1): New functions.
7728 (mips_legitimize_address, mips_legitimize_const_move): Call
7729 mips_legitimize_tls_address.
7730 (override_options): Handle V1_REG and TLS symbols. Disable TLS
7731 for MIPS16.
7732 * config/mips/mips.h (enum reg_class, REG_CLASS_NAMES)
7733 (REG_CLASS_CONTENTS, GR_REG_CLASS_P): Include V1_REG.
7734 (mips_char_to_class): Document V1_REG.
7735 (HAVE_AS_TLS): Provide default.
7736 * config/mips/mips.md (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): New
7737 constants.
7738 (load_got<mode>): Renamed from *load_got<mode>. Allow when
7739 !TARGET_ABICALLS.
7740 (tls_get_tp_<mode>): New instruction.
7741
7742 2005-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7743
7744 * configure.ac: Update checks for target tools.
7745 * configure: Regenerated.
7746
7747 2005-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7748
7749 * varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic.
7750
7751 2005-03-13 Roger Sayle <roger@eyesopen.com>
7752
7753 * expmed.c (expand_mult): Use synthetic multiplication sequences for
7754 more classes of DImode multiplication by constant. Allow both
7755 multiplication by small negative constants (by performing a
7756 multiplication by a positive constant and negating the result) and
7757 multiplications by large powers of two, by using a left shift.
7758
7759 2005-03-13 Kazu Hirata <kazu@cs.umass.edu>
7760
7761 * tree-into-ssa.c (find_idf): Speed up by putting the indexes
7762 of basic blocks into work_stack.
7763
7764 * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,
7765 config/mips/vr.h: Update copyright.
7766
7767 * c-decl.c (c_init_decl_processing): Remove useless calls to
7768 build_function_type.
7769
7770 * builtins.c (fold_trunc_transparent_mathfn,
7771 fold_fixed_mathfn, fold_builtin_atan, fold_builtin_trunc,
7772 fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
7773 fold_builtin_lround, fold_builtin_bitop, fold_builtin_memcpy,
7774 fold_builtin_strcpy, fold_builtin_strncpy,
7775 fold_builtin_signbit): Use TYPE (TYPE (fndecl)) instead of
7776 TREE_TYPE (exp).
7777
7778 * builtins.c (expand_builtin_mathfn_3): Remove local variable
7779 before_call.
7780
7781 * lambda-code.c (lambda_compute_auxillary_space): Remove local
7782 variable determinant.
7783
7784 * tree-cfg.c (group_case_labels): Remove local variable type.
7785
7786 * tree-ssa-live.c (build_tree_conflict_graph): Remove local
7787 variable ann.
7788
7789 * tree-ssa-phiopt.c (value_replacement): Remove local variable
7790 result.
7791
7792 2005-03-13 Andy Hutchinson <HutchinsonAndy@netscape.net>
7793
7794 PR target/18251
7795 * config/avr/avr.md (movmemhi): Rewrite as RTL loop.
7796 (*movmemqi_insn): Delete.
7797 (*movmemhi): Delete.
7798
7799 2005-03-13 Kazu Hirata <kazu@cs.umass.edu>
7800
7801 * builtins.c (fold_builtin_classify): Take decomposed
7802 arguments of CALL_EXPR.
7803 (fold_builtin_1): Update a call to fold_builtin_classify.
7804
7805 2005-03-13 Joseph S. Myers <joseph@codesourcery.com>
7806
7807 PR c/20402
7808 * c-parser.c (c_parser_struct_or_union_specifier): Don't fall
7809 through into call to parser_xref_tag after parse error.
7810 (c_parser_struct_declaration): Consistently return NULL_TREE on
7811 error.
7812
7813 2005-03-12 Daniel Berlin <dberlin@dberlin.org>
7814
7815 * tree-flow-inline.h (ref_contains_array_ref): New function.
7816 (lookup_subvars_for_var): Ditto.
7817 (get_subvars_for_var): Ditto.
7818 (var_can_have_subvars): Ditto.
7819
7820 * tree-flow.h (mem_tag_kind): Add STRUCT_FIELD.
7821 (struct subvar): New type.
7822
7823 * tree-dfa.c (okay_component_ref_for_subvars): New function.
7824
7825 * tree-optimize.c (init_tree_optimization_passes): Call
7826 pass_create_structure_vars.
7827
7828 * tree-ssa-alias.c: Include vec.h.
7829 (init_alias_info): Don't auto-clear call clobbered on struct-field
7830 tags.
7831 (compute_flow_insensitive_aliasing): Handle subvars.
7832 (group_aliases): Handle STRUCT_FIELD aliases.
7833 (setup_pointers_and_addressables): Ditto.
7834 Don't mark variables non-addressable if they still have
7835 addressable subvars.
7836 Also mark subvars addressable when the real variable is marked
7837 addressable.
7838 (add_pointed_to_var): Try to prune the pointed-to set by only
7839 pointing to subvars when possible.
7840 Otherwise, make sure we set addresses_needed and pt_vars to
7841 properly include subvars.
7842 (bitpos_of_field): New function.
7843 (push_fields_onto_fieldstack): Ditto.
7844 (get_or_create_used_part_for): Ditto.
7845 (create_overlap_variables_for): Ditto.
7846 (find_used_portions): Ditto.
7847 (create_structure_vars): Ditto.
7848 (pass_create_structure_vars): New structure.
7849
7850 * tree-ssa-operands.c (finalize_ssa_v_must_defs): Remove assert.
7851 (get_expr_operands): Handle subvars. Also try to turn
7852 COMPONENT_REF accesses into must-defs now that we can accurately
7853 portray it.
7854 (note_addressable): Try to only mark as addressable those subvars
7855 we know a COMPONENT_REF touches.
7856 (overlap_subvar): New function.
7857
7858 * tree-vect-analyze.c (vect_object_analysis): Add new parameter.
7859 Handle subvar storing.
7860 (vect_address_analysis): Update caller of vect_object_analysis.
7861
7862 * tree-vect-transform.c (vect_create_data_ref_ptr): Copy subvars.
7863
7864 * tree-vectorizer.h (struct _stmt_vec_info): Add subvars member.
7865 (STMT_VINFO_SUBVARS): New macro.
7866
7867 * common.opts: add flag_tree_salias.
7868
7869 * opts.c (decode_options): flag_tree_salias defaults to on.
7870
7871 * doc/invoke.texi: Document fdump-tree-svars and -ftree-salias.
7872
7873 * doc/tree-ssa.texi: Document structural alias analysis.
7874
7875 2005-03-12 Steven Bosscher <stevenb@suse.de>
7876
7877 * tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.
7878 * tree-ssa-dce.c (mark_stmt_necessary): Don't check for it.
7879 * tree-ssa-operands.c (get_expr_operands): Likewise.
7880 (get_expr_operands): Likewise for ERROR_MARK.
7881
7882 2005-03-12 Kazu Hirata <kazu@cs.umass.edu>
7883
7884 * tree-ssa.c (kill_redundant_phi_nodes): Remove local variable
7885 var.
7886
7887 * tree-ssa-phiopt.c (tree_ssa_phiopt): Remove local variable
7888 removed_phis.
7889
7890 * tree-ssa-pre.c (compute_avail): Remove local variable val.
7891 (mark_operand_necessary): Remove local variable ver.
7892
7893 * tree-vect-transform.c (vect_get_new_vect_var): Remove local
7894 variable prefix_len.
7895
7896 * value-prof.c (mod_subtract_transform): Remove local variable
7897 value.
7898
7899 * builtins.c (fold_builtin_exponent): Take decomposed
7900 arguments of CALL_EXPR.
7901 (fold_builtin_1): Update a call to fold_builtin_exponent.
7902
7903 * builtins.c (fold_builtin_logarithm): Take decomposed
7904 arguments of CALL_EXPR.
7905 (fold_builtin_1): Update a call to fold_builtin_logarithm.
7906
7907 * c-decl.c (c_init_decl_processing): Remove local variables
7908 ptr_ftype_void and ptr_ftype_ptr.
7909
7910 * gimplify.c (gimplify_expr): Remove local variables r0 and
7911 r1.
7912
7913 * reg-stack.c (move_for_stack_reg): Remove local variable
7914 push_insn.
7915 (compare_for_stack_reg): Remove local variable flags_user.
7916 (convert_regs_1): Remove local variable deleted.
7917
7918 * tree-if-conv.c (tree_if_convert_cond_expr): Remove local
7919 variable new_cond.
7920 (combine_blocks): Remove local variables exits and new_e.
7921
7922 * tree-inline.c (expand_call_inline): Remove local variable
7923 decl.
7924
7925 * tree-ssa-live.c (create_ssa_var_map,
7926 calculate_live_on_entry): Remove local variable snn.
7927
7928 2005-03-12 Geoffrey Keating <geoffk@apple.com>
7929
7930 * c-lex.c (c_lex_with_flags): Add parameter to call to
7931 cpp_spell_token.
7932
7933 2005-03-11 Per Bothner <per@bothner.com>
7934
7935 * c-tree.h (struct c_declarator): New id_loc field.
7936 * c-pragma.h (c_lex_with_flags): Take position reference.
7937 * c-lex.c (c_lex_with_flags): Set passed-in location from cpp token,
7938 iff USE_MAPPED_LOCATION. (Type doesn't match otherwise.)
7939 (c_lex): Pass dummy location to c_lex_with_flags.
7940 * c-parser.c (c_lex_one_token): Set c_token's location using
7941 c_lex_with_flags, instead of input_location, which might be "ahead".
7942 (c_parser_direct_declarator): Set declarator's id_loc from
7943 c_token's id_loc.
7944 * c-decl.c (grokdeclarator): Set DECL_SOURCE_LOCATION from
7945 declarator's id_loc, rather than probably-imprecise input_location.
7946 (build_id_declarator): Initialize c_declarator's id_loc field.
7947
7948 2005-03-11 Roger Sayle <roger@eyesopen.com>
7949
7950 PR middle-end/20419
7951 * builtins.c (expand_builtin_signbit): Force the signbit's word
7952 into an integer register to avoid SUBREGs of floating point modes.
7953
7954 2005-03-12 Kazu Hirata <kazu@cs.umass.edu>
7955
7956 * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
7957 target.h, targhooks.c, tracer.c, tree-ssa-loop-ch.c,
7958 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, vec.c, vmsdbgout.c,
7959 config/m32r/m32r.md, config/xtensa/xtensa.h: Update copyright.
7960
7961 2005-03-11 David Edelsohn <edelsohn@gnu.org>
7962
7963 PR rtl-optimization/20306
7964 * expr.c (emit_move_complex): Set try_int false if mode is
7965 MODE_COMPLEX_FLOAT and mov_optab exists for inner mode. Only try
7966 emit_block_move if try_int is true.
7967
7968 2005-03-11 Richard Henderson <rth@redhat.com>
7969
7970 PR target/20415
7971 * config/i386/mmx.md (vec_dupv4hi): Fix predicate.
7972 * config/i386/i386.c (ix86_expand_vector_init_duplicate): Update
7973 to match.
7974
7975 2005-03-11 Richard Sandiford <rsandifo@redhat.com>
7976
7977 * config/mips/mips.h (mips_fix_vr4130_string): Declare.
7978 (TARGET_FIX_VR4130): New macro.
7979 (TARGET_OPTIONS): Add -mfix-vr4130.
7980 (ISA_HAS_MACCHI): New macro.
7981 (ASM_SPEC): Add -mfix-vr4130.
7982 * config/mips/mips.c (mips_fix_vr4130_string): New variable.
7983 (override_options): Handle mips_fix_vr4130_string.
7984 (mips_avoid_hazards): Clear all_noreorder_p
7985 if we're working around VR4130 errata and the macc alternatives
7986 are not available.
7987 * config/mips/mips.md (mfhilo_<mode>): Turn into a define_expand.
7988 (*mfhilo_<mode>, *mfhilo_<mode>_macc): New insns.
7989 * config/mips/vr.h (DEFAULT_VR_ARCH): Set to mfix-vr4130.
7990 (MULTILIB_DEFAULTS): Remove leading "march=".
7991 (DRIVER_SELF_SPECS): Likewise. Make -mfix-vr4130 imply -march=vr4130
7992 if no architecture option is given.
7993 * config/mips/t-vr (MULTILIB_OPTIONS): Use -mfix-vr4130 for the
7994 VR4130 multilibs.
7995 (MULTILIB_MATCHES): Map -march=vr4130 to the -mfix-vr4130 multilibs.
7996 * doc/invoke.texi: Document -mfix-vr4130.
7997
7998 2005-03-11 Richard Sandiford <rsandifo@redhat.com>
7999
8000 * config/mips/mips.c (override_options): Only warn about -mint64
8001 deprecation if TARGET_INT64.
8002
8003 2005-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8004
8005 * builtin-attrs.def (ATTR_NONNULL_LIST, ATTR_NOTHROW_NONNULL,
8006 ATTR_CONST_NOTHROW_NONNULL, ATTR_PURE_NOTHROW_NONNULL,
8007 ATTR_MALLOC_NOTHROW_NONNULL): New "nonnull" attribute lists which
8008 are non-specific regarding the nonnull parameter positions.
8009 (ATTR_NONNULL_1_2, ATTR_NONNULL_1_4, ATTR_NOTHROW_NONNULL_1_2,
8010 ATTR_NOTHROW_NONNULL_1_4, ATTR_CONST_NOTHROW_NONNULL_1,
8011 ATTR_PURE_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1_2,
8012 ATTR_MALLOC_NOTHROW_NONNULL_1): Delete.
8013
8014 * builtins.def: Use the non-specific "nonnull" attibute lists.
8015
8016 2005-03-11 Zdenek Dvorak <dvorakz@suse.cz>
8017
8018 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
8019 single_pred_edge, single_succ, single_pred): Improve comments.
8020
8021 2005-03-11 Zdenek Dvorak <dvorakz@suse.cz>
8022
8023 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
8024 single_pred_edge, single_succ, single_pred): New inline functions.
8025 * bb-reorder.c (rotate_loop, find_traces_1_round,
8026 add_labels_and_missing_jumps, fix_up_fall_thru_edges,
8027 duplicate_computed_gotos): Use the single_succ/pred functions.
8028 * cfganal.c (forwarder_block_p): Ditto.
8029 * cfgbuild.c (compute_outgoing_frequencies): Ditto.
8030 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
8031 outgoing_edges_match, try_crossjump_to_edge, try_optimize_cfg,
8032 merge_seq_blocks): Ditto.
8033 * cfghooks.c (split_edge, tidy_fallthru_edges): Ditto.
8034 * cfglayout.c (fixup_reorder_chain): Ditto.
8035 * cfgloop.c (mark_single_exit_loops, update_latch_info,
8036 canonicalize_loop_headers, verify_loop_structure): Ditto.
8037 * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
8038 mfb_update_loops, create_preheader, force_single_succ_latches,
8039 create_loop_notes): Ditto.
8040 * cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
8041 force_nonfallthru_and_redirect, rtl_tidy_fallthru_edge,
8042 commit_one_edge_insertion, purge_dead_edges,
8043 cfg_layout_can_merge_blocks_p): Ditto.
8044 * except.c (sjlj_emit_function_enter): Ditto.
8045 * flow.c (init_propagate_block_info): Ditto.
8046 * function.c (thread_prologue_and_epilogue_insns): Ditto.
8047 * gcse.c (find_implicit_sets, bypass_conditional_jumps,
8048 insert_insn_end_bb): Ditto.
8049 * ifcvt.c (merge_if_block, find_if_block, find_if_case_1,
8050 find_if_case_2): Ditto.
8051 * lambda-code.c (perfect_nestify): Ditto.
8052 * lcm.c (optimize_mode_switching): Ditto.
8053 * loop-doloop.c (doloop_modify): Ditto.
8054 * loop-init.c (loop_optimizer_init): Ditto.
8055 * loop-iv.c (simplify_using_initial_values): Ditto.
8056 * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
8057 * loop-unswitch.c (unswitch_loop): Ditto.
8058 * modulo-sched.c (generate_prolog_epilog): Ditto.
8059 * predict.c (combine_predictions_for_insn, estimate_probability,
8060 tree_estimate_probability, last_basic_block_p,
8061 estimate_bb_frequencies): Ditto.
8062 * profile.c (branch_prob): Ditto.
8063 * regrename.c (copyprop_hardreg_forward): Ditto.
8064 * sched-rgn.c (is_cfg_nonregular, find_rgns, update_live): Ditto.
8065 * tracer.c (layout_superblocks): Ditto.
8066 * tree-cfg.c (tree_can_merge_blocks_p, tree_merge_blocks,
8067 cfg_remove_useless_stmts_bb, cleanup_control_flow,
8068 cleanup_control_expr_graph, disband_implicit_edges,
8069 tree_find_edge_insert_loc, bsi_commit_edge_inserts,
8070 tree_verify_flow_info, tree_make_forwarder_block,
8071 tree_forwarder_block_p, remove_forwarder_block,
8072 remove_forwarder_block_with_phi, merge_phi_nodes): Ditto.
8073 * tree-if-conv.c (tree_if_conversion): Ditto.
8074 * tree-mudflap.c (mf_build_check_statement_for): Ditto.
8075 * tree-ssa-dce.c (remove_dead_stmt): Ditto.
8076 * tree-ssa-dom.c (dom_opt_finalize_block): Ditto.
8077 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p,
8078 copy_loop_headers): Ditto.
8079 * tree-ssa-loop-im.c (loop_commit_inserts): Ditto.
8080 * tree-ssa-loop-ivopts.c (compute_phi_arg_on_exit): Ditto.
8081 * tree-ssa-loop-manip.c (split_loop_exit_edge, ip_normal_pos,
8082 lv_adjust_loop_entry_edge, tree_ssa_loop_version): Ditto.
8083 * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Ditto.
8084 * tree-ssa-loop-unswitch.c (simplify_using_entry_checks): Ditto.
8085 * tree-ssa-phiopt.c (tree_ssa_phiopt, value_replacement): Ditto.
8086 * tree-ssa-pre.c (compute_antic_aux, insert_aux, init_pre): Ditto.
8087 * tree-ssa-threadupdate.c (redirect_edges): Ditto.
8088 * tree-tailcall.c (independent_of_stmt_p, find_tail_calls,
8089 eliminate_tail_call, tree_optimize_tail_calls_1): Ditto.
8090 * tree-vect-analyze.c (vect_analyze_loop_form): Ditto.
8091 * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
8092 * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard,
8093 slpeel_add_loop_guard): Ditto.
8094
8095 2005-03-11 James A. Morrison <phython@gcc.gnu.org>
8096
8097 PR tree-optimization/15784
8098 * fold-const.c (fold): Fold ~A + 1 to -A. Fold -A - 1
8099 and -1 - A to ~A.
8100
8101 * stmt.c (expand_case): Don't change index_type. Convert minval
8102 to the proper type.
8103
8104 PR tree-optimization/20130
8105 * fold-const.c (fold): Fold x * -1 into -x.
8106
8107 2005-03-11 Kaz Kojima <kkojima@gcc.gnu.org>
8108
8109 PR rtl-optimization/20331
8110 * rtlanal.c (modified_between_p): Check its address first for MEM.
8111 (modified_in_p): Likewise.
8112
8113 2005-03-11 Joseph S. Myers <joseph@codesourcery.com>
8114
8115 * config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
8116
8117 2005-03-10 Steven Bosscher <stevenb@suse.de>
8118
8119 * expr.c (expand_expr_real_1): If possible, use a conditional
8120 move for expanding MIN_EXPR and MAX_EXPR.
8121 Use temp for moving around rtx-en.
8122
8123 2005-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8124
8125 PR rtl-opt/20412
8126 * simplify-rtx.c (simplify_relational_operation_1): Fix typo - check the
8127 correct mode.
8128
8129 2005-03-10 Roger Sayle <roger@eyesopen.com>
8130
8131 * builtins.c (expand_builtin_signbit): Extend to handle floating
8132 point modes wider than the largest integer type, using the
8133 operand_subword_force function to obtain the signbit's word.
8134
8135 2005-03-10 Jakub Jelinek <jakub@redhat.com>
8136
8137 PR target/20322
8138 * combine.c (try_combine): If recog_for_combine added CLOBBERs
8139 to NEWI2PAT, fail to combine if they are used by NEWPAT.
8140
8141 2005-03-10 Aldy Hernandez <aldyh@redhat.com>
8142
8143 * doc/invoke.texi: Add 8540 to list of cpus in rs6000 cpu section.
8144
8145 2005-03-10 Kazu Hirata <kazu@cs.umass.edu>
8146
8147 * tree-outof-ssa.c (analyze_edges_for_bb): Make the return
8148 type void.
8149 (perform_edge_inserts): Unconditionally call
8150 free_dominator_info.
8151
8152 * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
8153
8154 2005-03-10 Bob Wilson <bob.wilson@acm.org>
8155
8156 * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define.
8157
8158 2005-03-10 Nathan Sidwell <nathan@codesourcery.com>
8159
8160 * bitmap.c (bitmap_copy): Remove manual loop unrolling.
8161
8162 * value-prof.c (rtl_find_values_to_profile): Use gcc_assert and
8163 gcc_unreachable.
8164 (rtl_register_value_prof_hooks,
8165 tree_value_profile_transformations,
8166 tree_register_value_prof_hooks): Likewise.
8167 * var-tracking.c (stack_adjust_offset_pre_post,
8168 variable_htab_free, variable_union, dataflow_set_different_2,
8169 count_uses, variable_was_changed, set_frame_base_location,
8170 set_variable_part, emit_note_insn_var_location, vt_emit_notes,
8171 vt_add_function_parameters): Likewise.
8172 * varasm.c (named_section_real, named_section, make_decl_rtl,
8173 asm_emit_uninitialised, assemble_integer, decode_addr_const,
8174 const_hash_1, compare_constant, copy_constant, force_const_mem,
8175 output_constant_pool_2, output_constant_pool_1, output_constant,
8176 output_constructor, make_decl_one_only, decl_tls_model,
8177 default_no_named_section, default_elf_select_section_1,
8178 default_unique_section_1): Likewise.
8179 * vec.c (vec_gc_o_reserve, vec_heap_o_reserve): Likewise.
8180 * vmsdbgout.c (addr_const_to_string): Likewise.
8181
8182 PR c++/20375
8183 * function.c (struct assign_parm_data_one): Remove last_named
8184 field.
8185 (assign_parm_find_data_types): Don't determine last_named.
8186 Reorder named_parm determination.
8187 (assign_parms): Only setup varargs on the last non-varadic
8188 parameter.
8189
8190 2005-03-10 Kazuhiro Inaoka <inaoka.lazuhiro@renesas.com>
8191
8192 * config/m32r/m32r.md (load_sda_base_32): New pattern. Loads
8193 sda base address on medium model.
8194
8195 2005-03-10 Zdenek Dvorak <dvorakz@suse.cz>
8196
8197 * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
8198 * cfgloop.c (flow_loop_nodes_find): Export.
8199 * cfgloop.h (flow_loop_nodes_find, fix_loop_structure):
8200 Declare.
8201 * cfgloopmanip.c (fix_loop_structure): New function.
8202 * predict.c (predict_loops): Clean up the loops information.
8203 * tree-cfg.c (cleanup_tree_cfg_loop): New function.
8204 (tree_can_merge_blocks_p, remove_bb, tree_forwarder_block_p): Respect
8205 loop structure.
8206 * tree-flow.h (cleanup_tree_cfg_loop): Declare.
8207 (rewrite_into_loop_closed_ssa): Declaration changed.
8208 * tree-loop-linear.c (linear_transform_loops): Add argument to
8209 rewrite_into_loop_closed_ssa call.
8210 * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
8211 * tree-ssa-loop-im.c (move_computations): Ditto.
8212 * tree-ssa-loop.c (tree_loop_optimizer_init): Ditto.
8213 * tree-vectorizer.c (vectorize_loops): Ditto.
8214 * tree-optimize.c: Include cfgloop.h.
8215 (execute_todo): Choose whether to call cleanup_tree_cfg or
8216 cleanup_tree_cfg_loop.
8217 * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables,
8218 (tree_unroll_loops_completely): Enable cleanup_tree_cfg_loop call.
8219 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Enable
8220 cleanup_tree_cfg_loop call.
8221 * tree-ssa-loop-manip.c (find_uses_to_rename_bb): New function.
8222 (find_uses_to_rename, rewrite_into_loop_closed_ssa): Support
8223 work on part of cfg.
8224
8225 2005-03-10 Jakub Jelinek <jakub@redhat.com>
8226
8227 PR inline-asm/20314
8228 * gimplify.c (gimplify_asm_expr): Handle input/output constraints
8229 with multiple alternatives.
8230
8231 * stmt.c (parse_output_constraint): Fix a typo.
8232
8233 2005-03-09 Bob Wilson <bob.wilson@acm.org>
8234
8235 * config/xtensa/xtensa.h (TRAMPOLINE_TEMPLATE): Use "no-transform"
8236 assembly directive instead of deprecated "no-generics".
8237
8238 2005-03-09 Ulrich Weigand <uweigand@de.ibm.com>
8239
8240 * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
8241 for non-offsettable memory references to cope with outstanding reload
8242 replacements.
8243 * config/s390/s390.md ("reload_outti"): Call find_replacement to
8244 avoid losing outstanding address reloads.
8245 ("reload_outdi", "reload_outdf"): Likewise.
8246
8247 2005-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8248
8249 * builtins.c (fold_builtin_cbrt, fold_builtin_pow): Rearrange
8250 code. Add more cbrt transformations.
8251
8252 2005-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8253
8254 * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.
8255
8256 2005-03-09 Kazu Hirata <kazu@cs.umass.edu>
8257
8258 * fold-const.c (fold_unary, fold_binary, fold_ternary): Return
8259 NULL_TREE when a given tree is not simplified.
8260 (fold): Return the original tree when any of the functions
8261 mentioned above NULL_TREE.
8262
8263 * fold-const.c (fold_unary, fold_binary): Take decomposed
8264 arguments, code, type, op0, and op1 in case of fold_binary.
8265 (fold): Update calls to fold_unary and fold_binary.
8266
8267 2005-03-09 Roger Sayle <roger@eyesopen.com>
8268
8269 * builtins.c (fold_builtin_unordered_cmp): Change prototype to take
8270 a fndecl and an arglist instead of a CALL_EXPR, exp.
8271
8272 2005-03-09 Kazu Hirata <kazu@cs.umass.edu>
8273
8274 * cfglayout.c (fixup_reorder_chain): Remove old_bb.
8275
8276 * cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.
8277
8278 * expr.c (expand_assignment): Remove orig_to_rtx.
8279
8280 * fold-const.c (int_const_binop): Remove no_overflow.
8281
8282 * ifcvt.c (noce_emit_move_insn): Remove inmode.
8283
8284 * loop-iv.c (get_biv_step_1): Remove lhs.
8285
8286 * loop-unroll.c (analyze_insns_in_loop): Remove preheader.
8287
8288 * real.c (real_nan): Remove neg.
8289
8290 * function.c (thread_prologue_and_epilogue_insns): Remove i
8291 and newinsn.
8292
8293 * tree-data-ref.c (array_base_name_differ_p): Remove ta and
8294 tb.
8295
8296 * tree-eh.c (tree_could_trap_p): Remove idx.
8297
8298 * tree-into-ssa.c (ann): Remove ann.
8299
8300 * tree-outof-ssa.c (num_nodes): Remove num_nodes.
8301
8302 * tree-sra.c (decide_block_copy): Remove inst_count.
8303
8304 * tree-ssa-alias.c (may_alias_p): Remove v_ann.
8305
8306 * tree-ssa-loop-im.c (lhs): Remove.
8307
8308 * cfgbuild.c (state, STATE, SET_STATE,
8309 BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
8310 make_edges.
8311 (make_edges): Speed up by skipping blocks with BLOCK_ORIGINAL.
8312 (find_basic_blocks): Set the state of each basic block to
8313 BLOCK_NEW.
8314
8315 2005-03-08 Jeff Law <law@redhat.com>
8316
8317 * tree-cfg.c (cleanup_control_flow): If removal of a computed
8318 goto results in the removal of edges in the CFG, then we need
8319 to recompute dominators.
8320
8321 2005-03-09 Ben Elliston <bje@au.ibm.com>
8322
8323 * c-common.c (c_do_switch_warnings): Comment fix.
8324
8325 2005-03-08 Julian Brown <julian@codesourcery.com>
8326
8327 * Patch from 2005-03-08 reverted for causing regressions and
8328 ppc-darwin bootstrap failure.
8329
8330 2005-03-08 Fariborz Jahanian <fjahanian@apple.com>
8331
8332 * config/rs6000/rs6000.c (invalid_arg_for_unprototyped_fn):
8333 Define the real function for ppc-darwin.
8334 * c-typeck.c (convert_arguments): Check for target-specific
8335 invalid argument call to unprototyped function.
8336 * target-def.h (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
8337 New Macro.
8338 * target.h (invalid_arg_for_unprototyped_fn): New field
8339 in struct calls.
8340 * targhooks.c (hook_invalid_arg_for_unprototyped_fn): New
8341 default target hook.
8342 * targhooks.h (hook_invalid_arg_for_unprototyped_fn):
8343 Declare.
8344
8345 2005-03-08 Kazu Hirata <kazu@cs.umass.edu>
8346
8347 * c-typeck.c (constructor_stack, constructor_range_stack,
8348 initializer_stack): Make them static.
8349
8350 * cfg.c (rbi_pool): Make it static.
8351
8352 * gimple-low.c (lower_stmt_body): Make it static.
8353 * tree-flow.h: Remove the corresponding prototype. Don't
8354 declare lower_data.
8355
8356 * sched-deps.c (cache_size): Make it static.
8357
8358 * stor-layout.c (lang_adjust_rli): Make it static.
8359
8360 2005-03-08 Julian Brown <julian@codesourcery.com>
8361
8362 * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
8363 from being used for symbols with vague linkage when
8364 HAVE_GAS_COMDAT_GROUP is true.
8365
8366 2005-03-08 J"orn Rennecke <joern.rennecke@st.com>
8367
8368 * jump.c (invert_jump_1): Don't call redirect_jump_1 with
8369 nlabel == JUMP_LABEL (jump).
8370
8371 2005-03-08 Kazu Hirata <kazu@cs.umass.edu>
8372
8373 * c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
8374 gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c,
8375 tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c,
8376 tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting.
8377
8378 2005-03-08 Alexey Neyman <alex.neyman@auriga.ru>
8379
8380 PR c/14411
8381 * calls.c (flags_from_decl_or_type): Handle eturns_twice' attribute.
8382 * c-common.c (handle_returns_twice): New function.
8383 (c_common_attribute_table): Declare eturns_twice' attribute.
8384 * doc/extend.texi: Document eturns_twice' attribute.
8385 * tree.h (DECL_IS_RETURNS_TWICE): New macro.
8386 (struct tree_decl): Add returns_twice_flag.
8387
8388 2005-03-08 Kazu Hirata <kazu@cs.umass.edu>
8389
8390 * tree-ssa-phiopt.c: Fix a comment typo.
8391
8392 * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c,
8393 loop-unswitch.c, modulo-sched.c, stor-layout.c, tree-gimple.h,
8394 config/i386/cygwin1.c, doc/cfg.texi, doc/objc.texi: Update
8395 copyright.
8396
8397 2005-03-08 Richard Henderson <rth@redhat.com>
8398
8399 * config/alpha/alpha.c (code_for_builtin): Replace special-case
8400 builtin codes with ctzdi2, clzdi2, popcountdi2.
8401 (struct alpha_builtin_def): Add is_const.
8402 (zero_arg_builtins, one_arg_builtins, two_arg_builtins): Init it.
8403 (alpha_v8qi_u, alpha_v8qi_s, alpha_v4hi_u, alpha_v4hi_s): New.
8404 (alpha_init_builtins): Init them. Set nothrow and const attributes
8405 on builtins.
8406 (alpha_fold_builtin_cmpbge, alpha_fold_builtin_zapnot,
8407 alpha_fold_builtin_extxx, alpha_fold_builtin_insxx,
8408 alpha_fold_builtin_mskxx, alpha_fold_builtin_umulh,
8409 alpha_fold_vector_minmax, alpha_fold_builtin_perr,
8410 alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb,
8411 alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw,
8412 alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz,
8413 alpha_fold_builtin_ctpop, alpha_fold_builtin): New.
8414 (TARGET_FOLD_BUILTIN): New.
8415 * config/alpha/alpha.md (UNSPEC_CTTZ): Remove.
8416 (UNSPEC_CTLZ, UNSPEC_CTPOP): Remove.
8417 (ffsdi2): Use ctz.
8418 (cttz, builtin_cttz, builtin_ctlz, builtin_ctpop): Remove.
8419
8420 2005-03-08 Ira Rosen <irar@il.ibm.com>
8421
8422 PR tree-optimization/20122
8423 * tree-vect-analyze.c (vect_object_analysis): Analyze initial
8424 condition of access function instead of base.
8425
8426 2005-03-07 Jeff Law <law@redhat.com>
8427 Steven Bosscher <stevenb@suse.de>
8428
8429 * tree-cfg.c (find_taken_edge_computed_goto): New function.
8430 (find_taken_edge): Call find_taken_edge_computed_goto as
8431 appropriate. Allow any gimple invariant rather than just
8432 INTEGER_CST for VAL.
8433 (cleanup_control_flow): Cleanup a computed goto which has turned
8434 into a simple goto.
8435 (tree_merge_blocks): If block B has any forced labels, move
8436 them to the start of block A.
8437 * tree-ssa-dom.c (thread_across_edge): Allow threading across
8438 computed gotos as well.
8439 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Handle
8440 removal of unnecessary computed gotos too.
8441 (lookup_redirection_data): Fix type of INSERT argument. Callers
8442 updated.
8443
8444 2005-03-08 Kazu Hirata <kazu@cs.umass.edu>
8445
8446 * tree-ssa-phiopt.c: Update copyright. Fix indentations.
8447 Remove trailing spaces.
8448
8449 * gimplify.c (gimple_push_bind_expr, gimple_pop_bind_expr,
8450 unshare_all_trees): Make them static.
8451 * tree-gimple.h: Remove the corresponding prototypes.
8452
8453 * diagnostic.h: Remove unused prototype
8454 debug_output_buffer.
8455 * modulo-sched.c: Remove unused prototype
8456 set_row_column_for_ps.
8457
8458 * tree-ssa-phiopt.c (tree_ssa_phiopt,
8459 replace_phi_edge_with_variable): Remove unused variable i.
8460
8461 2005-03-07 Per Bothner <per@bothner.com>
8462
8463 * tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
8464
8465 2005-03-06 Andrew Pinski <pinskia@physics.uc.edu>
8466
8467 PR tree-opt/17671
8468 * tree-ssa-phiopt.c (tree_ssa_phiopt): Rewrite so we base the
8469 bbs on the COND_EXPR instead of the PHI_NODEs.
8470 (candidate_bb_for_phi_optimization): Remove.
8471 (replace_phi_with_stmt): Rename to ...
8472 (replace_phi_edge_with_variable): this and change so that we
8473 replace the phi argument instead of removing the PHI.
8474 (conditional_replacement): Change so we deal with PHI with more
8475 than two arguments.
8476 (value_replacement): Likewise.
8477 (abs_replacement): Likewise.
8478
8479 2005-03-07 Aldy Hernandez <aldyh@redhat.com>
8480
8481 * config/rs6000/rs6000-protos.h: Rename output_e500_flip_eq_bit to
8482 output_e500_flip_gt_bit.
8483
8484 * config/rs6000/rs6000.c (print_operand): case D: Print out bit 31
8485 as bit 31.
8486 (rs6000_generate_compare): Fix logic to look at the correct bits.
8487 (output_e500_flip_eq_bit): Rename to output_e500_flip_gt_bit.
8488 Look at GT bit.
8489 (rs6000_emit_sCOND): Rename gen_e500_flip_eq_bit to
8490 gen_e500_flip_gt_bit. Rename gen_move_from_CR_eq_bit to
8491 gen_move_from_CR_gt_bit.
8492
8493 * config/rs6000/rs6000.md ("move_from_CR_eq_bit"): Change bit
8494 ("move_from_CR_eq_bit"): Rename to move_from_CR_gt_bit.
8495 (UNSPEC_MV_CR_EQ): Rename to UNSPEC_MV_CR_GT.
8496
8497 * config/rs6000/spe.md ("e500_cr_ior_compare"): New.
8498 (E500_CR_IOR_COMPARE): New constant.
8499
8500 2005-03-08 Earl Chew <earl_chew@agilent.com>
8501 David Billinghurst <David.Billinghurst@riotinto.com>
8502
8503 * config/i386/host-cygwin.c: New file to support precompiled
8504 headers on cygwin
8505 * config/i386/x-cygwin: Use host-cygwin.c on cygwin host
8506 * config.host: Use above files for cygwin host.
8507
8508 2005-03-07 David Edelsohn <edelsohn@gnu.org>
8509
8510 * fold-const.c (fold_binary_op_with_conditional_arg): Fix typo
8511 ordering ops from earlier change.
8512
8513 2005-03-07 Per Bothner <per@bothner.com>
8514
8515 Various fixes to allow us to again build if --enable-mapped-location:
8516 * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
8517 unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
8518 * tree-cfg.c (remove_bb): If USE_MAPPED_LOCATION, change type of
8519 local variable loc. Change logic appropriately.
8520 * tree-vect-transform.c (vect_finish_stmt_generation): Use
8521 EXPR_LOCATION rather than EXPR_LOCUS if USE_MAPPED_LOCATION.
8522 * c-parser.c (c_parser_for_statement): Initialize loc variable.
8523 * tree.h (DECL_IS_BUILTIN): Temporarily revert definition of
8524 DECL_IS_BUILTIN in the USE_MAPPED_LOCATION because of jc1 issues.
8525
8526 2005-03-07 Richard Sandiford <rsandifo@redhat.com>
8527
8528 PR rtl-optimization/19683
8529 * reload1.c (choose_reload_regs): Pass the number of bits, not the
8530 number of bytes, to smallest_int_for_mode. Fix arguments to
8531 REG_CANNOT_CHANGE_MODE_P.
8532
8533 2005-03-07 Eric Botcazou <ebotcazou@libertysurf.fr>
8534
8535 * reorg.c (relax_delay_slots): Check that the jump is
8536 conditional before trying to invert it.
8537
8538 2005-03-07 Kazu Hirata <kazu@cs.umass.edu>
8539
8540 * bb-reorder.c (max_entry_frequency, max_entry_frequency):
8541 Make them static.
8542
8543 * calls (stack_arg_under_construction): Make it static.
8544
8545 * flow.c (regs_live_at_setjmp): Make it static.
8546 * flow.h: Remove the corresponding prototype.
8547
8548 * reload1.c (reload_startobj, reload_firstobj,
8549 something_needs_operands_changed, reload_inherited,
8550 reload_inheritance_insn, reload_override_in,
8551 reload_spill_index): Make them static.
8552
8553 * recog.c (verify_changes): Make it static.
8554 * recog.h: Remove the corresponding prototype.
8555
8556 * cfgbuild.c (find_sub_basic_blocks): Remove.
8557 * basic-block.h: Remove the corresponding prototype.
8558 * cfgexpand.c, cfgrtl.c: Don't mention find_sub_basic_blocks
8559 in comments.
8560 * doc/cfg.texi: Don't mention find_sub_basic_blocks.
8561
8562 * tree-ssa-operands.c (check_build_stmt): Remove.
8563
8564 * stor-layout.c (set_alignment): Remove.
8565 * tree.h: Remove the corresponding prototype.
8566
8567 * tree-ssa-pre.c (has_abnormal_preds): Make it static.
8568
8569 * tree-ssa-dce.c (control_dependence_map,
8570 visited_control_parents): Make them static.
8571
8572 * cfghooks.c (verify_flow_info): Remove local variable
8573 num_bb_notes.
8574
8575 * cfgrtl.c (rtl_verify_flow_info_1): Remove local variable
8576 last_bb_seen.
8577
8578 * loop-unswitch.c (unswitch_loop): Remove local variable src.
8579
8580 2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
8581
8582 * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
8583
8584 2005-03-07 Joseph S. Myers <joseph@codesourcery.com>
8585
8586 * config/ia64/hpux.h (LINK_SPEC): Add -z.
8587 * config/ia64/ia64.c (ia64_function_value): Return a REG not a
8588 PARALLEL for an empty structure.
8589
8590 2005-03-07 Kazu Hirata <kazu@cs.umass.edu>
8591
8592 * fold-const.c (fold_binary): Remove handling of RANGE_EXPR.
8593
8594 * fold-const.c (fold_binary): Unroll the very first "for"
8595 loop.
8596
8597 2005-03-06 David Edelsohn <edelsohn@gnu.org>
8598
8599 * config/rs6000/predicates.md (branch_comparison_operator): Remove
8600 redundant match_code test.
8601 (scc_comparison_operator): Swap match_operand and match_code
8602 tests.
8603 (branch_positive_comparison_operator): Same.
8604 (trap_comparison_operator): Use comparison_operator and swap with
8605 match_code test.
8606
8607 2005-03-06 Marek Michalkiewicz <marekm@amelek.gda.pl>
8608
8609 PR target/20288
8610 * config/avr/avr.c (print_operand): Add 'p' and 'r'.
8611 (out_movhi_r_mr): Read low byte of volatile MEM first.
8612 (out_movhi_mr_r): Write high byte of volatile MEM first.
8613
8614 2005-03-05 Kazu Hirata <kazu@cs.umass.edu>
8615
8616 * cselib.c (reg_values, reg_values_size): Make them static.
8617
8618 * cse.c (cse_reg_info_table): Make it static.
8619
8620 * fold-const.c (fold_unary): Use build1 instead of copy_node.
8621
8622 2005-03-06 Zdenek Dvorak <dvorakz@suse.cz>
8623
8624 * cse.c (find_best_addr): Use canon_for_address.
8625
8626 2005-03-06 Kazu Hirata <kazu@cs.umass.edu>
8627
8628 * cse.c (fold_rtx_subreg, fold_rtx_mem): New.
8629 (fold_rtx): Call fold_rtx_subreg and fold_rtx_mem to handle
8630 SUBREG and MEM, respectively.
8631
8632 * fold-const.c (fold_binary): Use code instead of t.
8633
8634 * fold-const.c (optimize_minmax_comparison): Take decomposed
8635 arguments code, type, op0, and op1 instead of t.
8636 (fold_binary): Update a call to optimize_minmax_comparison.
8637
8638 * fold-const.c (fold_range_test): Take decomposed arguments
8639 code, type, op0, and op1 instead of t.
8640 (fold_binary): Update a call to fold_range_test.
8641
8642 * fold-const.c (fold_binary_op_with_conditional_arg): Take
8643 decomposed arguments code, type, op0, and op1 instead of t.
8644 (fold_binary): Update a call to fold_range_test.
8645
8646 2005-03-06 Kazu Hirata <kazu@cs.umass.edu>
8647
8648 * fold-const.c (fold_binary): Avoid directly using the original
8649 expression t as much as possible.
8650
8651 2005-03-05 Kazu Hirata <kazu@cs.umass.edu>
8652
8653 * c-semantics.c (build_stmt): Use TYPE_P instead of
8654 IS_NON_TYPE_CODE_CLASS.
8655 * tree.h (IS_NON_TYPE_CODE_CLASS): Remove.
8656 (NON_TYPE_CHECK): Use TYPE_P instead of
8657 IS_NON_TYPE_CODE_CLASS.
8658
8659 * fold-const.c (fold): Remove handling of binary expressions.
8660
8661 2005-03-05 James A. Morrison <phython@gcc.gnu.org>
8662
8663 * doc/c-tree.texi: Wrap comments in @r{}.
8664 * doc/cpp.texi: Likewise.
8665 * doc/cppinternals.texi: Likewise.
8666 * doc/extend.texi: Likewise.
8667 * doc/md.texi: Likewise.
8668 * doc/objc.texi: Likewise.
8669 * doc/sourcebuild.texi: Likewise.
8670 * doc/tm.texi: Likewise.
8671 * doc/tree-ssa.texi
8672
8673 2005-03-05 Kazu Hirata <kazu@cs.umass.edu>
8674
8675 * predict.c (apply_return_prediction): Standardize PHI chain
8676 walking.
8677 * tree-ssa.c (ssa_redirect_edge): Likewise.
8678
8679 * genattrtab.c, genemit.c, genoutput.c, genrecog.c,
8680 gensupport.c, jump.c, tree-phinodes.c, unwind-dw2-fde-glibc.c:
8681 Update copyright.
8682
8683 * tree-phinodes.c (remove_phi_node): Drop the last argument.
8684 * tree-flow.h: Adjust the prototype for remove_phi_node.
8685 * lambda-code.c (perfect_nestify): Adjust a call to
8686 remove_phi_node.
8687 * tree-cfg.c
8688 (remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
8689 * tree-outof-ssa.c (eliminate_virtual_phis, remove_ssa_form):
8690 Likewise.
8691 * tree-ssa-dce.c (remove_dead_phis): Likewise.
8692 * tree-ssa-loop-ivopts.c (remove_statement): Likewise.
8693 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
8694 * tree-ssa.c (kill_redundant_phi_nodes): Likewise.
8695
8696 * combine.c (simplify_and_const_int): Use gen_int_mode instead
8697 of GEN_INT (trunc_int_for_mode (...)).
8698 * loop-iv.c (iv_number_of_iterations): Likewise.
8699 * postreload.c (reload_cse_move2add): Likewise.
8700 * simplify-rtx.c (simplify_const_unary_operation,
8701 simplify_const_binary_operation): Likewise.
8702 * stor-layout.c (get_mode_bounds): Likewise.
8703
8704 * fold-const.c (fold_binary): New.
8705 (fold): Call fold_binary on binary expressions.
8706
8707 2005-03-05 Richard Sandiford <rsandifo@redhat.com>
8708
8709 * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options.
8710 * config/mips/mips.h (MASK_SYM32, TARGET_SYM32): New macros.
8711 (TARGET_SWITCHES): Add -msym32 and -mno-sym32.
8712 (ABI_HAS_64BIT_SYMBOLS): Set to false if TARGET_SYM32.
8713 (ASM_SPEC): Pass down -msym32 and -mno-sym32.
8714
8715 2005-03-04 Devang Patel <dpatel@apple.com>
8716
8717 PR tree-optimization/18815
8718 * tree-if-conv.c (combine_blocks): Adjust loop header edges for
8719 loops with zero exit edges.
8720
8721 2005-03-04 Devang Patel <dpatel@apple.com>
8722
8723 * doc/invoke.texi: Remove reference to webpage that does not exist.
8724
8725 2005-03-04 John David Anglin <dave.danglin@nrc-cnrc.gc.ca>
8726 Joseph S. Myers <joseph@codesourcery.com>
8727
8728 PR c++/19797
8729 * pa/elf.h, pa64-hpux.h, som.h (ASM_OUTPUT_EXTERNAL_REAL): Define.
8730 (ASM_OUTPUT_EXTERNAL): Call pa_hpux_asm_output_external.
8731 * pa-protos.h (pa_hpux_asm_output_external): Add prototype.
8732 * pa.c (get_plabel): Change argument to symbol_ref. Call
8733 maybe_get_identifier instead of get_identifier.
8734 (pa_hpux_asm_output_external, pa_hpux_file_end): New functions.
8735 (struct deferred_plabel): Replace name field with symbol field.
8736 (TARGET_ASM_FILE_END): Define as pa_hpux_file_end if
8737 ASM_OUTPUT_EXTERNAL_REAL is defined.
8738 (output_global_address): Use output_addr_const for output of all
8739 symbol_refs.
8740 (output_deferred_plabels): Use symbol_ref instead of name for address
8741 output.
8742 * pa.h (SYMBOL_FLAG_REFERENCED, SYMBOL_REF_REFERENCED_P,
8743 ASM_OUTPUT_SYMBOL_REF): New macros.
8744 * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use assemble_name_raw. Update
8745 comment.
8746 (ASM_WEAKEN_LABEL): Use targetm.asm_out.globalize_label to globalize
8747 label.
8748
8749 2005-03-05 Joseph S. Myers <joseph@codesourcery.com>
8750
8751 * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
8752 *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
8753
8754 2005-03-04 Jeff Law <law@redhat.com>
8755
8756 * basic-block.h (rediscover_loops_after_threading): Declare.
8757 * tree-ssa-dom.c: Include cfgloop.h.
8758 (tree_ssa_dominator_optimize): Discover loops and some basic
8759 properties. Remove forwarder blocks recreated by loop header
8760 canonicalization. Also mark backedges in the CFG.
8761 * tree-ssa-threadupdate.c: Include cfgloop.h
8762 (rediscover_loops_after_threading): Define.
8763 (struct local_info): New field, JUMP_THREADED.
8764 (prune_undesirable_thread_requests): New function.
8765 (redirect_edges): Clear EDGE_ABNORMAL. If edges were threaded
8766 then record that fact for the callers of redirct_edges.
8767 (thread_block): If BB has incoming backedges, then call
8768 prune_undesirable_thraed_requests. Note when we are
8769 going to have to rediscover loop information. Return a
8770 boolean indicating if any jumps were threaded.
8771 (thread_through_all_blocks): Bubble up boolean indicating
8772 if any jumps were threaded.
8773 * Makefile.in (tree-ssa-dom.o): Depend on cfgloop.h
8774 (tree-ssa-threadupdate.o): Similarly.
8775
8776 2005-03-04 Kazu Hirata <kazu@cs.umass.edu>
8777
8778 * fold-const.c (fold_ternary): Unroll the "for" loop to
8779 extract operands.
8780
8781 2005-03-04 Andrew Haley <aph@redhat.com>
8782
8783 * unwind-dw2-fde-glibc.c (struct
8784 unw_eh_callback_data.check_cache): New field.
8785 (frame_hdr_cache): New.
8786 (_Unwind_IteratePhdrCallback): Add ext_dl_phdr_info.
8787 Cache frame header info.
8788
8789 2005-03-04 Richard Sandiford <rsandifo@redhat.com>
8790
8791 * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
8792 (print_c_condition): Declare.
8793 * read-rtl.c (ptr_loc): New structure.
8794 (ptr_locs, ptr_loc_obstack, joined_conditions)
8795 (joined_conditions_obstack): New variables.
8796 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc)
8797 (get_rtx_ptr_loc, copy_rtx_ptr_loc, print_rtx_ptr_loc)
8798 (join_c_conditions, print_c_condition): New functions.
8799 (apply_macro_to_string): Associate the new string with the same
8800 source location as the old one.
8801 (add_condition_to_string): Use join_c_conditions.
8802 (read_string): Use set_rtx_ptr_loc to record a filename and line
8803 number for the string.
8804 (read_rtx): Initialize the new variables above.
8805 * genattrtab.c (write_test_expr, write_attr_value): Use
8806 print_c_condition.
8807 * genconditions.c (write_header): Don't define MAYBE_EVAL. Move its
8808 comment above the GCC_VERSION check.
8809 (write_one_condition): Use print_rtx_ptr_loc and print_c_condition.
8810 Inline the definition of MAYBE_EVAL.
8811 * genemit.c (gen_expand, gen_split): Use print_rtx_ptr_loc.
8812 * genoutput.c (process_template): Likewise.
8813 * genpreds.c (write_predicate_subfunction): Likewise.
8814 (write_predicate_expr): Use print_c_condition.
8815 * genrecog.c (write_cond): Likewise.
8816 * gensupport.c (process_rtx): Use join_c_conditions to join the
8817 conditions of a define_insn_and_split. Record a source location
8818 for the string after the "&&".
8819 (alter_test_for_insn): Use join_c_conditions.
8820
8821 2005-03-04 Andrew Pinski <pinskia@physics.uc.edu>
8822
8823 Revert for now:
8824 2005-03-03 James A. Morrison <phython@gcc.gnu.org>
8825 PR tree-optimization/15784
8826 * fold-const.c (fold): Fold ~A + 1 to -A. Fold -A - 1
8827 and -1 - A to ~A.
8828
8829 2005-03-04 Ben Elliston <bje@au.ibm.com>
8830
8831 * gcc.c (option_map): Add --coverage.
8832 (LINK_COMMAND_SPEC): Pass -lgcov for `coverage'.
8833 (cc1_options): Pass -fprofile-arcs -ftest-coverage for `coverage'.
8834 * config/darwin.h: Pass -lgcov for `coverage'.
8835 * doc/invoke.texi (Debugging Options): Document --coverage.
8836
8837 2005-03-04 Kazu Hirata <kazu@cs.umass.edu>
8838
8839 * gcse.c (bypass_block): Use find_edge wherever possible.
8840
8841 2005-03-03 Daniel Berlin <dberlin@dbrelin.org>
8842
8843 Fix PR debug/20253
8844
8845 * c-opts.c (c_common_parse_file): Call start_source_file
8846 and end_source_file at the approriate times.
8847
8848 * dwarf2out.c (dwarf2out_finish): Don't auto-end
8849 the main file, it will be done for us now.
8850
8851 2005-03-04 Kazu Hirata <kazu@cs.umass.edu>
8852
8853 * fold-const.c (fold_ternary): New.
8854 (fold): Call fold_ternary on ternary expressions. Remove
8855 handling of ternary expressions.
8856
8857 2005-03-03 James A. Morrison <phython@gcc.gnu.org>
8858
8859 PR tree-optimization/15784
8860 * fold-const.c (fold): Fold ~A + 1 to -A. Fold -A - 1
8861 and -1 - A to ~A.
8862
8863 2005-03-03 David Edelsohn <edelsohn@gnu.org>
8864
8865 * config/rs6000/predicates.md (branch_comparison_operator):
8866 Convert from C block to conditional format.
8867
8868 2005-03-03 Jan Hubicka <jh@suse.cz>
8869
8870 * tree-dfa.c (add_referenced_var): Don't walk initializer of external
8871 and non-constant public variables.
8872
8873 2005-03-03 Kazu Hirata <kazu@cs.umass.edu>
8874
8875 * tree-cfg.c (stmt_starts_bb_p): Clean up by replacing code
8876 with LABEL_EXPR.
8877
8878 * cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of
8879 EDGE_I.
8880
8881 * tree-phinodes.c (remove_phi_node): Clean up by factoring out
8882 calls to release_ssa_name and release_phi_node.
8883
8884 * fold-const.c (fold): Remove handling of unary expressions.
8885
8886 * fold-const.c (fold_unary): Avoid directly using the original
8887 expression t as much as possible.
8888
8889 2005-03-03 Roger Sayle <roger@eyesopen.com>
8890 Andrew Pinski <pinskia@physics.uc.edu>
8891
8892 * jump.c (redirect_exp_1): If nlabel is a NULL pointer create a
8893 RETURN rtx, and not a LABEL_REF containing a NULL pointer.
8894
8895 2005-03-03 Hans-Peter Nilsson <hp@axis.com>
8896
8897 Describe special registers SRP and MOF as allocatable registers.
8898 * config/cris/cris.c (cris_md_asm_clobbers): New function.
8899 (TARGET_MD_ASM_CLOBBERS): Define to cris_md_asm_clobbers.
8900 (cris_conditional_register_usage): Enable CRIS_MOF_REGNUM if
8901 TARGET_HAS_MUL_INSNS.
8902 (cris_print_operand) <case 'd'>: New case.
8903 <case REG>: Allow CRIS_MOF_REGNUM and CRIS_SRP_REGNUM.
8904 * config/cris/cris.h (CRIS_PC_REGNUM, CRIS_SRP_REGNUM): Don't
8905 define.
8906 (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS)
8907 (REG_ALLOC_ORDER): Update for MOF.
8908 (enum reg_class): New members MOF_REGS, GENERAL_REGS and
8909 SPECIAL_REGS.
8910 (GENERAL_REGS): No longer a define of ALL_REGS.
8911 (REGNO_REG_CLASS, REG_CLASS_CONTENTS, REG_CLASS_NAMES)
8912 (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
8913 Adjust accordingly.
8914 (CRIS_SPECIAL_REGS_CONTENTS): New macro.
8915 (REG_CLASS_FROM_LETTER): Allocate 'h' and 'x'.
8916 (SECONDARY_RELOAD_CLASS): Define.
8917 (STACK_POINTER_REGNUM): Define as CRIS_SP_REGNUM.
8918 (FRAME_POINTER_REGNUM): Define as CRIS_FP_REGNUM.
8919 (ARG_POINTER_REGNUM): Define as CRIS_AP_REGNUM.
8920 (STATIC_CHAIN_REGNUM): Define as CRIS_STATIC_CHAIN_REGNUM.
8921 (REGISTER_MOVE_COST): Define.
8922 (PIC_OFFSET_TABLE_REGNUM): Define in terms of CRIS_GOT_REGNUM.
8923 * config/cris/cris.md (CRIS_GOT_REGNUM, CRIS_STATIC_CHAIN_REGNUM)
8924 (CRIS_FP_REGNUM, CRIS_SP_REGNUM, CRIS_SRP_REGNUM, CRIS_AP_REGNUM)
8925 (CRIS_MOF_REGNUM): New define_constants.
8926 ("*movsi_internal", "movhi", "movqi", "movsf"): Add alternatives for
8927 special registers.
8928 ("reload_inhi", "reload_outhi", "reload_inqi", "reload_outqi"):
8929 New patterns.
8930 ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3")
8931 ("mulsidi3", "umulsidi3", "smulsi3_highpart", "umulsi3_highpart"):
8932 Adjust for MOF being properly described as a register.
8933 (indir_to_reg_split): Name this split. Conditionalize on the
8934 destination register being a general register.
8935 (movei): Conditionalize on on operands 0 and 1 having the same
8936 register class.
8937
8938 2005-03-03 Alan Modra <amodra@bigpond.net.au>
8939
8940 PR target/20277
8941 * config/rs6000/rs6000.c (rs6000_override_options): Don't allow
8942 -mcpu to override any other explicitly given flags.
8943
8944 2005-03-02 J"orn Rennecke <joern.rennecke@st.com>
8945
8946 * recog.c (verify_changes, confirm_change_group): New functions,
8947 broken out of apply_change_group.
8948 (apply_change_group): Use them.
8949 * recog.h (verify_change, confirm_change_group): Declare.
8950 * rtl.h (redirect_jump_2): Declare.
8951 * jump.c (redirect_exp, invert_exp): Delete.
8952 (invert_exp_1): Take second parameter. Return value. Changed caller.
8953 (redirect_jump_2): New function, broken out of redirect_jump.
8954 (redirect_jump): Use redirect_jump_1 and redirect_jump_2.
8955 (invert_jump): Use invert_jump_1 and redirect_jump_2.
8956 * ifcvt.c (dead_or_predicable): Use redirect_jump_2.
8957
8958 2005-03-02 Geoffrey Keating <geoffk@apple.com>
8959
8960 * varasm.c (named_section): Use xstrdup rather than doing it by
8961 hand.
8962
8963 * config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
8964
8965 2005-03-02 Devang Patel <dpatel@apple.com>
8966
8967 Undo PR tree-optimization/18815 fix.
8968
8969 2005-03-02 Devang Patel <dpatel@apple.com>
8970
8971 PR tree-optimization/18815
8972 * tree-if-conv.c (combine_blocks): Adjust loop header edges for
8973 loops with zero exit edges.
8974
8975 2005-03-02 Kazu Hirata <kazu@cs.umass.edu>
8976
8977 * cfg.c (connect_src, connect_dest, disconnect_src,
8978 disconnct_dest): New.
8979 (unchecked_make_edge, remove_edge, redirect_edge_succ,
8980 redirect_edge_pred): Use the new functions.
8981
8982 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
8983 free_dominance_info only when needed.
8984
8985 2005-03-02 David Edelsohn <edelsohn@gnu.org>
8986
8987 PR target/20276
8988 * config/rs6000/predicates.md (reg_or_cint64_operand): Fix typo.
8989 (reg_or_sub_cint64_operand): Same.
8990
8991 2005-03-02 Jeff Law <law@redhat.com>
8992
8993 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of
8994 CFG_ALTERED in the main DOM iteration loop.
8995
8996 2005-03-02 Mark Mitchell <mark@codesourcery.com>
8997
8998 PR c++/19916
8999 * varasm.c (initializer_constant_valid_p): Allow conversions
9000 between OFFSET_TYPEs. Tidy.
9001
9002 2005-03-02 Hans-Peter Nilsson <hp@axis.com>
9003
9004 * config/cris/cris.md ("return"): Remove epilogue delay list
9005 sanity check.
9006
9007 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9008
9009 * config/arm/linux-elf.h (ARM_FUNCTION_PROFILER): Do not use (PLT)
9010 for Thumb.
9011 * config/arm/netbsd-elf.h (ARM_FUNCTION_PROFILER): Likewise.
9012
9013 2005-03-02 Kazu Hirata <kazu@cs.umass.edu>
9014
9015 * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
9016 loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
9017 config/m68k/m68k.c, config/mips/mips.h,
9018 config/rs6000/rs6000-protos.h, doc/contrib.texi,
9019 doc/include/gcc-common.texi: Update copyright.
9020
9021 PR middle-end/18029 and PR middle-end/18030
9022 * expr.c (optimize_bitfield_assignment_op): Add a special case
9023 to handle BIT_IOR_EXPR and BIT_XOR_EXPR.
9024
9025 * fold-const.c (fold_unary): New.
9026 (fold): Call fold_unary on unary expressions.
9027
9028 2005-03-02 Richard Guenther <rguenth@gcc.gnu.org>
9029
9030 * cgraph.h (struct cgraph_edge): Add prev_caller and
9031 prev_callee fields.
9032 (cgraph_node_remove_callees): Export.
9033 * cgraph.c (cgraph_create_edge): Initialize prev_caller
9034 and prev_callee.
9035 (cgraph_edge_remove_callee): New function.
9036 (cgraph_edge_remove_caller): Likewise.
9037 (cgraph_remove_edge): Use.
9038 (cgraph_redirect_edge_callee): Likewise.
9039 (cgraph_node_remove_callees): New function.
9040 (cgraph_node_remove_callers): Likewise.
9041 (cgraph_remove_node): Use.
9042 * tree-optimize.c (tree_rest_of_compilation): Use
9043 cgraph_node_remove_callees instead of manual loop.
9044 * cgraphunit.c (cgraph_finalize_function): Likewise.
9045 (cgraph_expand_function): Likewise.
9046 (cgraph_remove_unreachable_nodes): Likewise.
9047
9048 2005-03-02 Joseph S. Myers <joseph@codesourcery.com>
9049
9050 PR c/8927
9051 * c-tree.h (undeclared_variable, build_external_ref): Add extra
9052 argument.
9053 * c-decl.c (undeclared_variable): Take location as argument.
9054 * c-typeck.c (build_external_ref): Likewise.
9055 * c-parser.c (c_parser_postfix_expression): Pass location of
9056 identifier to build_external_ref.
9057
9058 2005-03-01 David Edelsohn <edelsohn@gnu.org>
9059
9060 * config/rs6000/rs6000.md (cceq splitter): Use operand mode, not
9061 CCEQ mode for branch_positive_comparison_operator test.
9062 * config/rs6000/predicates (branch_comparison_operator): Revert to
9063 define_predicate.
9064 (scc_comparison_operator): Same.
9065 (branch_positive_comparison_operator): Same.
9066
9067 2005-03-01 Hans-Peter Nilsson <hp@axis.com>
9068
9069 * config/cris/cris.c (cris_eligible_for_epilogue_delay)
9070 (cris_delay_slots_for_epilogue): Remove.
9071 (save_last): Move into cris_target_asm_function_epilogue.
9072 (cris_target_asm_function_epilogue): Remove tests for file being
9073 NULL.
9074 * config/cris/cris-protos.h (cris_eligible_for_epilogue_delay)
9075 (cris_delay_slots_for_epilogue): Remove prototypes.
9076 * config/cris/cris.h (DELAY_SLOTS_FOR_EPILOGUE)
9077 (ELIGIBLE_FOR_EPILOGUE_DELAY): Do not define.
9078
9079 2005-03-01 David Edelsohn <edelsohn@gnu.org>
9080
9081 * config/rs6000/predicates.md (branch_comparison_operator): Change
9082 to define_special_predicate.
9083 (scc_comparison_operator): Same.
9084 (branch_positive_comparison_operator): Same.
9085
9086 2005-03-01 Daniel Berlin <dberlin@dberlin.org>
9087
9088 * Makefile.in (tree-ssa-sink.o): New.
9089 (OBJS-common): Add tree-ssa-sink.o.
9090 * common.opt: Add -ftree-sink
9091 * opts.c (decode_options): flag_tree_sink is set at O1 or higher.
9092 * timevar.def (TV_TREE_SINK): new timevar.
9093 * tree-flow.h (is_hidden_global_store): Prototype.
9094 * tree-optimize.c (init_tree_optimization_passes): Add
9095 pass_sink_code.
9096 * tree-pass.h (pass_sink_code): New.
9097 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Move checking
9098 for non-obvious global store store to is_hidden_global_store, and
9099 call that new function.
9100 * tree-ssa-sink.c: New file.
9101 * doc/invoke.texi: Document -fdump-tree-sink and -ftree-sink.
9102 * doc/passes.texi: Document forward store motion.
9103 * testsuite/gcc.dg/tree-ssa/ssa-sink-1.c: New test
9104 * testsuite/gcc.dg/tree-ssa/ssa-sink-2.c: New test
9105 * testsuite/gcc.dg/tree-ssa/ssa-sink-3.c: New test
9106 * testsuite/gcc.dg/tree-ssa/ssa-sink-4.c: New test
9107
9108 2005-03-01 Per Bothner <per@bothner.com>
9109
9110 * diagnostic.c (diagnostic_build_prefix): If USE_MAPPED_LOCATION
9111 and we have a non-zero column-number, add it to the message.
9112 Also factor out the diagnostic_kind_text.
9113
9114 2005-03-01 Zdenek Dvorak <dvorakz@suse.cz>
9115
9116 * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
9117 flow_loop_pre_header_scan, flow_loop_pre_header_find,
9118 flow_loop_scan): Removed.
9119 (flow_loop_dump): Do not dump removed fields.
9120 (flow_loop_free): Do not free removed fields.
9121 (flow_loops_find): Flags argument removed. Do not call flow_loop_scan.
9122 (loop_exit_edge_p): New function.
9123 * cfgloop.h (struct loop): Removed fields pre_header, pre_header_edges,
9124 num_pre_header_edges, entry_edges, num_entries, exit_edges,
9125 num_exits, exits_doms.
9126 (LOOP_TREE, LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
9127 LOOP_EDGES, LOOP_ALL): Removed.
9128 (flow_loop_scan): Declaration removed.
9129 (loop_exit_edge_p, mark_loop_exit_edges): Declare.
9130 * cfgloopmanip.c (create_loop_notes): Do not pass flags to
9131 flow_loops_find.
9132 * ifcvt.c (mark_loop_exit_edges): Moved to cfgloopanal.c.
9133 (if_convert): Call flow_loops_find and flow_loops_free
9134 when calling mark_loop_exit_edges.
9135 * cfgloopanal.c (mark_loop_exit_edges): Moved from
9136 ifcvt.c. Removed the flow_loops_find, flow_loops_free and
9137 free_dominance_info calls.
9138 * loop-init.c (flow_loops_find): Ditto.
9139 * passes.c (rest_of_handle_branch_prob): Ditto.
9140 * lambda-code.c (perfect_nestify): Do not call flow_loops_find.
9141 * loop-unroll.c (analyze_insns_in_loop): Do not use
9142 EDGE_LOOP_EXIT.
9143 * predict.c (predict_loops): Do not call flow_loop_scan.
9144 Use get_loop_exit_edges.
9145 (tree_estimate_probability): Do not pass flags to flow_loops_find.
9146 * tree-if-conv.c (bb_with_exit_edge_p): Take loop as argument.
9147 Do not use EDGE_LOOP_EXIT.
9148 (tree_if_convert_cond_expr, if_convertible_modify_expr_p): Pass loop
9149 to bb_with_exit_edge_p.
9150 (if_convertible_loop_p): Do not call flow_loop_scan. Use
9151 loop->single_exit. Do not use EDGE_LOOP_EXIT. Pass loop
9152 to bb_with_exit_edge_p.
9153 (combine_blocks): Pass loop to bb_with_exit_edge_p. Do not use
9154 EDGE_LOOP_EXIT.
9155 * tree-loop-linear.c (linear_transform_loops): Do not call
9156 flow_loop_scan. Use loop->single_exit.
9157 * tree-vect-analyze.c (vect_analyze_operations): Use loop->single_exit.
9158 (vect_analyze_loop_form): Do not call flow_loop_scan.
9159 * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Use
9160 loop->single_exit.
9161 (vect_do_peeling_for_loop_bound): Use loop_preheader_edge and
9162 loop->single_exit.
9163 * tree-vectorizer.c (slpeel_update_phis_for_duplicate_loop,
9164 slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
9165 slpeel_tree_duplicate_loop_to_edge_cfg,
9166 slpeel_verify_cfg_after_peeling, slpeel_tree_peel_loop_to_edge):
9167 Use loop_preheader_edge and loop->single_exit. Do not call
9168 flow_loop_scan.
9169
9170 2005-03-01 Nick Clifton <nickc@redhat.com>
9171
9172 * config/arm/arm.c (thumb_find_work_register): Check all of the
9173 argument registers to see if they are free, and a couple of
9174 special cases where the last argument register but can be proved
9175 to be available during the function's prologue.
9176 (print_multi_reg, arm_compute_save_reg0_reg12_mask,
9177 output_return_instruction, emit_multi_reg_push, thumb_pushpop,
9178 thumb_unexpanded_epilogue): Use unsigned long as the type for the
9179 register bit-mask.
9180 (thumb_compute_save_reg_mask): Likewise. Also use
9181 thumb_find_work_register() to ensure that there is agreement about
9182 which work register is going to be used in the prologue.
9183 (thumb_output_function_prologue): Use unsigned long as the type
9184 for the register bit-mask. Also delay pushing the link register if
9185 other high registers are going to be pushed.
9186 (thumb_compute_save_reg_mask, emit_multi_reg_push,
9187 print_multi-reg, number_of_first_bit_set, thumb_pushpop): Remove
9188 redundant prototypes.
9189
9190 2005-02-28 John David Anglin <dave.anglin#nrc-cnrc.gc.ca>
9191
9192 PR target/19819
9193 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow allow hard registers during
9194 and after reload in REG+REG indexed addresses without REG_POINTER
9195 set in the base and not set in the index.
9196
9197 2005-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
9198
9199 * config/sh/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
9200 Don't undefine here.
9201 (HANDLE_PRAGMA_PACK_PUSH_POP): Delete.
9202 (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC): Likewise.
9203 (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
9204 (LIB_SPEC, LINK_EH_SPEC, STARTFILE_SPEC, ENDFILE_SPEC,
9205 LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED, TARGET_C99_FUNCTIONS):
9206 Delete.
9207 * config.gcc (sh*-*-linux*): Use config/linux.h.
9208
9209 2005-02-28 Dale Johannesen <dalej@apple.com>
9210 Stan Shebs <shebs@apple.com>
9211
9212 Rewrite of 64-bit Darwin structure-by-value pass/return.
9213 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): New fields
9214 intoffset, use_stack, named.
9215 * config/rs6000/rs6000.c (rs6000_darwin64_function_arg): Remove.
9216 (rs6000_darwin64_record_arg_advance_flush): New.
9217 (rs6000_darwin64_record_arg_advance_recurse): New.
9218 (rs6000_darwin64_record_arg_flush): New.
9219 (rs6000_darwin64_record_arg_recurse): New.
9220 (rs6000_darwin64_record_arg): New.
9221 (rs6000_return_in_memory): Remove AGGREGATE_TYPE_P check.
9222 (function_arg_boundary): Handle 128-bit aligned structs.
9223 (function_arg_advance): Rewrite darwin64 struct handling.
9224 (function_arg): Call rs6000_darwin64_record_arg.
9225 (function_arg_partial_nregs): Handle darwin64 structs.
9226 (rs6000_darwin64_function_value): Remove.
9227 (rs6000_function_value): Call rs6000_darwin64_record_arg.
9228
9229 2005-02-28 Roger Sayle <roger@eyesopen.com>
9230
9231 PR tree-optimization/20216
9232 * tree-chrec.c (tree_fold_factorial): Delete.
9233 (tree_fold_binomial): Change argument list to take a return type
9234 and change the type of K to unsigned int. Rewrite to avoid explicit
9235 evaluation of factorials, and (recursively) calling fold to perform
9236 compile-time arithmetic. Return NULL on (internal) overflow.
9237 (chrec_evaluate): Change type of K to an unsigned int. Avoid
9238 calling tree_fold_binomial unnecessarily. Return chrec_dont_know
9239 if any intermediate calculation overflows.
9240 (chrec_apply): Update call to chrec_evaluate.
9241
9242 2005-02-28 James E Wilson <wilson@specifixinc.com>
9243
9244 * config/mips/mips.h (NO_PROFILE_COUNTERS): Define.
9245
9246 2005-02-28 Joseph S. Myers <joseph@codesourcery.com>
9247
9248 PR c/20245
9249 * c-parser.c (c_parser_compound_statement): Return error_mark_node
9250 instead of NULL_TREE on error.
9251
9252 2005-02-28 David Edelsohn <edelsohn@gnu.org>
9253
9254 * config/rs6000/rs6000.c (EASY_VECTOR_15): Remove.
9255 (EASY_VECTOR_15_ADD_SELF): Remove.
9256 (num_insns_constant_wide): Not static.
9257 (validate_condition_mode): Not static.
9258 (toc_relative_expr_p): Not static.
9259 (legitimate_indirect_address_p): Not static.
9260 (macho_lo_sum_memory_operand): Not static.
9261 (invalid_e500_subreg): Not static.
9262 (easy_vector_same): Not static.
9263 (easy_vector_splat_const): Not static.
9264 (RS6000_SYMBOL_REF_TLS_P): Remove.
9265 (any_operand): Delete.
9266 (any_parallel_operand): Delete.
9267 (count_register_operand): Delete.
9268 (altivec_register_operand): Delete.
9269 (xer_operand): Delete.
9270 (s8bit_cint_operand): Delete.
9271 (short_cint_operand): Delete.
9272 (u_short_cint_operand): Delete.
9273 (non_short_cint_operand): Delete.
9274 (exact_log2_cint_operand): Delete.
9275 (gpc_reg_operand): Delete.
9276 (cc_reg_operand): Delete.
9277 (cc_reg_not_cr0_operand): Delete.
9278 (reg_or_short_operand): Delete.
9279 (reg_or_neg_short_operand): Delete.
9280 (reg_or_aligned_short_operand): Delete.
9281 (reg_or_u_short_operand): Delete.
9282 (reg_or_cint_operand): Delete.
9283 (reg_or_arith_cint_operand): Delete.
9284 (reg_or_add_cint64_operand): Delete.
9285 (reg_or_sub_cint64_operand): Delete.
9286 (reg_or_logical_cint_operand): Delete.
9287 (got_operand): Delete.
9288 (got_no_const_operand): Delete.
9289 (easy_fp_constant): Delete.
9290 (easy_vector_constant): Delete.
9291 (easy_vector_constant_add_self): Delete.
9292 (zero_constant): Delete.
9293 (zero_fp_constant): Delete.
9294 (volatile_mem_operand): Delete.
9295 (offsettable_mem_operand): Delete.
9296 (mem_or_easy_const_operand): Delete.
9297 (add_operand): Delete.
9298 (non_add_cint_operand): Delete.
9299 (logical_operand): Delete.
9300 (non_logical_cint_operand): Delete.
9301 (mask_operand): Delete.
9302 (mask_operand_wrap): Delete.
9303 (mask64_operand): Delete.
9304 (mask64_2_operand): Delete.
9305 (and64_operand): Delete.
9306 (and64_2_operand): Delete.
9307 (and_operand): Delete.
9308 (reg_or_mem_operand): Delete.
9309 (lwa_operand): Delete.
9310 (symbol_ref_operand): Delete.
9311 (call_operand): Delete.
9312 (current_file_function_operand): Delete.
9313 (input_operand): Delete.
9314 (rs6000_nonimmediate_operand): Delete.
9315 (rs6000_tls_symbol_ref): Delete.
9316 (save_world_operation): Delete.
9317 (restore_world_operation): Delete.
9318 (load_multiple_operation): Delete.
9319 (store_multiple_operation): Delete.
9320 (vrsave_operation): Delete.
9321 (mfcr_operation): Delete.
9322 (mtcrf_operation): Delete.
9323 (lmw_operation): Delete.
9324 (stmw_operation): Delete.
9325 (branch_comparison_operator): Delete.
9326 (branch_positive_comparison_operator): Delete.
9327 (scc_comparison_operator): Delete.
9328 (trap_comparison_operator): Delete.
9329 (boolean_operator): Delete.
9330 (boolean_or_operator): Delete.
9331 (min_max_operator): Delete.
9332 * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Move to here.
9333 (EASY_VECTOR_15): Moved to here.
9334 (EASY_VECTOR_15_ADD_SELF): Move to here.
9335 (PREDICATE_CODES): Delete.
9336 * config/rs6000/rs6000-protos.h: Delete predicate functions.
9337 Declare functions no longer static.
9338 * config/rs6000/predicates.md: New.
9339 * config/rs6000/rs6000.md: Include predicates.md
9340
9341 2005-02-28 Kazu Hirata <kazu@cs.umass.edu>
9342
9343 * calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.
9344 (emit_library_call_value_1): Don't use LCT_ALWAYS_RETURN and
9345 REG_ALWAYS_RETURN.
9346 * cfgrtl.c (need_fake_edge_p): Likewise.
9347 * combine.c (distribute_notes): Likewise.
9348 * emit-rtl.c (try_split): Likewise.
9349 * recog.c (peephole2_opimize): Likewise.
9350 * reg-notes.def (ALWAYS_RETURN): Remove.
9351 * rtl.h (LCT_ALWAYS_RETURN): Remove.
9352 * tree-cfg.c (need_fake_edge_p): Don't use ECF_ALWAYS_RETURN.
9353 * tree.h (ECF_ALWAYS_RETURN): Remove.
9354
9355 2005-02-28 Roger Sayle <roger@eyesopen.com>
9356
9357 PR middle-end/19874
9358 * tree-ssa.c (tree_ssa_useless_type_conversion_1): A conversion
9359 between different machine modes is never a "useless" conversion.
9360
9361 2005-02-28 Geert Bosch <bosch@gnat.com>
9362
9363 PR ada/15977
9364 * doc/contrib.texi: List contributors for Ada front end
9365
9366 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9367
9368 * simplify-rtx.c (simplify_unary_operation_1,
9369 simplify_const_unary_operation): New, extracted from...
9370 (simplify_unary_operation): ... this one.
9371 (simplify_binary_operation_1,
9372 simplify_const_binary_operation): New, extracted from...
9373 (simplify_binary_operation): ... this one.
9374 * rtl.h (simplify_const_unary_operation,
9375 simplify_const_binary_operation): Add prototypes.
9376
9377 2005-02-28 Julian Brown <julian@codesourcery.com>
9378
9379 * config/elfos.h: Revert my patch from 2005-02-25 since it broke
9380 building libjava and caused PR regression/20228.
9381
9382 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9383
9384 PR bootstrap/17383
9385 * Makefile.in (host_subdir): New.
9386 (build_objdir): New. Replace ../$(build_subdir) with it throughout.
9387 * configure: Regenerate.
9388
9389 2005-02-27 Zack Weinberg <zack@codesourcery.com>
9390
9391 * config/alpha/t-osf4, config/arm/t-netbsd, config/ia64/t-hpux
9392 * config/pa/t-hpux-shlib (SHLIB_INSTALL): Create the
9393 installation directory first.
9394
9395 2005-02-28 Hans-Peter Nilsson <hp@axis.com>
9396
9397 PR target/19065.
9398 * config/cris/cris.h (EXTRA_CONSTRAINT_Q): Accept only (mem (reg)),
9399 not including (reg). Do not check for reg being CRIS_PC_REGNUM.
9400 (EXTRA_MEMORY_CONSTRAINT): Define as 'Q'.
9401 * config/cris/cris.md: Tweak comments referring to Q.
9402 ("cmpsi", "cmphi", "cmpqi", "*movsi_internal", "movhi")
9403 ("movstricthi", "movqi", "movstrictqi", "movsf", "addsi3")
9404 ("addhi3", "addqi3", "subsi3", "subhi3", "subqi3")
9405 ("*expanded_andsi", "*expanded_andhi", "*andhi_lowpart", "andqi3")
9406 ("*andqi_lowpart", "iorsi3", "iorhi3", "iorqi3", "uminsi3"):
9407 Insert spaces in constraints to align alternatives vertically for
9408 readability.
9409 ("cmphi"): Ditto. Add separate alternative for operand 0 "r",
9410 operand 1: "M".
9411
9412 2005-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9413
9414 PR rtl-optimization/17728
9415 * pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for
9416 operand 0 from general_operand to move_dest_operand.
9417
9418 2005-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9419
9420 * pa/elf.h, pa/som.h (ASM_OUTPUT_EXTERNAL): Use assemble_name_raw
9421 instead of trying to save and restore TREE_SYMBOL_REFERENCED.
9422 * pa/pa64-hpux.h (ASM_OUTPUT_TYPE_DIRECTIVE): Define.
9423 (ASM_OUTPUT_EXTERNAL): Don't save and restore TREE_SYMBOL_REFERENCED.
9424
9425 2005-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
9426
9427 * configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
9428 * configure: Regenerate.
9429 * libada-mk.in: Remove CC; rename
9430 cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
9431
9432 2005-02-26 Andrew Pinski <pinskia@physics.uc.edu>
9433
9434 PR tree-opt/20188
9435 * tree-ssa-alias.c (count_uses_and_derefs): If we have TREE_LIST
9436 for the lhs, also walk over the tree. Likewise for rhs.
9437
9438 2005-02-26 Zdenek Dvorak <dvorakz@suse.cz>
9439
9440 * tree-ssa-dom.c (simple_iv_increment_p): New function.
9441 (simplify_rhs_and_lookup_avail_expr, eliminate_redundant_computations):
9442 Do not propagate value of iv before increment over the increment.
9443
9444 2005-02-25 Joseph S. Myers <joseph@codesourcery.com>
9445
9446 * c-parser.c: New file.
9447 * c-parse.in: Remove.
9448 * Makefile.in (c-parse.o-warn, c-parse.o, c-parse.c, c-parse.y):
9449 Remove.
9450 (c-parser.o): Add dependencies.
9451 (C_AND_OBJC_OBJC, C_OBJS, gcc.srcextra, GTFILES, distclean,
9452 maintainer-clean, TAGS): Update.
9453 * c-config-lang.in (gtfiles): Update.
9454 * gengtype-lex.l: Don't handle "@@".
9455 * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
9456 objc_build_synchronized, objc_begin_try_stmt,
9457 objc_begin_catch_clause, objc_finish_catch_clause,
9458 objc_build_finally_clause, objc_finish_try_stmt): New.
9459 * c-tree.h (struct c_declspecs): Add declspecs_seen_p and
9460 type_seen_p.
9461 (c_parse_init): Update comment.
9462 * c-decl.c (c_init_decl_processing): Update comment.
9463 (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
9464 declspecs_add_scspec, declspecs_add_attrs): Initialize and update
9465 new c_declspecs members.
9466
9467 2005-02-25 Julian Brown <julian@codesourcery.com>
9468
9469 * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
9470 from being used for symbols with vague linkage when
9471 HAVE_GAS_COMDAT_GROUP is true.
9472
9473 2005-02-25 Mark Mitchell <mark@codesourcery.com>
9474
9475 * doc/include/gcc-common.texi (version-GCC): Update to 4.1.
9476
9477 2005-02-25 Steve Ellcey <sje@cup.hp.com>
9478
9479 PR target/19930
9480 * doc/tm.texi (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Document.
9481 (LIBGCC2_HAS_DF_MODE): New.
9482 (LIBGCC2_HAS_XF_MODE): New.
9483 (LIBGCC2_HAS_TF_MODE): New.
9484 * libgcc2.h (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
9485 (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
9486 * libgcc2.c (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
9487 (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
9488 (LIBGCC2_HAS_DF_MODE): New name for HAVE_DFMODE.
9489 * config/ia64/t-ia64 (LIB1ASMFUNCS): Remove __compat
9490 and add _fixtfdi, _fixunstfdi, _floatditf
9491 * lib1funcs.asm: Remove L__compat. Add L_fixtfdi,
9492 L_fixunstfdi, L_floatditf.
9493 * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE): Define.
9494 (LIBGCC2_HAS_TF_MODE): Define.
9495
9496 2005-02-25 Diego Novillo <dnovillo@redhat.com>
9497
9498 PR tree-optimization/20204
9499 * tree-into-ssa.c (insert_phi_nodes_for): Do not use
9500 REWRITE_THIS_STMT markers on PHI nodes.
9501 (rewrite_initialize_block): Likewise.
9502
9503 2005-02-25 Mark Mitchell <mark@codesourcery.com>
9504
9505 * version.c (version_string): Update to 4.1.
9506
9507 2005-02-25 Paolo Carlini <pcarlini@suse.de>
9508
9509 * doc/extend.texi (5.24 Declaring Attributes of Functions)<noreturn>:
9510 Clarify that the alternative way doesn't work in GNU C++.
9511
9512 2005-02-25 Zdenek Dvorak <dvorakz@suse.cz>
9513
9514 PR tree-optimization/19937
9515 * tree-ssa-loop-ivopts.c (rewrite_use_compare): Cast the final value
9516 to the type of the induction variable.
9517
9518 2005-02-25 Kaz Kojima <kkojima@gcc.gnu.org>
9519
9520 PR rtl-optimization/20117
9521 * bb-reorder.c (duplicate_computed_gotos): Don't duplicate
9522 the block including noncopyable insn.
9523
9524 2005-02-24 Kazu Hirata <kazu@cs.umass.edu>
9525
9526 * cse.c (delete_trivially_dead_insns): Speed up by minimizing
9527 calls to find_reg_note.
9528
9529 2005-02-24 Richard Henderson <rth@redhat.com>
9530
9531 PR tree-opt/20127
9532 * tree-sra.c (instantiate_element): Copy TREE_THIS_VOLATILE from
9533 the type.
9534
9535 2005-02-24 Fariborz Jahanian <fjahanian@apple.com>
9536
9537 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Check for
9538 vector types if to use base reg for misaligned non-word ld/std.
9539
9540 2005-02-24 Hans-Peter Nilsson <hp@axis.com>
9541
9542 PR target/14619
9543 * config/cris/cris.c (cris_target_asm_function_prologue): Create
9544 dwarf2 label manually and put it after, not before the prologue.
9545
9546 2005-02-24 David Edelsohn <edelsohn@gnu.org>
9547
9548 PR target/19019
9549 * reload.c (operands_match_p): Only increment register number for
9550 SCALAR_INT_MODE_P modes in multiple hard registers.
9551
9552 * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints.
9553 Fix formatting.
9554
9555 2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9556
9557 * ChangeLog.5: Fix log message typo(s).
9558 * ChangeLog.7: Likewise.
9559 * ChangeLog.tree-ssa: Likewise.
9560 * cfgexpand.c: Fix comment typo(s).
9561 * conflict.c: Likewise.
9562 * defaults.h: Likewise.
9563 * dwarf2out.c: Likewise.
9564 * gcse.c: Likewise.
9565 * ggc-page.c: Likewise.
9566 * tree-eh.c: Likewise.
9567 * tree-ssa-dom.c: Likewise.
9568
9569 2005-02-24 Jakub Jelinek <jakub@redhat.com>
9570
9571 PR target/19019
9572 * mklibgcc.in: Pass -DSHARED when compiling all *_s${objext} objects.
9573 * config/rs6000/darwin-ldouble.c: Only use the .symver directives
9574 if SHARED is defined.
9575
9576 PR target/20196
9577 * config/rs6000/rs6000.md (LTU, GTU sCC splitters): Add earlyclobber,
9578 allow splitting only if operands 0 and 3 don't overlap.
9579
9580 2005-02-24 Richard Henderson <rth@redhat.com>
9581
9582 PR middle-end/19953
9583 * builtins.c (fold_builtin_complex_mul, fold_builtin_complex_div): New.
9584 (fold_builtin_1): Call them.
9585 * fold-const.c (fold_complex_mult_parts): Split out from ...
9586 (fold_complex_mult): ... here. Fix typo in both imaginary case.
9587 (fold_complex_div_parts, fold_complex_div): New.
9588 (fold): Use them.
9589 * tree.h (fold_complex_mult_parts, fold_complex_div_parts): Declare.
9590
9591 2005-02-24 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9592
9593 * tree-ssa-ccp.c (visit_assignment): Verify that result of
9594 VIEW_CONVERT_EXPR is_gimple_min_invariant.
9595
9596 * print-tree.c (print_node_brief): Print LABEL_DECL_UID.
9597 (print_node): Likewise.
9598 Print TYPE_SIZES_GIMPLIFIED.
9599
9600 2005-02-24 Hans-Peter Nilsson <hp@axis.com>
9601
9602 * config/cris/cris.md ("umulhisi3", "umulqihi3", "mulsi3")
9603 ("mulqihi3", "mulhisi3", "mulsidi3", "umulsidi3"): Mark input
9604 operands as commutative in constraints.
9605
9606 2005-02-24 Diego Novillo <dnovillo@redhat.com>
9607
9608 * tree-into-ssa.c: Re-organize internal functions.
9609
9610 2005-02-24 Richard Henderson <rth@redhat.com>
9611
9612 PR middle-end/18902
9613 * c-opts.c (c_common_post_options): Set flag_complex_method to 2
9614 for c99.
9615 * common.opt (fcx-limited-range): New.
9616 * opts.c (set_fast_math_flags): Set flag_cx_limited_range.
9617 * toplev.c (flag_complex_method): Initialize to 1.
9618 (process_options): Set flag_complex_method to 0 if
9619 flag_cx_limited_range.
9620 * doc/invoke.texi (-fcx-limited-range): New.
9621
9622 2005-02-24 Kazu Hirata <kazu@cs.umass.edu>
9623
9624 * cse.c (delete_trivially_dead_insns): Speed up by using
9625 NEXT_INSN and PREV_INSN directly instead of next_real_insn and
9626 prev_real_insn.
9627
9628 2005-02-24 Andrea Tarani <andrea.tarani@gilbarco.com>
9629
9630 * config/m68k/m68k.c (m68k_save_reg): Also save A5 for non-leaf
9631 functions when -mid-shared-library is being used.
9632
9633 2005-02-23 Daniel Jacobowitz <dan@codesourcery.com>
9634
9635 * doc/tm.texi (LINK_LIBGCC_SPECIAL): Remove.
9636 (LINK_LIBGCC_SPECIAL_1): Don't mention it.
9637 * gcc.c: Don't check for LINK_LIBGCC_SPECIAL.
9638 * system.h: Poison LINK_LIBGCC_SPECIAL.
9639
9640 2005-02-23 James E Wilson <wilson@specifixinc.com>
9641
9642 * gengtype.c (note_insn_name): Make 1 element larger.
9643
9644 2005-02-23 Roger Sayle <roger@eyesopen.com>
9645
9646 PR target/20018
9647 PR rtl-optimization/20097
9648 * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
9649 BImode SUBREGs of SImode registers which confuse the ia64 backend.
9650
9651 2005-02-23 David Edelsohn <edelsohn@gnu.org>
9652
9653 * t-aix43 (SHLIB_INSTALL): Create directory for shared library.
9654 * t-aix52 (SHLIB_INSTALL): Same.
9655
9656 2005-02-23 Kazu Hirata <kazu@cs.umass.edu>
9657
9658 * genpreds.c: Update copyright.
9659
9660 2005-02-23 Michael Beach <michaelb@ieee.org>
9661
9662 PR target/20159
9663 * config/sparc/t-elf (startup files): Assemble with CPP.
9664
9665 2005-02-23 Paolo Bonzini <bonzini@gnu.org>
9666
9667 * genpreds.c (mark_mode_tests): Handle non-VOIDmode match_operands.
9668 (write_predicate_expr): Likewise.
9669
9670 2005-02-22 Diego Novillo <dnovillo@redhat.com>
9671
9672 PR tree-optimization/20100
9673 PR tree-optimization/20115
9674 * tree-optimize.c (init_tree_optimization_passes): Remove
9675 pass_maybe_create_global_var.
9676 * tree-pass.h (pass_maybe_create_global_var): Remove.
9677 * tree-ssa-alias.c (aliases_computed_p): Declare.
9678 (struct alias_info): Add field NUM_PURE_CONST_CALLS_FOUND.
9679 (count_calls_and_maybe_create_global_var): Remove.
9680 (pass_maybe_create_global_var): Remove.
9681 (init_alias_info): Do not declare aliases_computed_p.
9682 (maybe_create_global_var): If the function contains no
9683 call-clobbered variables and a mix of pure/const and regular
9684 function calls, create .GLOBAL_VAR.
9685 Mark all call-clobbered variables for renaming.
9686 (merge_pointed_to_info): Update comment.
9687 (add_pointed_to_var): Likewise.
9688 (is_escape_site): Likewise.
9689 Accept struct alias_info * instead of size_t *.
9690 Update all users.
9691 Update AI->NUM_CALLS_FOUND and AI->NUM_PURE_CONST_CALLS_FOUND
9692 as necessary.
9693 * tree-ssa-operands.c (get_call_expr_operands): If
9694 ALIASES_COMPUTED_P is false, do not add call-clobbering
9695 operands.
9696 * tree-ssa.c (init_tree_ssa): Set ALIASES_COMPUTED_P to false.
9697 (delete_tree_ssa): Likewise.
9698
9699 2005-02-22 James E Wilson <wilson@specifixinc.com>
9700
9701 * toplev.c (backend_init): Don't call init_adjust_machine_modes here.
9702 (do_compile): Do call it here.
9703
9704 2005-02-22 Kazu Hirata <kazu@cs.umass.edu>
9705
9706 PR rtl-optimization/20017.
9707 * passes.c (rest_of_handle_combine, rest_of_handle_cse,
9708 rest_of_handle_cse2, rest_of_handle_gcse): Call
9709 delete_dead_jumptables immediately before calling cleanup_cfg.
9710
9711 2005-02-22 Devang Patel <dpatel@apple.com>
9712
9713 PR 19952
9714 * tree-if-conv.c (process_phi_nodes): Use bsi_after_labels and skip
9715 all labels
9716
9717 2005-02-22 David Edelsohn <edelsohn@gnu.org>
9718
9719 * config/rs6000/aix.h (WINT_TYPE): Define.
9720
9721 2005-02-22 Stan Shebs <shebs@apple.com>
9722
9723 * config/rs6000/rs6000.c (rs6000_override_options): Default to
9724 natural alignment for 64-bit Darwin.
9725 (rs6000_parse_alignment_option): Warn about uses of -malign-power
9726 on 64-bit Darwin.
9727 * doc/invoke.texi: Document this.
9728
9729 2005-02-22 DJ Delorie <dj@redhat.com>
9730
9731 * c-common.c (c_common_type_for_mode): Pass the mode's precision
9732 to make_[un]signed_type, not the mode itself.
9733
9734 2005-02-22 Kazu Hirata <kazu@cs.umass.edu>
9735
9736 * cfg.c (cached_make_edge): Call make_edge if edge cache is
9737 not available. Use tail calls wherever possible.
9738 (make_edge): Call unchecked_make_edge to create an edge.
9739
9740 * tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.
9741 (coalesce_ssa_name): Don't check for
9742 SSANORM_USE_COALESCE_LIST.
9743 (rewrite_out_of_ssa): Don't use SSANORM_USE_COALESCE_LIST.
9744
9745 2005-02-22 Diego Novillo <dnovillo@redhat.com>
9746
9747 * tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...
9748 (rewrite_into_ssa): ... here.
9749
9750 2005-02-21 Alexandre Oliva <aoliva@redhat.com>
9751
9752 PR tree-optimization/19786
9753 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add one
9754 tag to another's may-alias bitmap when adding to the other's list.
9755
9756 2005-02-21 DJ Delorie <dj@redhat.com>
9757
9758 * tree-ssa-loop-ivopts.c (computation_cost): Start register
9759 numbering at LAST_VIRTUAL_REGISTER+1 to avoid possibly using hard
9760 registers in unsupported ways.
9761 * expmed.c (init_expmed): Likewise.
9762
9763 2005-02-21 Stan Cox <scox@redhat.com>
9764
9765 * config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.
9766
9767 2005-02-21 Kazu Hirata <kazu@cs.umass.edu>
9768
9769 * tree-cfg.c (fold_cond_expr_cond): New.
9770 (make_edges): Call fold_cond_expr_cond.
9771 (find_taken_edge): Accept nothing but INTEGER_CST.
9772 (find_taken_edge_cond_expr): Reject INTEGER_CST other than 0
9773 and 1.
9774 (find_taken_edge_switch_expr): Remove a check for INTEGER_CST.
9775
9776 * flow.c (delete_dead_jumptables): Speed up by scanning insns
9777 that do not belong to any basic block.
9778
9779 2005-02-21 Jeff Law <law@redhat.com>
9780
9781 * cfganal.c (find_unreachable_blocks): Manually CSE load of
9782 e->dest.
9783
9784 2005-02-21 Kazu Hirata <kazu@cs.umass.edu>
9785
9786 * tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
9787 (SSANORM_COALESCE_PARTITIONS, SSANORM_USE_COALESCE_LIST):
9788 Adjust their definitions.
9789 (remove_ssa_form): Don't check for SSANORM_REMOVE_ALL_PHIS.
9790 (rewrite_out_of_ssa): Don't use SSANORM_REMOVE_ALL_PHIS.
9791
9792 * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,
9793 genautomata.c, langhooks.c, langhooks.h, system.h,
9794 config/arm/lib1funcs.asm: Update copyright.
9795
9796 2005-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9797
9798 * dbxout.c (dbxout_function_end): Emit Lscope label always.
9799
9800 2005-02-21 Richard Guenther <rguenth@gcc.gnu.org>
9801
9802 PR bootstrap/13770
9803 * doc/install.texi: Document --with-gc.
9804
9805 2005-02-21 Paolo Bonzini <bonzini@gnu.org>
9806
9807 * simplify-rtx.c (simplify_unary_operation): Add a missing
9808 "break" statement.
9809
9810 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9811
9812 PR tree-optimization/18663
9813 * tree-ssa-dom.c (extract_range_from_cond): Return 0
9814 if the type has variable bounds.
9815
9816 2005-02-20 Kazu Hirata <kazu@cs.umass.edu>
9817
9818 * gcse.c: Remove an obsolete comment.
9819
9820 * cse.c (init_cse_reg_info): Use xmalloc instead of xrealloc.
9821
9822 2005-02-20 Hans-Peter Nilsson <hp@axis.com>
9823
9824 * doc/extend.texi (Function Attributes) <Attribute const>: The
9825 attribute "pure" is below this text, not above.
9826
9827 2005-02-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9828
9829 * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
9830 (pa_asm_output_mi_thunk): Use asm_output_insn instead of fprintf.
9831 * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Small cleanup.
9832
9833 2005-02-20 Zack Weinberg <zack@codesourcery.com>
9834
9835 PR 18785
9836 * langhooks.h (struct lang_hooks): Add to_target_charset.
9837 * langhooks.c (lhd_to_target_charset): New function.
9838 * langhooks-def.h: Declare lhd_to_target_charset.
9839 (LANG_HOOKS_TO_TARGET_CHARSET): New macro.
9840 (LANG_HOOKS_INITIALIZER): Update.
9841 * c-common.c (c_common_to_target_charset): New function.
9842 * c-common.h: Declare it.
9843 * c-objc-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
9844 c_common_to_target_charset.
9845
9846 * defaults.c (TARGET_BELL, TARGET_BS, TARGET_CR, TARGET_DIGIT0)
9847 (TARGET_ESC, TARGET_FF, TARGET_NEWLINE, TARGET_TAB, TARGET_VT):
9848 Delete definitions.
9849 * system.h: Poison them.
9850 * doc/tm.texi: Don't discuss them.
9851 * builtins.c (fold_builtin_isdigit): Use lang_hooks.to_target_charset.
9852 * c-pretty-print.c (pp_c_integer_constant): Don't use pp_c_char.
9853 (pp_c_char): Do not attempt to generate letter escapes for
9854 newline, tab, etc.
9855 * config/arm/arm.c (output_ascii_pseudo_op): Likewise.
9856 * config/mips/mips.c (mips_output_ascii): Likewise.
9857
9858 2005-02-20 Dorit Naishlos <dorit@il.ibm.com>
9859
9860 PR tree-optimization/19951
9861 * tree-vect-analyze.c (vect_analyze_loop_form): Check if loop exit edge
9862 is abnormal.
9863
9864 2005-02-19 Steven Bosscher <stevenb@suse.de>
9865
9866 PR middle-end/19698
9867 * function.h (struct function): New field `max_loop_depth'.
9868 * cfgloop.c (establish_preds): Update maximum loop depth seen so far.
9869 (flow_loops_find): Reset the max loop depth count before finding loops.
9870 * flow.c (MAX_LIVENESS_ROUNDS): New constant.
9871 (update_life_info_in_dirty_blocks): Remove 2002-05-28 workaround.
9872 (calculate_global_regs_live): Make sure the loop will terminate
9873 when the initial sets are not empty.
9874
9875 2005-02-19 Zack Weinberg <zack@codesourcery.com>
9876
9877 * mklibgcc.in: If libgcc_eh.a would be empty, put a dummy
9878 object inside.
9879 * config/ia64/hpux.h: Don't define LIBGCC_SPEC.
9880
9881 2005-02-19 Richard Sandiford <rsandifo@redhat.com>
9882
9883 PR other/19525
9884 * doc/invoke.texi: Remove documentation of %M spec.
9885 * gcc.c: Likewise.
9886 (init_spec): Remove %M suffix from -lgcc_s.
9887 (do_spec_1): Remove 'M' case.
9888 * mklibgcc.in: Remove SHLIB_MULTILIB handling. Expect SHLIB_LINK
9889 to put shared libraries in the multilib directory. Remove the
9890 shlib_so_soname substitution variable. Don't add a multilib encoding
9891 to shlib_base_name. Set shlib_slibdir_qual to the full pathname
9892 reported by -print-multi-os-directory. Pass @multilib_dir@ to
9893 SHLIB_INSTALL as well as SHLIB_LINK.
9894 * config/t-slibgcc-elf-ver (SHLIB_SONAME): Use @shlib_base_name@.
9895 (SHLIB_NAME): Delete.
9896 (SHLIB_DIR): New macro.
9897 (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_SOLINK) in $(SHLIB_DIR).
9898 (SHLIB_INSTALL): Adjust accordingly.
9899 * config/t-slibgcc-darwin: As for t-slibgcc-elf-ver.
9900 * config/t-slibgcc-sld: Likewise.
9901 * config/t-libunwind-elf (SHLIBUNWIND_NAME): Delete.
9902 (SHLIBUNWIND_SONAME): Use @shlib_base_name@.
9903 (SHLIBUNWIND_LINK): Put $(SHLIBUNWIND_SONAME) and $(SHLIB_SOLINK)
9904 in $(SHLIB_DIR).
9905 (SHLIBUNWIND_INSTALL): Adjust accordingly.
9906 * config/i386/t-nwld (SHLIB_SONAME): Delete.
9907 (SHLIB_LINK, SHLIB_INSTALL): Use SHLIB_NAME instead of SHLIB_SONAME.
9908 Use @shlib_base_name@ instead of @shlib_so_name@.
9909 * config/ia64/t-hpux (SHLIB_LINK): Put @shlib_base_name@.so.0
9910 and @shlib_base_name@.so in @multilib_dir@.
9911 (SHLIB_INSTALL): Adjust accordingly. Add @shlib_slibdir_qual@
9912 to the install path.
9913 * config/mips/t-slibgcc-irix: As for t-slibgcc-elf-ver.
9914 (SHLIB_LINK): Remove previous workaround.
9915 * config/pa/t-hpux-shlib (SHLIB_DIR, SHLIB_SLIBDIR_QUAL): New macros.
9916 (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_NAME) in $(SHLIB_DIR).
9917 (SHLIB_INSTALL): Adjust accordingly. Add $(SHLIB_SLIBDIR_QUAL) to
9918 the install path.
9919 * config/rs6000/t-aix43 (SHLIB_LINK): Put @shlib_base_name@.a in
9920 @multilib_dir@. Use @multilib_dir@ to check for threading libraries.
9921 (SHLIB_INSTALL): Adjust accordingly.
9922 (SHLIB_LIBS): Use @multilib_dir@ to check for threading libraries.
9923 * config/rs6000/t-aix52: As for config/rs6000/t-aix43.
9924 * config/sh/t-linux (SHLIB_LINK, SHLIB_INSTALL): As for
9925 config/t-slibgcc-elf-ver.
9926
9927 2005-02-19 Zdenek Dvorak <dvorakz@suse.cz>
9928 Jakub Jelinek <jakub@redhat.com>
9929
9930 PR tree-optimization/19828
9931 * tree-ssa-loop-im.c: Add a TODO comment.
9932 (movement_possibility): Return MOVE_PRESERVE_EXECUTION for calls
9933 without side-effects.
9934
9935 2005-02-18 James A. Morrison <phython@gcc.gnu.org>
9936
9937 * tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't
9938 call fold_convert.
9939
9940 2005-02-18 James E. Wilson <wilson@specifixinc.com>
9941
9942 * doc/invoke.texi (IA-64 Options): Delete -mb-step.
9943 * config/ia64/ia64.c (last_group, group_idx): Delete variables.
9944 (errata_find_address_regs, errata_emit_nops, fixup_errata): Delete
9945 functions.
9946 (ia64_reorg): Delete fixup_errata call.
9947 * config/ia64/ia64.h (MASK_B_STEP, TARGET_B_STEP): Delete.
9948 (TARGET_SWITCHES): Delete -mb-step entry.
9949
9950 2005-02-19 Jakub Jelinek <jakub@redhat.com>
9951
9952 PR c/20043
9953 * c-typeck.c (composite_type): Handle quals in transparent unions.
9954 (type_lists_compatible_p): Likewise.
9955
9956 2005-02-18 Stan Shebs <shebs@apple.com>
9957
9958 * config/darwin.c (machopic_select_rtx_section): Don't put relocatable
9959 expressions in the .literal8 section.
9960
9961 2005-02-18 Geoffrey Keating <geoffk@apple.com>
9962
9963 * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker.
9964
9965 2005-02-18 Roger Sayle <roger@eyesopen.com>
9966
9967 * fold-const.c (constant_boolean_node): Always create values of the
9968 specified type, don't bother calling truthvalue_conversion.
9969
9970 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
9971
9972 * except.c (output_function_exception_table): Call
9973 assemble_external_libcall (eh_personality_libfunc).
9974
9975 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
9976
9977 PR target/19886
9978 * config/ia64/ia64.h (struct machine_function): Add state_num.
9979 * config/ia64/ia64.c (process_epilogue,
9980 process_for_unwind_directive): Use new unwind state numbers each
9981 time rather than state 1.
9982
9983 2005-02-18 Ulrich Weigand <uweigand@de.ibm.com>
9984
9985 PR target/20054
9986 * config/s390/s390.md ("*llgt_sidi", "*llgt_sidi_split"): Move to
9987 before the "*llgt_didi" pattern.
9988
9989 2005-02-18 Jason Merrill <jason@redhat.com>
9990
9991 * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Revert again.
9992
9993 2005-02-18 Richard Earnshaw <rearnsha@arm.com>
9994
9995 * arm/lib1funcs.asm (FUNC_ALIAS): New macro.
9996 (div0): Use it in place of ARM_FUNC_ALIAS.
9997 (lshrdi3, ashrdi3, ashlrdi3): Likewise.
9998
9999 2005-02-18 Andrew Pinski <pinskia@physics.uc.edu>
10000
10001 PR middle-end/20030
10002 * fold-const.c (fold_indirect_ref_1): Use the correct index for zero
10003 access, the lower bound of the array type if it exists.
10004
10005 2005-02-18 Alexandre Oliva <aoliva@redhat.com>
10006
10007 PR c++/20008
10008 * stmt.c (expand_case): Don't assume cleanup_tree_cfg will remove
10009 cases that are out-of-range for the index type.
10010
10011 2005-02-18 James A. Morrison <phython@gcc.gnu.org>
10012
10013 * stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
10014 (estimate_case_costs): Don't call convert.
10015 * expmed.c (expand_shift): Likewise.
10016 (make_tree): Call fold_convert instead of convert.
10017
10018 2005-02-18 Jakub Jelinek <jakub@redhat.com>
10019
10020 PR c++/19813
10021 * emit-rtl.c (set_mem_attributes_minus_bitpos): Add assertion
10022 that ref to be marked MEM_READONLY_P doesn't have base that needs
10023 constructing.
10024
10025 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
10026
10027 * genautomata.c (output_get_cpu_unit_code_func,
10028 output_cpu_unit_reservation_p): Don't generate old-style function
10029 definitions.
10030
10031 2005-02-18 Jakub Jelinek <jakub@redhat.com>
10032
10033 PR c++/20023
10034 PR tree-optimization/20009
10035 * convert.c (convert_to_integer): Revert 2005-02-16 change.
10036
10037 PR tree-optimization/18947
10038 * cgraphunit.c (cgraph_finalize_function): When redefining an extern
10039 inline, remove all nodes that are inlined into the extern inline
10040 being redefined.
10041
10042 2005-02-17 Kazu Hirata <kazu@cs.umass.edu>
10043
10044 * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
10045 loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
10046 tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
10047 config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
10048 Update copyright.
10049
10050 2005-02-17 Roger Sayle <roger@eyesopen.com>
10051
10052 PR tree-optimization/19917
10053 * tree-eh.c (tree_could_trap_p): Consider calls to weak functions
10054 to be potentially trapping.
10055
10056 2005-02-17 Kazu Hirata <kazu@cs.umass.edu>
10057
10058 * libgcc2.c, tree-vect-analyze.c: Fix comment typos.
10059
10060 2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com>
10061
10062 * builtins.c (expand_builtin_return_addr): Remove tem parameter.
10063 tem becomes a local variable which is set to the value of the
10064 back end defined INITIAL_FRAME_ADDRESS macro.
10065 (expand_builtin_frame_address): Omit the base parameter to
10066 expand_builtin_return_addr.
10067 (expand_builtin_profile_func): Likewise.
10068 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Define new macro.
10069 (DYNAMIC_CHAIN_ADDRESS): Remove the case for the initial frame.
10070 * doc/tm.texi: Documentation for INITIAL_FRAME_ADDRESS_RTX added.
10071
10072 2005-02-17 Jakub Jelinek <jakub@redhat.com>
10073
10074 * config/s390/s390.c (s390_alloc_pool, s390_free_pool,
10075 s390_chunkify_start): Use BITMAP_ALLOC and BITMAP_FREE.
10076 * config/frv/frv.c (frv_function_epilogue): Likewise.
10077
10078 2005-02-17 Daniel Berlin <dberlin@dberlin.org>
10079
10080 * lambda-code (perfect_nestify): Remove mark/unmark
10081 for rewriting hack.
10082 * tree-loop-linear.c (linear_transform_loops): Add
10083 rewrite_into_ssa call so that ssa is correct for
10084 rewriting into loop closed.
10085
10086 2005-02-17 Nathan Sidwell <nathan@codesourcery.com>
10087
10088 * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
10089 * bb-reorder.c (duplicate_computed_gotos): Use BITMAP_ALLOC and
10090 BITMAP_FREE.
10091 * bt-load.c (btr_def_live_range, combine_btr_defs,
10092 migrate_btr_def, migrate_btr_defs): Likewise.
10093 * cfgcleanup.c (thread_jump): Likewise.
10094 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
10095 * df.c (df_insn_table_realloc, df_bitmaps_alloc, df_bitmaps_free,
10096 df_alloc, df_free, df_du_chain_create, df_bb_rd_local_compute,
10097 df_rd_local_compute, df_reg_info_compute): Likewise.
10098 * dominance.c (init_dom_info, free_dom_info): Likewise.
10099 * flow.c (init_propagate_block_info,
10100 free_propagate_block_info): Likewise.
10101 * gcse.c (alloc_gcse_mem, free_gcse_mem): Likewise.
10102 * global.c (allocate_bb_info, free_bb_info, calculate_reg_pav,
10103 modify_reg_pav): Likewise.
10104 * loop-invariant.c (find_defs, find_invariant_insn,
10105 find_invariants, free_inv_motion_data): Likewise.
10106 * predict.c (tree_predict_by_opcode,
10107 estimate_bb_frequencies): Likewise.
10108 * stmt.c (expand_case): Likewise.
10109 * tree-cfg.c (tree_duplicate_sese_region): Likewise.
10110 * tree-dfa.c (mark_new_vars_to_rename): Likewise.
10111 * tree-if-conv.c (get_loop_body_in_if_conv_order): Likewise.
10112 * tree-into-ssa.c (insert_phi_nodes_for, def_blocks_free,
10113 get_def_blocks_for, mark_def_site_blocks, rewrite_into_ssa,
10114 rewrite_ssa_into_ssa): Likewise.
10115 * tree-optimize.c (tree_rest_of_compilation): Likewise.
10116 * tree-outof-ssa.c (new_temp_expr_table, free_temp_expr_table,
10117 analyze_edges_for_bb, perform_edge_inserts): Likewise.
10118 * tree-scalar-evolution.c (scev_initialize, scev_finalize): Likewise.
10119 * tree-sra.c (tree_sra): Likewise.
10120 * tree-ssa-alias.c (init_alias_info, delete_alias_info): Likewise.
10121 * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
10122 * tree-ssa-dce.c (tree_dce_init, tree_dce_done): Likewise.
10123 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
10124 * tree-ssa-dse.c (tree_ssa_dse): Likewise.
10125 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_var):
10126 Likewise.
10127 * tree-ssa-live.c (new_tree_live_info, delete_tree_live_info,
10128 calculate_live_on_entry, calculate_live_on_exit,
10129 build_tree_conflict_graph): Likewise.
10130 * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize_init, record_use,
10131 record_important_candidates, set_use_iv_cost, find_depends,
10132 determine_use_iv_costs, iv_ca_new, iv_ca_free, free_loop_data,
10133 tree_ssa_iv_optimize_finalize): Likewise.
10134 * tree-ssa-loop-manip.c (add_exit_phis_var, get_loops_exit,
10135 find_uses_to_rename_use, rewrite_into_loop_closed_ssa,
10136 tree_duplicate_loop_to_header_edge): Likewise.
10137 * tree-ssa-pre.c (init_pre, fini_pre): Likewise.
10138 * tree-ssa.c (verify_flow_insensitive_alias_info,
10139 verify_name_tags, verify_ssa, init_tree_ssa,
10140 delete_tree_ssa): Likewise.
10141 * tree-ssanames.c (marked_ssa_names, init_ssanames,
10142 fini_ssanames): Likewise.
10143 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Likewise.
10144
10145 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
10146
10147 * config/rs6000/t-rtems: Completely reworked.
10148
10149 2005-02-17 Ira Rosen <irar@il.ibm.com>
10150
10151 * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.
10152
10153 2005-02-17 Ira Rosen <irar@il.ibm.com>
10154
10155 * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
10156 POINTER_TYPE_P when checking that type is a pointer.
10157 (vect_get_memtag): Remove.
10158 (vect_address_analysis): Use POINTER_TYPE_P. Call
10159 vect_object_analysis with dummy parameter for memtag.
10160 (vect_object_analysis): Extract memtag (functionality that
10161 used to be in vect_get_memtag and moved here). Fix printings.
10162 (vect_analyze_data_refs): Fix comment. Call vect_object_analysis
10163 with correct parameters. Remove call to vect_get_memtag.
10164
10165 2005-02-17 Dorit Naishlos <dorit@il.ibm.com>
10166
10167 * Makefile.in (tree-vect-analyze.o, tree-vect-transform.o): New.
10168 (tree-vectorizer.o): Added missing dependencies.
10169
10170 * tree-vectorizer.h (vect_dump, vect_verbosity_level): Added extern
10171 decleration.
10172 (slpeel_tree_peel_loop_to_edge): Function externalized (had a static
10173 declaration in tree-vectorizer.c, now has an extern declaration in
10174 tree-vectorizer.h).
10175 (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
10176 slpeel_verify_cfg_after_peeling, vect_strip_conversion,
10177 get_vectype_for_scalar_type, vect_is_simple_use,
10178 vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
10179 vect_supportable_dr_alignment, new_loop_vec_info, destroy_loop_vec_info,
10180 new_stmt_vec_info, vect_analyze_loop, vectorizable_load,
10181 vectorizable_store, vectorizable_operation, vectorizable_assignment,
10182 vect_transform_loop, vect_print_dump_info, vect_set_verbosity_level,
10183 find_loop_location): Likewise.
10184
10185 * tree-vectorizer.c (langhooks.h): #include removed.
10186 (slpeel_tree_peel_loop_to_edge): Function externalized. Declaration
10187 moved to tree-vectorized.h.
10188 (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
10189 slpeel_verify_cfg_after_peeling, vect_strip_conversion,
10190 get_vectype_for_scalar_type, vect_is_simple_use,
10191 vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
10192 vect_supportable_dr_alignment, new_loop_vec_info,
10193 destroy_loop_vec_info, new_stmt_vec_info, vect_print_dump_info,
10194 vect_set_verbosity_level, find_loop_location): Likewise.
10195
10196 (vect_analyze_loop): Function externalized. Declaration moved to
10197 tree-vectorized.h. Function definition moved to tree-vect-analyze.c.
10198 (vect_analyze_loop_form): Moved to tree-vect-analyze.c.
10199 (vect_mark_stmts_to_be_vectorized, vect_analyze_scalar_cycles,
10200 vect_analyze_data_ref_accesses, vect_analyze_data_ref_dependences,
10201 vect_analyze_data_refs_alignment, vect_compute_data_refs_alignment,
10202 vect_enhance_data_refs_alignment, vect_analyze_operations,
10203 exist_non_indexing_operands_for_use_p, vect_mark_relevant,
10204 vect_stmt_relevant_p, vect_get_loop_niters,
10205 vect_analyze_data_ref_dependence, vect_compute_data_ref_alignment,
10206 vect_analyze_data_ref_access, vect_analyze_pointer_ref_access,
10207 vect_can_advance_ivs_p, vect_get_ptr_offset, vect_analyze_offset_expr,
10208 vect_base_addr_differ_p, vect_object_analysis, vect_address_analysis,
10209 vect_get_memtag): Likewise.
10210
10211 (vectorizable_load): Function externalized. Declaration moved to
10212 tree-vectorized.h. Function definition moved to tree-vect-transform.c.
10213 (vectorizable_store, vectorizable_operation, vectorizable_assignment,
10214 vect_transform_loop): Likewise.
10215 (vect_transform_stmt): Moved to tree-vect-transform.c.
10216 (vect_align_data_ref, vect_create_destination_var,
10217 vect_create_data_ref_ptr, vect_create_index_for_vector_ref,
10218 vect_create_addr_base_for_vector_ref, vect_get_new_vect_var,
10219 vect_get_vec_def_for_operand, vect_init_vector,
10220 vect_finish_stmt_generation, vect_generate_tmps_on_preheader,
10221 vect_build_loop_niters, vect_update_ivs_after_vectorizer,
10222 vect_gen_niters_for_prolog_loop, vect_update_inits_of_dr,
10223 vect_update_inits_of_drs, vect_do_peeling_for_alignment,
10224 vect_do_peeling_for_loop_bound): Likewise.
10225
10226 * tree-vect-analyze.c: New file.
10227 * tree-vect-transform.c: New file.
10228
10229 2005-02-17 Jason Merrill <jason@redhat.com>
10230
10231 PR mudflap/19319, c++/19317
10232 * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
10233 slot explicit.
10234
10235 2005-02-17 Gerald Pfeifer <gerald@pfeifer.com>
10236
10237 * doc/install.texi (Specific): Update link for Darwin-specific
10238 tool binary site.
10239
10240 2005-02-16 James A. Morrison <phython@gcc.gnu.org>
10241
10242 * fold-const.c (invert_truthvalue): <INTEGER_CST>: Call
10243 constant_boolean_node.
10244
10245 2005-02-16 David Edelsohn <edelsohn@gnu.org>
10246
10247 PR target/19019
10248 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
10249 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Same.
10250
10251 2005-02-16 Richard Henderson <rth@redhat.com>
10252
10253 PR 19920
10254 * libgcc2.c (WORD_SIZE): Remove all definitions; replace uses
10255 with W_TYPE_SIZE.
10256 (HIGH_WORD_COEFF, HIGH_HALFWORD_COEFF): Remove all definitions;
10257 replace uses with Wtype_MAXp1_F.
10258 (L_fixunstfdi, L_fixtfdi, L_floatditf, L_fixunsxfdi, L_fixxfdi,
10259 L_floatdixf, L_fixunsxfsi, L_fixunsdfdi, L_floatdidf, L_fixunsdfsi,
10260 L_powidf2, L_powixf2, L_powitf2, L_muldc3, L_divdc3, L_mulxc3,
10261 L_divxc3, L_multc3, L_divtc3): Protect with HAVE_DFMODE, HAVE_XFMODE,
10262 and HAVE_TFMODE as appropriate.
10263 (__fixunssfDI): Provide an implementation that doesn't need DFmode.
10264 (__floatdisf): Likewise.
10265 * libgcc2.h (LIBGCC2_DOUBLE_TYPE_SIZE): New.
10266 (HAVE_DFMODE, HAVE_XFMODE, HAVE_TFMODE): New.
10267 (Wtype_MAXp1_F): New.
10268 (DFtype, DCtype, __fixdfdi, __floatdidf, __fixunsdfSI, __fixunsdfDI,
10269 __powidf2, __divdc3, __muldc3): Protect with HAVE_DFMODE.
10270
10271 2005-02-16 Richard Earnshaw <rearnsha@arm.com>
10272
10273 * PR target/19162
10274 * arm.c (arm_apply_result_size): New function.
10275 * arm.h (APPLY_RESULT_SIZE): Define.
10276 * arm-protos.h (arm_apply_result_size): Add prototype.
10277 * arm.md (RO_REGNUM, FPA_F0_REGNUM, FPA_F7_REGNUM): New constants.
10278 (movxf): New expand.
10279 (ldmsi_postinc4_thumb, stmsi_postinc4_thumb): New patterns for Thumb.
10280 (call_value_symbol): Remove predicate for operand 0.
10281 (call_value_insn, sibcall_value, sibcall_value_insn): Likewise.
10282 (untyped_call): Rework to correclty return values for any type.
10283 (untyped_return): New expand.
10284 * fpa.md (movxf_fpa): Simplify and use sfm/lfm when appropriate.
10285
10286 2005-02-16 Stan Shebs <shebs@apple.com>
10287
10288 * config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.
10289 * config/rs6000/t-darwin8: New, for 64-bit multilib.
10290
10291 2005-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
10292
10293 * doc/install.texi (sparc-sun-solaris2*): Document required GMP
10294 configure settings on Solaris 7 and later.
10295
10296 2005-02-16 Diego Novillo <dnovillo@redhat.com>
10297
10298 PR tree-optimization/19865
10299 * tree-optimize.c (init_tree_optimization_passes): Run
10300 pass_may_alias after pass_sra.
10301
10302 2005-02-16 Richard Henderson <rth@redhat.com>
10303 Stuart Hastings <stuart@apple.com>
10304
10305 PR debug/19521
10306 * dbxout.c (dbxout_function_end): Take decl parameter; update callers.
10307 Do nothing if debug info suppressed for this function.
10308 (dbxout_begin_function): Early exit if debug info suppressed for
10309 this function.
10310
10311 2005-02-16 Kazu Hirata <kazu@cs.umass.edu>
10312
10313 PR target/20007
10314 * config/ip2k/ip2k.c (ip2k_reorg): Adjust calls to
10315 find_basic_blocks.
10316 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
10317
10318 PR tree-optimization/19967
10319 * builtins.c (expand_builtin_strstr, expand_builtin_strpbrk,
10320 expand_builtin_strchr, expand_builtin_strrchr): Take a new
10321 argument TYPE. Adjust calls to fold_builtin_XXX.
10322 (expand_builtin, fold_builtin_1): Adjust calls to
10323 expand_builtin_XXX.
10324 (fold_builtin_strchr, fold_builtin_strpbrk,
10325 fold_builtin_strstr, fold_builtin_strrchr): Convert the folded
10326 result to a requested type TYPE.
10327
10328 2005-02-16 Jakub Jelinek <jakub@redhat.com>
10329
10330 PR middle-end/19857
10331 * fold-const.c (fold): Don't optimize (T)(x & cst) to
10332 (T)x & (T)cst if (T)cst overflows.
10333 * convert.c (convert_to_integer) <case POINTER_TYPE>: Pass
10334 TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument.
10335
10336 2005-02-15 Jeff Law <law@redhat.com>
10337
10338 * gcse.c (blocks_with_calls): New bitmap.
10339 (alloc_gcse_mem): Allocate it.
10340 (free_gcse_mem): Free it.
10341 (clear_modifY_mem_tables): Clear it.
10342 (record_last_mem_set_info): Set the proper bit in BLOCK_WITH_CALLS
10343 when we encounter CALL_INSNs.
10344 (compute_transp, case MEM): Handle blocks with calls separate
10345 from blocks without calls. Use bitmap iterators rather than
10346 FOR_EACH_BB.
10347
10348 2005-02-15 Peter O'Gorman <peter@pogma.com>
10349
10350 PR bootstrap/18810
10351 * mklibgcc.in (vis_hide): Use a temporary object file, not
10352 -o /dev/null.
10353
10354 2005-02-15 Andy Hutchinson <HutchinsonAndy@netscape.net>
10355
10356 PR target/19924
10357 * config/avr/avr.h (MODES_TIEABLE_P): Define to 1 to allow subreg
10358 access optimization.
10359
10360 2005-02-15 David Edelsohn <edelsohn@gnu.org>
10361 Alan Modra <amodra@bigpond.net.au>
10362
10363 PR target/19019
10364 * config/rs6000/darwin-ldouble.c (_xlqadd): Rename to __gcc_qadd.
10365 (_xlqsub): Rename to __gcc_qsub.
10366 (_xlqmul): Rename to __gcc_qmul.
10367 (_xlqdiv): Rename to __gcc_qdiv.
10368 Provide versioned symbol aliases with old names.
10369 * config/rs6000/libgcc-ppc64.ver: Rename symbols.
10370 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Rename symbols.
10371 * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): New.
10372 * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): New.
10373 * config/rs6000/t-newas (LIB2FUNCS_EXTRA): New.
10374
10375 2005-02-15 James A. Morrison <phython@gcc.gnu.org>
10376
10377 * fold-const.c (fold): Fold -(~A) to A + 1. Fold ~(-A) to A - 1.
10378 Fold ~(A - 1) and ~(A + -1) to -A.
10379
10380 2005-02-15 James A. Morrison <phython@gcc.gnu.org>
10381
10382 PR pch/14940
10383 PR target/19300
10384 * config/host-linux.c (linux_gt_pch_use_address): Copy from
10385 config/pa/pa-host.c:pa_gt_pch_use_address.
10386
10387 2005-02-15 Daniel Berlin <dberlin@dberlin.org>
10388
10389 * tree-vn.c (get_value_handle): Make sure that given an
10390 is_gimple_min_invariant expression, we always return it.
10391
10392 2005-02-15 Kazu Hirata <kazu@cs.umass.edu>
10393
10394 * passes.c (rest_of_handle_gcse): Fix a comment.
10395
10396 2005-02-15 Jeff Law <law@redhat.com>
10397
10398 * gcse.c (canon_modify_mem_set_list_set): Kill unnecessary
10399 bitmap.
10400 (alloc_gcse_mem, free_gcse_mem): Corresponding changes.
10401 (canon_list_insert, record_last_mem_set_info): Similarly.
10402 (clear_modify_mem_tables): Similarly.
10403
10404 2005-02-15 Kazu Hirata <kazu@cs.umass.edu>
10405
10406 * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,
10407 tree-dump.h, tree-ssa-loop-manip.c, value-prof.c,
10408 config/mips/mips.md, config/rs6000/aix.h,
10409 config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright.
10410
10411 2005-02-15 Richard Henderson <rth@redhat.com>
10412
10413 * bb-reorder.c (find_traces_1_round): Force fallthru edge from a
10414 call to be best_edge.
10415
10416 2005-02-14 Kazu Hirata <kazu@cs.umass.edu>
10417
10418 * basic-block.h: Adjust the prototype for find_basic_blocks.
10419 * cfgbuild.c (find_basic_blocks): Remove unused arguments.
10420 * passes.c (rest_of_handle_loop_optimize): Adjust the call to
10421 find_basic_blocks.
10422
10423 * flow.c (recompute_reg_usage): Remove all arguments.
10424 * passes.c (rest_of_compilation): Adjust the call to
10425 recompute_reg_usage.
10426 * rtl.h: Adjust the prototype for recompute_reg_usage.
10427
10428 2005-02-14 Daniel Berlin <dberlin@dberlin.org>
10429
10430 * tree-dump.c (dump_files): Update to reflect new member
10431 of dump_file_info.
10432 (dump_register): Add new argument.
10433 Set glob name.
10434 (dump_switch_p_1): Check against glob name if doglob was passed.
10435 (dump_switch_p): Check against regular first, then glob if
10436 we didn't have any hits on the dump name.
10437 * tree-optimize.c (register_one_dump_file):
10438 Pass in glob name as well.
10439 * tree-pass.h (struct dump_file_info): Add glob
10440 member.
10441
10442 2005-02-14 Joseph S. Myers <joseph@codesourcery.com>
10443
10444 PR preprocessor/16323
10445 * doc/invoke.texi: Document that -Wendif-labels is on by default.
10446
10447 2005-02-14 David Edelsohn <edelsohn@gnu.org>
10448
10449 PR target/19019
10450 * config/rs6000/rs6000.md (trunctfdf2): Change to define_expand.
10451 (trunctfdf2_internal1): New.
10452 (trunctfdf2_internal2): Renamed from trunctfdf2.
10453
10454 2005-02-14 Diego Novillo <dnovillo@redhat.com>
10455
10456 PR tree-optimization/19853
10457 * tree-dfa.c (add_referenced_var): Always examine DECL_INITIAL.
10458
10459 2005-02-14 Kazu Hirata <kazu@cs.umass.edu>
10460
10461 * passes.c (rest_of_handle_loop_optimize): Remove calls to
10462 delete_dead_jumptables and cleanup_cfg.
10463
10464 2005-02-14 Ulrich Weigand <uweigand@de.ibm.com>
10465
10466 * reload.c (find_reloads): Swap address_reloaded flags when
10467 swapping commutative operands.
10468
10469 2005-02-14 Sebastian Pop <pop@cri.ensmp.fr>
10470
10471 * lambda-code.c (lambda_loopnest_to_gcc_loopnest, perfect_nestify):
10472 Use standard_iv_increment_position for computing the bsi position
10473 for create_iv.
10474 * tree-ssa-loop-manip.c (create_iv): Add a comment on how to compute
10475 the bsi position.
10476
10477 2005-02-13 Zdenek Dvorak <dvorakz@suse.cz>
10478
10479 PR target/17428
10480 * cfgrtl.c (safe_insert_insn_on_edge): Avoid extending
10481 life range of hard registers.
10482 * value-prof.c (insn_prefetch_values_to_profile): Only
10483 scan normal insns.
10484
10485 * value-prof.c (rtl_find_values_to_profile): Do not look for values to
10486 profile in libcalls.
10487
10488 2005-02-13 Nathan Sidwell <nathan@codesourcery.com>
10489
10490 * bitmap.h (bitmap_and_compl_into): Return bool.
10491 * bitmap.c (bitmap_and_compl_into): Return changed flag.
10492
10493 2005-02-13 James A. Morrison <phython@gcc.gnu.org>
10494
10495 PR tree-optimization/19944
10496 * fold-const.c (fold): Re-add ABS_EXPR folding.
10497
10498 2005-02-13 David Edelsohn <edelsohn@gnu.org>
10499
10500 PR target/19019
10501 * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
10502 {TARGET,MASK}_XL_COMPAT.
10503 (SUBTARGET_SWITCHES): Rename xl-call to xl-compat. Use
10504 MASK_XL_COMPAT.
10505 * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
10506 * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
10507 TARGET_XL_COMPAT.
10508 (rs6000_arg_partial_bytes): Same.
10509 (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
10510 and XL compatibility enabled.
10511 * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
10512 * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
10513 test to final condition.
10514 (cmptf_internal2): New.
10515 * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
10516 xl-compat. Add TFmode information to description.
10517
10518 2005-02-13 Kazu Hirata <kazu@cs.umass.edu>
10519
10520 * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.
10521
10522 2005-02-13 Jason Merrill <jason@redhat.com>
10523
10524 PR c++/16405
10525 * fold-const.c (fold_indirect_ref_1): Split out from...
10526 (build_fold_indirect_ref): Here.
10527 (fold_indirect_ref): New fn.
10528 * tree.h: Declare it.
10529 * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
10530 (gimplify_modify_expr_rhs): Likewise.
10531 (gimplify_expr): Likewise.
10532
10533 2005-02-13 James A. Morrison <phython@gcc.gnu.org>
10534
10535 PR tree-optimization/14303
10536 PR tree-optimization/15784
10537 * fold-const.c (fold): Fold ABS_EXPR<x> >= 0 to true, when possible.
10538 Fold ABS_EXPR<x> < 0 to false. Fold ABS_EXPR<x> == 0 to x == 0 and
10539 ABS_EXPR<x> != 0 to x != 0.
10540
10541 2005-02-12 Kazu Hirata <kazu@cs.umass.edu>
10542
10543 * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
10544 simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow
10545 spelling conventions.
10546
10547 * passes.c (rest_of_handle_gcse): Don't run cse_main and
10548 delete_trivially_dead_insns too many times.
10549
10550 * passes.c (rest_of_handle_gcse): Remove dead assignments to
10551 tem and tem2.
10552
10553 2005-02-12 Ira Rosen <irar@il.ibm.com>
10554
10555 * tree-vectorizer.c (vect_get_base_and_offset): Remove.
10556 (vect_is_simple_iv_evolution): Remove redundant parameter
10557 and step check.
10558 (vect_analyze_scalar_cycles): Call vect_is_simple_iv_evolution
10559 without last parameter.
10560 (vect_analyze_pointer_ref_access): Get access_fn as parameter.
10561 Return pointer step. Call vect_is_simple_iv_evolution without
10562 last parameter. Check only that the step is multiple of size
10563 type. Remove stmt_vinfo updates.
10564 (vect_get_memtag_and_dr): Remove.
10565 (vect_get_memtag): New function.
10566 (vect_address_analysis): New function.
10567 (vect_object_analysis): New function.
10568 (vect_analyze_data_refs): Call vect_object_analysis and
10569 vect_get_memtag. Update stmt_vinfo fields.
10570
10571 2005-02-12 Ira Rosen <irar@il.ibm.com>
10572
10573 * tree-data-ref.c (array_base_name_differ_p): Check that the bases
10574 exist and are objects. Remove checks for pointer.
10575 * tree-vectorizer.c (vect_create_addr_base_for_vector_ref): Use
10576 STMT_VINFO_VECT_DR_BASE_ADDRESS instead of DR_BASE_NAME.
10577 (vect_create_data_ref_ptr): Likewise.
10578 (vect_base_addr_differ_p): New function.
10579 (vect_analyze_data_ref_dependence): Call vect_base_addr_differ_p.
10580 (vect_analyze_pointer_ref_access): Add output parameter - ptr_init.
10581 Don't set the DR_BASE_NAME field of data-ref.
10582 (vect_get_memtag_and_dr): Use ptr_init instead of DR_BASE_NAME.
10583
10584 2005-02-12 Uros Bizjak <uros@kss-loka.si>
10585
10586 * optabs.h (enum optab_index): Add new OTI_ldexp.
10587 (ldexp_optab): Define corresponding macro.
10588 * optabs.c (init_optabs): Initialize ldexp_optab.
10589 * genopinit.c (optabs): Implement ldexp_optab using ldexp?f3
10590 patterns.
10591 * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_LDEXP{,F,L}
10592 using ldexp_optab.
10593 (expand_builtin): Expand BUILT_IN_LDEXP{,F,L} using
10594 expand_builtin_mathfn_2 if flag_unsafe_math_optimizations is set.
10595
10596 * config/i386/i386.md (ldexpsf3, ldexpdf3, ldexpxf3): New expanders
10597 to implement ldexpf, ldexp and ldexpl built-ins as inline x87
10598 intrinsics.
10599
10600 2005-02-12 Ira Rosen <irar@il.ibm.com>
10601
10602 * tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base
10603 to base_address.
10604 * tree-vectorizer.c (new_stmt_vec_info): Rename the above field of
10605 stmt_vec_info.
10606 (vect_get_base_and_offset): Always return an address.
10607 (vect_create_addr_base_for_vector_ref): Remove treatment for
10608 different data reference types.
10609 (vect_compute_data_ref_alignment): Rename base to base_address in
10610 stmt_vec_info. Get the object in order to force its alignment.
10611 (vect_get_memtag_and_dr): Rename base to base_address in
10612 stmt_vec_info. Extract the object for memtag analysis.
10613
10614 2005-02-12 Hans-Peter Nilsson <hp@axis.com>
10615
10616 PR regression/19898.
10617 * config/cris/cris.c (cris_notice_update_cc): When testing if insn
10618 changes cc_status, use apply modified_in_p to part of cc_status
10619 and insn, not cris_reg_overlap_mentioned_p on SET_DEST of insn
10620 body.
10621
10622 2005-02-11 Richard Henderson <rth@redhat.com>
10623
10624 * tree-complex.c (expand_complex_libcall): New.
10625 (expand_complex_multiplication): Use it for c99 compliance.
10626 (expand_complex_division): Likewise.
10627 * fold-const.c (fold_complex_add, fold_complex_mult): New.
10628 (fold): Call them.
10629 * builtins.c (built_in_names): Remove const.
10630 * tree.c (build_common_builtin_nodes): Build complex arithmetic
10631 builtins.
10632 * tree.h (BUILT_IN_COMPLEX_MUL_MIN, BUILT_IN_COMPLEX_MUL_MAX): New.
10633 (BUILT_IN_COMPLEX_DIV_MIN, BUILT_IN_COMPLEX_DIV_MAX): New.
10634 (built_in_names): Remove const.
10635 * c-common.c (c_common_type_for_mode): Handle complex modes.
10636 * flags.h, toplev.c (flag_complex_method): Rename from
10637 flag_complex_divide_method.
10638 * libgcc2.c (__divsc3, __divdc3, __divxc3, __divtc3,
10639 __mulsc3, __muldc3, __mulxc3, __multc3): New.
10640 * libgcc2.h: Declare them.
10641 * libgcc-std.ver: Export them.
10642 * mklibgcc.in (lib2funcs): Build them.
10643
10644 2005-02-11 Steven Bosscher <stevenb@suse.de>
10645
10646 PR tree-optimization/19876
10647 Partially revert my change from 2005-01-14
10648 * tree-ssa-pre.c (compute_antic_aux): Make recursive once again...
10649 (compute_antic): ...and remove the loop here.
10650
10651 2005-02-11 Jakub Jelinek <jakub@redhat.com>
10652
10653 PR middle-end/19858
10654 * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
10655 is number of inner's bits, avoid creating a BIT_FIELD_REF.
10656
10657 * config/rs6000/sysv4.h (ENDFILE_LINUX_SPEC): Use crtendS.o instead of
10658 crtend.o if -pie. Use %{x:a;:b} spec syntax.
10659
10660 2005-02-11 Daniel Jacobowitz <dan@codesourcery.com>
10661
10662 * config/mips/linux-unwind.h (mips_fallback_frame_state): Adjust
10663 offsets for the big-endian 32-bit case.
10664
10665 2005-02-11 Joseph S. Myers <joseph@codesourcery.com>
10666
10667 * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
10668
10669 2005-02-11 Dale Johannesen <dalej@apple.com>
10670
10671 * cselib.c (cselib_process_insn): Clear out regs where
10672 HARD_REGNO_CALL_PART_CLOBBERED is true at a call.
10673 * reload.c (find_equiv_reg): Ditto.
10674
10675 2005-02-11 Ian Lance Taylor <ian@airs.com>
10676
10677 * read-rtl.c (read_rtx_1): Give fatal error if we see a vector
10678 with no elements.
10679
10680 * tree.c (build_function_type_list): Work correctly if there are
10681 no arguments.
10682
10683 2005-02-11 Ulrich Weigand <uweigand@de.ibm.com>
10684
10685 * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs",
10686 "*cmpsi_ccs"): Use %h instead of %c to print immediate operand.
10687 ("*zero_extendhisi2_64", "*zero_extendhisi2_31"): Choose based on
10688 TARGET_ZARCH instead of TARGET_64BIT.
10689
10690 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
10691
10692 * config/rs6000/t-rtems:
10693 (MULTILIB_OPTIONS): Remove mcpu=602.
10694 (MUTLILIB_DIRNAMES): Remove m602.
10695 (MULTILIB_MATCHES): Add ${MULTILIB_MATCHES_FLOAT}.
10696 Let mcpu=602 match mcpu=603.
10697 (MULTILIB_NEW_EXCEPTIONS_ONLY): Add mcpu=601, mcpu=602, mcpu=m603.
10698
10699 2005-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10700
10701 * pa/linux-unwind.h (pa32_fallback_frame_state): Handle misaligned
10702 signal trampolines.
10703
10704 2005-02-10 David Daney <ddaney@avtrex.com>
10705
10706 * config/alpha/linux-unwind.h: Add exception clause to copyright.
10707 * config/i386/linux-unwind.h: Likewise.
10708 * config/ia64/linux-unwind.h: Likewise.
10709 * config/mips/linux-unwind.h: Likewise.
10710 * config/pa/linux-unwind.h: Likewise.
10711 * config/rs6000/linux-unwind.h: Likewise.
10712 * config/s390/linux-unwind.h: Likewise.
10713 * config/sh/linux-unwind.h: Likewise.
10714 * config/sparc/linux-unwind.h: Likewise.
10715
10716 2005-02-10 Steven Bosscher <stevenb@suse.de>
10717
10718 PR tree-optimization/17549
10719 * tree-outof-ssa.c (find_replaceable_in_bb): Do not allow
10720 TER to replace a DEF with its expression if the DEF and the
10721 rhs of the expression we replace into have the same root
10722 variable.
10723
10724 2005-02-10 Richard Sandiford <rsandifo@redhat.com>
10725
10726 * config/mips/mips.md: Fix the placement of the match_scratch in the
10727 lea64 peephole2.
10728
10729 2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
10730
10731 * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
10732 Fix comment typos.
10733
10734 2005-02-10 Zdenek Dvorak <dvorakz@suse.cz>
10735
10736 * tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.
10737 (strip_offset): Handle addresses.
10738 (add_address_candidates): Use strip_offset.
10739 (difference_cost): Reflect strip_offset change.
10740 (force_var_cost, difference_cost): Strip nops.
10741
10742 2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
10743
10744 * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
10745
10746 * builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
10747 tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
10748 config/cris/cris-protos.h, config/cris/cris.c: Update
10749 copyright.
10750
10751 2005-02-10 Jeff Law <law@redhat.com>
10752
10753 * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
10754 (lookup_avail_expr): Similarly.
10755
10756 2005-02-10 Richard Guenther <rguenth@gcc.gnu.org>
10757
10758 * builtins.c (fold_builtin_powi): New function.
10759 (fold_builtin_1): Call it.
10760
10761 2005-02-10 Steven Bosscher <stevenb@suse.de>
10762
10763 PR documentation/19309
10764 * doc/cpp.texi: The __GNUC__ and related predefined macros
10765 are also defined for the "standalone" cpp.
10766 Some non-GCC compilers may also define __GNUC__.
10767
10768 2005-02-10 Jakub Jelinek <jakub@redhat.com>
10769
10770 PR c/19342
10771 * c-typeck.c (common_type): New routine. Old common_type renamed
10772 to...
10773 (c_common_type): ...this.
10774 (build_conditional_expr, build_binary_op): Use c_common_type instead
10775 of common_type.
10776
10777 2005-02-10 Steven Bosscher <stevenb@suse.de>
10778
10779 * doc/md.texi: Replace @samp{length} with @code{length}.
10780
10781 2005-02-09 Zdenek Dvorak <dvorakz@suse.cz>
10782
10783 PR tree-optimization/18687
10784 * tree-flow.h (find_loop_niter): Declare.
10785 * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
10786 Try using scev even for loops with more than one exit.
10787 * tree-ssa-loop-ivopts.c (struct loop_data): Removed niter field.
10788 (struct ivopts_data): Added niters field.
10789 (struct nfe_cache_elt): New.
10790 (nfe_hash, nfe_eq, niter_for_exit, niter_for_single_dom_exit): New
10791 functions.
10792 (tree_ssa_iv_optimize_init): Initialize niters cache.
10793 (determine_number_of_iterations): Removed.
10794 (find_induction_variables): Do not call determine_number_of_iterations.
10795 Access niters for single exit through niter_for_single_dom_exit.
10796 (add_iv_outer_candidates): Access niters for single exit through
10797 niter_for_single_dom_exit.
10798 (may_eliminate_iv): Take data argument. Use niter_for_exit. Do not use
10799 number_of_iterations_cond.
10800 (iv_period): New function.
10801 (determine_use_iv_cost_condition): Pass data to may_eliminate_iv.
10802 (may_replace_final_value): Take data argument. Use
10803 niter_for_single_dom_exit.
10804 (determine_use_iv_cost_outer): Pass data to may_replace_final_value.
10805 (rewrite_use_compare): Pass data to may_eliminate_iv.
10806 (rewrite_use_outer): Pass data to may_replace_final_value.
10807 (free_loop_data): Clean up the niters cache.
10808 (tree_ssa_iv_optimize_finalize): Free the niters cache.
10809 (tree_ssa_iv_optimize_loop): Do not call loop_commit_inserts.
10810 * tree-ssa-loop-niter.c (find_loop_niter): New function.
10811 (find_loop_niter_by_eval): Use tree_int_cst_lt.
10812 (num_ending_zeros): Moved to tree.c.
10813 * tree.h (num_ending_zeros): Declare.
10814 * tree.c (num_ending_zeros): Moved from tree.c.
10815
10816 2005-02-09 Richard Henderson <rth@redhat.com>
10817
10818 * builtins.c (DEF_BUILTIN): Add COND argument.
10819 * tree.h (DEF_BUILTIN): Likewise.
10820 * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN, DEF_EXT_LIB_BUILTIN,
10821 DEF_C94_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN): Update to
10822 match.
10823 (DEF_BUILTIN_STUB): New.
10824 (BUILT_IN_STACK_SAVE, BUILT_IN_STACK_RESTORE, BUILT_IN_INIT_TRAMPOLINE,
10825 BUILT_IN_ADJUST_TRAMPOLINE, BUILT_IN_NONLOCAL_GOTO,
10826 BUILT_IN_PROFILE_FUNC_ENTER, BUILT_IN_PROFILE_FUNC_EXIT): Use it.
10827 * c-common.c (DEF_BUILTIN): Add COND argument.
10828 * tree.c (local_define_builtin): New.
10829 (build_common_builtin_nodes): New.
10830
10831 2005-02-09 Roger Sayle <roger@eyesopen.com>
10832
10833 * fold-const.c (fold_strip_sign_ops): New function to simplify a
10834 floating point expression ignoring the sign of the result.
10835 (fold) <ABS_EXPR>: Use it to simplify fabs(x).
10836 (fold) <MULT_EXPR>: Use it to simplify x*x.
10837 * tree.h (fold_strip_sign_ops): Prototype here.
10838 * builtins.c (fold_builtin_copysign): Take an additional FNDECL
10839 argument. Use fold_strip_sign_ops to simplify the first argument.
10840 (fold_builtin_pow): Use fold_strip_sign_ops to simplify the
10841 first argument when the second argument is an even integer
10842 constant, but only with -funsafe_math_optimizations.
10843 (fold_builtin_1): Update call to fold_builtin_copysign.
10844
10845 2005-02-09 Ian Lance Taylor <ian@airs.com>
10846
10847 PR middle-end/19583
10848 * gimple-low.c (try_catch_may_fallthru): In EH_FILTER_EXPR case,
10849 just check whether EH_FILTER_FAILURE falls through.
10850
10851 2005-02-09 Andreas Krebbel <krebbel1@de.ibm.com>
10852
10853 * gcc/haifa-sched.c (schedule_block): Make queued sched group
10854 insns return to ready list in the next turn.
10855
10856 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
10857
10858 PR middle-end/19402
10859 * builtins.def: New __builtin_powi[lf].
10860 * builtins.c (mathfn_built_in): Handle BUILT_IN_POWI.
10861 (expand_builtin_powi): New function.
10862 (expand_builtin): Dispatch to expand_builtin_powi.
10863 * libgcc2.h: Add prototypes for __builtin_powi[lf].
10864 * libgcc2.c: Add __builtin_powi[lf] implementation.
10865 * mklibgcc.in: Add __builtin_powi[lf] to lib2funcs.
10866 * optabs.h: Add powi_optab.
10867 * optabs.c (init_optabs): Initialize powi_optab.
10868 * doc/extend.texi: Document __builtin_powi[lf].
10869
10870 2005-02-09 Dorit Naishlos <dorit@il.ibm.com>
10871
10872 * tree-vectorizer.c (vect_set_dump_settings): Check that dump_file
10873 exists.
10874
10875 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
10876
10877 PR middle-end/19854
10878 * fold-const.c (try_move_mult_to_index): Remove redundant
10879 type argument. Create ADDR_EXPR with correct type.
10880 (fold): Update callers of try_move_mult_to_index. Convert
10881 result to the appropriate type.
10882
10883 2005-02-09 Roger Sayle <roger@eyesopen.com>
10884
10885 PR target/19597
10886 * config/avr/avr.c (default_rtx_costs): Delete.
10887 (avr_operand_rtx_cost): New function.
10888 (avr_rtx_costs): Completely rewrite.
10889
10890 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
10891
10892 PR target/19806
10893 * config/cris/cris.c (in_code): New variable.
10894 (cris_output_addr_const): Now a static function, a wrapper for
10895 output_addr_const.
10896 (cris_asm_output_symbol_ref): New function, broken out SYMBOL_REF
10897 case from old cris_output_addr_const.
10898 (cris_asm_output_label_ref): Similar for LABEL_REF.
10899 (cris_output_addr_const_extra): Similar for UNSPEC.
10900 * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA)
10901 (ASM_OUTPUT_SYMBOL_REF, ASM_OUTPUT_LABEL_REF): Define.
10902 * config/cris/cris-protos.h (cris_output_addr_const): Remove
10903 declaration.
10904 (cris_asm_output_symbol_ref, cris_output_addr_const_extra)
10905 (cris_asm_output_label_ref): Declare.
10906
10907 2005-02-08 Paolo Bonzini <bonzini@gnu.org>
10908
10909 PR preprocessor/19801
10910 * doc/cppinternals.texi (Conventions, Lexer, Files): Adjust
10911 filenames that changed when libcpp was moved to the toplevel.
10912
10913 2005-02-07 Roger Sayle <roger@eyesopen.com>
10914
10915 * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
10916 zero extensions of BImode operands. Call lowpart_subreg instead
10917 of gen_lowpart_common and gen_lowpart_SUBREG.
10918
10919 2005-02-07 Nathanael Nerode <neroden@gcc.gnu.org>
10920
10921 PR ada/19489
10922 * libada-mk.in: Use cc_for_cross_gnattools, not cc_set_by_configure.
10923 * configure.ac: Set cc_for_cross_gnattools.
10924 * configure: Regenerate.
10925
10926 2005-02-08 Alan Modra <amodra@bigpond.net.au>
10927
10928 PR target/19803
10929 * predict.c (PROB_VERY_UNLIKELY): Use 1% instead of 10%.
10930
10931 2005-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
10932
10933 PR debug/19327
10934 * dbxout.c (dbxout_symbol) <FUNCTION_DECL>: Skip inline instance
10935 of nested functions.
10936
10937 2005-02-07 Jonathan Wakely <redi@gcc.gnu.org>
10938
10939 * doc/extend.texi: Document deprecated extensions allowing
10940 static floating-point members to have initializers and allowing
10941 floating-point literals in integral constant expressions.
10942
10943 2005-02-07 Kazu Hirata <kazu@cs.umass.edu>
10944
10945 * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
10946 config/darwin7.h, config/mips/mips.c,
10947 config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
10948 Update copyright.
10949
10950 * cse.c: Update comments.
10951
10952 2005-02-07 Richard Guenther <rguenth@gcc.gnu.org>
10953
10954 PR middle-end/19775
10955 * builtins.c (fold_builtin_sqrt): Transform
10956 sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not
10957 pow(x,y*0.5).
10958
10959 2005-02-07 Leehod Baruch <leehod@il.ibm.com>
10960 Dorit Naishlos <dorit@il.ibm.com>
10961
10962 * doc/invoke.texi (ftree-vectorizer-verbose): New.
10963 * opts.c (OPT_ftree_vectorizer_verbose_): New case for switch.
10964 * common.opt (ftree-vectorizer-verbose): New Flag for the vectorizer
10965 was added.
10966 * tree.h (vect_set_verbosity_level): New extern function declaration
10967 added.
10968 * tree-vectorizer.h (verbosity_levels): New enum type.
10969 * tree-vectorizer.c (vect_debug_stats): Function removed.
10970 (vect_debug_details): Likewise.
10971 (vect_verbosity_level): Global variable was defined and initialized.
10972 (vect_dump): Global variable definition.
10973 (vect_print_dump_info): New function.
10974 (vect_set_dump_settings): New function.
10975 (vect_set_verbosity_level): New function.
10976 (vectorize_loops): Add call to vect_set_dump_settings.
10977
10978 (slpeel_make_loop_iterate_ntimes): Dump condition was changed.
10979 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
10980 (slpeel_tree_peel_loop_to_edge): Likewise.
10981
10982 (vect_analyze_offset_expr): Call to vect_print_dump_info with
10983 appropriate verbosity level instead of call to vect_debug_details
10984 or vect_debug_stats.
10985 (vect_get_base_and_offset):
10986 (vect_create_addr_base_for_vector_ref):
10987 (get_vectype_for_scalar_type):
10988 (vect_create_data_ref_ptr):
10989 (vect_init_vector):
10990 (vect_get_vec_def_for_operand):
10991 (vect_finish_stmt_generation):
10992 (vectorizable_assignment):
10993 (vectorizable_operation):
10994 (vectorizable_store):
10995 (vectorizable_load):
10996 (vect_transform_stmt):
10997 (vect_update_ivs_after_vectorizer):
10998 (vect_do_peeling_for_loop_bound):
10999 (vect_update_inits_of_drs):
11000 (vect_do_peeling_for_alignment):
11001 (vect_transform_loop):
11002 (vect_is_simple_use):
11003 (vect_analyze_operations):
11004 (vect_is_simple_iv_evolution):
11005 (vect_analyze_scalar_cycles):
11006 (vect_analyze_data_ref_dependence):
11007 (vect_analyze_data_ref_dependences):
11008 (vect_compute_data_ref_alignment):
11009 (vect_enhance_data_refs_alignment):
11010 (vect_analyze_data_refs_alignment):
11011 (vect_analyze_data_ref_access):
11012 (vect_analyze_data_ref_accesses):
11013 (vect_analyze_pointer_ref_access):
11014 (vect_get_memtag_and_dr):
11015 (vect_analyze_data_refs):
11016 (vect_mark_relevant):
11017 (vect_stmt_relevant_p):
11018 (vect_mark_stmts_to_be_vectorized):
11019 (vect_can_advance_ivs_p):
11020 (vect_get_loop_niters):
11021 (vect_analyze_loop_form):
11022 (vect_analyze_loop):
11023 (vectorize_loops): Likewise.
11024
11025 (vect_do_peeling_for_loop_bound): Dump format slightly changed.
11026 (vect_update_inits_of_drs):
11027 (vect_do_peeling_for_alignment):
11028 (vect_transform_loop):
11029 (vect_analyze_operations):
11030 (vect_analyze_scalar_cycles):
11031 (vect_analyze_data_ref_dependences):
11032 (vect_analyze_data_refs_alignment):
11033 (vect_analyze_data_ref_accesses):
11034 (vect_analyze_data_refs):
11035 (vect_mark_stmts_to_be_vectorized):
11036 (vect_get_loop_niters):
11037 (vect_analyze_loop_form):
11038 (vect_analyze_loop): Likewise.
11039 (vect_mark_stmts_to_be_vectorized): Add call to print_generic_expr.
11040
11041 2005-02-07 Richard Sandiford <rsandifo@redhat.com>
11042
11043 PR bootstrap/19796
11044 Revert:
11045 2005-01-26 Richard Sandiford <rsandifo@redhat.com>
11046 * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
11047 either -ffast-math or -funsafe-math-optimizations is in use.
11048
11049 2005-01-24 Richard Sandiford <rsandifo@redhat.com>
11050 * config/mips/irix-csr.c: New file.
11051 * config/mips/t-iris6 (irix-csr.o): New rule to build it.
11052 (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
11053 * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
11054 executables.
11055
11056 2005-02-07 Alexandre Oliva <aoliva@redhat.com>
11057
11058 * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
11059 redundant, incorrect definitions.
11060
11061 * config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
11062 expand.
11063 ("*tls_indirect_call"): New, reference hard regs directly.
11064 * config/frv/frv.c (gen_inlined_tls_plt): Adjust.
11065
11066 2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>
11067
11068 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC):
11069 Let !-mhard-float !-msoft-float imply -mfpu=softfpa.
11070
11071 2005-02-06 Roger Sayle <roger@eyesopen.com>
11072
11073 PR rtl-optimization/19800
11074 * simplify_rtx.c (simplify_relational_operation_1): Explicitly
11075 call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
11076 gen_lowpart.
11077
11078 2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>
11079
11080 * config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
11081
11082 2005-02-07 Joseph S. Myers <joseph@codesourcery.com>
11083
11084 PR other/17135
11085 * doc/invoke.texi: Correct documentation of -freorder-functions.
11086
11087 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
11088
11089 PR other/14402
11090 * doc/invoke.texi: Don't mention gccbug.
11091
11092 2005-02-06 Roger Sayle <roger@eyesopen.com>
11093 Andrew Pinski <pinskia@physics.uc.edu>
11094 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
11095
11096 * simplify-rtx.c (simplify_relational_operation_1): Simplify
11097 (ne:SI (zero_extract:SI FOO (const_int 1) BAR) (const_int 0))
11098 into just (zero_extract:SI FOO (const_int 1) BAR).
11099
11100 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
11101
11102 * doc/cpp.texi: Include gcc-common.texi. Don't define gcctabopt
11103 macro locally. Don't give last revision date. Use GCC version
11104 number from gcc-common.texi.
11105 * doc/cppinternals.texi: Include gcc-common.texi. Don't give last
11106 revision date. Use GCC version number from gcc-common.texi.
11107 Describe being a library as current state rather than as 3.x
11108 history.
11109 * doc/gcc.texi: Remove last update date.
11110 * doc/gccint.texi: Likewise. Update copyright dates.
11111 * doc/install.texi: Update copyright dates.
11112
11113 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
11114
11115 PR other/7549
11116 * doc/invoke.texi: Mention for each option included in -Wall that
11117 it is included in -Wall.
11118 * doc/gcc.texi: Update copyright and last modification date.
11119
11120 2005-02-06 Zdenek Dvorak <dvorakz@suse.cz>
11121
11122 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add
11123 unnecessary cast to original induction variable increments.
11124
11125 2005-02-06 Zdenek Dvorak <dvorakz@suse.cz>
11126
11127 PR tree-optimization/18219
11128 * tree-ssa-loop-ivopts.c (get_computation_at): Produce computations
11129 in distributed form.
11130
11131 2005-02-06 Richard Sandiford <rsandifo@redhat.com>
11132
11133 * expmed.c (store_bit_field): Make the SUBREG code adjust bitnum.
11134 Set bitpos and offset later in the function. Do nothing if the
11135 target is a register and if the bitfield lies completely outside
11136 that register.
11137 (extract_bit_field): Make the same SUBREG, bitpos and offset changes
11138 here. Return an uninitialised register if the source value is stored
11139 in a register and the bitfield lies completely outside that register.
11140
11141 2005-02-06 Steven Bosscher <stevenb@suse.de>
11142
11143 * df.c (df_insn_refs_record): Use XEXP to get the operand of a USE,
11144 not SET_DEST.
11145
11146 2005-02-06 Marcin Dalecki <martin@dalecki.de>
11147
11148 * diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
11149
11150 2005-02-06 Geoffrey Keating <geoffk@apple.com>
11151
11152 * config.gcc (*-*-darwin*): Separate darwin7 and darwin8 configs.
11153 * config/darwin8.h: New.
11154 * config/darwin7.h: Update comment.
11155
11156 2005-02-03 Leehod Baruch <leehod@il.ibm.com>
11157 Dorit Naishlos <dorit@il.ibm.com>
11158
11159 * tree-vectorizer.h (LOC): New type.
11160 (UNKNOWN_LOC, EXPR_LOC, LOC_FILE, LOC_LINE): New macros.
11161 (loop_line_number): New field in struct _loop_vec_info.
11162 (LOOP_VINFO_LOC, LOOP_LOC): New macros.
11163
11164 * tree-vectorizer.c (input.h): Included.
11165 (find_loop_location): New function.
11166 (vect_debug_stats): Argument changed from loop to LOC. Computation of
11167 loop line number removed.
11168 (vect_debug_details): Likewise.
11169 (new_loop_vec_info): Initialize new field LOOP_VINFO_LOC.
11170
11171 (slpeel_make_loop_iterate_ntimes): Call find_loop_location. Argument in
11172 call to vect_debug_details/stats changed from loop to loop_loc.
11173 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
11174 (slpeel_tree_peel_loop_to_edge): Likewise.
11175
11176 (vect_analyze_offset_expr): Argument in call to vect_debug_details/stats
11177 changed from NULL to UNKNOWN_LOC.
11178 (vect_get_base_and_offset):
11179 (vect_create_addr_base_for_vector_ref):
11180 (get_vectype_for_scalar_type):
11181 (vect_create_data_ref_ptr):
11182 (vect_init_vector):
11183 (vect_get_vec_def_for_operand):
11184 (vect_finish_stmt_generation):
11185 (vectorizable_assignment):
11186 (vectorizable_operation):
11187 (vectorizable_store):
11188 (vectorizable_load):
11189 (vect_transform_stmt):
11190 (vect_update_ivs_after_vectorizer):
11191 (vect_do_peeling_for_loop_bound):
11192 (vect_do_peeling_for_alignment):
11193 (vect_transform_loop):
11194 (vect_is_simple_use):
11195 (vect_analyze_operations):
11196 (vect_is_simple_iv_evolution):
11197 (vect_analyze_scalar_cycles):
11198 (vect_analyze_data_ref_dependences):
11199 (vect_compute_data_ref_alignment):
11200 (vect_enhance_data_refs_alignment):
11201 (vect_analyze_data_ref_access):
11202 (vect_analyze_data_ref_accesses):
11203 (vect_analyze_pointer_ref_access):
11204 (vect_get_memtag_and_dr):
11205 (vect_analyze_data_refs):
11206 (vect_mark_relevant):
11207 (vect_stmt_relevant_p):
11208 (vect_mark_stmts_to_be_vectorized):
11209 (vect_can_advance_ivs_p):
11210 (vect_get_loop_niters):
11211 (vect_analyze_loop):
11212 (vectorize_loops): Likewise.
11213
11214 (vectorizable_load): Argument in call to vect_debug_details/stats
11215 changed from loop to LOOP_LOC (loop_vinfo).
11216 (vect_transform_loop):
11217 (vect_analyze_operations):
11218 (vect_analyze_scalar_cycles):
11219 (vect_analyze_data_ref_dependence):
11220 (vect_enhance_data_refs_alignment):
11221 (vect_analyze_data_ref_accesses):
11222 (vect_analyze_pointer_ref_access):
11223 (vect_analyze_data_refs):
11224 (vect_analyze_loop): Likewise.
11225
11226 (vect_analyze_loop_form): Argument in call to vect_debug_details/stats
11227 changed from loop to loop_loc.
11228
11229 (vect_enhance_data_refs_alignment): Removed unused variable loop.
11230
11231 2005-02-03 Leehod Baruch <leehod@il.ibm.com>
11232 Dorit Naishlos <dorit@il.ibm.com>
11233
11234 * tree-vectorizer.c (vect_analyze_data_ref_dependence): Function
11235 declaration added.
11236 (vect_analyze_data_ref_dependences): Likewise.
11237
11238 (vect_is_simple_use): Argument changed from loop structure to
11239 loop_vect_info structure.
11240 (vect_can_advance_ivs_p): Likewise.
11241 (vect_create_index_for_vector_ref): Likewise.
11242 (vect_update_ivs_after_vectorizer): Likewise.
11243 (new_stmt_vec_info): Likewise.
11244
11245 (new_loop_vec_info): Second argument in call to new_stmt_vec_info was
11246 changed from loop to loop_vinfo.
11247 (vect_create_data_ref_ptr): First argument in call to
11248 vect_create_index_for_vector_ref was changed from loop to loop_vinfo.
11249 (vectorizable_assignment): Second argument in call to vect_is_simple_use
11250 was changed from loop to loop_vinfo.
11251 (vectorizable_operation): Likewise.
11252 (vectorizable_store): Likewise.
11253 (vect_mark_stmts_to_be_vectorized): Likewise.
11254 (vect_do_peeling_for_loop_bound): First argument in call to
11255 vect_update_ivs_after_vectorizer was changed from loop to loop_vinfo.
11256 (vect_analyze_operations): Argument in call to vect_can_advance_ivs_p
11257 was changed from loop to loop_vinfo.
11258 (vect_analyze_data_ref_dependences): Third argument in call to
11259 vect_analyze_data_ref_dependence was changed from loop to loop_vinfo.
11260
11261 (vect_create_index_for_vector_ref): Get the loop from loop_vinfo.
11262 (vect_create_data_ref_ptr): Likewise.
11263 (vect_init_vector): Likewise.
11264 (vect_get_vec_def_for_operand): Likewise.
11265 (vectorizable_assignment): Likewise.
11266 (vectorizable_operation): Likewise.
11267 (vectorizable_store): Likewise.
11268 (vectorizable_load): Likewise.
11269 (vect_update_ivs_after_vectorizer): Likewise.
11270 (vect_is_simple_use): Likewise.
11271 (vect_analyze_data_ref_dependence): Likewise.
11272 (vect_analyze_pointer_ref_access): Likewise.
11273 (vect_can_advance_ivs_p): Likewise.
11274
11275 * tree-vectorizer.h: (_loop_vec_info): Definition and macros moved
11276 before _stmt_vec_info.
11277 (_stmt_vec_info): Loop field replaced by loop_vec_info.
11278 (STMT_VINFO_LOOP): Replaced with STMT_VINFO_LOOP_VINFO.
11279 (new_stmt_vec_info): Argument changed from loop structure to
11280 loop_vect_info structure
11281
11282 (vect_analyze_data_ref_dependences): Unnecessary line was removed.
11283 (vect_analyze_offset_expr): Avoid 80 columns overflow.
11284 (vect_create_addr_base_for_vector_ref): Likewise.
11285 (vect_analyze_pointer_ref_access): Likewise.
11286
11287 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu>
11288
11289 PR tree-opt/19768
11290 * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal
11291 phi flag if the phi is abnormal.
11292
11293 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu>
11294
11295 PR tree-opt/19736
11296 * tree-ssa.c (replace_immediate_uses): Update the immediate_uses
11297 information for the new statement.
11298
11299 2005-02-03 Joseph S. Myers <joseph@codesourcery.com>
11300
11301 PR driver/19117
11302 * gcc.c (main): Include the target in -v output.
11303
11304 2005-02-03 Alexandre Oliva <aoliva@redhat.com>
11305
11306 * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
11307 Do not drop the extend if we'd have to add a paradoxical subreg
11308 later. Include optabs.h and insn-codes.h.
11309 * Makefile.in (combine.o): Depend on $(OPTABS_H).
11310
11311 2005-02-02 Roger Sayle <roger@eyesopen.com>
11312
11313 PR middle-end/19405
11314 * real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro.
11315 * fold-const.c (const_binop): Avoid constant folding floating
11316 point operations in modes that use composite representations.
11317 * simplify-rtx.c (simplify_binary_operation): Likewise.
11318
11319 2005-02-02 Geoffrey Keating <geoffk@apple.com>
11320
11321 * config/rs6000/altivec.md (altivec_dst): Make the first operand
11322 a REG, not a MEM.
11323 (altivec_dstt): Likewise.
11324 (altivec_dstst): Likewise.
11325 (altivec_dststt): Likewise.
11326 * config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation
11327 of first operand.
11328
11329 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
11330
11331 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy
11332 EXPR_LOCUS from orig_cond to the new cond_stmt.
11333 (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to
11334 the new vec_stmt.
11335
11336 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
11337
11338 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call
11339 standard_iv_increment_position. Remove call to bsi_next
11340 (no need to bump the iterator anymore).
11341 (vect_create_index_for_vector_ref): Call
11342 standard_iv_increment_position. Remove second function argument.
11343 (vect_finish_stmt_generation): Remove call to bsi_next
11344 (no need to bump the iterator anymore).
11345 (vect_create_data_ref_ptr): Remove second argument (bsi) in call
11346 to vect_create_index_for_vector_ref.
11347
11348 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
11349
11350 * tree-vectorizer.c (vect_mark_stmts_to_be_vectorized): Check if
11351 phis are used out of the loop.
11352
11353 2005-02-03 Joseph S. Myers <joseph@codesourcery.com>
11354
11355 PR c/17807
11356 * c-decl.c (undef_nested_function): New variable.
11357 (pop_scope): Diagnose undefined nested functions.
11358 (finish_function): Don't attempt cgraph processing or genericizing
11359 if current top-level function contained an undefined nested
11360 function. Reset undef_nested_function at the end of a top-level
11361 function.
11362
11363 2005-02-02 Zdenek Dvorak <dvorakz@suse.cz>
11364
11365 * tree.c (build_int_cst_type): Take sign of the value into account
11366 when deciding whether sign extend the value.
11367
11368 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
11369
11370 PR c/18502
11371 * gcc.c (cpp_unique_options): Remove %{trigraphs}.
11372 (cpp_options, cc1_options): Change %{std*&ansi} to
11373 %{std*&ansi&trigraphs}.
11374
11375 2005-02-02 Kazu Hirata <kazu@cs.umass.edu>
11376
11377 * cse.c: Update comments.
11378
11379 2005-02-02 Aldy Hernandez <aldyh@redhat.com>
11380
11381 * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
11382 arguments go on the stack. Do not put complex doubles in odd/even
11383 pairs.
11384
11385 2005-02-02 Steven Bosscher <stevenb@suse.de>
11386
11387 * doc/invoke.texi: Update the options enabled at -O1, -O2,
11388 and -O3. Update the documentation for -fgcse-sm, -fgcse-las,
11389 -ftree-pre, and -fthread-jumps.
11390
11391 2005-02-02 Richard Sandiford <rsandifo@redhat.com>
11392
11393 PR tree-optimization/19578
11394 * tree-flow.h (modified_noreturn_calls): Declare.
11395 (noreturn_call_p): Declare.
11396 * tree-flow-inline.h (noreturn_call_p): New function.
11397 (modify_stmt): Add modified noreturn calls to modified_noreturn_calls.
11398 * tree-cfg.c (modified_noreturn_calls): New variable.
11399 (cleanup_control_flow): Use noreturn_call_p. Split basic blocks
11400 that contain a mid-block noreturn call.
11401 * tree-ssa.c (delete_tree_ssa): Clear modified_noreturn_calls.
11402
11403 2005-02-02 Kazu Hirata <kazu@cs.umass.edu>
11404
11405 * df.c (df_def_record_1, df_uses_record): Don't use
11406 DF_FOR_REGALLOC.
11407 * df.h (DF_FOR_REGALLOC): Remove.
11408
11409 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
11410
11411 PR c/19435
11412 * c-typeck.c (really_start_incremental_init): Reset
11413 constructor_max_index for arrays of incomplete type.
11414
11415 2005-02-02 Jeff Law <law@redhat.com>
11416
11417 * gcse.c (struct reg_set): Store the block index where the register
11418 was set rather than the setting insn.
11419 (record_one_set, compute_transp): Corresponding changes.
11420 (pre_insert_copy_insn): Do not call replace_one_set.
11421 (replace_one_set): Remove.
11422
11423 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
11424
11425 PR other/15514
11426 * doc/gcov.texi: Fix typo.
11427
11428 2005-02-01 Richard Henderson <rth@redhat.com
11429
11430 PR target/19680
11431 * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
11432 * config/i386/i386.c (ix86_hard_regno_mode_ok): Change return
11433 type to bool.
11434 (ix86_tieable_integer_mode_p, ix86_modes_tieable_p): New.
11435 * config/i386/i386-protos.h: Update.
11436
11437 2005-02-01 Steven Bosscher <stevenb@suse.de>
11438
11439 PR tree-optimization/19217
11440 * tree-cfg.c (verify_expr): Use the data field to see if TP was
11441 seen inside a PHI node. Do not do the ADDR_EXPR check if it was.
11442 (verify_stmts): Pass (void*)1 as data to verify_expr to signal
11443 that it is walking a PHI node.
11444
11445 2005-02-01 Joseph S. Myers <joseph@codesourcery.com>
11446
11447 * doc/extend.texi (Nested Functions): Update.
11448
11449 2005-02-01 Richard Henderson <rth@redhat.com>
11450
11451 PR 19696
11452 * optabs.c (expand_copysign_absneg): Export.
11453 * optabs.h (expand_copysign_absneg): Declare.
11454 * config/rs6000/rs6000.md (copysigntf3): New.
11455
11456 2005-02-01 Diego Novillo <dnovillo@redhat.com>
11457
11458 PR tree-optimization/19633
11459 * tree-flow.h (struct ptr_info_def): Add field 'pt_null'.
11460 * tree-ssa-alias.c (init_alias_info): Initialize.
11461 (merge_pointed_to_info): Set.
11462 (add_pointed_to_expr): Set pt_null if EXPR is a NULL pointer.
11463 (dump_points_to_info_for): Show value of pt_null.
11464 (struct count_ptr_d): Declare.
11465 (find_ptr_dereference): Remove.
11466 (ptr_is_dereferenced_by): Remove.
11467 (count_ptr_derefs): New local function.
11468 (count_uses_and_derefs): New local function.
11469 (compute_points_to_and_addr_escape): Call it. If the number
11470 of dereferences is greater than zero, mark the pointer as
11471 dereferenced. If there are fewer dereferences than uses of
11472 the pointer, the pointer's value escapes.
11473
11474 2005-02-01 Diego Novillo <dnovillo@redhat.com>
11475
11476 PR tree-optimization/19670
11477 * tree-ssa.c (verify_ssa_name): Don't set TREE_VISITED
11478 here...
11479 (verify_use): ... set it here, instead.
11480
11481 2005-02-01 Janis Johnson <janis187@us.ibm.com>
11482
11483 * doc/sourcebuild.texi (Test directives): Fix formatting.
11484
11485 * doc/sourcebuild.texi (Test directives): Describe selector
11486 expressions.
11487
11488 2005-02-01 Segher Boessenkool <segher@kernel.crashing.org>
11489
11490 * config.gcc (powerpc64-*-linux*): Default to -m64 also for
11491 specific 64-bit CPUs.
11492
11493 2005-02-01 Richard Earnshaw <rearnsha@arm.com>
11494
11495 PR target/16201
11496 * arm.c (arm_eliminable_register): New function.
11497 (adjacent_mem_locations): Don't allow eliminable registers. Use
11498 HOST_WIDE_INT for address offsets.
11499 * arm-protos.h (arm_eliminable_register): Add prototype.
11500
11501 2005-02-01 Steven Bosscher <stevenb@suse.de>
11502
11503 PR optimization/15242
11504 * params.def (PARAM_MAX_GOTO_DUPLICATION_INSNS): New param.
11505 * basic-block.h (duplicate_computed_gotos): Add prototype.
11506 * bb-reorder.c (duplicate_computed_gotos): New function to
11507 duplicate sufficiently small blocks ending in a computed jump.
11508 * passes.c (rest_of_compilation): Call duplicate_computed_gotos
11509 if not optimizing for size.
11510 * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
11511 never do tail merging for blocks ending in a computed jump.
11512 * doc/invoke.texi: Document the max-goto-duplication-insns param.
11513
11514 2005-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
11515
11516 Patch from Richard Sandiford <rsandifo@redhat.com>
11517 * reload1.c (choose_reload_regs): Prevent the find_equiv_reg() code
11518 from inheriting a subreg equivalence with a non-spill register.
11519
11520 * tree.h (DECL_FUNCTION_CODE): Document that it is overloaded.
11521
11522 2005-02-01 Alexandre Oliva <aoliva@redhat.com>
11523
11524 * config/frv/frv.c (movcc_fp_destination_operand): New.
11525 (gpr_or_memory_operand): Fix typo in comment.
11526 (gpr_or_memory_operand_with_scratch): New.
11527 * config/frv/frv.h (PREDICATE_CODES): Add the two new predicates.
11528 * config/frv/frv.md (movcc_fp, movcc_fp_internal): Use
11529 movcc_fp_destination_operand.
11530 (reload_incc_fp): Use gpr_or_memory_operand_with_scratch.
11531 Legitimize memory addresses using a scratch register.
11532
11533 2005-01-31 Jeff Law <law@redhat.com>
11534
11535 * tree-into-ssa.c (mark_def_sites_global_data): Make KILLS
11536 bitmap a sparse bitmap instead of a simple bitmap.
11537 (mark_def_sites_initialize_block): Corresponding changes.
11538 (ssa_mark_def_sites_initialize_block): Likewise.
11539 (ssa_mark_phi_uses): Likewise.
11540 (mark_def_site, ssa_mark_def_sites): Likewise.
11541 (mark_def_site_blocks): Likewise.
11542 (rewrite_ssa_into_ssa): Likewise.
11543
11544 * tree-ssa-dom.c (record_cond): Pass correct variable type
11545 for last argument to htab_find_slot_with_hash.
11546
11547 * fold-const.c (fold, case CEIL_MOD_EXPR): Do not lose side
11548 effects when optimizing 0 % X. Do not try to optimize X % 0.
11549
11550 2005-01-31 James E. Wilson <wilson@specifixinc.com>
11551
11552 * config/ia64/itanium1.md (1_scall bypass): Change 2_mmalua to
11553 1_mmalua.
11554
11555 2005-02-01 Eric Christopher <echristo@redhat.com>
11556
11557 * config/mips/mips.c (override_options): Warn if -mint64
11558 is used.
11559 * doc/invoke.texi (MIPS Options): Document that -mint64 is
11560 deprecated.
11561
11562 2005-02-01 Kazu Hirata <kazu@cs.umass.edu>
11563
11564 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
11565 timestamp.
11566 (cse_reg_info_list, cse_reg_info_list_free, REGHASH_SHIFT,
11567 REGHASH_SIZE, REGHASH_MASK, reg_hash, REGHASH_FN,
11568 cached_cse_reg_info, GET_CSE_REG_INFO): Remove.
11569 (cached_regno): Initialize to INVALID_REGNUM.
11570 (cse_reg_info_table_size,
11571 cse_reg_info_table_first_uninitialized,
11572 cse_reg_info_timestamp): New.
11573 (REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use
11574 get_cse_reg_info.
11575 (init_cse_reg_info, get_cse_reg_info_1): New.
11576 (get_cse_reg_info): Cache the last look-up.
11577 (new_basic_block): Update the code to clear mappings from
11578 registers to cse_reg_info entries.
11579 (cse_main): Call init_cse_reg_info.
11580
11581 * cse.c (get_cse_reg_info): Update a comment.
11582
11583 2005-01-31 Steven Bosscher <stevenb@suse.de>
11584
11585 PR c/19333
11586 * c-decl.c (start_decl): Do not warn about arrays of elements with
11587 an incomplete type here.
11588 (grokdeclarator): Do it here by making a pedwarn an error.
11589 * c-typeck.c (push_init_level): If there were previous errors with
11590 the constructor type, do not warn about braces for initializers.
11591 (process_init_element): Likewise for excess initializer elements.
11592
11593 2005-01-31 Kazu Hirata <kazu@cs.umass.edu>
11594
11595 * cse.c (delete_trivially_dead_insn): Don't iterate.
11596
11597 2005-01-31 Andrew Pinski <pinskia@physics.uc.edu>
11598
11599 * config/rs6000/rs6000.md (copysignsf3): New expand.
11600 (copysigndf3): Likewise.
11601
11602 2005-01-31 Steven Bosscher <stevenb@suse.de>
11603
11604 * recog.c (constrain_operands): Only look for earlyclobber operand
11605 conflicts if an '&' constraint was seen.
11606
11607 2005-01-31 Marc Espie <espie@openbsd.org>
11608
11609 * config.gcc: Don't include embedded systems fragment, switches default
11610 debugging format to ELF.
11611 * config/i386/openbsdelf.h: Add DBX_REGISTER_NUMBER since we no
11612 longer pick it up there.
11613
11614 2005-01-31 Dale Johannesen <dalej@apple.com>
11615
11616 * doc/extend.texi (nested functions): Fix linkage description.
11617 Clarify that static is not allowed.
11618
11619 2005-01-31 Dale Johannesen <dalej@apple.com>
11620
11621 * config/rs6000/darwin.md (movsf_low_di): Make work.
11622 (movdf_low_di): Make work.
11623
11624 2005-01-31 Dale Johannesen <dalej@apple.com>
11625
11626 * config/rs6000/darwin-tramp.asm (__trampoline_setup):
11627 Make work for 64 bit.
11628
11629 2005-01-31 Roger Sayle <roger@eyesopen.com>
11630 Dale Johannesen <dalej@apple.com>
11631
11632 PR middle-end/19650
11633 * fold-const.c (fold_binary_op_with_conditional_arg):
11634 Make types match original operands, before STRIP_NOPS.
11635
11636 2005-01-31 Alan Modra <amodra@bigpond.net.au>
11637
11638 * config/rs6000/linux-unwind.h (struct gcc_vregs): New.
11639 (struct gcc_regs): Rename from gcc_pt_regs. Add more regs.
11640 (struct gcc_sigcontext): Delete. Merge contents to..
11641 (struct gcc_ucontext): ..here.
11642 (get_sigcontext): Delete.
11643 (get_regs): New function, like get_sigcontext but return regs ptr.
11644 64-bit version finds regs from r1 to support vdso.
11645 (ppc_linux_aux_vector): New function.
11646 (ppc_fallback_frame_state): Modify for get_regs. Restore fprs
11647 and vector regs.
11648
11649 2005-01-31 Ira Rosen <irar@il.ibm.com>
11650
11651 * tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead
11652 sizetype.
11653 (vect_get_base_and_offset): Use ssizetype instead sizetype. Remove
11654 redundant fold. Fix misalignment for MINUS_EXPR.
11655 (vect_compute_data_ref_alignment): Use ssizetype instead sizetype.
11656 (vect_analyze_pointer_ref_access): Likewise.
11657 (vect_get_memtag_and_dr): Likewise.
11658
11659 2005-01-31 Richard Henderson <rth@redhat.com>
11660
11661 * config/i386/i386.c (absnegsf2_mixed): Remove all of the # hackery.
11662 (absnegsf2_sse, absnegsf2_i387, absnegdf2_mixed, absnegdf2_sse,
11663 absnegdf2_i387, absnegxf2_i387): Likewise.
11664
11665 2005-01-31 Richard Henderson <rth@redhat.com>
11666
11667 PR 19696
11668 * optabs.c (expand_copysign_absneg): New.
11669 (expand_copysign_bit): Split out from ...
11670 (expand_copysign): ... here. Use expand_copysign_absneg.
11671
11672 2005-01-30 Roger Sayle <roger@eyesopen.com>
11673
11674 PR middle-end/19697
11675 * config/pa/pa.md (anddi3, iordi3): On HPPA64, disallow an integer
11676 constant as the second operand and a register as the third.
11677
11678 2005-01-31 Danny Smith <dannysmith@users.sourceforge.net>
11679
11680 PR target/19704
11681 * config/i386/i386.c (ix86_function_ok_for_sibcall): Also check
11682 that dllimport'd functions do not use all call-clobbered registers
11683 to pass parameters.
11684
11685 2005-01-30 Richard Henderson <rth@redhat.com>
11686
11687 PR 19696
11688 * optabs.c (expand_absneg_bit): Split out from expand_unop and
11689 expand_abs_nojump and generalize. Use operand_subword and
11690 emit_no_conflict_block. Support large modes.
11691 (expand_abs_nojump): Use it. Use HONOR_SIGNED_ZEROS to fall
11692 back to maximum.
11693 (expand_unop): Likewise. Use HONOR_SIGNED_ZEROS to fall back
11694 negation to subtraction.
11695 (expand_copysign): Check that the format has signed zeros.
11696 Use operand_subword and emit_no_conflict_block. Support large modes.
11697
11698 2005-01-30 Daniel Berlin <dberlin@dberlin.org>
11699
11700 Fix PR tree-optimization/19624
11701
11702 * Makefile.in (tree-ssa-pre.o): Add CFGLOOP_H.
11703 * tree-ssa-pre.c: Add cfgloop.h.
11704 Update comment.
11705 (pre_stats): New member, constified.
11706 (inserted_exprs): New static variable.
11707 (NECESSARY): New macro.
11708 (create_expression_by_pieces): Fold the expression, and
11709 mark it as defaulting to not necessary. Also put in
11710 inserted_exprs.
11711 (fully_constant_expression): New function.
11712 (insert_into_preds_of_block): Modify to not insert phis when we
11713 are playing with induction variables.
11714 Push phis onto the inserted_exprs vector, and mark them as not
11715 necessary by default.
11716 (insert_aux): Call fully_constant_expression on eprime.
11717 If all edges produce the same value, mark it constant.
11718 (mark_operand_necessary): New function.
11719 (remove_dead_inserted_code): New function.
11720 (init_pre): Init loop optimizer to get loop info.
11721 (fini_pre): Free loop_optimizer, and inserted_exprs vec.
11722 (execute_pre): Commit edge inserts, then remove dead code.
11723
11724 2005-01-30 Richard Henderson <rth@redhat.com>
11725
11726 * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.
11727 * varasm.c (const_rtx_hash_1): Handle CONST_VECTOR.
11728
11729 2005-01-30 Richard Henderson <rth@redhat.com>
11730
11731 PR target/19700
11732 * config/i386/i386.c (ix86_expand_copysign): New.
11733 (ix86_split_copysign_const): New.
11734 (ix86_split_copysign_var): Rename from ix86_split_copysign,
11735 rearrange op1/nmask operands.
11736 * config/i386/i386-protos.h: Update.
11737 * config/i386/i386.md (copysignsf3): Use ix86_expand_copysign.
11738 (copysigndf3): Likewise.
11739 (copysignsf3_const, copysigndf3_const): New.
11740 (copysignsf3_var): Rename from copysignsf3, split out splitter
11741 and fix split predicate for X constraint.
11742 (copysigndf3_var): Similarly.
11743
11744 2005-01-30 Kazu Hirata <kazu@cs.umass.edu>
11745
11746 * optabs.c, doc/c-tree.texi, doc/install.texi, doc/md.texi,
11747 doc/passes.texi, doc/rtl.texi, doc/sourcebuild.texi,
11748 doc/tm.texi, doc/tree-ssa.texi: Update copyright.
11749
11750 2005-01-29 Richard Henderson <rth@redhat.com>
11751
11752 PR target/19690
11753 * config/i386/i386.md (movdf_nointeger, movdf_integer): Fix ordering
11754 of # and * in constraints.
11755
11756 2005-01-29 Richard Henderson <rth@redhat.com>
11757
11758 PR middle-end/19689
11759 * expr.c (store_field): Don't strip sub-mode cast when the input
11760 data is even smaller.
11761
11762 2005-01-29 Richard Henderson <rth@redhat.com>
11763
11764 PR middle-end/19687
11765 * expr.c (categorize_ctor_elements_1): Check for CONSTRUCTOR of a
11766 union being empty.
11767
11768 2005-01-29 Richard Henderson <rth@redhat.com>
11769
11770 * combine.c (make_field_assignment): Fix argument order
11771 to gen_int_mode.
11772
11773 2005-01-29 Richard Guenther <richard.guenther@uni-tuebingen.de>
11774
11775 PR tree-optimization/15791
11776 * fold-const.c (extract_array_ref): New function.
11777 (fold): Fold comparisons between &a[i] and &a[j] or
11778 semantically equivalent trees.
11779
11780 2005-01-29 Jeff Law <law@redhat.com>
11781
11782 * gcse.c (insert_expr_in_table): Revamp handling of available
11783 and anticipatable occurrence lists to avoid unnecessary list
11784 walking.
11785 (insert_set_in_table): Similarly.
11786
11787 2005-01-29 Joseph S. Myers <joseph@codesourcery.com>
11788
11789 * c-common.c (fix_string_type): Just use c_build_qualified_type to
11790 build string type.
11791 (c_build_qualified_type): Build qualified array types with
11792 TYPE_MAIN_VARIANT pointing to corresponding unqualified type.
11793 * c-decl.c (c_make_fname_decl): Build unqualified array type
11794 before qualified type.
11795 (grokdeclarator): Use TYPE_MAIN_VARIANT of typedef type if element
11796 type is qualified, not just if type itself is. Don't apply
11797 qualifiers to array type when declarator is processed. Apply
11798 qualifiers to field type whether or not it is an array type.
11799 Don't handle array types specially for applying qualifiers to
11800 variables.
11801 * c-typeck.c (composite_type): Build unqualified element type and
11802 array type when forming composite of array types.
11803 (common_pointer_type, comptypes, comp_target_types,
11804 type_lists_compatible_p, build_indirect_ref, build_array_ref,
11805 convert_for_assignment): Don't apply TYPE_MAIN_VARIANT to array
11806 types.
11807 (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE
11808 (args2) in variables a1 and a2.
11809
11810 2005-01-29 Kazu Hirata <kazu@cs.umass.edu>
11811
11812 * cse.c (n_elements_made, max_elements_made): Remove.
11813 (insert): Don't touch n_elements_made.
11814 (cse_main): Don't touch n_elements_made or max_elements_made.
11815
11816 2005-01-28 Stephane Carrez <stcarrez@nerim.fr>
11817
11818 PR target/15384
11819 * config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
11820 configuration part of dp-bit.c to be lost.
11821
11822 2005-01-28 Roger Sayle <roger@eyesopen.com>
11823
11824 * expmed.c (expand_mult_highpart_optab): When attempting to use
11825 a non-widening multiplication in a wider mode, the operands need
11826 to be converted (zero or sign extended) to that mode.
11827
11828 2005-01-28 Ian Lance Taylor <ian@airs.com>
11829
11830 PR middle-end/16558
11831 PR middle-end/19583
11832 * gimple-low.c (block_may_fallthru): TRY_FINALLY_EXPR only falls
11833 through if both operands fall through.
11834
11835 2005-01-28 Kazu Hirata <kazu@cs.umass.edu>
11836
11837 * cse.c (fold_rtx) <PC>: Don't optimize.
11838
11839 2005-01-28 Jeff Law <law@redhat.com>
11840
11841 * fold-const.c (fold, case CEIL_MOD_EXPR): Optimize 0 % X.
11842 (case FLOOR_MOD_EXPR, ROUND_MOD_EXPR, TRUNC_MOD_EXPR): Similarly.
11843
11844 2005-01-28 Kazu Hirata <kazu@cs.umass.edu>
11845
11846 * cse.c (cse_reg_info_free_list, cse_reg_info_used_list,
11847 cse_reg_info_used_list_end): Remove.
11848 (cse_reg_info_list, cse_reg_info_list_free): New.
11849 (get_cse_reg_info): When allocating an instance of
11850 cse_reg_info, add it to the beginning of the cse_reg_info_list
11851 list. Remove code to maintain cse_reg_info_used_list.
11852 (new_basic_block): Reset the free list to the beginning of
11853 cse_reg_info_list.
11854
11855 2005-01-28 Richard Sandiford <rsandifo@redhat.com>
11856
11857 * config/frv/frv.c (bdesc_2arg): Remove __MDPACKH.
11858 (frv_init_builtins): Change its prototype to take 4 uhalf arguments.
11859 (frv_expand_mdpackh_builtin): New function.
11860 (frv_expand_builtin): Use it to expand __MDPACKH.
11861 * doc/extend.texi (__MDPACKH): Update documentation.
11862
11863 2005-01-28 Uros Bizjak <uros@kss-loka.si>
11864
11865 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use
11866 SSE_FLOAT_MODE_P for use_sse computation.
11867
11868 2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
11869
11870 PR target/19663
11871 * config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
11872
11873 2005-01-27 Richard Henderson <rth@redhat.com>
11874
11875 * builtins.c (expand_builtin_copysign): New.
11876 (expand_builtin): Call it.
11877 * genopinit.c (optabs): Add copysign_optab.
11878 * optabs.c (init_optabs): Initialize it.
11879 (expand_copysign): New.
11880 * optabs.h (OTI_copysign, copysign_optab): New.
11881 (expand_copysign): Declare.
11882
11883 * config/alpha/alpha.md (UNSPEC_COPYSIGN): New.
11884 (copysignsf3, ncopysignsf3, copysigndf3, ncopysigndf3): New.
11885
11886 * config/i386/i386.c (ix86_build_signbit_mask): Split from ...
11887 (ix86_expand_fp_absneg_operator): ... here.
11888 (ix86_split_copysign): New.
11889 * config/i386/i386-protos.h: Update.
11890 * config/i386/i386.md (UNSPEC_COPYSIGN): New.
11891 (copysignsf3, copysigndf3): New.
11892
11893 * config/ia64/ia64.md (UNSPEC_COPYSIGN): New.
11894 (copysignsf3, ncopysignsf3): New.
11895 (copysigndf3, ncopysigndf3): New.
11896 (copysignxf3, ncopysignxf3): New.
11897 * config/ia64/ia64.c (rtx_needs_barrier): Handle UNSPEC_COPYSIGN.
11898
11899 2005-01-27 Arend Bayer <arend.bayer@web.de>
11900 Kazu Hirata <kazu@cs.umass.edu>
11901
11902 * cse.c: (find_best_addr): Don't call copy_rtx before calling
11903 fold_rtx. Save cost recomputation if fold_rtx did nothing.
11904 (fold_rtx) <ASM_OPERANDS>: Don't do anything if INSN is
11905 NULL_RTX.
11906
11907 2005-01-27 Jeff Law <law@redhat.com>
11908
11909 * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register
11910 definitions of SSA_NAMEs which are not being rewritten.
11911 (rewrite_ssa_into_ssa): Only initialize the current definition
11912 of an SSA_NAME if that SSA_NAME has been marked for rewriting.
11913 If checking is enabled, assert that SSA_NAME_AUX is clear for all
11914 SSA_NAMEs before returning.
11915
11916 2005-01-27 Kazu Hirata <kazu@cs.umass.edu>
11917
11918 * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,
11919 cfgexpand.c, dbxout.c, function.h, opts.c, tree-flow-inline.h,
11920 tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-tailcall.c,
11921 config/avr/avr.md, config/cris/aout.h, config/cris/cris.h,
11922 config/mips/iris6.h, config/sh/sh.c: Update copyright.
11923
11924 2005-01-27 Steven Bosscher <stevenb@suse.de>
11925
11926 PR middle-end/17278
11927 * opts.c (decode_options): Move flag_thread_jumps from -O1 and
11928 higher to -O2 and higher. Likewise for tree PRE.
11929 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only iterate at -O2
11930 and better.
11931
11932 2005-01-27 Ian Lance Taylor <ian@airs.com>
11933
11934 PR middle-end/19583
11935 * gimple-low.c (try_catch_may_fallthru): New static function.
11936 (block_may_fallthru): Handle TRY_CATCH_EXPR.
11937 * tree-inline.c (expand_call_inline): Don't warn about reaching
11938 the end of a non-void function being inlined if the function uses
11939 a return slot.
11940
11941 2005-01-27 Jakub Jelinek <jakub@redhat.com>
11942
11943 * config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
11944
11945 PR c/18946
11946 * c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
11947 (pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
11948 (implicitly_declare): Handle error_mark_node.
11949
11950 2005-01-27 Richard Henderson <rth@redhat.com>
11951
11952 PR tree-opt/14329
11953 * tree.h (struct tree_decl): Add debug_expr_is_from.
11954 (DECL_DEBUG_EXPR_IS_FROM): New.
11955 (DECL_DEBUG_EXPR): Rename from DECL_DEBUG_ALIAS_OF.
11956 * dwarf2out.c (dwarf2out_var_location): Update to match.
11957 * tree-outof-ssa.c (create_temp): Likewise.
11958 * var-tracking.c (track_expr_p): Likewise.
11959 * tree-sra.c (instantiate_element): Set DECL_DEBUG_EXPR.
11960 * c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR.
11961 * toplev.c (default_tree_printer): Likewise.
11962
11963 2005-01-27 Alexandre Oliva <aoliva@redhat.com>
11964
11965 * config/frv/frv.c (frv_class_likely_spilled_p): Add GR8_REGS,
11966 GR9_REGS, GR89_REGS, FDPIC_FPTR_REGS, FDPIC_REGS.
11967
11968 2005-01-27 Steven Bosscher <stevenb@suse.de>
11969
11970 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
11971 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
11972 ASM_CLOBBERS): Add tree checks.
11973
11974 * c-common.h (SWITCH_TYPE): Rename to SWITCH_STMT_TYPE.
11975 (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.
11976 * c-common.def (SWITCH_STMT): Update to match.
11977 * c-common.c (c_do_switch_warnings): Use SWITCH_STMT accessor
11978 macros instead of SWITCH_EXPR ones.
11979 * c-dump.c (c_dump_tree): Likewise.
11980 * c-gimplify.c (gimplify_switch_stmt): Likewise.
11981 * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
11982
11983 * doc/c-tree.texi (SWITCH_STMT): Update accessor macro names.
11984
11985 2005-01-27 Alan Modra <amodra@bigpond.net.au>
11986
11987 * unwind-dw2.c (execute_stack_op): Add missing cases for
11988 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
11989
11990 2005-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
11991
11992 * config.gcc (Obsolete configurations): Remove 'dummy', add
11993 sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
11994 sparc-*-openbsd*.
11995
11996 2005-01-26 Diego Novillo <dnovillo@redhat.com>
11997
11998 PR tree-optimization/19633
11999 * tree-ssa-alias.c (ptr_is_dereferenced_by): Also handle
12000 CALL_EXPRs.
12001 (maybe_create_global_var): Do not create .GLOBAL_VAR if there
12002 are no call-clobbered variables.
12003 * tree-outof-ssa.c (check_replaceable): Return false for calls
12004 with side-effects.
12005
12006 2005-01-26 Ulrich Weigand <uweigand@de.ibm.com>
12007
12008 * dbxout.c (dbxout_symbol_location): Resolve constant pool references
12009 even for variables with NULL DECL_INITIAL.
12010
12011 2005-01-26 Stuart Hastings <stuart@apple.com>
12012
12013 * gimplify.c (shortcut_cond_expr): Re-compute side-effects.
12014
12015 2005-01-26 Richard Henderson <rth@redhat.com>
12016
12017 PR middle-end/18008
12018 * c-decl.c (finish_struct): Set DECL_MODE after resetting a
12019 field's type.
12020 * expr.c (store_field): Strip conversions to odd-bit-sized types
12021 if the destination field width matches.
12022
12023 2005-01-26 Richard Henderson <rth@redhat.com>
12024
12025 * c-decl.c, expmed.c, expr.c: Revert last change.
12026
12027 2005-01-26 Richard Henderson <rth@redhat.com>
12028
12029 PR middle-end/18008
12030 * c-decl.c (finish_struct): Set DECL_MODE after resetting a
12031 field's type.
12032 * expmed.c (store_fixed_bit_field): Create a paradoxical subreg
12033 if we don't need the bits above those present in the current mode.
12034 * expr.c (store_field): Strip conversions to odd-bit-sized types
12035 if the destination field width matches.
12036
12037 2005-01-26 Richard Sandiford <rsandifo@redhat.com>
12038
12039 * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
12040 either -ffast-math or -funsafe-math-optimizations is in use.
12041
12042 2005-01-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
12043
12044 PR target/19293
12045 PR target/19329
12046 * config/avr/avr.c (notice_update_cc): Only set condition code for
12047 ashrqi3 if shift count > 0.
12048 (out_shift_with_cnt): Handle shift count <= 0 as a no-op.
12049 (ashlqi3_out, ashlhi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out,
12050 ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Handle shift
12051 count <= 0 as a no-op, and shift count >= width by copying zero
12052 or sign bit to all bits of the result.
12053 * config/avr/avr.md (all shifts): Add alternatives for zero shift
12054 count, with attribute "length" set to 0 and "cc" set to "none".
12055
12056 2005-01-26 Aldy Hernandez <aldyh@redhat.com>
12057
12058 * doc/invoke.texi: Document -mTLS.
12059
12060 * testsuite/gcc.target/frv/all-tls-global-dynamic.c: New.
12061 * testsuite/gcc.target/frv/all-tls-initial-exec.c: New.
12062 * testsuite/gcc.target/frv/all-tls-initial-exec-pic.c: New.
12063 * testsuite/gcc.target/frv/all-tls-local-dynamic.c: New.
12064 * testsuite/gcc.target/frv/all-tls-local-dynamic-plt.c: New.
12065 * testsuite/gcc.target/frv/all-tls-local-dynamic-plt-pic.c: New.
12066 * testsuite/gcc.target/frv/all-tls-local-exec.c: New.
12067 * testsuite/gcc.target/frv/all-tls-local-exec-TLS.c: New.
12068
12069 * configure.ac: Check for a TLS capable gas.
12070
12071 * configure: Regenerate.
12072
12073 2005-01-26 Richard Henderson <rth@redhat.com>
12074
12075 PR middle-end/18008
12076 * combine.c (make_field_assignment): Simplify store to zero_extract
12077 from a source with an overlapping mask.
12078
12079 2005-01-26 Aldy Hernandez <aldyh@redhat.com>
12080
12081 2004-11-11 Eric Christopher <echristo@redhat.com>
12082
12083 * config/frv/frv.md: Add fr400_integer automaton. Don't
12084 allow TYPE_MUL, TYPE_MACC, or TYPE_CUT to issue in parallel
12085 to TYPE_MACC.
12086
12087 2005-01-26 Steven Bosscher <stevenb@suse.de>
12088
12089 PR middle-end/16585
12090 * cfgbuild.c (make_edges): Do not clear or set
12091 current_function_has_computed_jump.
12092 * function.h (struct function): Remove the has_computed_jump field.
12093 (current_function_has_computed_jump): Do not define.
12094 * sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
12095 in a computed jump. Ignore current_function_has_computed_jump.
12096
12097 2005-01-26 Richard Henderson <rth@redhat.com>
12098
12099 PR middle-end/19515
12100 * expr.c (categorize_ctor_elements): New argument p_must_clear.
12101 (categorize_ctor_elements_1): Likewise. Detect a union that isn't
12102 fully initialized.
12103 (mostly_zeros_p): Update for new categorize_ctor_elements argument.
12104 * gimplify.c (gimplify_init_constructor): Likewise. Only shove
12105 objects into static storage if they have more than one non-zero value.
12106 * tree.h (categorize_ctor_elements): Update decl.
12107
12108 2005-01-26 Steven Bosscher <stevenb@suse.de>
12109
12110 PR middle-end/19616
12111 * tree.h (CALL_EXPR_TAILCALL): Add comment.
12112 * calls.c (check_sibcall_argument_overlap_1): Revert the change
12113 to this function from 2004-07-10.
12114 * tree-tailcall.c (suitable_for_tail_opt_p): Do not consider the
12115 the current function for tail call optimizations if the address
12116 of one of it its arguments is taken.
12117
12118 2005-01-26 Kazu Hirata <kazu@cs.umass.edu>
12119
12120 * cse.c (fold_rtx): Call equiv_constant only when necessary.
12121
12122 2005-01-26 Bernd Schmidt <bernd.schmidt@analog.com>
12123
12124 * function.c (expand_function_end): If current_function_calls_alloca,
12125 emit stack restore in a place that is reached when the function falls
12126 through at the end.
12127
12128 2005-01-26 Alexandre Oliva <aoliva@redhat.com>
12129
12130 * Makefile.in (../$(build_subdir)/fixincludes/fixincl): Add dummy
12131 rule to avoid matching inappropriate suffix rule.
12132
12133 2005-01-26 Jan Hubicka <jh@suse.cz>
12134
12135 PR tree-optimization/19241
12136 * tree-inline.c (copy_body_r): Do not walk subtrees after substituting.
12137
12138 2005-01-26 Hans-Peter Nilsson <hp@axis.com>
12139
12140 * config/cris/cris.h (LIB_SPEC) <sim*>: Use -lsyslinux, not
12141 -lsyssim. Wrap -lc -lsyssim in --start-group --end-group instead
12142 of doubling.
12143 (STARTFILE_SPEC): Add crti.o, before crtbegin.o.
12144 <sim*>: Always use crt1.o, regardless of N in simN.
12145 <!sim>: Drop support for -pg and -p variants; always use crt0.o.
12146 (ENDFILE_SPEC): Add crtn.o, after crtend.o.
12147 (CRT_CALL_STATIC_FUNCTION): Remove.
12148 * config/cris/aout.h (STARTFILE_SPEC): <!melinux && sim*>: Always
12149 use crt1.o, regardless of N in simN.
12150 <!sim>: Drop support for -pg and -p variants; always use crt0.o.
12151 (LIB_SPEC): Do not define; default to the one in config/cris/cris.h.
12152 (CRIS_CPP_SUBTARGET_SPEC) <melinux && !nostdinc>: Remove special
12153 case isystem setting.
12154 (MAX_OFILE_ALIGNMENT): Correct to 32, not 16.
12155
12156 2005-01-25 Ian Lance Taylor <ian@airs.com>
12157
12158 * gimple-low.c (block_may_fallthru): Correct handling of
12159 SWITCH_EXPR--may fall through if SWITCH_LABELS is NULL.
12160
12161 2005-01-26 Hans-Peter Nilsson <hp@axis.com>
12162
12163 * config/cris/cris.h (CPP_SPEC): Adjust the various mtune=
12164 handlers to match indentation; nested under the mtune=* handler.
12165 Similar for mcpu= and march=.
12166
12167 2005-01-25 Daniel Jacobowitz <dan@codesourcery.com>
12168
12169 * config/mips/linux.h (LIB_SPEC): Remove -rpath-link.
12170 * config/mips/linux64.h (LIB_SPEC): Likewise.
12171 * config/mn10300/linux.h (LIB_SPEC): Likewise.
12172 * config/sh/linux.h (LIB_SPEC): Likewise.
12173
12174 2005-01-25 Aldy Hernandez <aldyh@redhat.com>
12175
12176 * config/frv/frv.c (frv_legitimize_tls_address): New.
12177 (TARGET_HAVE_TLS): Define.
12178 (FRV_SYMBOL_REF_TLS_P): Define.
12179 (frv_override_options): Handle new register classes.
12180 (frv_legitimate_address_p): Reject tls addresses.
12181 (frv_legitimize_address): Handle TLS addresses.
12182 (gen_inlined_tls_plt): New.
12183 (gen_tlsmoff): New.
12184 (frv_legitimize_tls_address): New.
12185 (unspec_got_name): Add TLS entries.
12186 (got12_operand): Add R_FRV_TLSMOFF12 case.
12187 (frv_emit_move): Fixup TLS addresses.
12188 (frv_emit_movsi): Legitimize TLS addresses.
12189
12190 * config/frv/frv.h (MASK_BIG_TLS): New.
12191 (TARGET_BIG_TLS): New.
12192 (HAVE_AS_TLS): Define.
12193 (TARGET_SWITCHES): Add -mTLS and -mtls options.
12194 (enum reg_class): Add GR8_REGS, GR9_REGS, GR89_REGS.
12195 (REG_CLASS_NAMES): Same.
12196 (REG_CLASS_CONTENTS): Same.
12197 (CONSTRAINT_LEN): New.
12198 (REG_CLASS_FROM_CONSTRAINT): New.
12199 (PREDICATE_CODES): Add symbolic_operand.
12200
12201 * config/frv/frv.md (define_constants): Add UNSPEC_GETTLSOFF,
12202 UNSPEC_TLS_LOAD_GOTTLSOFF12, UNSPEC_TLS_INDIRECT_CALL,
12203 UNSPEC_TLS_TLSDESC_LDD, UNSPEC_TLS_TLSDESC_LDD_AUX,
12204 UNSPEC_TLS_TLSOFF_LD, UNSPEC_TLS_LDDI, UNSPEC_TLSOFF_HILO,
12205 R_FRV_GOTTLSOFF_HI, R_FRV_GOTTLSOFF_LO, R_FRV_TLSMOFFHI,
12206 R_FRV_TLSMOFFLO, R_FRV_TLSMOFF12, R_FRV_TLSDESCHI,
12207 R_FRV_TLSDESCLO, R_FRV_GOTTLSDESCHI, R_FRV_GOTTLSDESCLO, GR8_REG,
12208 GR9_REG, GR14_REG, LRREG.
12209 (type): Add load_or_call attribute.
12210 ("load_or_call"): New reservation.
12211 ("call_gettlsoff"): New.
12212 ("tls_indirect_call"): New.
12213 ("tls_load_gottlsoff12"): New.
12214 ("tlsoff_hilo"): New.
12215 ("tls_tlsdesc_ldd"): New.
12216 ("tls_tlsoff_ld"): New.
12217 ("tls_lddi"): New.
12218
12219 * config/frv/frv-protos.h (symbolic_operand): Protoize.
12220
12221 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
12222
12223 * config/frv/frv.h (ASM_OUTPUT_DWARF_DTPREL): Define.
12224 * config/frv/frv-protos.h (frv_output_dwarf_dtprel): Declare.
12225 * config/frv/frv.c (TLS_BIAS): Define.
12226 (frv_output_dwarf_dtprel): New.
12227
12228 2005-01-26 Jakub Jelinek <jakub@redhat.com>
12229
12230 PR rtl-optimization/19579
12231 * ifcvt.c (noce_try_cmove_arith): If emitting instructions to set up
12232 both A and B, see if they don't clobber registers the other expr uses.
12233
12234 2005-01-25 J"orn Rennecke <joern.rennecke@st.com>
12235
12236 * real.c (do_add): Initialize signalling and canonical members.
12237
12238 * real.c (real_from_integer): Zero out destination.
12239
12240 2005-01-18 Jan Hubicka <jh@suse.cz>
12241
12242 PR tree-optimize/19337
12243 * tree-inline.c (initialize_inlined_parameters): Copy
12244 saved_static_chain_decl only.
12245
12246 2005-01-25 Richard Henderson <rth@redhat.com>
12247
12248 PR target/19556
12249 PR target/19584
12250 * config/i386/i386.c (x86_inter_unit_moves): Zero.
12251 (ix86_preferred_reload_class): Rewrite fp-constant section, with
12252 80387 enabled, to return a proper subclass. Return the subset that
12253 overlaps with GENERAL_REGS for PLUS.
12254 * config/i386/i386.md (movsi_1, movdi_2): Set type to "mmx" for pxor.
12255
12256 2005-01-25 Richard Henderson <rth@redhat.com>
12257
12258 PR middle-end/19609
12259 * tree-complex.c (expand_complex_div_wide): Use the correct formulae.
12260
12261 2005-01-25 Roger Sayle <roger@eyesopen.com>
12262
12263 * expmed.c (choose_multiplier): Change interface to return the
12264 multiplier lowpart as an rtx instead of an unsigned HOST_WIDE_INT.
12265 (expand_divmod): Update calls to choose_multiplier.
12266
12267 2005-01-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12268
12269 PR middle-end/19330
12270 * expmed.c (extract_bit_field): Use adjust_address instead of
12271 gen_lowpart when op0 is a MEM.
12272
12273 2005-01-24 Steven Bosscher <stevenb@suse.de>
12274
12275 * cfgexpand.c (expand_gimple_tailcall): Fix typo.
12276
12277 2005-01-24 Richard Sandiford <rsandifo@redhat.com>
12278
12279 * config/mips/irix-csr.c: New file.
12280 * config/mips/t-iris6 (irix-csr.o): New rule to build it.
12281 (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
12282 * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
12283 executables.
12284
12285 2005-01-24 Eric Botcazou <ebotcazou@libertysurf.fr>
12286
12287 PR bootstrap/19364
12288 * config.gcc (sparc-*-elf*): Remove sol2.h, sparc/sol2.h and
12289 sparc/elf.h, add sparc/sp-elf.h.
12290 (sparc-*-rtems*): Likewise.
12291 (sparclite-*-elf*): Remove sol2.h, sparc/sol2.h, sparc/elf.h and
12292 tm-dwarf2.h, add sparc/sp-elf.h.
12293 (sparc86x-*-elf): Likewise.
12294 (sparc64-*-elf*): Remove sol2.h, sparc/sol2.h and tm-dwarf2.h.
12295 * config/sparc/liteelf.h (TARGET_SUB_OS_CPP_BUILTINS): Rename into
12296 TARGET_OS_CPP_BUILTINS.
12297 * config/sparc/sp86x-elf (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
12298 * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
12299 Undefine it.
12300 * config/sparc/openbsd64.h (NO_IMPLICIT_EXTERN_C): Undefine.
12301 * config/sparc/sp64-elf.h (NO_IMPLICIT_EXTERN_C): New macro.
12302 (SWITCH_TAKES_ARG): Likewise.
12303 (LOCAL_LABEL_PREFIX): Likewise.
12304 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12305 (TARGET_N_FORMAT_TYPES): Delete.
12306 (TARGET_FORMAT_TYPES): Likewise.
12307 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
12308 * config/sparc/elf.h: Delete.
12309 * config/sparc/sp-elf.h: New file.
12310
12311 2005-01-24 Kazu Hirata <kazu@cs.umass.edu>
12312
12313 * tree-flow-inline.h (phi_arg_from_edge): Remove.
12314 * tree-flow.h: Remove the corresponding prototype.
12315 * tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-ssa.c,
12316 tree-vectorizer.c: Use dest_idx instead of phi_arg_from_edge.
12317
12318 2005-01-24 Jakub Jelinek <jakub@redhat.com>
12319
12320 PR target/17751
12321 * config/rs6000/rs6000.c (rs6000_file_start): Create toc section
12322 for AIX ABI or ELF -fPIC.
12323 (rs6000_emit_load_toc_table): Don't create toc_section here.
12324 (rs6000_xcoff_file_start): Nor here.
12325
12326 2005-01-24 J"orn Rennecke <joern.rennecke@st.com>
12327
12328 * sh.c (ra.h): Don't #include.
12329 (hard_regs_intersect_p): New function, resurrected from ra.c.
12330
12331 * sh.c: Fix 1996 Copyright.
12332
12333 2005-01-24 Richard Henderson <rth@redhat.com>
12334 Aldy Hernandez <aldyh@redhat.com>
12335
12336 * regrename.c (note_sets): Handle subregs.
12337
12338 2005-01-24 Joseph S. Myers <joseph@codesourcery.com>
12339
12340 PR bootstrap/18058
12341 * genconditions.c (write_header, write_conditions): Elide file if
12342 not GCC >= 3.0.1.
12343
12344 2005-01-24 Kazu Hirata <kazu@cs.umass.edu>
12345
12346 * c-opts.c, expmed.c, gengtype.c, tree-complex.c,
12347 config/arm/iwmmxt.md, config/avr/avr.c, config/s390/s390.h:
12348 Update copyright.
12349
12350 2005-01-24 Jakub Jelinek <jakub@redhat.com>
12351
12352 * builtins.c (get_pointer_alignment, gimplify_va_arg_expr,
12353 expand_builtin_printf, expand_builtin_fprintf,
12354 expand_builtin_sprintf): Use POINTER_TYPE_P instead TREE_CODE
12355 checking against POINTER_TYPE.
12356 (validate_arglist): Handle POINTER_TYPE code by checking
12357 POINTER_TYPE_P.
12358
12359 2005-01-24 Paolo Bonzini <bonzini@gnu.org>
12360
12361 * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1,
12362 init_rtlanal): New.
12363 (for_each_rtx): Call for_each_rtx_1.
12364 * rtl.h (init_rtlanal): Declare.
12365 * toplev.c (backend_init): Call init_rtlanal.
12366
12367 2005-01-24 Jakub Jelinek <jakub@redhat.com>
12368
12369 * flow.c (propagate_one_insn): Formatting.
12370
12371 PR middle-end/19551
12372 * flow.c (libcall_dead_p): Be more conservative if unsure.
12373 If there are any instructions between insn and call, see if they are
12374 all dead before saying the libcall is dead.
12375
12376 2005-01-24 Uros Bizjak <uros@kss-loka.si>
12377
12378 * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
12379 operand constraint for operand 0.
12380
12381 2005-01-23 Richard Henderson <rth@redhat.com>
12382
12383 PR 19486
12384 * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on
12385 edges leading to join block.
12386
12387 2005-01-23 Roger Sayle <roger@eyesopen.com>
12388
12389 * expmed.c (expand_mult_highpart): Make static. Change type of
12390 constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
12391 (expand_divmod): Updates calls to expand_mult_highpart by using
12392 gen_int_mode to pass a CONST_INT rtx.
12393 * rtl.h (expand_mult_highpart): Remove prototype.
12394
12395 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
12396
12397 * flow.c (regset_bytes, regset_size): Remove.
12398
12399 * cfganal.c: Fix a reference to Harvey's paper.
12400
12401 2005-01-23 Steven Bosscher <stevenb@suse.de>
12402
12403 PR rtl-optimization/19464
12404 * tree-optimize.c (init_tree_optimization_passes): Add one more
12405 copyrename pass just before out-of-ssa.
12406
12407 2005-01-23 Joseph S. Myers <joseph@codesourcery.com>
12408
12409 PR bootstrap/18058
12410 * recog.c (recog_memoized): Don't define if GENERATOR_FILE.
12411 * ggc-none.c (ggc_free): Define.
12412
12413 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
12414
12415 * cse.c (max_reg, max_insn_uid): Remove.
12416 (cse_main): Don't access max_reg or max_insn_uid.
12417
12418 * c-common.c (explicit_flag_signed_bitfields,
12419 lang_statement_code_p, lang_expand_function_end): Remove.
12420 * c-common.h: Remove the corresponding declarations.
12421 * c-opts.c (c_common_handle_option): Remove all write access
12422 to explicit_flag_signed_bitfields.
12423
12424 * cgraph.c (cgraph_varpool_n_nodes): Remove.
12425 (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
12426 * cgraph.h: Remove the corresponding declaration.
12427
12428 * gcse.c (null_pointer_info): Remove.
12429
12430 2005-01-23 Roger Sayle <roger@eyesopen.com>
12431 Eric Botcazou <ebotcazou@libertysurf.fr>
12432
12433 * combine.c (simplify_logical): Only simplify logical expressions
12434 of the form ior(and(x,y),z) by the inverse distributive law if the
12435 result is cheaper than the original.
12436
12437 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
12438
12439 * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
12440 fold-const.c, gimplify.c, params.h, tree-data-ref.c,
12441 tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
12442 tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
12443 config/freebsd-spec.h, config/arm/arm.h,
12444 config/h8300/h8300.md, config/i386/i386.md,
12445 config/i386/predicates.md, config/i386/sse.md,
12446 config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
12447 config/vax/vax.md: Fix comment typos. Follow spelling
12448 conventions.
12449
12450 2005-01-23 Steven Bosscher <stevenb@suse.de>
12451
12452 * gengtype.c (walk_type): Produce `not equal to' compares for loop
12453 tests, instead of `less than'.
12454
12455 2005-01-23 Richard Sandiford <rsandifo@redhat.com>
12456
12457 * function.c (assign_parm_setup_block): When creating a new stack slot
12458 for a parameter, get its alignment from the parameter's DECL_ALIGN
12459 rather than the type's TYPE_ALIGN. Make sure that the parameter
12460 is at least word aligned.
12461
12462 2005-01-22 Roger Sayle <roger@eyesopen.com>
12463
12464 PR middle-end/19378
12465 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
12466
12467 2005-01-22 Richard Henderson <rth@redhat.com>
12468
12469 PR target/19506
12470 * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand
12471 in both compare operands.
12472 (movdfcc_1_sse_max): Likewise.
12473 (movsfcc_1_sse): Likewise. Add earlyclobber for scratch.
12474 (movdfcc_1_sse): Likewise.
12475 * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the
12476 scratch register as needed.
12477
12478 2005-01-22 Richard Henderson <rth@redhat.com>
12479
12480 * config/i386/i386.md (smaxsf3): Fix mnemonic typo.
12481
12482 * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
12483
12484 2005-01-22 Richard Henderson <rth@redhat.com>
12485
12486 * genopinit.c (optabs): Use smin/smax for floating point too.
12487 * doc/md.texi: Update to match. Clarify that floating point
12488 results are undefined for +0/-0 and NaN.
12489 * doc/rtl.texi: Likewise.
12490 * rtl.def (SMIN, SMAX): Likewise
12491 * tree.def (MIN_EXPR, MAX_EXPR): Likewise.
12492
12493 * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
12494 leading 's' to the name.
12495 * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
12496 smaxxf3, sminxf3): Likewise.
12497 * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
12498 Likewise.
12499
12500 2005-01-22 Paul Brook <paul@codesourcery.com>
12501
12502 * config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
12503
12504 2005-01-21 Mark Dettinger <dettinge@de.ibm.com>
12505
12506 * config/s390/s390.c (struct processor_costs): New fields
12507 dlgr, dlr, dr, dsgfr, dsgr.
12508 (z900_cost, z990_cost): Values for new fields.
12509 (s390_rtx_costs): New cases MEM und COMPARE in switch
12510 statement. Modified handling of SIGN_EXTEND, ZERO_EXTEND,
12511 DIV, MOD, UDIV, UMOD.
12512
12513 2005-01-21 Ulrich Weigand <uweigand@de.ibm.com>
12514
12515 * config/s390/s390.md ("doloop_si64"): Reload input value directly
12516 into the register being decremented.
12517 ("doloop_si31", "doloop_di"): Likewise.
12518 ("*doloop_si_long"): Adapt pattern.
12519
12520 2005-01-21 Ulrich Weigand <uweigand@de.ibm.com>
12521
12522 * config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for
12523 access registers.
12524 (CLASS_MAX_NREGS): Likewise.
12525
12526 2005-01-21 Daniel Berlin <dberlin@dberlin.org>
12527
12528 * doc/tree-ssa.texi (Statement Operands): Add example for new
12529 must-def macro. Note deprecation of old operands interface.
12530
12531 2005-01-22 Richard Sandiford <rsandifo@redhat.com>
12532
12533 PR tree-optimization/19484
12534 * tree-cfg.c (remove_fallthru_edge): New function.
12535 (cleanup_control_flow): Remove fallthru edges from calls that are
12536 now known not to return.
12537
12538 2005-01-20 Daniel Berlin <dberlin@dberlin.org>
12539
12540 Fix PR tree-optimization/19038
12541 * tree-ssa-dom.c (cprop_operand): Don't replace loop invaeriant
12542 copies with loop variant ones.
12543
12544 2005-01-22 Kazu Hirata <kazu@cs.umass.edu>
12545
12546 * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,
12547 config/alpha/alpha-protos.h, config/alpha/alpha.h,
12548 config/alpha/alpha.md, config/alpha/predicates.md,
12549 config/sparc/freebsd.h, config/sparc/netbsd-elf.h,
12550 config/sparc/sol2.h: Update copyright.
12551
12552 * tree-cfg.c (remove_forwarder_block_with_phi): Look at the
12553 first label to see if it is a nonlocal label.
12554
12555 2005-01-22 David Edelsohn <edelsohn@gnu.org>
12556 Andrew Pinski <pinskia@physics.uc.edu>
12557
12558 PR target/19491
12559 * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
12560 maximum number of GPRs. Saturate n_fpr at maximum number of FPRs.
12561
12562 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
12563
12564 * config/rs6000/rtems.h: Update copyright.
12565
12566 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
12567
12568 PR target/19548
12569 * config/rs6000/rtems.h: Resurrect cpp_os_rtems_spec from gcc < 3.4.
12570 (CPP_OS_RTEMS_SPEC): New (From gcc-3.3's config/rs6000/sys4.h).
12571 (SUBSUBTARGET_EXTRA_SPECS): Use CPP_OS_RTEMS_SPEC.
12572
12573 2005-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12574
12575 PR c/18809
12576 * c-typeck.c (convert_arguments): Check for error_mark_node.
12577
12578 2005-01-21 Ian Lance Taylor <ian@airs.com>
12579
12580 PR tree-optimization/13000
12581 * tree-inline.c: Include "tree-flow.h".
12582 (expand_call_inline): If warn_return_type, warn if non-void inline
12583 function falls through.
12584 * tree-cfg.c (execute_warn_function_return): Don't warn about
12585 control reaching end if TREE_NO_WARNING is set. Set
12586 TREE_NO_WARNING.
12587 * gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR
12588 has been lowered.
12589 * gimplify.c (shortcut_cond_expr): Don't emit a jump over the else
12590 branch if we don't need one.
12591 * c-typeck.c: Include "tree-flow.h"
12592 (c_finish_bc_stmt): Don't add a goto if the current statement
12593 list doesn't fall through to the current point.
12594
12595 2005-01-21 Roger Sayle <roger@eyesopen.com>
12596
12597 PR rtl-optimization/576
12598 * real.c (real_arithmetic): Change return type from void to bool
12599 to return an indication that the result may be inexact.
12600 * real.h (real_arithmeric): Update prototype.
12601 * fold-const.c (const_binop): Don't constant fold floating
12602 point expressions when the user specifies -frounding-math and
12603 the result may depend upon the run-time rounding mode.
12604 (fold_convert_const_real_from_real): Clean-up.
12605 (fold_initializer): Ignore flag_rounding_math for initializers.
12606 * simplify-rtx.c (simplify_binary_operation): Likewise, don't
12607 constant fold FP operations with flag_rounding_math if the
12608 result may depend upon the run-time rounding mode.
12609
12610 2005-01-21 Tom Tromey <tromey@redhat.com>
12611
12612 * c-cppbuiltin.c (define__GNUC__): Correct assertion.
12613
12614 2005-01-21 Kazu Hirata <kazu@cs.umass.edu>
12615
12616 * tree-cfg.c: Fix comment typos.
12617
12618 2005-01-21 J"orn Rennecke <joern.rennecke@st.com>
12619
12620 * passes.c (rest_of_handle_flow2): Close / open the flow2 dump file
12621 around the call to rest_of_handle_branch_target_load_optimize.
12622
12623 2005-01-21 Eric Botcazou <ebotcazou@libertysurf.fr>
12624
12625 * config.gcc (sparc-*-netbsdelf*): Include dbxelf.h
12626 (sparc64-*-openbsd*): Likewise.
12627 (sparclite-*-elf*): Include tm-dwarf2.h.
12628 (sparc86x-*-elf*): Likewise.
12629 (sparc64-*-elf*): Likewise.
12630 * config/sparc/linux64.h (DWARF2_DEBUGGING_INFO): Delete.
12631 (DBX_DEBUGGING_INFO): Likewise.
12632 * config/sparc/liteelf.h (DWARF2_DEBUGGING_INFO): Likewise.
12633 (PREFERRED_DEBUGGING_TYPE): Likewise.
12634 * config/sparc/netbsd-elf.h (PREFERRED_DEBUGGING_TYPE): Likewise.
12635 * config/sparc/sp64-elf.h (DBX_DEBUGGING_INFO): Likewise.
12636 (PREFERRED_DEBUGGING_TYPE): Likewise.
12637 * config/sparc/sp86x-elf.h (DWARF2_DEBUGGING_INFO): Likewise.
12638 (PREFERRED_DEBUGGING_TYPE): Likewise.
12639 * config/sparc/sparc.h (DBX_DEBUGGING_INFO): Likewise.
12640
12641 2005-01-21 Hans-Peter Nilsson <hp@bitrange.com>
12642
12643 PR target/18701
12644 * combine.c (combine_simplify_rtx): Revert change of 2004-12-31.
12645
12646 2005-01-20 Paul Brook <paul@codesourcery.com>
12647
12648 * doc/rtl.texi: Document value extension requirements for CONST_INT.
12649
12650 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
12651
12652 * tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
12653 label is first in a sequence of labels.
12654
12655 * tree-cfg.c (tree_verify_flow_info): Fix a typo.
12656
12657 2005-01-20 Janis Johnson <janis187@us.ibm.com>
12658 Giovanni Bajo <giovannibajo@gcc.gnu.org>
12659
12660 * doc/sourcebuild.texi (Test Directives): New.
12661
12662 2005-01-20 Roger Sayle <roger@eyesopen.com>
12663
12664 * real.c (real_floor): Don't leave the result uninitialized when
12665 mode is VOIDMode, but return the unrounded intermediate value.
12666 (real_ceil): Likewise.
12667
12668 2005-01-20 Paul Brook <paul@codesourcery.com>
12669
12670 * config/arm/arm.md (insv): Use gen_int_mode.
12671
12672 2005-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
12673
12674 * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
12675 * config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12676 * config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12677 * config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12678 * config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12679
12680 2005-01-20 Daniel Berlin <dberlin@dberlin.org>
12681
12682 Fix PR debug/19124
12683 * dwarf2out.c (concat_loc_descriptor): We don't know we can use
12684 fbreg, so we have to assume we can't.
12685 (loc_descriptor_from_tree_1): Ditto.
12686 (containing_function_has_frame_base): New function.
12687 (add_location_or_const_value_attribute): Use it.
12688 Also try to generate a frame_base from a single element location
12689 list.
12690
12691 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
12692
12693 PR tree-optimization/15349
12694 * timevar.def (TV_TREE_MERGE_PHI): New.
12695 * tree-cfg.c (tree_forwarder_block_p): Add a new argument
12696 PHI_WANTED.
12697 (remove_forwarder_block, cleanup_forwarder_blocks): Adjust the
12698 calls to tree_forwarder_block_p.
12699 (remove_forwarder_block_with_phi, merge_phi_nodes,
12700 gate_merge_phi, pass_merge_phi): New.
12701 * tree-optimize.c (init_tree_optimization_passes): Add
12702 pass_merge_phi.
12703 * tree-pass.h: Add an extern for pass_merge_phi;
12704
12705 2005-01-20 Richard Henderson <rth@redhat.com>
12706
12707 PR target/19418
12708 * config/i386/emmintrin.h (_mm_castpd_ps, _mm_castpd_si128): New.
12709 (_mm_castps_pd, _mm_castps_si128): New.
12710 (_mm_castsi128_ps, _mm_castsi128_pd): New.
12711
12712 2005-01-20 Richard Henderson <rth@redhat.com>
12713
12714 PR target/19530
12715 * config/i386/mmintrin.h (_mm_cvtsi32_si64): Use
12716 __builtin_ia32_vec_init_v2si.
12717 (_mm_cvtsi64_si32): Use __builtin_ia32_vec_ext_v2si.
12718 * config/i386/i386.c (IX86_BUILTIN_VEC_EXT_V2SI): New.
12719 (ix86_init_mmx_sse_builtins): Create it.
12720 (ix86_expand_builtin): Expand it.
12721 (ix86_expand_vector_set): Handle V2SFmode and V2SImode.
12722 * config/i386/mmx.md (vec_extractv2sf_0, vec_extractv2sf_1): New.
12723 (vec_extractv2si_0, vec_extractv2si_1): New.
12724
12725 2005-01-20 Richard Henderson <rth@redhat.com>
12726
12727 PR target/16533
12728 * config/i386/i386.c (ix86_expand_push): New.
12729 * config/i386/mmx.md (push<MMXMODE>1): New.
12730 * config/i386/sse.md (push<SSEMODE>1): New.
12731 * config/i386/i386-protos.h: Update.
12732
12733 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
12734
12735 * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
12736 copyright.
12737
12738 2005-01-20 Richard Henderson <rth@redhat.com>
12739
12740 * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
12741 * rtl.h (CONSTANT_P): Don't special case CONST_VECTOR.
12742
12743 2005-01-19 Richard Henderson <rth@redhat.com>
12744
12745 PR target/19350
12746 * config/i386/i386.c (ix86_expand_vector_move_misalign): Convert
12747 to V4SFmode in SSE1 fallback load path.
12748
12749 2005-01-19 Richard Henderson <rth@redhat.com>
12750
12751 * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo
12752 in QImode expansion to ix86_expand_vector_set.
12753 (ix86_expand_vector_init_general): Fix typo in V8HImode recursive call.
12754
12755 2005-01-19 Richard Henderson <rth@redhat.com>
12756
12757 PR target/19511
12758 * config/i386/i386.c (ix86_preferred_reload_class): Return a proper
12759 subclass of the input class.
12760 (ix86_secondary_memory_needed): Always true for cross-MMX classes.
12761 Always true for cross-SSE1 classes. Rationalize conditionals.
12762 * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
12763 * config/i386/i386.md (movsi_1): Add MMX/SSE zeros. Fix alternatives
12764 for SSE1. Don't check TARGET_INTER_UNIT_MOVES.
12765 (movdi_2): Add MMX/SSE zeros.
12766 (movdi_1_rex64): Likewise. Don't check TARGET_INTER_UNIT_MOVES.
12767 (movsf_1): Don't check TARGET_INTER_UNIT_MOVES.
12768 (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
12769 (movsi_1_nointernunit, movdi_1_rex64_nointerunit): Remove.
12770 (movsf_1_nointerunit, zero_extendsidi2_32_1): Remove.
12771 (zero_extendsidi2_rex64_1): Remove.
12772 (MOV0 peephole): Check GENERAL_REG_P.
12773
12774 2005-01-19 Richard Henderson <rth@redhat.com>
12775
12776 PR target/19427
12777 * config/i386/i386.c (ix86_expand_vector_set): Fix third and fourth
12778 shufps elements.
12779 (ix86_expand_vector_extract): Likewise.
12780
12781 2005-01-19 Richard Henderson <rth@redhat.com>
12782
12783 PR middle-end/19304
12784 * expr.c (emit_move_change_mode): New argument force; use
12785 simplify_gen_subreg if true.
12786 (emit_move_via_alt_mode): Merge into ...
12787 (emit_move_via_integer): ... here.
12788 (emit_move_ccmode): Use emit_move_change_mode directly.
12789
12790 2005-01-19 Richard Henderson <rth@redhat.com>
12791
12792 PR target/19518
12793 * config/alpha/alpha.c (alpha_rtx_costs): Handle HIGH.
12794 (alpha_preferred_reload_class): Handle CONST_VECTOR.
12795 (alpha_emit_set_const_1): Add no_output parameter; don't emit
12796 rtl if true.
12797 (alpha_emit_set_const): Likewise. Make static.
12798 (alpha_emit_set_long_const): Make static.
12799 (alpha_extract_integer): Split out from alpha_expand_mov.
12800 (alpha_split_const_mov): Likewise.
12801 (alpha_expand_mov): Use them. Handle CONST_VECTOR.
12802 (alpha_legitimate_constant_p): New.
12803 * config/alpha/alpha-protos.h: Update.
12804 * config/alpha/alpha.h (REGISTER_MOVE_COST): Correct fp<->gp cost.
12805 (LEGITIMATE_CONSTANT_P): Re-implement with a function.
12806 * config/alpha/alpha.md (movsi): Add n alternative.
12807 (movsi_nt_vms, movdi_er_nofix, movdi_er_fix, movdi_fix): Likewise.
12808 (mov<VEC>_fix, mov<VEC>_nofix): Add i alternative.
12809 (splitters for all of the above): Use alpha_split_const_mov.
12810 * config/alpha/predicates.md (non_add_const_operand): New.
12811 (non_zero_const_operand): New.
12812 (input_operand): Use alpha_legitimate_constant_p after reload.
12813
12814 2005-01-19 Zdenek Dvorak <dvorakz@suse.cz>
12815
12816 PR tree-optimization/19038
12817 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): New function.
12818 (add_candidate): Add ivs with increment in latch only if
12819 allow_ip_end_pos_p is true.
12820 (determine_iv_cost): Use empty_block_p.
12821
12822 2005-01-19 Daniel Berlin <dberlin@dberlin.org>
12823
12824 * cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
12825 (compute_dominance_frontiers): Ditto.
12826
12827 2005-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
12828
12829 PR target/19529
12830 * config/sh/t-rtems: New.
12831 * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems.
12832
12833 2005-01-19 Zdenek Dvorak <dvorakz@suse.cz>
12834
12835 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract
12836 the offset of the selected field.
12837
12838 2005-01-19 Kazu Hirata <kazu@cs.umass.edu>
12839
12840 * tree-cfg.c (remove_forwarder_block): Fix the check to
12841 prevent a nonlocal label from appearing in the middle of a
12842 basic block.
12843
12844 2005-01-19 Hans-Peter Nilsson <hp@axis.com>
12845
12846 PR rtl-optimization/19462
12847 * reorg.c (find_end_label): Create return insn only if
12848 current_function_epilogue_delay_list is empty.
12849
12850 2005-01-19 Paolo Bonzini <bonzini@gnu.org>
12851
12852 * doc/passes.texi: Remove paragraph mentioning new-ra.
12853
12854 2005-01-19 Jakub Jelinek <jakub@redhat.com>
12855
12856 PR rtl-optimization/15139
12857 * combine.c: Include params.h.
12858 (count_rtxs): New function.
12859 (record_value_for_reg): If replace_rtx would replace at least
12860 2 occurrences of REG in VALUE and TEM is really large, replace REG with
12861 (clobber (const_int 0)) instead of TEM.
12862 * params.def (PARAM_MAX_LAST_VALUE_RTL): New.
12863 * params.h (MAX_LAST_VALUE_RTL): New.
12864 * Makefile.in (combine.o): Depend on $(PARAMS_H).
12865 * doc/invoke.texi (--param max-last-value-rtl=N): Document.
12866
12867 PR c/17297
12868 * c-typeck.c (digest_init): Only call build_vector if all constructor
12869 elements are *_CST nodes.
12870 * gimplify.c (gimplify_init_constructor): Likewise.
12871
12872 PR middle-end/19164
12873 * c-typeck.c (digest_init): Only call build_vector if inside_init
12874 is a CONSTRUCTOR.
12875
12876 2005-01-18 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
12877
12878 * toplev.c (init_asm_output): Remove dead #ifdef.
12879
12880 2005-01-18 Kaz Kojima <kkojima@gcc.gnu.org>
12881
12882 * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
12883
12884 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12885
12886 * calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
12887 accessing DECL_FUNCTION_CODE.
12888 * dojump.c (do_jump): Likewise.
12889 * gimplify.c (gimplify_call_expr): Likewise.
12890 * predict.c (expr_expected_value): Likewise.
12891 (strip_builtin_expect): Likewise.
12892 * tree-inline.c (estimate_num_insns_1): Likewise.
12893 * tree-ssa-loop-im.c (stmt_cost): Likewise
12894 * fold-const.c (fold): Test for BUILT_IN_NORMAL.
12895 (tree_expr_nonnegative_p): Likewise.
12896
12897 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12898
12899 * config/sparc/sparc.c (load_pic_register): Emit the appropriate
12900 variant of the load_pcrel_sym pattern.
12901 * config/sparc/sparc.md (P macro): Move to the top.
12902 (load_pcrel_sym): Macroize using P.
12903 (save_register_window): Likewise.
12904
12905 2005-01-18 Aldy Hernandez <aldyh@redhat.com>
12906
12907 * config/rs6000/rs6000.md ("sunordered"): Disable for e500.
12908 ("sordered"): Same.
12909
12910 2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
12911
12912 PR C/19472
12913 * c-typeck.c (build_asm_expr): Strip nops off
12914 input memory operands.
12915
12916 2005-01-18 David Edelsohn <edelsohn@gnu.org>
12917
12918 * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
12919 _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
12920 * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
12921 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
12922
12923 2005-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
12924
12925 PR target/19379
12926 * config/i386/i386.c (override_options): If the 80387 is disabled,
12927 then do not return FP values using FP registers.
12928
12929 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
12930
12931 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
12932 c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
12933 combine.c, config.gcc, coverage.h, cse.c, cselib.c,
12934 defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
12935 flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
12936 gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
12937 output.h, postreload-gcse.c, postreload.c, recog.c,
12938 resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
12939 targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
12940 tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
12941 tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
12942 tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
12943 tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
12944 tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
12945 unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.
12946
12947 * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
12948 config/alpha/alpha.c, config/arm/vfp.md,
12949 config/i386/emmintrin.h, config/i386/i386-modes.def,
12950 config/i386/i386-protos.h, config/i386/i386.h,
12951 config/i386/pmmintrin.h, config/i386/ppro.md,
12952 config/i386/predicates.md, config/i386/xmmintrin.h,
12953 config/i860/i860.c, config/ia64/ia64-modes.def,
12954 config/ia64/ia64-protos.h, config/ia64/ia64.h,
12955 config/ia64/ia64.md, config/ia64/itanium1.md,
12956 config/ia64/itanium2.md, config/ia64/predicates.md,
12957 config/iq2000/iq2000.h, config/mips/linux64.h,
12958 config/rs6000/aix41.h, config/rs6000/aix43.h,
12959 config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
12960 config/rs6000/rs6000.c, config/rs6000/rs6000.h,
12961 config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
12962 config/sparc/linux64.h, config/sparc/litecoff.h,
12963 config/sparc/sp64-elf.h, config/sparc/sparc.c,
12964 config/sparc/sparc.h, config/sparc/sparc.md,
12965 config/sparc/sysv4-only.h: Update copyright.
12966
12967 2005-01-18 Richard Henderson <rth@redhat.com>
12968
12969 PR target/19496
12970 * config/i386/i386.c (ix86_expand_fp_movcc): Fail for LTGT and UNEQ.
12971
12972 2005-01-18 Marc Espie <espie@openbsd.org>
12973 * config/i386/openbsdelf.h: Typo.
12974
12975 2005-01-18 Richard Henderson <rth@redhat.com>
12976
12977 * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
12978 special case for sse.
12979 * config/i386/predicates.md (sse_comparison_operator): Likewise.
12980
12981 2005-01-18 Dorit Naishlos <dorit@il.ibm.com>
12982
12983 * tree-inline.c (estimate_num_insns_1): Added cases for
12984 ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.
12985
12986 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12987
12988 PR rtl-optimization/19296
12989 * combine.c (simplify_comparison): Rewrite the condition under
12990 which a non-paradoxical SUBREG of a PLUS can be lifted when
12991 compared against a constant.
12992
12993 2005-01-18 Andi Kleen <ak@muc.de>
12994
12995 * c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
12996 * c.opt (-Wpointer-sign): Add.
12997 * doc/invoke.texi: (-Wpointer-sign): Add.
12998
12999 2005-01-18 Uros Bizjak <uros@kss-loka.si>
13000
13001 * config/i386/i386.c (override_options): Revert 2004-11-24 change.
13002 * config/i386/i386.md (fmodsf3, dremsf3, *sinsf2, *cossf2, sincossf3,
13003 *tansf3_1, tansf2, atan2sf3_1, atan2sf3, atansf2, asinsf2, acossf2,
13004 logsf2, log10sf2, log2sf2, log1psf2, logbsf2, ilogbsf2, expsf2,
13005 exp10sf2, exp2sf2, expm1sf2, rintsf2, floorsf2, ceilsf2, btruncsf2,
13006 nearbyintsf2): Disable for TARGET_SSE_MATH. Leave patterns enabled
13007 for TARGET_MIX_SSE_I387.
13008 (fmoddf3, dremdf3, *sindf2, *sinextendsfdf2, *cosdf2, *cosextendsfdf2,
13009 sincosdf3, *sincosextendsfdf3, *tandf3_1, tandf2, atan2df3_1,
13010 atan2df3, atandf2, asindf2, acosdf2, logdf2, log10df2, log2df2,
13011 log1pdf2, logbdf2, expdf2, exp10df2, exp2df2, expm1df2, rintdf2,
13012 floordf2, ceildf2, btruncdf2, nearbyintdf2): Disable for
13013 (TARGET_SSE2 && TARGET_SSE_MATH). Leave patterns enabled for
13014 TARGET_MIX_SSE_I387.
13015 (atan2sf3, atan2df3, atan2xf3): Remove register constraints
13016 from expander.
13017
13018 2005-01-18 Uros Bizjak <uros@kss-loka.si>
13019
13020 PR target/19424
13021 * config/i386/mmx.md (*movv2sf_internal_rex64, *movv2sf_internal):
13022 Add movaps alternative for xmm reg->reg move.
13023
13024 2005-01-17 Jeff Law <law@redhat.com>
13025
13026 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE
13027 at the end of the main DOM loop rather than just before DOM exits.
13028
13029 2005-01-17 Diego Novillo <dnovillo@redhat.com>
13030
13031 PR tree-optimization/19121
13032 * tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
13033 adding aliases to a name tag, also add them to the pointer's
13034 type tag.
13035 * tree-ssa-copy.c (merge_alias_info): Do not merge flow
13036 sensitive alias info at all. Only check that the two pointers
13037 have compatible pointed-to sets.
13038 * tree-ssa.c (verify_name_tags): Verify that the alias set of
13039 a pointer's type tag is a superset of the alias set of the
13040 pointer's name tag.
13041
13042 2005-01-17 James E Wilson <wilson@specifixinc.com>
13043
13044 PR target/19357
13045 * config/ia64/ia64.md (movxf): Handle general register source. Adjust
13046 comment to document why.
13047
13048 2005-01-17 Richard Henderson <rth@redhat.com>
13049
13050 * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite,
13051 sminv4sf3_finite, sse_vmsminv4sf3_finite, smaxv2df3_finite,
13052 sse2_vmsmaxv2df3_finite, sminv2df3_finite,
13053 sse2_vmsminv2df3_finite): New.
13054 (smaxv4sf3, sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, smaxv2df3,
13055 sse2_vmsmaxv2df3, sminv2df3, sse2_vmsminv2df3): Remove commutative.
13056 Force op1 into register.
13057
13058 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
13059
13060 * Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
13061 bubblestrap from always rebuilding build directory.
13062
13063 2005-01-17 Ulrich Weigand <uweigand@de.ibm.com>
13064
13065 * config/s390/s390.md ("*clc"): Remove incorrect '='.
13066 ("*cmpmem_short"): Likewise.
13067
13068 2005-01-17 Steven Bosscher <stevenb@suse.de>
13069
13070 * basic-block.h: Document BB_* flags.
13071 * regrename.c (copyprop_hardreg_forward): Don't use BB_VISITED,
13072 use an sbitmap instead.
13073 * sched-rgn.c (compute_trg_info): Likewise.
13074
13075 2005-01-17 Richard Sandiford <rsandifo@redhat.com>
13076
13077 * config.gcc (mips64*-*-linux*): Set the default abi to n32. Remove
13078 redundant target_cpu_default and extra_parts lines. Use the default
13079 "from-abi" ISA.
13080 * config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete.
13081 (SUBTARGET_EXTRA_SPECS): Delete.
13082 (DRIVER_SELF_SPECS): Remove architecture lines. Set the ABI directly.
13083 (SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings.
13084 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32
13085 and "n32" for -mabi=n32.
13086
13087 2005-01-17 Ian Lance Taylor <ian@airs.com>
13088
13089 PR c/5675
13090 * c-typeck.c (build_c_cast): Revert patch of 2003-02-16: don't
13091 fold constant variables into initial values.
13092
13093 2005-01-17 Kazu Hirata <kazu@cs.umass.edu>
13094
13095 * tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.
13096
13097 * tree-cfg.c (tree_forwarder_block_p): Speed up by walking
13098 through the statements backward.
13099
13100 2005-01-17 Ian Lance Taylor <ian@airs.com>
13101
13102 PR middle-end/13127:
13103 * tree-inline.c (expand_call_inline): Set TREE_NO_WARNING on
13104 a variable set to the return value of the inlined function.
13105
13106 2005-01-17 Mark Dettinger <dettinge@de.ibm.com>
13107
13108 * rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG
13109 when modes are tieable.
13110
13111 2005-01-17 Ranjit Mathew <rmathew@hotmail.com>
13112
13113 * gthr-posix.h (__gthread_active_p): Use pthread_cancel instead
13114 of pthread_create to find out if threads are enabled.
13115 * gthr-posix95.h (__gthread_active_p): Likewise.
13116
13117 2005-01-17 Paolo Bonzini <bonzini@gnu.org>
13118
13119 * common.opt (-fnew-ra): Remove.
13120 * ra*.*: Remove.
13121 * toplev.h (flag_new_regalloc): Remove.
13122 * Makefile.in (ra*.*): Don't mention.
13123 * passes.c (rest_of_handle_new_regalloc): Remove.
13124 (rest_of_handle_combine, rest_of_compilation): Always consider
13125 flag_new_regalloc as false.
13126 * doc/invoke.texi: Don't document -fnew-ra.
13127
13128 2005-01-17 Paolo Bonzini <bonzini@gnu.org>
13129
13130 * bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
13131 last parameter to reg_scan.
13132 * loop.c (loop_optimize): Likewise.
13133 * passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
13134 rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
13135 rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
13136 rest_of_handle_gcse, rest_of_handle_loop_optimize,
13137 rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
13138 * regclass.c (reg_scan): Likewise, for the declaration.
13139 * rtl.h (reg_scan): Likewise, for the prototype.
13140
13141 2005-01-17 Kazu Hirata <kazu@cs.umass.edu>
13142
13143 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
13144 mark_dfs_back_edges.
13145
13146 2005-01-16 Daniel Berlin <dberlin@dberlin.org>
13147
13148 * tree-ssa-pre.c (add_to_sets): s1 may be NULL.
13149 (compute_avail): Uses don't go in tmp_gen.
13150
13151 2005-01-16 Steven Bosscher <stevenb@suse.de>
13152
13153 * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a
13154 loop to look for a free slot in a page entry.
13155
13156 2005-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13157
13158 PR target/16304
13159 * defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
13160 * toplev.c (compile_file): Call process_pending_assemble_output_defs
13161 just before targetm.asm_out.file_end.
13162 * tree.h (process_pending_assemble_output_defs): Declare.
13163 * varasm.c (assemble_output_def, process_pending_assemble_output_defs):
13164 New functions.
13165 (assemble_alias): Defer generation of assembly code for defines when
13166 TARGET_DEFERRED_OUTPUT_DEFS is true.
13167 * config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
13168 * config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
13169 * doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.
13170
13171 2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13172
13173 PR target/19336
13174 * pa.c (pa_scalar_mode_supported_p): New function.
13175 (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
13176 * pa.h (MIN_UNITS_PER_WORD): Add comment.
13177
13178 * pa-protos.h (prefetch_operand): Delete.
13179 (prefetch_cc_operand, prefetch_nocc_operand): New declations.
13180 * pa.c (prefetch_operand): Delete.
13181 (prefetch_cc_operand, prefetch_nocc_operand): New functions.
13182 * pa.h (EXTRA_CONSTRAINT): Add `W' constraint.
13183 (PREDICATE_CODES): Delete prefetch_operand. Add prefetch_cc_operand
13184 and prefetch_nocc_operand.
13185 * pa.md (prefetch): Rework to avoid reload problems handling short
13186 displacements when a cache control completer needs to be provided.
13187 (prefetch_32, prefetch_64): Delete.
13188 (prefetch_cc, prefetch_nocc): New patterns.
13189
13190 2005-01-15 David Edelsohn <edelsohn@gnu.org>
13191
13192 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.
13193
13194 2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13195
13196 PR ada/19388
13197 * pa.c (pa_asm_output_aligned_common): Warn if specified alignment
13198 exceeds maximum alignment for global common data.
13199 * pa64-hpux.h (MAX_OFILE_ALIGNMENT): Define to 32768.
13200 * som.h (MAX_OFILE_ALIGNMENT): Likewise.
13201
13202 2004-01-15 Roger Sayle <roger@eyesopen.com>
13203
13204 * tree-ssa-dom.c (extract_range_from_cond): Correct condition.
13205
13206 2004-01-15 Roger Sayle <roger@eyesopen.com>
13207
13208 * harg-reg-set.h (reg_class_names): Prototype global array.
13209 * regclass.c (reg_class_names): Declare here and initialize to
13210 REG_CLASS_NAMES.
13211 (dump_regclass): Remove local declaration of reg_class_names.
13212 (regclass): Likewise.
13213 * cfg.c (dump_flow_info): Likewise.
13214 * ra-debug.c (reg_class_names): Likewise.
13215 * regrename.c (reg_class_names): Likewise.
13216 * reload.c (reg_class_names): Likewise.
13217 * reload1.c (spill_failure): Likewise.
13218 * config/m68hc11/m68hc11.c (reg_class_names): Likewise.
13219
13220 2005-01-15 Ulrich Weigand <uweigand@de.ibm.com>
13221
13222 * config/s390/s390.md ("reload_outti"): Remove predicate for
13223 output operand. Abort if operand is not a MEM.
13224 ("reload_outdi", "reload_outdf"): Likewise.
13225
13226 2005-01-15 Marc Espie <espie@openbsd.org>
13227
13228 * config.gcc (*-*-openbsd*): Set HAS_LIBC_R for OpenBSD <= 3.2.
13229 (i[34567]86-*-openbsd*): Switch to ELF for OpenBSD >= 3.4.
13230 * config/openbsd.h: Fix C++ includes for native configurations.
13231 Add proper OS_CPP_BUILTINS. Fix libspec for recent OpenBSD.
13232 Add trampoline support.
13233 * config/i386/openbsdelf.h: New.
13234
13235 2005-01-15 Marc Espie <espie@openbsd.org>
13236
13237 * collect2.c (main): Explicitly parse -dynamic-linker option.
13238
13239 2005-01-15 Jakub Jelinek <jakub@redhat.com>
13240
13241 PR tree-optimization/19060
13242 * tree-ssa-dom.c (extract_range_from_cond) <case LT_EXPR, GT_EXPR>:
13243 Return 0 if op1 <= TYPE_MIN_VALUE () resp. op1 >= TYPE_MAX_VALUE ().
13244 (simplify_cond_and_lookup_avail_expr): Add assert for dummy == 0
13245 and handle extract_range_from_cond returning false.
13246 * fold-const.c (fold): Optimize comparisons with min/max even for
13247 width > HOST_BITS_PER_WIDE_INT.
13248
13249 2005-01-15 Ralf Corsepius <ralf.corsepius@rtems.org>
13250
13251 * config/mips/rtems.h (MIPS_DEFAULT_GVALUE): Set to 0.
13252 * config/mips/t-rtems (MULTILIBS_DIRNAMES,MULTILIB_OPTIONS):
13253 Remove little endian multilib variants.
13254 Add mips32 multilib variant.
13255
13256 2005-01-15 Kazu Hirata <kazu@cs.umass.edu>
13257
13258 * explow.c (copy_all_reg, stabilize): Remove.
13259 * expr.h: Remove the corresponding prototypes.
13260
13261 * rtlanal.c (regs_set_between_p): Remove.
13262 * rtl.h: Remove the corresponding prototype.
13263
13264 2005-01-14 David Edelsohn <edelsohn@gnu.org>
13265
13266 * config/rs6000/rs6000.c (rs6k_nonimmediate_operand): Rename
13267 to rs6000_nonimmediate_operand.
13268 * config/rs6000/rs6000.h (PREDICATE_CODES): Rename
13269 rs6k_nonimmediate_operand to rs6000_nonimmediate_operand.
13270 * config/rs6000/rs6000.md (movsi_internal1): Rename predicate to
13271 rs6000_nonimmediate_operand.
13272 * config/rs6000/spe.md (movdf_e500_double): Rename predicate to
13273 rs6000_nonimmediate_operand.
13274
13275 2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
13276
13277 * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
13278
13279 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
13280
13281 * config/rs6000/rs6000.h (CLASS_MAX_NREGS): DF goes in 1 register
13282 on e500v2.
13283 (CANNOT_CHANGE_MODE_CLASS): Restrict DI mode changes on e500v2.
13284 (PREDICATE_CODES): Add rs6k_nonimmediate_operand.
13285
13286 * config/rs6000/rs6000.c (invalid_e500_subreg): New.
13287 (rs6k_nonimmediate_operand): New.
13288 (rs6000_legitimate_offset_address_p): Handle DI modes on e500v2
13289 correctly.
13290 (legitimate_lo_sum_address_p): Same.
13291 (rs6000_legitimize_address): Same.
13292 (rs6000_legitimize_reload_address): Same.
13293 (rs6000_legitimate_address): Same.
13294 (spe_build_register_parallel): Pass DF and DC modes in a DI
13295 register.
13296
13297 * config/rs6000/rs6000.md ("*movsi_internal1"): Change predicate
13298 to rs6k_nonimmediate_operand.
13299
13300 * config/rs6000/spe.md ("*frob_df_di"): New.
13301 ("*frob_di_df"): New.
13302 ("*frob_di_df_2"): New.
13303 ("*mov_sidf_e500_subreg0"): New.
13304 ("*mov_sidf_e500_subreg4"): New.
13305 ("*movdf_e500_double"): Change predicate to
13306 rs6k_nonimmediate_operand.
13307
13308 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
13309
13310 * postreload.c (move2add_note_store): Only call
13311 trunc_int_for_mode on scalar integers.
13312
13313 2005-01-14 Steven Bosscher <stevenb@suse.de>
13314
13315 * tree-ssa-dce.c (visited_control_parents): New sbitmap to
13316 replace BB_VISITED uses.
13317 (find_obviously_necessary_stmts): Don't clear BB_VISITED.
13318 (propagate_necessity): Check the bitmap instead of BB_VISITED.
13319 (tree_dce_done): Free visited_control_parents.
13320 (perform_tree_ssa_dce): Allocate and clear it.
13321 * tree-ssa-pre.c (compute_antic_aux): Make non-recursive.
13322 (compute_antic): Iterate from here using a DFS. Use an sbitmap
13323 instead of BB_VISITED.
13324
13325 2005-01-14 Kazu Hirata <kazu@cs.umass.edu>
13326
13327 * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,
13328 rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h:
13329 Remove unused prototypes.
13330
13331 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
13332
13333 * config/rs6000/rs6000.c (rs6000_stack_info): Fix caching of SPE
13334 64-bit register usage.
13335 (spe_func_has_64bit_regs_p): Add FIXME note.
13336
13337 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
13338
13339 * config/rs6000/rs6000.c (rs6000_generate_compare): Replace
13340 flag_finite_math_only with flag_unsafe_math_optimizations.
13341
13342 2005-01-14 J. D. Johnston <jjohnst@us.ibm.com>
13343
13344 * config/s390/tpf-unwind.h (s390_fallback_frame_state): Correct
13345 end-of-stack check.
13346 (__tpf_eh_return): Copy TPF private stack area from the module
13347 boundary stack frame. Add check for when module addresses are
13348 equal, but no stub address is found.
13349
13350 2005-01-14 Richard Earnshaw <rearnsha@arm.com>
13351
13352 PR target/7525
13353 * arm.h (struct machine_function): Add call_via field.
13354 (thumb_call_via_label): Declare.
13355 * arm.c (thumb_call_via_label): New variable.
13356 (thumb_call_reg_needed): New variable.
13357 (arm_output_function_epilogue): For Thumb code, output any per-function
13358 call-indirect trampolines.
13359 (thumb_call_via_reg): New function.
13360 (arm_file_end): New function.
13361 (TARGET_ASM_FILE_END): Call arm_file_end.
13362 (aof_file_end): Likewise.
13363 * arm-protos.h (thumb_call_via_reg): Declare.
13364 * arm.md (call_reg_thumb, call_value_reg_thumb): Call
13365 thumb_call_via_reg in normal case.
13366
13367 2005-01-14 Jakub Jelinek <jakub@redhat.com>
13368
13369 PR middle-end/19084
13370 PR rtl-optimization/19348
13371 * recog.c (peephole2_optimize): Do global life update if some peephole
13372 decides it doesn't need at least one of its inputs and that change
13373 influences liveness at the start of the basic block.
13374
13375 * basic-block.h (EXECUTE_IF_AND_COMPL_IN_REG_SET): Needs 2 REGSET
13376 arguments instead of 1.
13377
13378 2005-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
13379
13380 PR middle-end/18820
13381 * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Return
13382 zero for nested functions needing a static chain or functions
13383 with a non-constant address.
13384
13385 2005-01-13 Roger Sayle <roger@eyesopen.com>
13386
13387 * simplify-rtx.c (simplify_binary_operation) <AND>: Optimize
13388 (and (sign_extend X) C) into (zero_extend (and X C)).
13389
13390 2005-01-13 David O'Brien <obrien@FreeBSD.org>
13391
13392 * config/freebsd-spec.h: Make KSE pthread lib logic the default.
13393
13394 2005-01-13 Richard Henderson <rth@redhat.com>
13395
13396 PR target/19009
13397 PR target/19250
13398 PR target/19252
13399 * config/i386/i386.md (cmpdf, cmpsf, bunordered, bordered, buneq,
13400 bunge, bungt, bunle, bunlt, bltgt): Enable for TARGET_SSE_MATH,
13401 not just TARGET_SSE.
13402 (cmpfp_i_387): Rename from cmpfp_i. Move after sse patterns.
13403 (cmpfp_i_mixed): Rename from cmpfp_i_sse; use for TARGET_MIX_SSE_I387.
13404 (cmpfp_i_sse): Rename from cmpfp_i_sse_only; use for TARGET_SSE_MATH.
13405 (cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387): Similarly.
13406 (fp_jcc_1_mixed, fp_jcc_1_sse, fp_jcc_1_387): Similarly.
13407 (fp_jcc_2_mixed, fp_jcc_2_sse, fp_jcc_2_387): Similarly.
13408 (fp_jcc_3_387, fp_jcc_4_387, fp_jcc_5_387, fp_jcc_6_387,
13409 fp_jcc_7_387, fp_jcc_8_387): Rename from fp_jcc_N.
13410 (movdicc_c_rex64): Rename with '*'.
13411 (movsfcc, movdfcc): Add checks for 387 and sse math to condition.
13412 (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): New.
13413 (movsfcc_1_387): Rename from movsfcc_1.
13414 (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): New.
13415 (movdfcc_1, movdfcc_1_rex64): Add check for 387.
13416 (sminsf3, smaxsf3, smindf3, smaxdf3): New.
13417 (minsf3, minsf, minsf_nonieee, minsf_sse, mindf3, mindf,
13418 mindf_nonieee, mindf_sse, maxsf3, maxsf, maxsf_nonieee, maxsf_sse,
13419 maxdf3, maxdf, maxdf_nonieee, maxdf_sse, sse_movsfcc, sse_movsfcc_eq,
13420 sse_movdfcc, sse_movdfcc_eq, sse_movsfcc_const0_1,
13421 sse_movsfcc_const0_2, sse_movsfcc_const0_3, sse_movsfcc_const0_4,
13422 sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
13423 sse_movdfcc_const0_4): Remove.
13424 * config/i386/i386.c (ix86_expand_fp_movcc): For TARGET_SSE_MATH,
13425 recognize min/max early. Update for changed sse cmove patterns.
13426 (ix86_split_sse_movcc): New.
13427 * config/i386/i386-protos.h: Update.
13428
13429 2005-01-13 Steven Bosscher <stevenb@suse.de>
13430
13431 * tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.
13432 (fix_stmt_v_may_defs): Likewise.
13433
13434 2005-01-13 Richard Henderson <rth@redhat.com>
13435
13436 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use elt_mode
13437 for converting the mask.
13438
13439 2005-01-13 David Edelsohn <edelsohn@gnu.org>
13440
13441 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
13442 definition to 600.
13443
13444 2005-01-13 Richard Henderson <rth@redhat.com>
13445
13446 * config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
13447 IX86_BUILTIN_STORED, IX86_BUILTIN_MOVQ2DQ,
13448 IX86_BUILTIN_MOVDQ2Q): Remove.
13449 (IX86_BUILTIN_VEC_EXT_V4SI): New.
13450 (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Update to match.
13451 (ix86_expand_vector_extract): For V4S[FI], extract element 0 after
13452 shuffling.
13453 * config/i386/sse.md (sse_concatv2sf): Accept zero operand 2.
13454 (sse2_pextrw): Fix immediate constraint.
13455 (sse2_loadq, sse2_loadq_rex64): Remove.
13456 * config/i386/emmintrin.h (_mm_cvtsi128_si32, _mm_cvtsi128_si64x):
13457 Use __builtin_ia32_vec_ext_<size>.
13458 (_mm_cvtsi32_si128, _mm_cvtsi64x_si128): Use _mm_set_epi<size>.
13459
13460 2005-01-13 Aldy Hernandez <aldyh@redhat.com>
13461
13462 * function.c (assign_parm_setup_block): Look inside original
13463 entry_parm when inspecting PARALLEL.
13464
13465 2005-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
13466 Joel Sherrill <joel@oarcorp.com>
13467
13468 PR target/19399
13469 * gthr-rtems.h (__gthread_recursive_mutex_t): New type.
13470 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Define to
13471 rtems_gxx_recursive_mutex_init.
13472 (__gthread_recursive_mutex_lock): New function.
13473 (__gthread_recursive_mutex_trylock): Likewise.
13474 (__gthread_recursive_mutex_unlock): Likewise.
13475
13476 2005-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
13477
13478 * config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.
13479
13480 2005-01-13 Jan Beulich <jbeulich@novell.com>
13481
13482 * config/ia64/ia64.md (ashlti3, ashlti3_internal): New.
13483 (ashrti3_internal): Indicate output is early clobber. Generate result
13484 into output rather than first input. Use move for low word of output
13485 if shift count is exactly 64.
13486 (lshrti3_internal): Likewise.
13487
13488 2005-01-13 Hans-Peter Nilsson <hp@bitrange.com>
13489
13490 PR target/18329
13491 PR target/18330
13492 * reload1.c (delete_output_reload): Don't delete an output reload
13493 if the pseudo lives longer than a single basic block. Adjust and
13494 improve wording of comment.
13495
13496 2005-01-12 Andrew Pinski <pinskia@physics.uc.edu>
13497
13498 PR target/19334
13499 * config/darwin.c (machopic_select_section): Use TYPE_SIZE_UNIT instead
13500 of TYPE_SIZE where we mean the number of bytes.
13501
13502 2005-01-12 Aldy Hernandez <aldyh@redhat.com>
13503
13504 * function.c (assign_parm_setup_block): Relax condition on
13505 multi-register optimization.
13506
13507 2005-01-12 Nick Clifton <nickc@redhat.com>
13508
13509 * config/sh/sh.md (udivsi3_sh2a, divsi3_sh2a): Give these patterns
13510 an "in_delay_slot" attribute of "no" to prevent them being used in
13511 delay slots. This is forbidden because they might generate
13512 exceptions.
13513
13514 2005-01-12 Alan Modra <amodra@bigpond.net.au>
13515
13516 PR target/19389
13517 * config/rs6000/rs6000.md (movtf_internal): Replace r->o and m->r
13518 with r->Y and Y->r.
13519
13520 2005-01-12 Nick Clifton <nickc@redhat.com>
13521
13522 * config/iq2000/iq2000.h (ASM_SPEC): Undefine (to stop -Qy being
13523 passed on to GAS) but do not define, as GAS no longer supports or
13524 needs the -m2000 option.
13525
13526 2005-01-11 Roger Sayle <roger@eyesopen.com>
13527
13528 * builtins.c (fold_builtin_fabs): Convert argument to the appropriate
13529 type as args of unprototyped builtins aren't automatically promoted.
13530 (fold_builtin_abs): Likewise.
13531
13532 2005-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13533
13534 * Makefile.in: Set a `build-warn' variable.
13535
13536 2005-01-11 Zdenek Dvorak <dvorakz@suse.cz>
13537
13538 PR tree-optimization/17949
13539 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): New function.
13540 (find_interesting_uses_address): Use it.
13541
13542 2005-01-11 Aldy Hernandez <aldyh@redhat.com>
13543
13544 * regrename.c (kill_value): Handle subreg's that won't simplify.
13545
13546 2005-01-11 Richard Henderson <rth@redhat.com>
13547
13548 PR target/13366
13549 * config/i386/i386.h (enum ix86_builtins): Move ...
13550 * config/i386/i386.c: ... here.
13551 (IX86_BUILTIN_MOVDDUP, IX86_BUILTIN_MMX_ZERO, IX86_BUILTIN_PEXTRW,
13552 IX86_BUILTIN_PINSRW, IX86_BUILTIN_LOADAPS, IX86_BUILTIN_LOADSS,
13553 IX86_BUILTIN_STORESS, IX86_BUILTIN_SSE_ZERO, IX86_BUILTIN_PEXTRW128,
13554 IX86_BUILTIN_PINSRW128, IX86_BUILTIN_LOADAPD, IX86_BUILTIN_LOADSD,
13555 IX86_BUILTIN_STOREAPD, IX86_BUILTIN_STORESD, IX86_BUILTIN_STOREHPD,
13556 IX86_BUILTIN_STORELPD, IX86_BUILTIN_SETPD1, IX86_BUILTIN_SETPD,
13557 IX86_BUILTIN_CLRPD, IX86_BUILTIN_LOADPD1, IX86_BUILTIN_LOADRPD,
13558 IX86_BUILTIN_STOREPD1, IX86_BUILTIN_STORERPD, IX86_BUILTIN_LOADDQA,
13559 IX86_BUILTIN_STOREDQA, IX86_BUILTIN_CLRTI,
13560 IX86_BUILTIN_LOADDDUP): Remove.
13561 (IX86_BUILTIN_VEC_INIT_V2SI, IX86_BUILTIN_VEC_INIT_V4HI,
13562 IX86_BUILTIN_VEC_INIT_V8QI, IX86_BUILTIN_VEC_EXT_V2DF,
13563 IX86_BUILTIN_VEC_EXT_V2DI, IX86_BUILTIN_VEC_EXT_V4SF,
13564 IX86_BUILTIN_VEC_EXT_V8HI, IX86_BUILTIN_VEC_EXT_V4HI,
13565 IX86_BUILTIN_VEC_SET_V8HI, IX86_BUILTIN_VEC_SET_V4HI): New.
13566 (ix86_init_builtins): Make static.
13567 (ix86_init_mmx_sse_builtins): Update for changed builtins.
13568 (ix86_expand_binop_builtin): Only use ix86_fixup_binary_operands
13569 if all the modes match. Otherwise, fake it.
13570 (get_element_number, ix86_expand_vec_init_builtin,
13571 ix86_expand_vec_ext_builtin, ix86_expand_vec_set_builtin): New.
13572 (ix86_expand_builtin): Make static. Update for changed builtins.
13573 (ix86_expand_vector_move_misalign): Use sse2_loadlpd with zero
13574 operand instead of sse2_loadsd. Cast sse1 fallback to V4SFmode.
13575 (ix86_expand_vector_init_duplicate): New.
13576 (ix86_expand_vector_init_low_nonzero): New.
13577 (ix86_expand_vector_init_one_var, ix86_expand_vector_init_general):
13578 Split out from ix86_expand_vector_init; handle integer modes.
13579 (ix86_expand_vector_init): Use them.
13580 (ix86_expand_vector_set, ix86_expand_vector_extract): New.
13581 * config/i386/i386-protos.h: Update.
13582 * config/i386/predicates.md (reg_or_0_operand): New.
13583 * config/i386/mmx.md (mov<MMXMODEI>_internal): Add 'r' variants.
13584 (movv2sf_internal): Likewise. And a splitter to match them all.
13585 (vec_dupv2sf, mmx_concatv2sf, vec_setv2sf, vec_extractv2sf,
13586 vec_initv2sf, vec_dupv4hi, vec_dupv2si, mmx_concatv2si, vec_setv2si,
13587 vec_extractv2si, vec_initv2si, vec_setv4hi, vec_extractv4hi,
13588 vec_initv4hi, vec_setv8qi, vec_extractv8qi, vec_initv8qi): New.
13589 (mmx_pinsrw): Fix operand ordering.
13590 * config/i386/sse.md (movv4sf splitter): Use direct pattern,
13591 rather than sse_loadss expander.
13592 (movv2df splitter): Similarly.
13593 (sse_loadss, sse_loadlss): Remove.
13594 (vec_dupv4sf, sse_concatv2sf, sse_concatv4sf, vec_extractv4sf_0): New.
13595 (vec_setv4sf, vec_setv2df): Use ix86_expand_vector_set.
13596 (vec_extractv4sf, vec_extractv2df): Use ix86_expand_vector_extract.
13597 (sse3_movddup): Rename with '*'.
13598 (sse3_movddup splitter): Use gen_rtx_REG instead of gen_lowpart.
13599 (sse2_loadsd): Remove.
13600 (vec_dupv2df_sse3): Rename from sse3_loadddup.
13601 (vec_dupv2df, vec_concatv2df_sse3, vec_concatv2df): New.
13602 (sse2_pinsrw): Fix argument ordering.
13603 (sse2_loadld, sse2_loadq): Add sse1 alternatives.
13604 (sse2_stored): Remove 'r' destination.
13605 (vec_dupv4si, vec_dupv2di, sse2_concatv2si, sse1_concatv2si,
13606 vec_concatv4si_1, vec_concatv2di, vec_setv2di, vec_extractv2di,
13607 vec_initv2di, vec_setv4si, vec_extractv4si, vec_initv4si,
13608 vec_setv8hi, vec_extractv8hi, vec_initv8hi, vec_setv16qi,
13609 vec_extractv16qi, vec_initv16qi): New.
13610
13611 * config/i386/emmintrin.h (__m128i, __m128d): Use typedef, not define.
13612 (_mm_set_sd, _mm_set1_pd, _mm_setzero_pd, _mm_set_epi64x,
13613 _mm_set_epi32, _mm_set_epi16, _mm_set_epi8, _mm_setzero_si128): Use
13614 constructor form.
13615 (_mm_load_pd, _mm_store_pd): Use plain dereference.
13616 (_mm_load_si128, _mm_store_si128): Likewise.
13617 (_mm_load1_pd): Use _mm_set1_pd.
13618 (_mm_load_sd): Use _mm_set_sd.
13619 (_mm_store_sd, _mm_storeh_pd): Use __builtin_ia32_vec_ext_v2df.
13620 (_mm_store1_pd, _mm_storer_pd): Use _mm_store_pd.
13621 (_mm_set_epi64): Use _mm_set_epi64x.
13622 (_mm_set1_epi64x, _mm_set1_epi64, _mm_set1_epi32, _mm_set_epi16,
13623 _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
13624 _mm_setr_epi8): Use _mm_set_foo form.
13625 (_mm_loadl_epi64, _mm_movpi64_epi64, _mm_move_epi64): Use _mm_set_epi64.
13626 (_mm_storel_epi64, _mm_movepi64_pi64): Use __builtin_ia32_vec_ext_v2di.
13627 (_mm_extract_epi16): Use __builtin_ia32_vec_ext_v8hi.
13628 (_mm_insert_epi16): Use __builtin_ia32_vec_set_v8hi.
13629 * config/i386/mmintrin.h (_mm_setzero_si64): Use plain cast.
13630 (_mm_set_pi32): Use __builtin_ia32_vec_init_v2si.
13631 (_mm_set_pi16): Use __builtin_ia32_vec_init_v4hi.
13632 (_mm_set_pi8): Use __builtin_ia32_vec_init_v8qi.
13633 (_mm_set1_pi16, _mm_set1_pi8): Use _mm_set_piN variant.
13634 * config/i386/pmmintrin.h (_mm_loaddup_pd): Use _mm_load1_pd.
13635 (_mm_movedup_pd): Use _mm_shuffle_pd.
13636 * config/i386/xmmintrin.h (_mm_setzero_ps, _mm_set_ss,
13637 _mm_set1_ps, _mm_set_ps, _mm_setr_ps): Use constructor form.
13638 (_mm_cvtpi16_ps, _mm_cvtpu16_ps, _mm_cvtpi8_ps, _mm_cvtpu8_ps,
13639 _mm_cvtps_pi8, _mm_cvtpi32x2_ps): Avoid __builtin_ia32_mmx_zero;
13640 Use _mm_setzero_ps.
13641 (_mm_load_ss, _mm_load1_ps): Use _mm_set* form.
13642 (_mm_load_ps, _mm_loadr_ps): Use raw dereference.
13643 (_mm_store_ss): Use __builtin_ia32_vec_ext_v4sf.
13644 (_mm_store_ps): Use raw dereference.
13645 (_mm_store1_ps): Use _mm_storeu_ps.
13646 (_mm_storer_ps): Use _mm_store_ps.
13647 (_mm_extract_pi16): Use __builtin_ia32_vec_ext_v4hi.
13648 (_mm_insert_pi16): Use __builtin_ia32_vec_set_v4hi.
13649
13650 2005-01-11 Stan Shebs <shebs@apple.com>
13651
13652 * config/rs6000/rs6000.c (machopic_output_stub): Issue
13653 ldu instead of lwzu if 64-bit -mdynamic-no-pic.
13654
13655 2005-01-11 Andrew Pinski <pinskia@physics.uc.edu>
13656
13657 PR target/18761
13658 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
13659 Skip all DECLs except for FIELD_DECLs.
13660
13661 2005-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
13662
13663 * config/s390/s390.c (override_options): Return error if
13664 -mbackchain, -mpacked-stack and -mhard-float are used together.
13665 (s390_va_start): Remove the backchain && packed-stack special case.
13666 (s390_gimplify_va_arg): Likewise.
13667 * doc/invoke.texi: Remove the ABI incompatibility note.
13668
13669 2005-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
13670
13671 * config/s390/s390.c (struct s390_frame_layout): Remove
13672 save_backchain_p.
13673 (s390_frame_info, s390_emit_prologue): Replace occurrences of
13674 save_backchain_p with TARGET_BACKCHAIN.
13675
13676 2005-01-11 Alan Modra <amodra@bigpond.net.au>
13677
13678 PR target/18916
13679 * builtins.c (std_gimplify_va_arg_expr): Adjust alignment of *ap.
13680 * expr.h (struct locate_and_pad_arg_data): Add "boundary".
13681 * function.c (locate_and_pad_parm): Set new field.
13682 (assign_parm_find_stack_rtl): Use it instead of FUNCTION_ARG_BOUNDARY.
13683 Tweak where_pad test to include "none". Always set mem align for
13684 stack_parm.
13685 (assign_parm_adjust_stack_rtl): Discard stack_parm if alignment
13686 not sufficient for type.
13687 (assign_parm_setup_block): If stack_parm is zero on entry, always
13688 make a new stack local. Block move old stack parm if necessary
13689 to new aligned stack local.
13690 (assign_parm_setup_stack): Use a block move to handle
13691 potentially misaligned entry_parm.
13692 (assign_parms_unsplit_complex): Specify required alignment when
13693 creating stack local.
13694 * calls.c (compute_argument_addresses): Override alignment of stack
13695 arg calculated from its type with the alignment given by
13696 FUNCTION_ARG_BOUNDARY.
13697 (store_one_arg): Likewise.
13698
13699 2005-01-11 Jan Beulich <jbeulich@novell.com>
13700
13701 * config/ia64/ia64.md (zero_extendsidi2): Replace zxt4 by addp4.
13702 Change respective itanium_class attribute to ialu.
13703 (shladdp4_internal): New.
13704 * config/ia64/predicates.md (shladd_log2_operand): New.
13705
13706 2005-01-11 Richard Henderson <rth@redhat.com>
13707
13708 * expr.c (store_constructor): Use rtvec_alloc instead of
13709 alloca+gen_rtvec_v, and an incorrect number passed to alloca.
13710
13711 2005-01-11 Kazu Hirata <kazu@cs.umass.edu>
13712
13713 * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
13714
13715 2005-01-11 Alan Modra <amodra@bigpond.net.au>
13716
13717 * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
13718 * config/ia64/ia64.c (TARGET_SECTION_TYPE_FLAGS): Define.
13719 (TARGET_RWRELOC): Define.
13720 (ia64_rwreloc_section_type_flags): Delete.
13721 (ia64_section_type_flags): New function.
13722 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): Don't define.
13723 (TARGET_RWRELOC): Define.
13724
13725 2005-01-10 David Mosberger <davidm@hpl.hp.com>
13726
13727 PR target/18987
13728 * config/ia64/ia64.c (process_set): For alloc insn, only call
13729 process_epilogue is !frame_pointer_needed.
13730
13731 2005-01-10 Roger Sayle <roger@eyesopen.com>
13732
13733 PR c++/19355
13734 * c-common.c (c_common_truthvalue_conversion): TRUTH_NOT_EXPR is a
13735 unary operator and can't be treated as a binary/comparison operator.
13736
13737 2005-01-10 Richard Henderson <rth@redhat.com>
13738
13739 * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
13740 (ix86_return_in_memory): Likewise.
13741 (function_arg_advance): Likewise. Mirror structure in function_arg
13742 for choosing register to advance.
13743
13744 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
13745
13746 * tree-vectorizer.c, tree.def: Fix comment typos.
13747
13748 2005-01-10 Mark Dettinger <dettinge@de.ibm.com>
13749
13750 * config/s390/s390.c (struct processor_costs): 4 new fields:
13751 ddbr, ddr, debr, der.
13752 (s390_rtx_costs): More precise handling of divide instructions.
13753
13754 2005-01-10 David Edelsohn <edelsohn@gnu.org>
13755
13756 * config/rs6000/t-aix43 (BOOT_LDFLAGS): Define.
13757
13758 2005-01-10 Jan Beulich <jbeulich@novell.com>
13759
13760 * config/ia64/ia64.c (ia64_in_small_data_p): Also handle the section
13761 names resulting from -ffunction-sections/-fdata-sections and linkonce
13762 ones.
13763 * varasm.c (default_section_type_flags_1): Also set SECTION_SMALL
13764 based on the section name. Rearrange the section name comparison logic
13765 slightly so that each section name is compared against at most once.
13766
13767 2005-01-10 Ben Elliston <bje@au.ibm.com>
13768
13769 * doc/invoke.texi (Code Gen Options): Add PowerPC to the list of
13770 targets for which -fPIC reduces limitations on the GOT size.
13771
13772 2005-01-09 Falk Hueffner <falk@debian.org>
13773
13774 * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding
13775 X/C1 cmpop C2.
13776
13777 2005-01-09 David Edelsohn <edelsohn@gnu.org>
13778
13779 PR target/18720
13780 * collect2.c (main): Set aixrtl_flag for -brtl option.
13781 (resolve_lib_name): Search for .so file extension before .a
13782 if aixrtl_flag set.
13783
13784 2005-01-09 Dorit Naishlos <dorit@il.ibm.com>
13785
13786 * tree-vectorizer.c (vect_enhance_data_refs_alignment): Add dump prints.
13787 (vect_analyze_data_refs_alignment): Add dump prints.
13788
13789 2005-01-09 Ira Rosen <irar@il.ibm.com>
13790
13791 * tree-vectorizer.c (vect_analyze_offset_expr): Use
13792 expr_invariant_in_loop_p.
13793 Initialize outputs first thing in the function.
13794 (vect_update_ivs_after_vectorizer): Call initial_condition_in_loop_num.
13795 (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
13796 (vect_analyze_pointer_ref_access): Check that the initial condition of
13797 the access function is loop invariant.
13798
13799 2005-01-09 Richard Henderson <rth@redhat.com>
13800
13801 * config/i386/i386.c (bdesc_2arg): Update names for mmx_ prefixes.
13802 (ix86_expand_builtin): Likewise. Frob MASKMOVQ wrt the input mem
13803 just like MASKMOVDQU. Return plain zero for MMX_ZERO.
13804 * config/i386/i386.md (MMXMODEI, mov<MMXMODEI>,
13805 mov<MMXMODEI>_internal_rex64, mov<MMXMODEI>_internal, movv2sf,
13806 movv2sf_internal_rex64, movv2sf_internal, MMXMODE,
13807 movmisalign<MMXMODE>, mmx_pmovmskb, mmx_maskmovq, mmx_maskmovq_rex,
13808 sse_movntdi, addv8qi3, addv4hi3, addv2si3, mmx_adddi3, ssaddv8qi3,
13809 ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3, subv4hi3, subv2si3,
13810 mmx_subdi3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
13811 mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
13812 sse2_umulsidi3, mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3,
13813 mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pinsrw,
13814 mmx_pextrw, mmx_pshufw, eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3,
13815 gtv2si3, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3,
13816 ashrv2si3, lshrv4hi3, lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3,
13817 mmx_ashldi3, mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
13818 mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
13819 mmx_punpckldq, emms, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3,
13820 eqv2sf3, pfmaxv2sf3, pfminv2sf3, mulv2sf3, femms, pf2id, pf2iw,
13821 pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pfrcpv2sf2, pfrcpit1v2sf3,
13822 pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3, pmulhrwv4hi3, pswapdv2si2,
13823 pswapdv2sf2): Move to mmx.md; rename as necessary with leading
13824 mmx_ prefix.
13825 (mmx_clrdi, pavgusb): Remove.
13826 (ldmxcsr, stmxcsr, sfence, sfence_insn): Move to sse.md; rename
13827 with leading sse_ prefix.
13828 * config/i386/sse.md: Receive them.
13829 * config/i386/mmx.md: New file.
13830 (MMXMODE12, MMXMODE24, mmxvecsize): New.
13831 (subrv2sf3): Turn into expander for normal subtraction.
13832 (mmx_addv2sf3, mmx_mulv2sf3, mmx_smaxv2sf3, mmx_sminv2sf3,
13833 mmx_eqv2sf3, mmx_mulv4hi3, mmx_smulv4hi3_highpart,
13834 mmx_umulv4hi3_highpart, mmx_pmaddwd, mmx_pmulhrwv4hi3, sse2_umulsidi3,
13835 mmx_umaxv8qi3, mmx_smaxv4hi3, mmx_uminv8qi3, mmx_sminv4hi3): Mark
13836 commutative; use ix86_binary_operator_ok.
13837 (mmx_add<MMXMODEI>3, mmx_ssadd<MMXMODE12>3, mmx_usadd<MMXMODE12>3,
13838 mmx_sub<MMXMODEI>3, mmx_sssub<MMXMODE12>3, mmx_ussub<MMXMODE12>3
13839 mmx_ashr<MMXMODE24>3, mmx_lshr<MMXMODE23>3, mmx_ashl<MMXMODE24>3
13840 mmx_eq<MMXMODEI>3, mmx_gt<MMXMODEI>3, mmx_and<MMXMODEI>3,
13841 mmx_nand<MMXMODEI>3, mmx_ior<MMXMODEI>3, mmx_xor<MMXMODEI>3):
13842 Macroize from existing patterns; use ix86_binary_operator_ok.
13843 (mmx_packsswb, mmx_packssdw, mmx_packuswb): Add memory alternative.
13844 (mmx_punpckhbw, mmx_punpcklbw, mmx_punpckhwd, mmx_punpcklwd,
13845 mmx_punpckhdq, mmx_punpckhdq, mmx_punpckldq): Likewise. Model
13846 with vec_select+vec_concat.
13847 (mmx_pshufw, mmx_pshufw_1): Likewise.
13848 (mmx_uavgv8qi3): Merge pavgusb. Model correcty.
13849 (mmx_uavgv4hi3): Model correctly.
13850 * config/i386/mmintrin.h (_mm_and_si64, _mm_andnot_si64, _mm_or_si64,
13851 _mm_xor_si64): Remove casts.
13852
13853 2005-01-09 Zdenek Dvorak <dvorakz@suse.cz>
13854
13855 PR tree-optimization/19224
13856 * tree-scalar-evolution.c (get_instantiated_value,
13857 set_instantiated_value): New functions.
13858 (instantiate_parameters_1): Cache the results.
13859 (instantiate_parameters, resolve_mixers): Initialize and free
13860 the cache.
13861
13862 2005-01-08 David Edelsohn <edelsohn@gnu.org>
13863
13864 * config/i386/i386.md (addhi_4): Correct reference in comment.
13865 (addqi_4): Same.
13866
13867 2005-01-08 Richard Henderson <rth@redhat.com>
13868
13869 * config/i386/emmintrin.h (_mm_cvtsi128_si32): Move earlier.
13870 (_mm_cvtsi128_si64x): Likewise.
13871 (_mm_srl_epi64, _mm_srl_epi32, _mm_srl_epi16, _mm_sra_epi32,
13872 _mm_sra_epi16, _mm_sll_epi64, _mm_sll_epi32, _mm_sll_epi16): Use
13873 the _mm_{srl,sll}i_foo counterpart, and _mm_cvtsi128_si32.
13874 * config/i386/i386-modes.def: Add V16HI, V32QI, V4DF, V8SF.
13875 * config/i386/i386-protos.h: Update.
13876 * config/i386/i386.c (print_operand): Add 'H'.
13877 (ix86_fixup_binary_operands): Split out from ...
13878 (ix86_expand_binary_operator): ... here.
13879 (ix86_fixup_binary_operands_no_copy): New.
13880 (ix86_expand_fp_absneg_operator): Handle vector mode results.
13881 (bdesc_2arg): Update names for sse{,2,3}_ prefixes.
13882 (ix86_init_mmx_sse_builtins): Remove *maskncmp* special cases.
13883 (safe_vector_operand): Use CONST0_RTX.
13884 (ix86_expand_binop_builtin): Use ix86_fixup_binary_operands.
13885 (ix86_expand_builtin): Merge CODE_FOR_sse2_maskmovdqu_rex64 and
13886 CODE_FOR_sse2_maskmovdqu. Special case SSE version of MASKMOVDQU
13887 expansion. Update names for sse{,2,3}_ prefixes. Remove *maskncmp*
13888 special cases.
13889 * config/i386/i386.h (IX86_BUILTIN_CMPNGTSS): New.
13890 (IX86_BUILTIN_CMPNGESS): New.
13891 * config/i386/i386.md (UNSPEC_FIX_NOTRUNC): New.
13892 (attr type): Add sselog1.
13893 (attr unit, attr memory): Handle it.
13894 (movti, movti_internal, movti_rex64): Move near other integer moves.
13895 (movtf, movtf_internal): Move near other fp moves.
13896 (SSEMODE, SSEMODEI, vec_setv2df, vec_extractv2df, vec_initv2df,
13897 vec_setv4sf, vec_extractv4sf, vec_initv4sf, movv4sf, movv4sf_internal,
13898 movv2df, movv2df_internal, mov<SSEMODEI>, mov<SSEMODEI>_internal,
13899 movmisalign<SSEMODE>, sse_movups_1, sse_movmskps, sse_movntv4sf,
13900 sse_movhlps, sse_movlhps, sse_storehps, sse_loadhps, sse_storelps,
13901 sse_loadlps, sse_loadss, sse_loadss_1, sse_movss, sse_storess,
13902 sse_shufps, addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, negv4sf2,
13903 mulv4sf3, vmmulv4sf3, divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2,
13904 rsqrtv4sf2, vmrsqrtv4sf2, sqrtv4sf2, vmsqrtv4sf2, sse_andv4sf3,
13905 sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3, sse2_andv2df3,
13906 sse2_nandv2df3, sse2_iorv2df3, sse2_xorv2df3, sse2_andv2di3,
13907 sse2_nandv2di3, sse2_iorv2di3, sse2_xorv2di3, maskcmpv4sf3,
13908 vmmaskcmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
13909 smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
13910 cvttps2pi, cvtsi2ss, cvtsi2ssq, cvtss2si, cvtss2siq, cvttss2si,
13911 cvttss2siq, addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3,
13912 vmmulv2df3, divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3,
13913 vmsminv2df3, sqrtv2df2, vmsqrtv2df2, maskcmpv2df3, vmmaskcmpv2df3,
13914 sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb, sse2_maskmovdqu,
13915 sse2_maskmovdqu_rex64, sse2_movntv2df, sse2_movntv2di, sse2_movntsi,
13916 cvtdq2ps, cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq,
13917 cvtpd2pi, cvttpd2pi, cvtpi2pd, cvtsd2si, cvtsd2siq, cvttsd2si,
13918 cvttsd2siq, cvtsi2sd, cvtsi2sdq, cvtsd2ss, cvtss2sd, cvtpd2ps,
13919 cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3, ssaddv16qi3,
13920 ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3, subv4si3,
13921 subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3, mulv8hi3,
13922 smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
13923 sse2_umulv2siv2di3, sse2_pmaddwd, sse2_uavgv16qi3, sse2_uavgv8hi3,
13924 sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd, sse2_pshuflw,
13925 sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3, gtv8hi3,
13926 gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3, ashrv8hi3,
13927 ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3, ashlv4si3,
13928 ashlv2di3, sse2_ashlti3, sse2_lshrti3, sse2_unpckhpd, sse2_unpcklpd,
13929 sse2_packsswb, sse2_packssdw, sse2_packuswb, sse2_punpckhbw,
13930 sse2_punpckhwd, sse2_punpckhdq, sse2_punpcklbw, sse2_punpcklwd,
13931 sse2_punpckldq, sse2_punpcklqdq, sse2_punpckhqdq, sse2_movupd,
13932 sse2_movdqu, sse2_movdq2q, sse2_movdq2q_rex64, sse2_movq2dq,
13933 sse2_movq2dq_rex64, sse2_loadd, sse2_stored, sse2_storehpd,
13934 sse2_loadhpd, sse2_storelpd, sse2_loadlpd, sse2_movsd, sse2_loadsd,
13935 sse2_loadsd_1, sse2_storesd, sse2_shufpd, sse2_clflush, sse2_mfence,
13936 mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,
13937 addsubv2df3, haddv4sf3, haddv2df3, hsubv4sf3, hsubv2df3, movshdup,
13938 movsldup, lddqu, loadddup, movddup): Move to sse.md. Any with
13939 non-optabs meanings renamed with an "sse{,2,3}_" prefix at the
13940 same time.
13941 (SSEPUSH, push<SSEPUSH>): Remove.
13942 (MMXPUSH, push<MMXPUSH>): Remove.
13943 (sse_movaps, sse_movaps_1, sse_movups): Remove.
13944 (sse2_movapd, sse2_movdqa, sse2_movq): Remove.
13945 (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Remove.
13946 (sse_clrv4sf, sse_clrv2df, sse2_clrti): Remove.
13947 (maskncmpv4sf3, vmmaskncmpv4sf3): Remove.
13948 (maskncmpv2df3, vmmaskncmpv2df3): Remove.
13949 (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti): Remove.
13950 (lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti): Remove.
13951 * config/i386/athlon.md (athlon_sselog_load): Handle sselog1.
13952 (athlon_sselog_load_k8, athlon_sselog, athlon_sselog_k8): Likewise.
13953 * config/i386/ppro.md (ppro_sse_div_V4SF_load): Fix memory attr.
13954 (ppro_sse_log_V4SF_load): Similarly. Handle sselog1.
13955 (ppro_sse_log_V4SF): Handle sselog1.
13956 * config/i386/predicates.md (const_0_to_1_operand): New.
13957 (const_0_to_255_mul_8_operand): New.
13958 (const_1_to_31_operand): Rename from const_int_1_31_operand.
13959 (const_2_to_3_operand, const_4_to_7_operand): New.
13960 * config/i386/sse.md: New file.
13961 (SSEMODE12, SSEMODE24, SSEMODE124, SSEMODE248, ssevecsize): New.
13962 (sse_movups): Rename from sse_movups_1.
13963 (sse_loadlss): Rename from sse_loadss_1.
13964 (andv4sf3, iorv4sf3, xorv4sf3, andv2df3): Remove the sse prefix
13965 from the name.
13966 (negv4sf2): Use ix86_expand_fp_absneg_operator.
13967 (absv4sf2, negv2df, absv2df): New.
13968 (addv4sf3): Add expander to call ix86_fixup_binary_operands_no_copy.
13969 (subv4sf3, mulv4sf3, divv4sf3, smaxv4sf3, sminv4sf3, andv4sf3,
13970 iorv4sf3, xorv4sf3, addv2df3, subv2df3, mulv2df3, divv2df3,
13971 smaxv2df3, sminv2df3, andv2df3, iorv2df3, xorv2df3, mulv8hi3,
13972 umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3): Likewise.
13973 (sse3_addsubv4sf3): Model correctly.
13974 sse3_haddv4sf3, sse3_hsubv4sf3, sse3_addsubv2df3, sse3_haddv2df3,
13975 sse3_hsubv2df3, sse2_ashlti3, sse2_lshrti3): Likewise.
13976 (sse_movhlps): Model with vec_select+vec_concat.
13977 (sse_movlhps, sse_unpckhps, sse_unpcklps, sse3_movshdup,
13978 sse3_movsldup, sse_shufps, sse_shufps_1, sse2_unpckhpd, sse3_movddup,
13979 sse2_unpcklpd, sse2_shufpd, sse2_shufpd_1, sse2_punpckhbw,
13980 sse2_punpcklbw, sse2_punpckhwd, sse2_punpcklwd, sse2_punpckhdq,
13981 sse2_punpckldq, sse2_punpckhqdq, sse2_punpcklqdq, sse2_pshufd,
13982 sse2_pshufd_1, sse2_pshuflw, sse2_pshuflw_1, sse2_pshufhw,
13983 sse2_pshufhw_1): Likewise.
13984 (neg<SSEMODEI>2, one_cmpl<SSEMODEI>2): New.
13985 (add<SSEMODEI>3, sse2_ssadd<SSEMODE12>3, sse2_usadd<SSEMODE12>3,
13986 sub<SSEMODEI>3, sse2_sssub<SSEMODE12>3, sse2_ussub<SSEMODE12>3,
13987 ashr<SSEMODE24>3, lshr<SSEMODE248>3, sse2_eq<SSEMODE124>3,
13988 sse2_gt<SSEMODDE124>3, and<SSEMODEI>3, sse_nand<SSEMODEI>3,
13989 ior<SSEMODEI>3, xor<SSEMODEI>3): Macroize from existing patterns.
13990 (addv4sf3, sse_vmaddv4sf3, mulv4sf3, sse_vmmulv4sf3, smaxv4sf3,
13991 sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, addv2df3, sse2_vmaddv2df3,
13992 mulv2df3, sse2_vmmulv2df3, smaxv2df3, sse2_vmsmaxv2df3, sminv2df3,
13993 sse2_vmsminv2df3, umaxv16qi3, smaxv8hi3, uminv16qi3
13994 sminv8hi3): Mark commutative
13995 operands. Use ix86_binary_operator_ok.
13996 (sse_unpckhps, sse_unpcklps, sse2_packsswb, sse2_packssdw,
13997 sse2_packuswb, sse2_punpckhbw, sse2_punpcklbw, sse2_punpckhwd,
13998 sse2_punpcklwd, sse2_punpckhdq, sse2_punpckldq, sse2_punpckhqdq,
13999 sse2_punpcklqdq): Allow operand2 in memory.
14000 (sse_movhlps, sse_movlhps, sse2_unpckhpd, sse2_unpcklpd
14001 sse2_movsd): Add memory alternatives.
14002 (sse_storelps): Turn expander into an insn; split after reload.
14003 (sse_storess, sse2_loadhpd, sse2_loadlpd): Add non-xmm inputs.
14004 (sse2_storehpd, sse2_storelpd): Add non-xmm outputs.
14005
14006 2005-01-08 Eric Botcazou <ebotcazou@libertysurf.fr>
14007
14008 * configure.ac (DWARF-2 debug_line): Use objdump.
14009 * configure: Regenerate.
14010
14011 2005-01-08 Jeff Law <law@redhat.com>
14012 Diego Novillo <dnovillo@redhat.com>
14013
14014 PR tree-optimization/18241
14015 * tree-nrv.c (tree_nrv): Ignore volatile return values.
14016 * tree-ssa-dse.c (dse_optimize_stmt): Do not optimize
14017 statements with volatile operands.
14018 * tree-ssa-operands.c (add_stmt_operand): Do add volatile
14019 operands after marking a statement with has_volatile_ops.
14020
14021 2005-01-08 Roger Sayle <roger@eyesopen.com>
14022
14023 * tree.c (int_fits_type_p): Always honor integer constant
14024 TYPE_MIN_VALUE and TYPE_MAX_VALUE if they exist.
14025
14026 2005-01-08 Roger Sayle <roger@eyesopen.com>
14027
14028 * ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change, now that
14029 the latent bug in rtl_delete_block has been resolved.
14030
14031 2005-01-08 Richard Sandiford <rsandifo@redhat.com>
14032
14033 * config/mips/t-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.
14034 (MULTILIB_OSDIRNAMES): Use the standard lib, lib32 and lib64.
14035
14036 2005-01-08 Richard Sandiford <rsandifo@redhat.com>
14037
14038 * config/mips/t-slibgcc-irix (SHLIB_LINK): Install a copy of the
14039 library as @multilib_dir@/$(SHLIB_SONAME).
14040
14041 2005-01-07 Eric Botcazou <ebotcazou@libertysurf.fr>
14042
14043 * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
14044 * configure: Regenerate.
14045
14046 2005-01-07 Jakub Jelinek <jakub@redhat.com>
14047
14048 * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
14049 TYPE_MODE.
14050
14051 2005-01-07 David Edelsohn <edelsohn@gnu.org>
14052
14053 PR target/13674
14054 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
14055 Convert non-word aligned offset address using ld/std into
14056 indirect address.
14057
14058 2005-01-07 Richard Henderson <rth@redhat.com>
14059
14060 * config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
14061
14062 2005-01-07 Richard SAndiford <rsandifo@redhat.com>
14063
14064 * tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.
14065
14066 2005-01-07 Jakub Jelinek <jakub@redhat.com>
14067
14068 PR tree-optimization/19283
14069 * fold-const.c (fold_widened_comparison): Return NULL if shorter_type
14070 is not shorter than the original type.
14071
14072 PR rtl-optimization/19012
14073 * config/i386/i386.md (addqi_1_slp): Set memory attribute.
14074
14075 PR rtl-optimization/18861
14076 * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
14077 (FULL_STATE): Define.
14078 (mark_tablejump_edge): New function.
14079 (purge_dead_tablejump_edges): New function.
14080 (find_bb_boundaries): Use it.
14081
14082 PR tree-optimization/18828
14083 * builtins.c (expand_builtin_next_arg): Remove argument and all
14084 the argument checking.
14085 (expand_builtin): Adjust caller.
14086 (expand_builtin_va_start): Likewise. Remove error for too many
14087 arguments.
14088 (fold_builtin_next_arg): Issue error for too many arguments.
14089 After checking arguments, replace them with magic arguments that
14090 prevent further checking of the args.
14091
14092 2005-01-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14093
14094 * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
14095
14096 2005-01-06 Roger Sayle <roger@eyesopen.com>
14097
14098 PR target/6077
14099 * gcc.c (input_suffix_matches): Tweak the semantics of %{.s:...}
14100 and %{.S:...} (and their negative variants) to test whether the
14101 input file is assembler or pre-processed-assembler independent of
14102 the actual filename extension.
14103
14104 2005-01-06 Roger Sayle <roger@eyesopen.com>
14105
14106 * simplify-rtx.c (simplify_subreg): Simplify truncations of shifts
14107 of sign or zero extended values.
14108
14109 2005-01-06 Geoffrey Keating <geoffk@apple.com>
14110
14111 * c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__
14112 for IBM long double format correctly.
14113
14114 2005-01-06 Daniel Berlin <dberlin@dberlin.org>
14115
14116 Fix PR tree-optimization/18792
14117
14118 * tree-data-ref.c (build_classic_dist_vector): Change first_loop
14119 to first_loop_depth, and use loop depth instead of loop number.
14120 (build_classic_dir_vector): Ditto.
14121 (compute_data_dependences_for_loop): Use depth, not loop number.
14122 * tree-loop-linear.c (try_interchange_loops): Use loop depth, not loop
14123 number. Pass in loops, instead of loop numbers.
14124 (gather_interchange_stats): Ditto.
14125 (linear_transform_loops): Ditto.
14126
14127 2005-01-06 Richard Sandiford <rsandifo@redhat.com>
14128
14129 PR rtl-opt/13299
14130 * loop.c (get_monotonic_increment, biased_biv_fits_mode_p,
14131 biv_fits_mode_p, extension_within_bounds_p): New functions.
14132 (check_ext_dependent_givs): Use them.
14133
14134 2005-01-06 Roger Sayle <roger@eyesopen.com>
14135
14136 * cfgrtl.c (rtl_delete_block): A basic block may be followed by
14137 more than one barrier, in which case we should delete them all.
14138
14139 2005-01-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
14140
14141 * gcc.c (process_command): Change year in 'gcc --version' to 2005.
14142
14143 2005-01-05 Daniel Berlin <dberlin@dberlin.org>
14144
14145 Fix PR middle-end/19286
14146 Fix PR debug/19267
14147 * dwarf2out.c (gen_subprogram_die): If we've already tried to
14148 output this subprogram, simply ignore this attempt to do it again.
14149 (add_abstract_origin_attribute): Don't abort trying to add the abstract
14150 origin attribute if it's not possible.
14151 (gen_block_die): Don't ignore subblocks of "unused" blocks.
14152 (decls_for_scope): Ditto.
14153 * gimple-low.c (mark_blocks_with_used_subblocks): Remove.
14154 (mark_used_blocks): Don't call mark_blocks_with_used_subblocks.
14155
14156 2005-01-05 Richard Henderson <rth@redhat.com>
14157
14158 PR target/11327
14159 * config/i386/i386.c (BUILTIN_DESC_SWAP_OPERANDS): New.
14160 (bdesc_2arg): Use it.
14161 (ix86_expand_binop_builtin): Force operands into registers
14162 when optimizing.
14163 (ix86_expand_unop_builtin, ix86_expand_unop1_builtin,
14164 ix86_expand_sse_compare, ix86_expand_sse_comi,
14165 ix86_expand_builtin): Likewise.
14166
14167 2005-01-05 Richard Henderson <rth@redhat.com>
14168
14169 * config/ia64/ia64.c (rtx_needs_barrier): Handle CONST_VECTOR
14170 and VEC_SELECT.
14171 * config/ia64/vect.md (mulv8qi3): Re-implement with mix_[rl].
14172 (mulv4hi3): Set itanium_class mmmul.
14173 (fpack_sfxf, fpack_xfsf, fpack_xfxf): Remove.
14174 (fpack): Rename from fpack_sfsf.
14175
14176 2005-01-05 Richard Henderson <rth@redhat.com>
14177
14178 PR rtl-opt/10692
14179 * reload1.c (do_input_reload): Restrict the optimization deleteing
14180 a previous output reload to RELOAD_FOR_INPUT.
14181
14182 2005-01-05 Steven Bosscher <stevenb@suse.de>
14183
14184 * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Add
14185 comment that we fall through after case.
14186 (mark_used_regs_combine): Don't expect a SIGN_EXTRACT in a SET_DEST.
14187 (distribute_links): Likewise.
14188 * cse.c (cse_insn): Likewise.
14189 * cselib.c (cselib_invalidate_mem): Likewise.
14190 * df.c: Update comments at the top of the file.
14191 (read_modify_subreg_p): Update comments here too.
14192 (df_def_record_1): Don't expect a SIGN_EXTRACT in a SET_DEST.
14193 * flow.c (mark_set_1): Likewise.
14194 (mark_used_regs): Likewise.
14195 * gcse.c (mems_conflict_for_gcse_p): Likewise.
14196 (canon_list_insert): Likewise.
14197 (mark_set): Likewise.
14198 (try_replace_reg): Likewise.
14199 (store_killed_in_insn): Likewise.
14200 * loop.c (count_one_set): Likewise.
14201 (basic_induction_var): Likewise.
14202 * postreload-gcse.c (find_mem_conflicts): Likewise.
14203 * postreload.c (reload_combine_note_store): Likewise.
14204 (move2add_note_store): Likewise.
14205 * reload.c (find_equiv_reg): Likewise.
14206 (mark_referenced_resources): Likewise.
14207 * rtlanal.c (set_noop_p): Likewise.
14208 (note_stores): Likewise.
14209 (note_uses): Likewise.
14210 * sched-deps.c (sched_analyze_1): Likewise.
14211 * sched-rgn.c (check_live_1): Likewise.
14212 (update_live_1): Likewise.
14213 * config/i860/i860.c: Likewise.
14214
14215 * rtl.dec (SIGN_EXTRACT): Document that this cannot appear as
14216 an lvalue.
14217 (ZERO_EXTRACT): Mention that this one can be an lvalue.
14218
14219 * doc/rtl.texi: Update documentation for bit-fields and SET.
14220
14221 2005-01-05 Roger Sayle <roger@eyesopen.com>
14222
14223 * ifcvt.c (find_if_case_1): Revert 2005-01-04 change.
14224
14225 2005-01-05 Jan Hubicka <jh@suse.cz>
14226 Richard Henderson <rth@redhat.com>
14227
14228 PR target/18910
14229 * config/i386/i386.c (ix86_expand_move): Handle tls symbols
14230 with an offset.
14231
14232 2005-01-05 Richard Henderson <rth@redhat.com>
14233
14234 PR target/12902
14235 * config/i386/i386.md (sse_movhps, sse_movlps): Remove.
14236 (sse_shufps): Change operand 3 to const_int_operand.
14237 (sse2_storelps): Fix typo in template.
14238 (sse_storehps, sse_loadhps, sse_storelps, sse_loadlps): New.
14239 * config/i386/i386.c (ix86_expand_vector_move_misalign): Use them.
14240 (ix86_expand_builtin): Likewise.
14241
14242 2005-01-05 Julian Brown <julian@codesourcery.com>
14243
14244 * config/arm/arm.c (arm_return_in_memory): Treat complex types
14245 as aggregates for AAPCS ABIs.
14246
14247 2005-01-05 Stan Shebs <shebs@apple.com>
14248
14249 * unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit
14250 Mach-O getters if ppc64.
14251 * config/darwin.c (darwin_asm_output_dwarf_delta): Obey
14252 size argument.
14253 * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
14254 signed four-byte field for global code case.
14255 (STARTFILE_SPEC): Avoid crt2.o for 64-bit compilation.
14256
14257 2005-01-05 Roger Sayle <roger@eyesopen.com>
14258
14259 PR middle-end/19100
14260 * c-common.c: Include real.h.
14261 (c_common_truthvalue_conversion): Avoid destructively modifying expr.
14262 Correctly handle TREE_CONSTANT_OVERFLOW for INTEGER_CST.
14263 Correctly handle TREE_CONSTANT_OVERFLOW and NaNs for REAL_CST.
14264 * Makefile.in (c-common.o): Update dependencies.
14265
14266 2005-01-05 Joseph S. Myers <joseph@codesourcery.com>
14267
14268 * c-parse.in (asm_string): Add trailing semicolon.
14269
14270 2005-01-05 Joseph S. Myers <joseph@codesourcery.com>
14271
14272 * c-parse.in (asm_string): New. Don't allow wide strings in
14273 'asm'.
14274 (simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
14275 asm_string instead of STRING.
14276
14277 2005-01-05 Joseph S. Myers <joseph@codesourcery.com>
14278
14279 * c-typeck.c (constructor_no_implicit): Remove.
14280 (set_designator, process_init_element): Don't check
14281 constructor_no_implicit.
14282
14283 2005-01-05 J"orn Rennecke <joern.rennecke@st.com>
14284 Kaz Kojima <kkojima@gcc.gnu.org>
14285
14286 PR target/16482
14287 * lcm.c (create_pre_exit): New.
14288 (optimize_mode_switching): In MODE_ENTRY / MODE_EXIT case, set
14289 ENTRY_EXIT_EXTRA to 3. Use create_pre_exit.
14290
14291 2004-01-05 Richard Earnshaw <rearnsha@arm.com>
14292
14293 * arm.h (TARGET_OPTIONS): Correctly record -mhard-float and
14294 -msoft-float in target_float_switch.
14295 * arm.c (arm_override_options): Fix processing of target_float_switch.
14296
14297 2004-01-05 Richard Earnshaw <rearnsha@arm.com>
14298
14299 * arm/vfp.md (arm_movsi_vfp): Hide VFP register classes from register
14300 preferencing.
14301
14302 2004-01-05 Uros Bizjak <uros@kss-loka.si>
14303
14304 * doc/invoke.texi (Intel 386 and AMD x86-64 Options):
14305 Replace i387 with 'i386 compiler' in -mfpmath=sse option.
14306
14307 2005-01-04 Roger Sayle <roger@eyesopen.com>
14308
14309 * ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
14310 if deleting the then-block allows the test-block to fallthru to the
14311 else-block.
14312
14313 2005-01-04 Andrew Pinski <pinskia@physics.uc.edu>
14314
14315 PR c/19152
14316 * c-decl.c (diagnose_mismatched_decls): Accept "extern inline" declared
14317 after the full declaration if the are in two different TUs.
14318
14319 2005-01-04 Richard Henderson <rth@redhat.com>
14320
14321 PR tree-opt/19158
14322 * tree-sra.c (generate_one_element_init): Just
14323 call gimplify_and_add.
14324 (generate_element_init): Record the
14325 new referenced variables and mark them for renaming
14326 and split out to ...
14327 (generate_element_init_1): This.
14328 (scalarize_init): Don't call push_gimplify_context/
14329 pop_gimplify_context.
14330
14331 2005-01-04 Geoffrey Keating <geoffk@apple.com>
14332
14333 * toplev.c (get_src_pwd): Handle failure of getpwd().
14334
14335 2005-01-04 Roger Sayle <roger@eyesopen.com>
14336
14337 * fold-const.c (fold_single_bit_test): Delete unreachable handling
14338 of TRUTH_NOT_EXPR.
14339 (fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as
14340 all the cases handled by it are inverted by invert_truthvalue.
14341
14342 2005-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
14343
14344 * config/sparc/sparc.md (save_register_windowdi): Add missing mode.
14345 (save_register_windowsi): Likewise.
14346
14347 2005-01-04 Richard Henderson <rth@redhat.com>
14348
14349 * tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.
14350
14351 2005-01-04 Uros Bizjak <uros@kss-loka.si>
14352
14353 PR middle-end/17767
14354 * cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
14355 any simplifications of vector mode comparison operators.
14356 * simplify-rtx.c (simplify_relational_operation): Fix variable name.
14357
14358 2005-01-04 Paolo Bonzini <bonzini@gnu.org>
14359 Devang Patel <dpatel@apple.com>
14360
14361 PR tree-optimization/18308
14362 * tree-if-conv.c (add_to_dst_predicate_list): Gimplify
14363 the operands before creating a new expression.
14364 * dojump.c (do_jump): Make drop_through_label available
14365 for all cases. Add expansion of COND_EXPR.
14366
14367 2005-01-04 Ira Rosen <irar@il.ibm.com>
14368
14369 * tree-vectorizer.c (vect_analyze_offset_expr): Test for
14370 INTEGER_CST instead of TREE_CONSTANT.
14371 (vect_gen_niters_for_prolog_loop): Test for INTEGER_CST
14372 instead of TREE_CONSTANT.
14373 (vect_analyze_pointer_ref_access): Test for INTEGER_CST
14374 instead of TREE_CONSTANT.
14375
14376 2005-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
14377
14378 * tree-eh.c (replace_goto_queue): Return early if the queue is empty.
14379
14380 2005-01-04 Uros Bizjak <uros@kss-loka.si>
14381
14382 PR target/19240
14383 * config/i386/i386.md (*fop_df_1_i387): Disable for TARGET_SSE_MATH.
14384 (*fop_df_1_i387): Disable for (TARGET_SSE2 && TARGET_SSE_MATH).
14385
14386 2005-01-03 Richard Henderson <rth@redhat.com>
14387
14388 * fold-const.c (force_fit_type): Cope with types larger than 2 HWI.
14389 (fold_convert_const_int_from_int, fold_convert_const_int_from_real,
14390 fold_convert_const_real_from_real): Split out from ...
14391 (fold_convert_const): ... here.
14392
14393 2005-01-03 Richard Henderson <rth@redhat.com>
14394
14395 PR target/19235
14396 * config/i386/i386.md (movdi_2): Separate SSE1 and SSE2 alternatives.
14397 (mov<MMXMODEI>_internal): Likewise.
14398 (movdf_nointeger): Prefer Y while not preferring, but allowing, x.
14399 Add V2SF case; use it for SSE1; don't use TI.
14400 (movdf_integer): Likewise.
14401 (mov<SSEMODEI>_internal, movti_internal): Force V4SF for SSE1.
14402
14403 2005-01-03 Ira Rosen <irar@il.ibm.com>
14404
14405 * tree-vectorizer.c (vect_strip_conversions): New function.
14406 (vect_analyze_offset_expr): Call vect_strip_conversions. Add
14407 check for binary class.
14408
14409 2005-01-03 Daniel Berlin <dberlin@dberlin.org>
14410
14411 Fix PR debug/17924
14412 Fix PR debug/19191
14413 * dwarf2out.c (block_ultimate_origin): Follow decl origin if origin
14414 is a decl.
14415 * gimple-low.c (mark_blocks_with_used_vars): New function.
14416 (mark_blocks_with_used_subblocks): Ditto.
14417 (mark_used_blocks): Ditto.
14418 (pass_mark_used_blocks): New pass.
14419 * tree-inline.c: Include debug.h.
14420 (expand_call_inline): Call outlining_inline_function here.
14421 * tree-optimize.c (init_tree_optimization_passes): Add
14422 pass_mark_used_blocks.
14423 * tree-pass.h (pass_mark_used_blocks): New.
14424 * Makefile.in (tree-inline.o): Add debug.h dependency.
14425
14426 2005-01-03 Geoffrey Keating <geoffk@apple.com>
14427
14428 * config/darwin.c (darwin_handle_weak_import_attribute): Permit
14429 VAR_DECLs to have weak_import attribute.
14430
14431 * config/rs6000/darwin-fallback.c: Use 'ucontext_t' rather than
14432 'struct ucontext'.
14433
14434 2004-01-03 Steven Bosscher <stevenb@suse.de>
14435
14436 * passes.c (rest_of_compilation): Don't run regmove if only
14437 flag_expensive_optimizations, require flag_regmove instead.
14438
14439 2005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
14440
14441 * config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
14442 register "sparc".
14443 * config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
14444 * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
14445 * config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
14446 * config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
14447
14448 2005-01-03 Richard Henderson <rth@redhat.com>
14449
14450 * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
14451 (ia64_const_ok_for_letter_p): New.
14452 (ia64_const_double_ok_for_letter_p): New.
14453 (ia64_extra_constraint): New.
14454 (ia64_expand_vecint_compare): New.
14455 (ia64_expand_vcondu_v2si): New.
14456 (ia64_expand_vecint_cmov): New.
14457 (ia64_expand_vecint_minmax): New.
14458 (ia64_print_operand): Add 'v'.
14459 (ia64_preferred_reload_class): New.
14460 (ia64_vector_mode_supported_p): New.
14461 * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): New.
14462 (PREFERRED_RELOAD_CLASS): Move to function.
14463 (CONST_OK_FOR_LETTER_P): Move to function.
14464 (CONST_DOUBLE_OK_FOR_LETTER_P): Move to function.
14465 (CONSTRAINT_OK_FOR_Q, CONSTRAINT_OK_FOR_R): Remove.
14466 (CONSTRAINT_OK_FOR_S, CONSTRAINT_OK_FOR_T): Remove.
14467 (EXTRA_CONSTRAINT): Move to function.
14468 * config/ia64/ia64.md: Include vect.md.
14469 (itanium_class): Add mmalua.
14470 (type): Handle it.
14471 * config/ia64/itanium1.md (1_mmalua): New. Add it to bypasses.
14472 (1b_mmalua): New.
14473 * config/ia64/itanium2.md (2_mmalua, 2b_mmalua): Similarly.
14474 * config/ia64/predicates.md (gr_reg_or_0_operand): Accept any
14475 CONST0_RTX.
14476 (const_int_2bit_operand): New.
14477 (fr_reg_or_0_operand): New.
14478 * config/ia64/ia64-modes.def: Add vector modes.
14479 * config/ia64/ia64-protos.h: Update.
14480 * config/ia64/vect.md: New file.
14481
14482 2005-01-03 Richard Henderson <rth@redhat.com>
14483
14484 * simplify-rtx.c (simplify_binary_operation): Handle VEC_CONCAT.
14485
14486 2005-01-03 Uros Bizjak <uros@kss-loka.si>
14487
14488 PR target/19236
14489 * config/i386/i386.c (log1psf2): Change mode of operands[0,1]
14490 to SFmode.
14491 (log1pdf2): Change mode of operands[0,1] to DFmode.
14492
14493 2005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
14494
14495 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Define to false.
14496 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Define to true.
14497 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
14498 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Define to
14499 SPARC_RELAXED_ORDERING.
14500
14501 2005-01-03 Richard Henderson <rth@redhat.com>
14502 Uros Bizjak <uros@kss-loka.si>
14503
14504 PR target/14631
14505 * config/i386/i386.c (ix86_expand_builtin): [IX86_BUILTIN_PINSRW,
14506 IX86_BUILTIN_PINSRW128]: Fix wrong selector range in error message.
14507 * config/i386/i386.md (mmx_pinsrw, sse2_pinsrw): Fix selector
14508 handling.
14509 (*mmx_pinsrw, *sse2_pinsrw): New patterns.
14510 * config/i386/i386/predicates.md (const_pow2_1_to_8_operand,
14511 const_pow2_1_to_128_operand): New predicates.
14512
14513 2005-01-02 Greg McGary <greg@mcgary.org>
14514
14515 * tree-mudflap.c (mf_varname_tree): decl_printable_name handles
14516 anonymous decls.
14517 (mf_xform_derefs_1) [RESULT_DECL, STRING_CST]: Handle as innermost
14518 object. [ptr_type]: Remove unused variable.
14519 Remember nearest addressable array-element or record-component
14520 when checking bitfield components. Tolerate empty BIND_EXPR.
14521
14522 2005-01-01 Richard Henderson <rth@redhat.com>
14523
14524 * tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions
14525 that don't narrow the value. Fail for other conversions.
14526
14527 2005-01-01 Richard Henderson <rth@redhat.com>
14528
14529 PR c/19031
14530 * c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks.
14531 * c-lang.c (finish_file): Don't do it here.
14532 * objc/objc-act.c (objc_finish_file): Likewise.
14533
14534 * cgraph.c (decl_assembler_name_equal): New.
14535 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New.
14536 (cgraph_varpool_node): Actually link up cgraph_varpool_nodes.
14537 * cgraph.h (struct cgraph_varpool_node): Add next.
14538 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare.
14539 * varasm.c (assemble_alias): Mark the target as needed.
14540
14541 2005-01-01 Andrew Pinski <pinskia@physics.uc.edu>
14542
14543 PR middle-end/19221
14544 * function.c (get_arg_pointer_save_area): Use entry_of_function
14545 instead of get_insns.
14546
14547 2005-01-01 Roger Sayle <roger@eyesopen.com>
14548 Andrew Pinski <pinskia@physics.uc.edu>
14549 James E. Wilson <wilson@specifixinc.com>
14550
14551 PR rtl-optimization/12092
14552 * loop.c (emit_prefetch_instructions): Do nothing if PREFETCH_BLOCK
14553 is zero.
14554
14555 2005-01-01 Roger Sayle <roger@eyesopen.com>
14556 Olivier Hainque <hainque@act-europe.fr>
14557
14558 * tree.c (int_fits_type_p): A narrower type always fits in a
14559 wider one, except for negative values into unsigned types.
14560
14561 2005-01-01 Roger Sayle <roger@eyesopen.com>
14562
14563 * tree.c (int_fits_type_p): Compare the result of force_fit_type
14564 with the original constant rather than require TREE_OVERFLOW.
14565
14566 2005-01-01 Steven Bosscher <stevenb@suse.de>
14567
14568 PR middle-end/17544
14569 * c-decl.c (finish_function): If compiling C99, annotate the
14570 compiler generated return with the current file name and line 0.
14571 * tree-cfg.c (remove_useless_stmts_warn_notreached): Only warn if
14572 the source line is greater than 0.
14573 (remove_bb): Likewise.