1 2006-03-30 Roger Sayle <roger@eyesopen.com>
4 * expr.c (emit_group_store): Optimize group stores into a pseudo
5 register by using a paradoxical subreg to initialize the destination
6 if the first or last member of the group specifies a "low part".
8 2006-03-30 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
11 * rtl.def (DEPS_LIST): Change type of the second operand to 'int'.
12 * target.h (struct gcc_target.speculate_insn): Change type of the
13 second parameter to 'int'.
14 * lists.c (alloc_DEPS_LIST): Change signature. Update reference to
15 the second operand of the DEPS_LIST.
16 (copy_DEPS_LIST_list): Update reference to the second operand of the
18 * rtl.h (alloc_DEPS_LIST): Update signature.
19 * sched-int.h (ds_t): Change typedef to 'int'.
20 (DEP_STATUS, BITS_PER_DEP_STATUS): Update.
22 2006-03-30 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
24 * haifa-sched.c (try_ready): Change condition to restore
25 non-speculative pattern of the instruction.
26 (process_insn_depend_be_in_spec): Code to keep probability of the
27 speculative dependence non-decreasing.
29 2006-03-30 Jie Zhang <jie.zhang@analog.com>
31 * config/bfin/bfin.c (single_move_for_strmov): Renamed to...
32 (single_move_for_movmem): ... this. Also change all uses.
33 (bfin_expand_strmov): Renamed to...
34 (bfin_expand_movmem): ... this. Also change all uses.
35 * config/bfin/bfin.md (movstrsi): Renamed to...
38 2006-03-30 Paolo Bonzini <bonzini@gnu.org>
40 PR tree-optimization/26830
42 * tree-ssa-copy.c (copy_prop_visit_assignment): Do not check loop depth.
43 (copy_prop_visit_stmt): Remove write-only variable ann.
44 (init_copy_prop): Check variable loop depth here. Do not simulate
45 memory-tag and virtual operand PHIs except for store copy prop.
47 2006-03-30 Richard Guenther <rguenther@suse.de>
49 * config/i386/i386.c: Remove builtins for SSE2 ABI intrinsic
50 variants with double arguments.
52 2006-03-29 David Edelsohn <edelsohn@gnu.org>
54 * genpreds.c (write_tm_constrs_h): Delete variable p.
55 * genconditions.c (write_header): Add tm-constrs.h to included
57 * genpeep.c (main): Add toplev.h to included headers.
58 * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
59 (build/genpeep.o): Add toplev.h dependency.
60 * config/rs6000/constraints.md: Add "W" constraint.
62 2006-03-29 Roger Sayle <roger@eyesopen.com>
64 * stor-layout.c (mode_for_size_tree): Remove restiction on type
65 sizes by correctly testing whether the size fits a host integer.
66 (initialize_sizetypes): Use set_min_and_max_values_for_integral_type
67 to correctly set TYPE_MIN_VALUE and TYPE_MAX_VALUE to the full
68 SImode range for the default sizetype and bitsizetype.
70 2006-03-29 Roger Sayle <roger@eyesopen.com>
72 * convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
73 and TREE_CONSTANT_OVERFLOW bits of the argument. Return
74 quickly if the argument is already of the correct type.
75 Call fold_build1 instead of build1. Tidy up blank lines.
77 2006-03-29 David Edelsohn <edelsohn@gnu.org>
79 * genemit.c (main): Add tm-constrs.h to included headers.
80 * genoutput.c (output_prologue): Add tm-constrs.h to included headers.
81 * genpeep.c (main): Add tm-constrs.h to included headers.
82 * genpreds.c (write_satisfies_constraint_fns): Rename to ...
83 (write_tm_constrs_h): this and write complete file.
84 (write_tm_preds_h): Do not emit satisfies_constraint fns.
85 (write_insn_preds_c): Add tm-constrs.h to included headers.
86 (gen_constrs): New variable.
87 (parse_option): Parse "-c".
88 (main): Invoke write_tm_constrs_h.
89 * genrecog.c (write_header): Add tm-constrs.h to included headers.
90 * Makefile.in (STAGECOPYSTUFF): Add tm-constrs.h.
91 (object_out_file): Add tm-constrs.h dependency.
93 (insn-output.o): Same.
97 (tm-constsr.h): New target.
98 (s-constrs-h): New target.
100 * config/rs6000/constraints.md: New file.
101 * config/rs6000/rs6000.c: Include tm-constrs.h.
102 (num_insn_constant_wide): Convert to satisfies_constraint.
103 (rs6000_rtx_costs): Convert to satisfies_constraint.
104 * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Delete.
105 (CONST_OK_FOR_LETTER_P): Delete.
106 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
107 (EXTRA_CONSTRAINT): Delete.
108 (EXTRA_MEMORY_CONSTRAINT): Delete.
109 (EXTRA_ADDRESS_CONSTRAINT): Delete.
110 * config/rs6000/predicates.md: Convert to satisfies_constraint.
111 * config/rs6000/rs6000.md: Include constraints.md. Convert to
112 satisfies_constraint.
114 * config/i386/i386.c: Include tm-constrs.h.
116 2006-03-29 Sebastian Pop <pop@cri.ensmp.fr>
118 * tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.
119 * tree-data-ref.c (find_data_references_in_loop,
120 compute_data_dependences_for_loop): Use pointers to VEC.
121 (analyze_all_data_dependences): Adjust calls.
122 * tree-data-ref.h (find_data_references_in_loop,
123 compute_data_dependences_for_loop): Adjust declarations.
124 * tree-vect-analyze.c (vect_analyze_data_refs): Adjust call to
125 compute_data_dependences_for_loop.
127 2006-03-29 Paul Brook <paul@codesourcery.com>
129 * config/arm/vfp.md (movsf_vfp): Disparage w<->r alternatives.
132 2006-03-29 Sebastian Pop <pop@cri.ensmp.fr>
134 PR tree-optimization/26859
135 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Avoid
137 (convert_step): Remove TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW flags
138 for the step after fold_convert.
140 2006-03-29 Paul Brook <paul@codesourcery.com>
142 * reload1.c (choose_reload_regs): Check for all RTX_AUTOINC operators.
143 (inc_for_reload): Handle PRE_MODIFY and POST_MODIFY addresses.
145 2006-03-29 Paul Brook <paul@codesourcery.com>
148 * targhooks.c (default_narrow_bitfield): New fuction.
149 * targhooks.h (default_narrow_bitfield): add prototype.
150 * target.h (gcc_target): Add narrow_volatile_bitfield.
151 * target-def.h (TARGET_NARROW_VOLATILE_BITFIELD): Define.
152 * stor-layout.c (get_best_mode): Use targetm.narrow_volatile_bitfield.
153 * doc/tm.texi: Document TARGET_NARROW_VOLATILE_BITFIELDS.
154 * config/arm/arm.c (TARGET_NARROW_VOLATILE_BITFIELD): Define.
156 2006-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
158 * config.gcc (s390-*-linux-*, s390x-*-linux*): Add t-dfprules to
160 * config/s390/s390.c (S390_scalar_mode_supported_p): New function.
161 (NR_C_MODES): Add TDmode, DDmode and SDmode.
162 (s390_output_pool_entry, ): Accept MODE_DECIMAL_FLOAT.
163 (s390_hard_regno_mode_ok): Disallow TDmode in integer regs.
164 (s390_function_arg_float): Allow SDmode and DDmode values to be
165 passed in floating point registers.
166 (s390_function_arg_integer, s390_function_value): Replace MODE_FLOAT
167 check with SCALAR_FLOAT_MODE_P.
168 (TARGET_SCALAR_MODE_SUPPORTED_P): Define target macro.
170 2006-03-28 Zdenek Dvorak <dvorakz@suse.cz>
172 PR tree-optimization/25985
173 * tree-ssa-loop-niter.c (number_of_iterations_le,
174 number_of_iterations_ne): Make comments more precise.
175 (number_of_iterations_cond): Add only_exit argument. Use the
176 fact that signed variables do not overflow only when only_exit
178 (loop_only_exit_p): New.
179 (number_of_iterations_exit): Pass result of loop_only_exit_p to
180 number_of_iterations_cond.
182 2006-03-28 Zdenek Dvorak <dvorakz@suse.cz>
184 PR tree-optimization/26643
185 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Do not handle
188 2006-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
190 * config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
191 (divsi3_i4_int): Likewise.
193 2006-03-28 Roger Sayle <roger@eyesopen.com>
195 * expr.c (emit_group_store): Only create a new pseudo reg if the
196 quantity it needs to hold isn't already a suitable pseudo.
198 2006-03-28 Jeff Law <law@redhat.com>
200 * timevar.def (TV_TREE_PHI_CPROP): New timevar.
201 * tree-ssa-dom.c (pass_phi_only_cprop): Use it.
203 2006-03-28 Roger Sayle <roger@eyesopen.com>
205 * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & Y) ^ Y as
206 the equivalent ~X & Y, and the symmetry related transformations.
207 (fold_binary) <BIT_AND_EXPR>: Similarly, fold (X ^ Y) & Y as
208 ~X & Y, and symmetry related transforms.
210 2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
212 Revert my 2006-03-27 patches.
214 2006-03-28 Roger Sayle <roger@eyesopen.com>
216 * fold-const.c (fold_unary) <NOP_EXPR>: Fold (T1)(~(T2)X) as
217 ~(T1)X, when T1 and T2 are integer types of the same precision
218 and (T2)X isn't an extension.
220 2006-03-28 Jeff Law <law@redhat.com>
222 PR tree-optimization/26796
223 * tree-ssa-dom.c (propagate_rhs_into_lhs): Queue blocks which
224 need EH edge cleanups rather than purging them immediately.
225 (eliminate_degenerate_phis): Handle queued EH cleanups.
227 2006-03-28 Daniel Berlin <dberlin@dberlin.org>
229 * tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE
232 2006-03-27 Roger Sayle <roger@eyesopen.com>
235 * fold-const.c (fold_binary) <MINUS_EXPR>: Call fold_convert to
236 cast BIT_NOT_EXPR operand to the correct type.
238 2006-03-27 Sebastian Pop <pop@cri.ensmp.fr>
240 * tree-loop-linear.c: Don't include varray.h.
241 (gather_interchange_stats, try_interchange_loops,
242 linear_transform_loops): Use VEC instead of VARRAY.
243 * lambda-mat.c: Don't include varray.h.
244 * tree-chrec.c: Same.
245 * lambda-trans.c: Same.
246 * tree-vectorizer.c (new_loop_vec_info, destroy_loop_vec_info): Use
247 VEC instead of VARRAY.
248 * tree-vectorizer.h: Idem.
249 * tree-data-ref.c (dump_data_references,
250 dump_data_dependence_relations, dump_dist_dir_vectors, dump_ddrs,
251 initialize_data_dependence_relation, finalize_ddr_dependent,
252 compute_all_dependences, find_data_references_in_loop,
253 compute_data_dependences_for_loop, analyze_all_data_dependences,
254 free_dependence_relation, free_dependence_relations,
255 free_data_refs): Idem.
256 * tree-data-ref.h (data_reference_p, subscript_p): New.
257 (data_dependence_relation, DDR_SUBSCRIPT, DDR_NUM_SUBSCRIPTS): Use
258 VEC instead of VARRAY.
259 (DDR_SUBSCRIPTS_VECTOR_INIT): Removed.
260 (find_data_references_in_loop, compute_data_dependences_for_loop,
261 dump_ddrs, dump_dist_dir_vectors, dump_data_references,
262 dump_data_dependence_relations, free_dependence_relations,
263 free_data_refs): Adjust declaration.
264 (lambda_transform_legal_p): Move declaration here...
265 * tree-vect-analyze.c (vect_analyze_data_ref_dependences,
266 vect_compute_data_refs_alignment, vect_verify_datarefs_alignment,
267 vect_enhance_data_refs_alignment, vect_analyze_data_ref_accesses,
268 vect_analyze_data_refs): Use VEC instead of VARRAY.
269 * lambda.h (lambda_transform_legal_p): ...from here.
270 * lambda-code.c (lambda_transform_legal_p): Use VEC instead of VARRAY.
271 * tree-vect-transform.c (vect_update_inits_of_drs): Idem.
272 * Makefile.in (tree-loop-linear.o, lambda-mat.o, lambda-trans.o,
273 tree-chrec.o): Don't depend on VARRAY_H.
275 2006-03-27 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
277 * rtl.def (Copyright): Update date.
278 (DEPS_LIST): Change type of the second operand to 'int'.
279 * target.h (Copyright): Update date.
280 (struct gcc_target.speculate_insn): Change type of the second parameter
282 * lists.c (Copyright): Update date.
283 (alloc_DEPS_LIST): Change signature. Update reference to the second
284 operand of the DEPS_LIST.
285 (copy_DEPS_LIST_list): Update reference to the second operand of the
287 * rtl.h (Copyright): Update date.
288 (alloc_DEPS_LIST): Update signature.
289 * sched-int.h (Copyright): Update date.
290 (ds_t): Change typedef to 'int'.
291 (DEP_STATUS, BITS_PER_DEP_STATUS): Update.
293 2006-03-27 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
295 * haifa-sched.c (Copyright): Update date.
296 (try_ready): Change condition to restore non-speculative pattern
298 (process_insn_depend_be_in_spec): Code to keep probability of the
299 speculative dependence non-decreasing.
301 2006-03-27 Bernd Schmidt <bernd.schmidt@analog.com>
303 * regrename.c (replace_oldest_value_addr): Initialize a variable to
304 shut up the compiler.
306 2006-03-27 J"orn Rennecke <joern.rennecke@st.com>
308 * config/sh/t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule
309 to use lib prefix for target.
310 ($(T)libic_invalidate_array_4-200.a): Likewise.
311 ($(T)libic_invalidate_array_4a.a): Likewise.
313 2006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
314 J"orn Rennecke <joern.rennecke@st.com>
316 * superh.opt: New file.
317 * sh.c (boardtype, osruntime): Remove.
318 * superh.h (SUBTARGET_OPTIONS): Remove.
319 * config.gcc (sh*-superh-elf): Add sh/superh.opt to extra_options.
321 * config.gcc (sh*-*-*): Don't use c-c ranges for tr. Quote sed
322 arguments with ^ and/or [].
324 * config.gcc (sh-*-*): Add quoting to account for quirk of
326 Replace == with = in enable_incomplete_targets test.
328 * config/sh/superh.h (SUBTARGET_LINK_SPEC): Replace LITTLE_ENDIAN_BIT
329 with MASK_LITTLE_ENDIAN.
331 * config.gcc (sh*-superh-elf): Add sh/superh.h to tm_file.
332 * config/sh/sh.opt: Added to some comments.
333 * config/sh/superh.h: Removed some chaff.
335 * config/sh/sh.opt: Add m4-[1234]00* options.
336 * config/sh/sh.c (sh_handle_option): Likewise.
337 * config/sh/t-sh (IC_EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Define.
338 (ic_invalidate_array_4-100.o): New rule.
339 ($(T)libic_invalidate_array_4-100.a): Likewise.
340 (ic_invalidate_array_4-200.o): Likewise.
341 ($(T)libic_invalidate_array_4-200.a): Likewise.
342 (ic_invalidate_array_4a.o): Likewise.
343 ($(T)libic_invalidate_array_4a.a): Likewise.
344 * config/sh/t-elf (EXTRA_MULTILIB_PARTS): Add IC_EXTRA_PARTS.
345 * config/sh/embed-elf.h (LIBGCC_SPEC): Add clauses for m4-100*,
347 * config/sh/crt1.asm: Merged in profiling code.
348 * config/sh/superh.h (STARTFILE_SPEC): Override.
349 * config/sh/t-superh: Override EXTRA_MULTILIB_PARTS.
350 Add rules for $(T)crt1-mmu.o, $(T)gcrt1-mmu.o and $(T)gcrt1.o.
351 * config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
353 * t-sh (MULTILIB_MATCHES): Add sh4-[1245]00* variants.
354 * config/sh/t-superh: Removed now-redundant MULTILIB_OPTIONS /
355 MULTILIB_DIRNAMES / MULTILIB_MATCHES settings.
357 * sh.opt (mpretend-cmove): New option.
358 * sh.h (OPERRIDE_OPTIONS): Switch it off if not TARGET_SH1.
359 * sh.md (movsicc_t_false, movsicc_t_tru): New patterns.
360 (movsicc): Add TARGET_PRETEND_CMOVE code.
362 2006-03-27 Andreas Krebbel <krebbel1@de.ibm.com>
364 * config/s390/s390-protos.h (s390_hard_regno_mode_ok,
365 s390_class_max_nregs): New function prototypes.
366 * config/s390/s390.c (REGNO_PAIR_OK): New macro.
367 (s390_hard_regno_mode_ok, s390_class_max_nregs): New functions.
368 * config/s390/s390.h (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
369 CLASS_MAX_NREGS): Macro bodies replaced by function calls.
371 2006-03-26 Geoffrey Keating <geoffk@apple.com>
373 * dwarf2out.c (add_location_or_const_value_attribute): Call
374 tree_add_const_value_attribute if nothing else works.
375 (reference_to_unused): New.
376 (rtl_for_decl_init): Use reference_to_unused to decide whether
377 to output an initializer.
379 2006-03-27 Alan Modra <amodra@bigpond.net.au>
382 * config/rs6000/rs6000.md (DF reg move peephole): Prevent
383 peephole removing spe frob_di_df_2.
385 2006-03-26 Sebastian Pop <pop@cri.ensmp.fr>
387 * tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.
388 (subscript_dependence_tester_1): Declared.
389 (print_dir_vectors, print_dist_vectors): New.
390 (debug_data_dependence_relation): New.
391 (dump_data_dependence_relation): Print more details.
392 (initialize_data_dependence_relation): Initialize DDR_LOOP_NEST.
393 (analyze_subscript_affine_affine): Don't ICE when gcd_alpha_beta is 0.
394 (save_dist_v, save_dir_v, add_outer_distances,
395 build_classic_dist_vector_1): New.
396 (build_classic_dist_vector): Rewrite to work on DDR_LOOP_NEST.
397 Don't test for lambda_vector_lexico_pos.
398 (same_access_functions, add_multivariate_self_dist,
399 add_other_self_distances, dir_from_dist): New.
400 (build_classic_dir_vector): Replace implementation almost identical to
401 build_classic_dist_vector with a walk of DDR_DIST_VECTS with a call to
403 (subscript_dependence_tester_1): New.
404 (subscript_dependence_tester): Handle the lexicographically negative
405 distance vectors by recomputing the dependence relation.
406 (compute_affine_dependence): Remove parameter loop_nest_depth.
407 (compute_self_dependence): Don't call compute_subscript_distance.
408 (compute_all_dependences): Remove parameters nb_loops, loop_nest_depth.
409 Add a parameter for the loop_nest.
410 (find_loop_nest_1, find_loop_nest): New.
411 (compute_data_dependences_for_loop): Compute the loop nest, and give
412 up if the nest is not well formed.
413 * tree-data-ref.h (loop_p): New.
414 (struct data_dependence_relation): Replace size_vect field with
415 loop_nest, a vec of loops.
416 (DDR_SIZE_VECT): Renamed DDR_NB_LOOPS.
417 (DDR_LOOP_NEST): New.
418 (print_dir_vectors, print_dist_vectors,
419 debug_data_dependence_relation): Declared.
420 (index_in_loop_nest): New.
421 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Use
422 DDR_LOOP_NEST and index_in_loop_nest to determine the dependence
425 2006-03-25 Adam Nemet <anemet@caviumnetworks.com>
427 * simplify-rtx.c (simplify_relational_operation): Call
428 simplify_relational_operation_1 even if mode is VOIDmode.
430 2006-03-25 Daniel Berlin <dberlin@dberlin.org>
432 PR tree-optimization/26804
433 * tree.h (DECL_CALL_CLOBBERED): New macro.
434 (tree_decl_common): Add call_clobbered_flag.
435 * tree-flow-inline.h (is_call_clobbered): Use DECL_CALL_CLOBBERED.
436 (mark_call_clobbered): Set DECL_CALL_CLOBBERED.
437 (clear_call_clobbered): Clear DECL_CALL_CLOBBERED.
438 (mark_non_addressable): Ditto.
439 * tree-ssa.c (verify_call_clobbered): New function.
440 (verify_alias_info): Use it.
441 * tree-pass.h (pass_reset_cc_flags): New prototype.
442 * tree-ssa-alias.c (pass_reset_cc_flags): New structure.
443 (reset_cc_flags): New function.
444 * passes.c (init_optimization_passes): Call reset_cc_flags after
445 initializing referenced_vars.
447 2006-03-25 Uros Bizjak <uros@kss-loka.si>
448 Roger Sayle <roger@eyesopen.com>
451 * fold-const.c (fold_binary) [RDIV_EXPR]: Do not optimize A / A
452 to 1.0 for non-real operands. Implement A / A optimization for
455 2006-03-25 H.J. Lu <hongjiu.lu@intel.com>
457 * config/i386/i386.c (size_cost): Correct the comment for
458 cost of storing fp registers.
459 (i386_cost): Likewise.
460 (i486_cost): Likewise.
461 (pentium_cost): Likewise.
462 (pentiumpro_cost): Likewise.
464 (athlon_cost): Likewise.
466 (pentium4_cost): Likewise.
467 (nocona_cost): Likewise.
468 (generic64_cost): Likewise.
469 (generic32_cost): Likewise.
471 2006-03-24 Denis Chertykov <denisc@overta.ru>
473 * config/avr/avr-protos.h (extra_constraint): Delete.
474 (extra_constraint_Q): New declaration.
475 * config/avr/constraints.md: New file.
476 * config/avr/avr.md: Include it.
477 (REG_X, REG_Y, REG_Z, REG_W): New constants.
478 (TMP_REGNO, ZERO_REGNO): Likewise.
479 (UNSPEC_STRLEN, UNSPEC_INDEX_JMP): Likewise.
480 * config/avr/avr.c (avr_reg_class_from_letter): Delete.
481 (extra_constraint): Delete.
482 (extra_constraint_Q): Test for memory constraint 'Q'.
483 * config/avr/avr.h (REG_X,REG_Y,REG_Z,REG_W): Delete.
484 (REG_CLASS_FROM_LETTER): Delete.
485 (CONST_OK_FOR_LETTER_P): Delete.
486 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
487 (EXTRA_CONSTRAINT): Delete.
489 (ZERO_REGNO): Delete.
491 2006-03-24 Jeff Law <law@redhat.com>
493 * tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt
494 directly. Call mark_new_vars_to_rename slightly earlier.
496 2006-03-24 Geoffrey Keating <geoffk@apple.com>
498 * dwarf2out.c (is_c_family): Understand new DWARF3 language types.
500 (gen_compile_unit_die): Use new language types for Objective-C and
502 (dwarf2out_decl): Use is_cxx rather than testing explicitly against
506 * config/t-darwin (crt3.o): Work around bug 26840.
507 * config/darwin-crt3.c: Rewrite.
508 * config/darwin.h (STARTFILE_SPEC): Don't use -l for crt3.o.
510 2006-03-24 Carlos O'Donell <carlos@codesourcery.com>
512 * doc/invoke.texi: Document -femit-class-debug-always
513 * common.opt: Add -femit-class-debug-always.
515 2006-03-24 Andreas Krebbel <krebbel1@de.ibm.com>
517 * config/s390/s390.c (s390_decompose_address): Allow SImode for
518 index and base register.
519 (s390_expand_plug_operand, legitimate_address_p, preferred_la_operand_p,
520 print_operand_address, print_operand): Replaced REG_OK_FOR_BASE_STRICT_P
521 with REGNO_OK_FOR_BASE_P and REG_OK_FOR_INDEX_STRICT_P with
522 REGNO_OK_FOR_INDEX_P.
523 * config/s390/s390.h (REGNO_OK_FOR_INDEX_P): Replaced check with
525 (REG_OK_FOR_INDEX_NONSTRICT_P, REG_OK_FOR_BASE_NONSTRICT_P,
526 REG_OK_FOR_INDEX_STRICT_P, REG_OK_FOR_BASE_STRICT_P, REG_OK_FOR_INDEX_P,
527 REG_OK_FOR_BASE_P): Definitions removed.
529 2006-03-24 Jakub Jelinek <jakub@redhat.com>
532 * gimplify.c (gimplify_bind_expr): Only call omp_add_variable on
533 non-global variables that don't have DECL_SEEN_IN_BIND_EXPR_P bit
534 set yet or weren't marked as local yet.
536 2006-03-24 Bernd Schmidt <bernd.schmidt@analog.com>
538 * regrename.c (scan_rtx_address): Initialize a variable to shut up
541 2006-03-24 Eric Botcazou <ebotcazou@adacore.com>
543 * config/rs6000/rs6000-protos.h (rs6000_offsettable_memref_p): Declare.
544 (rs6000_legitimate_small_data_p): Delete.
545 * config/rs6000/rs6000.c (rs6000_offsettable_memref_p): New predicate.
546 (rs6000_legitimate_small_data_p): Rename to legitimate_small_data_p
547 and make static. Add forward declaration. Update uses.
548 (rs6000_split_multireg_move): Use rs6000_offsettable_memref_p instead
549 of offsettable_memref_p.
550 * config/rs6000/rs6000.md (movdf_hardfloat32): Revert 2005-08-23 fix.
551 Use rs6000_offsettable_memref_p instead of a less accurate predicate.
553 2006-03-24 Jeff Law <law@redhat.com>
555 * tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work
556 around bug in immediate-use iterator.
558 2006-03-24 Alan Modra <amodra@bigpond.net.au>
561 * config/rs6000/darwin-ldouble.c: Don't compile when __NO_FPRS__
562 or __LITTLE_ENDIAN__.
564 2006-03-23 J"orn Rennecke <joern.rennecke@st.com>
566 * config/sh/divtab-sh4.c, config/sh/divcost-analysis: New files.
567 * config/sh/lib1funcs.asm (div_table): Add !__SH5__ variant.
568 * config/sh/t-sh (LIB1ASMFUNCS): Add _div_table.
569 * config/sh/sh.opt (mdiv=): Amend description.
570 * config/sh/sh.h (TARGET_DIVIDE_CALL_DIV1): New macro.
571 (TARGET_DIVIDE_CALL_FP, TARGET_DIVIDE_CALL_TABLE): Likewise.
572 (sh_divide_strategy_e): Add new members SH_DIV_CALL_DIV1,
573 SH_DIV_CALL_FP, SH_DIV_CALL_TABLE and SH_DIV_INTRINSIC.
574 (OVERRIDE_OPTIONS): Also process sh_div_str for TARGET_SH1.
575 Calculate sh_divsi3_libfunc using TARGET_DIVIDE_* macros.
576 * config/sh/sh.md (udivsi3_i4_int, divsi3_i4_int): New patterns.
577 (udivsi3, divsi3): Use them. Check TARGET_DIVIDE_CALL_TABLE /
578 TARGET_DIVIDE_CALL_FP.
580 2006-03-23 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
582 * haifa-sched.c (choose_ready): Fix type of the local variable.
583 Move local variables. Add comment.
584 (check_reg_live): Change signature. Make callable from debugger.
585 * sched-int.h (check_reg_live): Update signature.
586 * sched-ebb.c (check_reg_live): Update parameters.
587 * sched-rgn.c (check_reg_live): Ditto.
588 (region_head_or_leaf_p): Check pointer before dereferencing.
589 * config/ia64/ia64.c (ia64_set_sched_flags): Disable data speculation
590 before reload on optimization levels below 1.
592 2006-03-23 Richard Henderson <rth@redhat.com>
594 * config/alpha/alpha.c (alpha_legitimate_constant_p): Reject
598 * config/alpha/predicates.md (local_symbolic_operand): Reject
601 2006-03-23 Andrew Pinski <pinskia@physics.uc.edu>
604 * tree-ssa-pre.c (create_value_expr_from): Don't reject
605 expressions which have overflowed constants.
607 2006-03-23 Zdenek Dvorak <dvorakz@suse.cz>
609 * cse.c (cse_end_of_basic_block): Do not check for LOOP_END note.
611 2006-03-23 Zdenek Dvorak <dvorakz@suse.cz>
613 * cfgloopmanip.c (create_loop_notes): Removed.
614 * final.c (final_scan_insn): Do not handle loop notes.
615 * jump.c (squeeze_notes): Ditto.
616 * cfglayout.c (skip_insns_after_block,
617 duplicate_insn_chain): Ditto.
618 * cfgcleanup.c (rest_of_handle_jump2): Do not call
620 * cfgloop.h (create_loop_notes): Declaration removed.
622 2006-03-23 Richard Sandiford <richard@codesourcery.com>
624 * varasm.c (output_constant_pool): Restore fnname and fndecl
626 (assemble_start_function): Adjust call accordingly.
627 (assemble_end_function): Likewise.
629 2006-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
632 * tree-mudflap.c (mudflap_finish_file): Skip erroneous objects.
635 * tree-mudflap.c (mf_xform_derefs_1): Return early on error_mark_node.
637 2006-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
640 * system.h (ICE_EXIT_CODE): New macro.
641 * diagnostic.c (diagnostic_count_diagnostic): Exit with ICE_EXIT_CODE.
642 (diagnostic_action_after_output): Likewise.
643 * gcc.c (fatal_ice): New function.
644 (execute): Use it instead of fatal.
645 (fancy_abort): Likewise.
646 * doc/invoke.texi (-pass-exit-codes): Document return code for ICEs.
648 2006-03-22 Jeff Law <law@redhat.com>
650 * loop-unroll.c (analyze_iv_to_split_insn): Handle
651 iv_analyze_result returning false.
653 2006-03-22 Jie Zhang <jie.zhang@analog.com>
655 * config/bfin/bfin.h (ASM_FORMAT_PRIVATE_NAME): Remove.
657 2006-03-22 Richard Henderson <rth@redhat.com>
660 * except.c (duplicate_eh_regions_0): New.
661 (duplicate_eh_region_1): Duplicate the children of the node as
662 well as the node itself. Link them up properly.
663 (duplicate_eh_region_2): Merge into ...
664 (duplicate_eh_regions): ... here. Take copy_region argument, and
665 copy only a sub-tree if asked. Simplify copying and fixup.
666 (eh_region_outer_p): New.
667 * except.h (duplicate_eh_regions): Update decl.
668 (eh_region_outer_p): Declare.
669 * omp-low.c (lower_omp_single): Fix eh region placement wrt OMP_RETURN.
670 (lower_omp_master): Likewise.
671 (lower_omp_ordered): Likewise.
672 * tree-cfg.c (struct move_stmt_d): Add new_label_map.
673 (move_stmt_r): Use it to remap labels. Handle recursion vs
674 remap_decls_p properly.
675 (move_block_to_fn): Pass in new_label_map. Remap RESX_EXPR.
676 (find_outermost_region_in_block): New.
677 (new_label_mapper): New.
678 (move_sese_region_to_fn): Copy eh information to the new function
680 * tree-inline.c (copy_cfg_body): Update for new duplicate_eh_regions
682 * tree-pretty-print.c (dump_generic_node): Dump RESX_EXPR region
685 2006-03-22 Richard Sandiford <richard@codesourcery.com>
687 * doc/md.texi (-mshared): Mention that -mshared code can be linked
688 into shared libraries.
690 2006-03-22 Richard Sandiford <richard@codesourcery.com>
692 * doc/md.texi: Refer to i386/constraints.md instead of
694 * config/i386/constraints.md: New file, extracted from...
695 * config/i386/predicates.md: ...here.
696 * config/i386/i386.md: Include constraints.md.
698 2006-03-21 Jason Merrill <jason@redhat.com>
700 * builtins.c (expand_builtin_fork_or_exec): Fix pasto.
703 * expr.c (init_block_move_fn): Force default visibility.
704 (init_block_clear_fn): Likewise.
705 * builtins.c (expand_builtin_fork_or_exec): Likewise.
706 * targhooks.c (default_external_stack_protect_fail): Likewise.
708 2006-03-21 Richard Sandiford <richard@codesourcery.com>
710 * config/mips/predicates.md (const_call_insn_operand): Allow direct
711 calls to locally-defined functions if TARGET_ABSOLUTE_ABICALLS.
712 * config/mips/mips.md (jal_macro): Test TARGET_ABSOLUTE_ABICALLS.
713 Use TARGET_OLDABI instead of !TARGET_NEWABI.
714 (loadgp): Use mips_current_loadgp_style.
715 (loadgp_noshared): New pattern.
716 (sibcall_internal): Use MIPS_CALL.
717 (sibcall_value_internal): Likewise.
718 (sibcall_value_multiple_internal): Likewise.
719 (call_internal): Likewise.
720 (call_value_internal): Likewise.
721 (call_value_multiple_internal): Likewise.
722 (call_split): Use MIPS_CALL and add an 'S' constraint.
723 (call_value_split): Likewise.
724 (call_value_multiple_split): Likewise.
725 * config/mips/mips.opt (-mabicalls): Tweak docstring.
726 (-mshared): New option.
727 * config/mips/mips-protos.h (mips_loadgp_style): New enum.
728 (mips_current_loadgp_style): Declare.
729 * config/mips/mips.c (mips_classify_symbol): Avoid using
730 SYMBOL_GOT_LOCAL if TARGET_ABSOLUTE_ABICALLS. Use SYMBOL_GENERAL
731 rather than SYMBOL_GOT_GLOBAL for locally-binding symbols if
732 TARGET_ABSOLUTE_ABICALLS.
733 (override_options): Adjust comments. Improve the warning that is
734 issued when -mabicalls and -G are used together.
735 (mips_file_start): Remove comment.
736 (mips_current_loadgp_style): New function.
737 (mips_gnu_local_gp): New variable.
738 (mips_emit_loadgp): Use mips_current_loadgp_style. Handle
740 (mips_output_function_prologue): Use mips_current_laodgp_style.
741 (mips_expand_prologue): Call mips_emit_loadgp before emitting
742 the cprestore instruction.
743 (mips_extra_live_on_entry): Fix reversed test. Don't make $25
744 live for TARGET_ABSOLUTE_ABICALLS.
745 * config/mips/mips.h (TARGET_ABSOLUTE_ABICALLS): New macro.
746 (ASM_SPEC): Pass down -mshared and -mno-shared.
747 (MIPS_CALL): New macro.
748 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove __ABICALLS__
750 * doc/invoke.texi (-mabicalls): Update documentation.
751 (-mshared): Document.
753 2006-03-21 Steve Ellcey <sje@cup.hp.com>
755 * config/ia64/unwind-hpux.c: New file.
756 * config/ia64/t-hpux: Add unwind-hpux.c to libgcc.
758 2006-03-21 Steve Ellcey <sje@cup.hp.com>
761 * config/pa/pa64-hpux.h (LIB_SPEC): Fix for -mt and -pthread options.
763 2006-03-21 Jeff Law <law@redhat.com>
765 * tree-vrp.c (extract_range_from_unary_expr): Derive ranges for
766 type conversions of a VR_VARYING source to a wider type.
768 2006-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
770 * config.gcc (i[34567]86-*-solaris2*): Add config/sol2-10.h to
771 tm_file on Solaris 10 and later.
772 (sparc64-*-solaris2*): Likewise.
773 (sparc-*-solaris2*): Likewise.
774 * config/sol26.h: Rename to config/sol2-6.h.
775 * config/sol2-10.h: New file.
777 2006-03-21 Andrew Pinski <pinskia@physics.uc.edu>
780 * tree-ssa-pre.c (create_component_ref_by_pieces):
783 2006-03-21 Jakub Jelinek <jakub@redhat.com>
786 * tree.c (get_callee_fndecl): If CALL is error_mark_node,
787 return it immediately.
789 2006-03-21 Michael Matz <matz@suse.de>
791 * genautomata.c (<struct state>, num_out_arcs, presence_signature):
793 (remove_arc, add_arc): Update num_out_arcs member.
794 (set_out_arc_insns_equiv_num): Returns nothing instead of number
796 (cache_presence): New function.
797 (compare_states_for_equiv): New function.
798 (state_is_differed): Don't take number of outargs, adjust callers.
799 Use new invariant for speeding up.
800 (init_equiv_class): Create initial classes based on sorted
802 (partition_equiv_class): Don't track out_arcs_num.
803 (evaluate_equiv_classes): Call cache_presence on all states and
806 2006-03-21 Bernd Schmidt <bernd.schmidt@analog.com>
808 * config/bfin/bfin-protos.h (bfin_dsp_memref_p): Declare.
809 * config/bfin/bfin.c (bfin_dsp_memref_p): New function.
810 (bfin_valid_reg_p): Test for pseudos explicitly and use only
811 REGNO_MODE_CODE_OK_FOR_BASE_P. New args MODE and OUTER_CODE; all
813 * config/bfin/bfin.h (PREG_P): Use P_REGNO_P.
814 (IREG_P, P_REGNO_P, I_REGNO_P): New macros.
815 (enum reg_class, REG_CLASS_CONTENTS): Add IPREGS.
816 (BASE_REG_CLASS, REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
817 REGNO_OK_FOR_BASE_STRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P): Delete
819 (IREG_POSSIBLE_P, MODE_CODE_BASE_REG_CLASS,
820 REGNO_MODE_CODE_OK_FOR_BASE_P): New macros.
821 (REGNO_REG_CLASS): ARGP is in PREGS.
822 * config/bfin/bfin.md (movhi_insn): Allow for addresses containing
824 (zero_extendhisi2, extendhisi2): Likewise; changed to define_and_split
825 to deal with those addresses.
826 * addresses.h: New file.
827 * caller-save.c: Include "addresses.h".
828 (init_caller_save): Use new base_reg_class function.
829 * rtl-factoring.c: Include "addresses.h".
830 (recompute_gain_for_pattern_seq): Use new function ok_for_base_p_1.
831 * recog.c: Include "addresses.h".
832 (preprocess_constraints): Use new base_reg_class function.
833 * regrename.c: Include "addresses.h".
834 (scan_rtx_address): Use new regno_ok_for_base_p and base_reg_class
835 functions. Keep track of a new var INDEX_CODE to compute valid
837 (replace_oldest_value_addr): Likewise.
838 (replace_oldest_value_mem): Use base_reg_class.
839 * reload.c: Include "addresses.h".
840 (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P): Delete macros.
841 (find_reloads): Use new base_reg_class function.
842 (find_reloads_address): Likewise; also use regno_ok_for_base_p.
843 (find_reloads_address_1): Likewise. New args OUTER_CODE and INDEX_CODE;
844 all callers and prototype changed.
845 * reload1.c: Include "addresses.h".
846 (maybe_fix_stack_asms): Use base_reg_class.
847 * regclass.c: Include "addresses.h".
848 (ok_for_index_p_nonstrict, ok_for_base_p_nonstrict): New functions.
849 (init_reg_autoinc): Use new base_reg_class function.
850 (record_reg_classes): Likewise.
851 (record_address_regs): Delete arg CLASS; add args CONTEXT, MODE,
852 OUTER_CODE and INDEX_CODE. All callers and prototype changed.
853 Use new args to compute necessary class.
855 * Makefile.in (regclass.o, reload.o, reload1.o, caller-save.o, recog.o,
856 regrename.o, rtl-factoring.o): Update dependencies.
857 * doc/tm.texi (MODE_CODE_BASE_REG_CLASS): Document.
858 (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
859 (REG_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_REG_BASE_P,
860 REG_OK_FOR_INDEX_P): Delete documentation.
862 2006-03-21 Alexey Starovoytov <alexey.starovoytov@sun.com>
864 * config.gcc (sparc-*-solaris2*): Change the default CPU setting
865 from V7 to V9 for Solaris 7 and above.
867 2006-03-21 Toon Moene <toon@moene.indiv.nluug.nl>
869 * doc/invoke.texi: Document new flag -fargument-noalias-anything.
870 * tree-ssa-alias.c (may_alias_p): If flag_argument_noalias > 2,
871 argument pointers may not alias any other storage.
872 * common.opt: Define option -fargument-noalias-anything.
873 * tree-ssa-structalias.c (intra_create_variable_infos): Fortran
874 alias semantics is specified by flag_argument_noalias > 2.
876 2006-03-20 Jeff Law <law@redhat.com>
878 * tree-pass.h (pass_phi_only_copy_prop): Delete.
879 (pass_phi_only_cprop): Declare.
880 * passes.c (init_optimization_passes): Replace pass_phi_only_copy_prop
882 * tree-ssa-dom.c (degenerate_phi_result): New function.
883 (remove_stmt_or_phi, get_lhs_or_phi_result): Likewise.
884 (get_rhs_or_phi_arg, propagate_rhs_into_lhs): Likewise.
885 (eliminate_const_or_copy, eliminate_degenerate_phis_1): Likewise.
886 (eliminate_degenerate_phis): Likewise.
887 (pass_phi_only_cprop): New pass descriptor.
888 * tree-ssa-copy.c (init_copy_prop): Lose PHIS_ONLY argument and
889 support code. Callers updated.
890 (execute_copy_prop, do_copy_prop): Likewise and corresponding changes.
891 (store_copy_prop): Likewise.
892 (do_phi_only_copy_prop, pass_phi_only_copy_prop): Remove.
894 2006-03-20 Jason Merrill <jason@redhat.com>
897 * c-pragma.c (visstack): Move out of handle_pragma_visibility.
898 (push_visibility, pop_visibility): Likewise.
899 * c-pragma.h: Declare them.
901 2006-03-20 Kaz Kojima <kkojima@gcc.gnu.org>
903 * config/sh/sh.c (untangle_mova): Initialize n_addr and n_target.
905 * config/sh/sh.c (find_regmode_weight): Change the type of the first
906 parameter and use get_ebb_head_tail.
907 (sh_md_init_global): Adjust uses of find_regmode_weight.
909 2006-03-20 Steven Bosscher <stevenb.gcc@gmail.com>
911 * function.h (struct function) <x_tail_recursion_reentry>:
912 Rename to x_stack_check_probe_note.
913 (tail_recursion_reentry): Rename to stack_check_probe_note.
914 * function.c: Replace tail_recursion_reentry with
915 stack_check_probe_note everywhere.
916 (expand_function_start): Only emit a note for
917 stack_check_probe_note with -fstack-protect.
918 * stmt.c (expand_case): Don't emit NOTE_INSN_DELETED notes.
920 * emit-rtl.c (remove_unnecessary_notes): Remove.
921 (pass_remove_unnecessary_notes): Remove.
922 * rtl.h (remove_unnecessary_notes): Remove prototype.
923 * final.c (final_start_function): Don't call remove_unnecessary_notes.
924 * tree-pass.h (pass_remove_unnecessary_notes): Remove.
925 * passes.c (pass_remove_unnecessary_notes): Don't run it.
927 2006-03-20 Andrew Pinski <pinskia@physics.uc.edu>
930 * tree-ssa-pre (phi_translate): Handle ARRAY_REF's operands.
931 (valid_in_set): Handle ARRAY_REF.
932 Change "if min_variant or VH" to asserts.
933 (create_component_ref_by_pieces): Handle ARRAY_REF.
934 (create_expression_by_pieces): Likewise.
935 (can_PRE_operation): ARRAY_REFs can now be PRE'd.
937 2006-03-20 David Edelsohn <edelsohn@gnu.org>
939 * genpreds.c (write_insn_extra_address_constraint): Argument `c'
940 is operand of switch, not str[0].
942 2006-03-20 Alan Modra <amodra@bigpond.net.au>
944 * config/rs6000/rs6000.c (rs6000_handle_option): Use
945 TARGET_NO_FP_IN_TOC inside #ifdef TARGET_USES_SYSV4_OPT too.
947 2006-03-19 David Edelsohn <edelsohn@gnu.org>
949 * genpreds.c (write_tm_preds_h): Add semicolon and newline at
950 end of insn_extra_address_constraint declaration.
952 2006-03-19 David Edelsohn <edelsohn@gnu.org>
954 * config/rs6000/rs6000.opt (no-fp-in-toc): Use Var not Mask.
955 (no-sum-in-toc): Same.
956 * config/rs6000/rs6000.c (rs6000_handle_option): Use new
958 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
959 NO_FP_IN_TOC for -fPIC instead of mask.
961 * config/rs6000/t-aix43 (T_ADAFLAGS): Delete.
962 (BOOT_LDFLAGS): Delete.
964 * config/rs6000/t-aix52: Same.
966 * config/rs6000/rs6000.md (store_multiple_power): Delete.
967 (stmsi[345678]_power): New.
969 2006-03-17 Steve Ellcey <sje@cup.hp.com>
971 * config/ia64/ia64.opt: Add empty line to end of file.
973 2006-03-17 Richard Guenther <rguenther@suse.de>
976 * builtins.c (get_pointer_alignment): For component style references
977 adjust alignment to the component type alignment. Make sure
978 to adjust alignment for component access of constants.
980 2006-03-17 David Edelsohn <edelsohn@gnu.org>
982 * config/rs6000/rs6000.md (strlensi): Emit barrier after
985 2006-03-17 Paul Brook <paul@codesourcery.com>
987 * doc/install.texi: Docuemnt --with-mode.
988 * config.gcc: Add --with-mode for arm*-*-*.
989 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "mode".
991 2006-03-17 J"orn Rennecke <joern.rennecke@st.com>
993 * sh.c (max_labelno_before_reorg): New variable.
994 (sh_reorg): Initialize it.
995 (find_barrier): Check max_labelno_before_reorg before using
996 label_to_alignment. Take length of explicit alignment insns
997 into account. When seeing a UNSPECV_CONST_END, return it.
999 * sh.c (fixup_mova): Set mode of affected label to QImode.
1000 (untangle_mova): New function.
1001 (find_barrier): Use it. Check mode of label before decrementing
1003 (sh_reorg): Likewise.
1004 Set mode of all insns back to VOIDmode.
1006 * sh.c (MOVA_LABELREF): New macro.
1007 (mova_p, fixup_mova, sh_reorg): Use it.
1008 (find_barrier, sh_reorg): Don't count num_mova back to 0 unless
1009 ADDR_DIFF_VEC matches mova.
1011 2006-03-17 Steven Bosscher <stevenb.gcc@gmail.com>
1013 * dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
1014 with ATTRIBUTE_UNUSED.
1016 2006-03-17 Alexandre Oliva <aoliva@redhat.com>
1018 * dwarf2out.c (dwarf2out_stack_adjust): Always track the stack
1019 pointer, instead of assuming it is possible to derive the
1020 correct args size from a call insn.
1022 2006-03-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1024 * rtl.h (CONST_INT_P): Define.
1025 * config/vax/vax.c (print_operand_address): Use CONST_INT_P()
1026 instead of GET_CODE(x) == CONST_INT.
1027 (vax_rtx_costs): Likewise.
1028 (vax_output_int_move): Likewise.
1029 (vax_output_int_add): Likewise.
1030 (legitimate_constant_address_p): Likewise.
1031 (index_term_p): Likewise.
1032 * config/vax/vax.h (PRINT_OPERAND): Likewise.
1033 * config/vax/vax.md (and<mode>3): Likewise.
1034 (ashrsi3): Likewise.
1036 (movstricthi): Likewise.
1037 (movstrictqi): Likewise.
1038 (rotrsi3): Likewise.
1039 (five unnamed insns): Likewise.
1041 2006-03-16 Geoffrey Keating <geoffk@apple.com>
1043 * doc/tm.texi (SDB and DWARF): Add extra parameter to
1044 ASM_OUTPUT_DWARF_OFFSET. Use @var to indicate metavariables.
1045 * dwarf2asm.h (dw2_asm_output_offset): Add section parameter.
1046 * dwarf2asm.c (dw2_asm_output_offset): Add base section parameter.
1047 Pass to ASM_OUTPUT_DWARF_OFFSET.
1048 * dwarf2out.c (debug_frame_section): New.
1049 (output_call_frame_info): Use debug_frame_section. Pass it to
1050 dw2_asm_output_offset.
1051 (output_die): Pass appropriate section to dw2_asm_output_offset.
1052 (output_compilation_unit_header): Likewise.
1053 (output_pubnames): Likewise.
1054 (output_aranges): Likewise.
1055 (enum dw_val_class): Break dw_val_class_lbl_offset into
1056 dw_val_class_lineptr and dw_val_class_macptr.
1057 (add_AT_lbl_offset): Delete.
1058 (add_AT_lineptr): New.
1059 (add_AT_macptr): New.
1060 (AT_lbl): Expect a lineptr or macptr.
1061 (print_die): Handle dw_val_class_lineptr and dw_val_class_macptr.
1062 (attr_checksum): Likewise.
1063 (same_dw_val_p): Likewise.
1064 (size_of_die): Likewise.
1065 (value_format): Likewise.
1066 (output_die): Likewise.
1067 (dwarf2out_finish): Call add_AT_lineptr and add_AT_macptr instead of
1069 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add extra parameter.
1070 * config/i386/i386.c (x86_file_start): Call darwin_file_start.
1071 * config/darwin-protos.h (darwin_file_start): New.
1072 (darwin_asm_output_dwarf_offset): New.
1073 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add extra parameter.
1074 * config/rs6000/rs6000.c (rs6000_darwin_file_start): Call
1076 * config/darwin.c (darwin_emit_unwind_label): Don't output label
1077 if not EH section; simplify.
1078 (darwin_file_start): New.
1079 (darwin_asm_output_dwarf_offset): New.
1080 * config/darwin.h (DEBUG_FRAME_SECTION): In __DWARF segment,
1082 (DEBUG_INFO_SECTION): Likewise.
1083 (DEBUG_ABBREV_SECTION): Likewise.
1084 (DEBUG_ARANGES_SECTION): Likewise.
1085 (DEBUG_MACINFO_SECTION): Likewise.
1086 (DEBUG_LINE_SECTION): Likewise.
1087 (DEBUG_LOC_SECTION): Likewise.
1088 (DEBUG_PUBNAMES_SECTION): Likewise.
1089 (DEBUG_STR_SECTION): Likewise.
1090 (DEBUG_RANGES_SECTION): Likewise.
1091 (FRAME_BEGIN_LABEL): Must start with 'L' in debug section.
1092 (ASM_OUTPUT_DWARF_OFFSET): New.
1094 2006-03-16 Joseph S. Myers <joseph@codesourcery.com>
1096 * config.gcc (tm_defines): Always add to previous value rather
1099 2006-03-16 Richard Sandiford <richard@codesourcery.com>
1101 * config/mips/predicates.md (splittable_const_int_operand): New,
1102 split from move_operand.
1103 (splittable_symbolic_operand): New.
1104 (move_operand): Add commentary. Use splittable_const_int_operand.
1105 Inline mips_atomic_symbolic_constant_p.
1106 * config/mips/mips.md: Add combine splitters for handling moves
1107 of splittable_const_int_operands and splittable_symbolic_operands.
1108 * config/mips/mips-protos.h (mips_atomic_symbolic_constant_p): Delete.
1109 (mips_split_symbol): Declare.
1110 (mips_move_integer): Declare.
1111 * config/mips/mips.c (mips_split_p): Make global.
1112 (TARGET_MIN_ANCHOR_OFFSET): Override default.
1113 (TARGET_MAX_ANCHOR_OFFSET): Likewise.
1114 (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Likewise.
1115 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Likewise.
1116 (mips_offset_within_object_p): Handle block symbols.
1117 (mips_atomic_symbolic_constant_p): Delete.
1118 (mips_cannot_force_const_mem): Return false for constants that
1119 mips_legitimize_move can handle.
1120 (mips_use_blocks_for_constant_p): New function.
1121 (mips_split_symbol): Make global.
1122 (mips_move_integer): Likewise. Add a temporary register argument.
1123 (mips_legitimize_const_move): Use splittable_const_int_operand and
1124 splittable_symbolic_operand.
1125 (mips_use_anchors_for_symbol_p): New function.
1126 * config/mips/mips.h: Protect externs with !USED_FOR_TARGET.
1127 (mips_split_p): Declare.
1129 2006-03-16 Richard Sandiford <richard@codesourcery.com>
1131 * config.gcc (mips64*-*-linux*): Keep existing tm_defines.
1132 (mips*-*-linux*): Likewise.
1134 2006-03-16 Roger Sayle <roger@eyesopen.com>
1135 Daniel Speyer <dspeyer@wam.umd.edu>
1138 * tree-dump.c (dump_real): New function.
1139 (dequeue_and_dump) <REAL_CST>: Use it to dump FP constants.
1140 * Makefile.in (REAL_H): New macro for dependencies on real.h.
1141 (tree-dump.o): Add $(REAL_H) to the dependencies.
1143 2006-03-16 Roger Sayle <roger@eyesopen.com>
1146 * real.c (real_from_string): If the mantissa is zero, don't bother
1147 parsing the exponent as the result should always be zero.
1149 2006-03-16 Andreas Krebbel <krebbel1@de.ibm.com>
1151 * simplify-rtx.c (simplify_plus_minus): Simplify within CONST terms.
1153 2006-03-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1155 * config/ia64/ia64.c (stops_p): Added explicit initialization.
1156 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec,
1157 ia64_h_i_d_extended, ia64_set_sched_flags, ia64_speculate_insn,
1158 ia64_needs_block_p, ia64_gen_check, ia64_sched_init_global,
1159 ia64_sched_finish_global): New static functions to implement
1160 hooks from gcc_target.sched.
1161 (spec_check_no, max_uid, pending_data_specs): New static variables.
1162 (ia64_mode_to_int, ia64_gen_spec_insn, ia64_spec_check_p,
1163 ia64_spec_check_src_p): New static functions.
1164 (ia64_adjust_cost): Renamed to ia64_adjust_cost_2.
1165 (TARGET_SCHED_ADJUST_COST): Removed.
1166 (TARGET_SCHED_ADJUST_COST_2, TARGET_SCHED_INIT_GLOBAL,
1167 TARGET_SCHED_FINISH_GLOBAL, TARGET_SCHED_H_I_D_EXTENDED,
1168 TARGET_SCHED_SPECULATE_INSN, TARGET_SCHED_NEEDS_BLOCK_P,
1169 TARGET_SCHED_GEN_CHECK,
1170 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC,
1171 TARGET_SCHED_SET_SCHED_FLAGS): New macros.
1172 (update_set_flags, group_barrier_needed, set_src_needs_barrier):
1173 Fixed to handle speculation checks.
1174 (rtx_needs_barrier): Fixed to handle speculative loads and
1176 (ia64_variable_issue): Added code to count speculative loads and their
1178 (ia64_first_cycle_multipass_dfa_lookahead_guard): Fixed to handle
1180 (enum SPEC_MODES, enum SPEC_GEN_LD_MAP, SPEC_GEN_CHECK_OFFSET):
1182 (SPEC_GEN_EXTEND_OFFSET, SPEC_N, SPEC_GEN_CHECK_MUTATION_OFFSET):
1184 (ia64_ld_address_bypass_p): Fixed to handle speculative loads.
1185 (ia64_reorg): Reset stops_p to NULL after it is freed.
1186 * config/ia64/ia64.md (UNSPEC_LDA, UNSPEC_LDS, UNSPEC_LDSA,
1187 UNSPEC_LDCCLR, UNSPEC_CHKACLR, UNSPEC_CHKS): New constants.
1188 (itanium_class): chk_s renamed to chk_s_i. New constants: chk_s_f,
1190 (data_speculative, control_speculative, check_load): New attributes.
1191 (mov<mode>_advanced, mov<mode>_speculative,
1192 mov<mode>_speculative_advanced, zero_extend<mode>di2_advanced,
1193 zero_extend<mode>di2_speculative,
1194 zero_extend<mode>di2_speculative_advanced): New patterns for
1195 data and control speculative loads.
1196 (mov<mode>_clr, zero_extend<mode>di2_clr): New patterns for
1198 (advanced_load_check_clr_<mode>, speculation_check_<mode>):
1199 New pattern for data and control speculation checks.
1200 (MODE, MODE_FOR_EXTEND, output_a, output_s, output_sa, output_c_clr,
1201 ld_reg_constr, ldc_reg_constr, chk_reg_constr, mem_constr,
1202 reg_pred_prefix, ld_class, chka_class, chks_class, attr_yes):
1203 Auxiliary definitions for the patterns.
1204 * config/ia64/itanium1.md (1_fldc, 1_fldpc, 1_ldc, 1_chk_s_f, 1_chk_a,
1205 1b_fldc, 1b_fldpc, 1b_ldc, 1b_chk_s_f, 1b_chk_a): New resource
1207 (1_fld, 1_fldp, 1_ld, 1b_fld, 1b_fldp, 1b_ld): Add a condition
1209 (1_chk_s, 1b_chk_s): Renamed to 1_chk_s_i, 1b_chk_s_i.
1210 * config/ia64/itanium2.md (2_flda, 2_fldc, 2_fldpc, 2_ldc, 2_chk_s_f,
1211 2_chk_a, 2b_flda, 2b_fldc, 2b_fldpc, 2b_ldc, 2b_chk_s_f, 2b_chk_a):
1212 New resource constraints.
1213 (2_fld, 2_fldp, 2_ld, 2b_fld, 2b_fldp, 2b_ld): Add a condition
1215 (2_chk_s, 2b_chk_s): Renamed to 2_chk_s_i, 2b_chk_s_i.
1216 * config/ia64/ia64.opt (msched-br-data-spec, msched-ar-data-spec,
1217 msched-control-spec, msched-br-in-data-spec, msched-ar-in-data-spec,
1218 msched-in-control-spec, msched-ldc, msched-control-ldc,
1219 msched-spec-verbose, msched-prefer-non-data-spec-insns,
1220 msched-prefer-non-control-spec-insns,
1221 msched-count-spec-in-critical-path): New flags to tune speculative
1223 * doc/invoke.texi (msched-br-data-spec, msched-ar-data-spec,
1224 msched-control-spec, msched-br-in-data-spec, msched-ar-in-data-spec,
1225 msched-in-control-spec, msched-ldc, msched-control-ldc,
1226 msched-spec-verbose, msched-prefer-non-data-spec-insns,
1227 msched-prefer-non-control-spec-insns,
1228 msched-count-spec-in-critical-path): Document new flags.
1230 2006-03-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1232 * target.h (struct spec_info_def): New opaque declaration.
1233 (struct gcc_target.sched): New fields: adjust_cost_2, h_i_d_extended,
1234 speculate_insn, needs_block_p, gen_check,
1235 first_cycle_multipass_dfa_lookahead_guard_spec, set_sched_flags.
1236 * target-def.h (TARGET_SCHED_ADJUST_COST_2,
1237 TARGET_SCHED_H_I_D_EXTENDED, TARGET_SCHED_SPECULATE_INSN,
1238 TARGET_SCHED_NEEDS_BLOCK_P, TARGET_SCHED_GEN_CHECK,
1239 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC,
1240 TARGET_SCHED_SET_SCHED_FLAGS): New macros to initialize fields in
1242 (TARGET_SCHED): Use new macros.
1243 * rtl.h (copy_DEPS_LIST_list): New prototype.
1244 * sched-int.h (struct sched_info): Change signature of new_ready field,
1245 adjust all initializations. New fields: add_remove_insn,
1246 begin_schedule_ready, add_block, advance_target_bb, fix_recovery_cfg,
1247 region_head_or_leaf_p.
1248 (struct spec_info_def): New structure declaration.
1249 (spec_info_t): New typedef.
1250 (struct haifa_insn_data): New fields: todo_spec, done_spec, check_spec,
1251 recovery_block, orig_pat.
1252 (glat_start, glat_end): New variables declaraions.
1253 (TODO_SPEC, DONE_SPEC, CHECK_SPEC, RECOVERY_BLOCK, ORIG_PAT):
1255 (enum SCHED_FLAGS): New constants: SCHED_RGN, SCHED_EBB,
1256 DETACH_LIFE_INFO, USE_GLAT.
1257 (enum SPEC_SCHED_FLAGS): New enumeration.
1258 (NOTE_NOTE_BB_P): New macro.
1259 (extend_dependency_caches, xrecalloc, unlink_bb_notes, add_block,
1260 attach_life_info, debug_spec_status, check_reg_live): New functions.
1261 (get_block_head_tail): Change signature to get_ebb_head_tail, adjust
1262 all uses in ddg.c, modulo-sched.c, haifa-sched.c, sched-rgn.c,
1264 (get_dep_weak, ds_merge): Prototype functions from sched-deps.c .
1265 * ddg.c (get_block_head_tail): Adjust all uses.
1266 * modulo-sched.c (get_block_head_tail): Adjust all uses.
1267 (sms_sched_info): Initialize new fields.
1268 (contributes_to_priority): Removed.
1269 * haifa-sched.c (params.h): New include.
1270 (get_block_head_tail): Adjust all uses.
1271 (ISSUE_POINTS): New macro.
1272 (glat_start, glat_end): New global variables.
1273 (spec_info_var, spec_info, added_recovery_block_p, nr_begin_data,
1274 nr_be_in_data, nr_begin_control, nr_be_in_control, bb_header,
1275 old_last_basic_block, before_recovery, current_sched_info_var,
1276 rgn_n_insns, luid): New static variables.
1277 (insn_cost1): New function. Move logic from insn_cost to here.
1278 (find_insn_reg_weight1): New function. Move logic from
1279 find_insn_reg_weight to here.
1280 (reemit_notes, move_insn, max_issue): Change signature.
1281 (move_insn1): Removed.
1282 (extend_h_i_d, extend_ready, extend_global, extend_all, init_h_i_d,
1283 extend_bb): New static functions to support extension of scheduler's
1285 (generate_recovery_code, process_insn_depend_be_in_spec,
1286 begin_speculative_block, add_to_speculative_block,
1287 init_before_recovery, create_recovery_block, create_check_block_twin,
1288 fix_recovery_deps): New static functions to support
1289 generation of recovery code.
1290 (fix_jump_move, find_fallthru_edge, dump_new_block_header,
1291 restore_bb_notes, move_block_after_check, move_succs): New static
1292 functions to support ebb scheduling.
1293 (init_glat, init_glat1, attach_life_info1, free_glat): New static
1294 functions to support handling of register live information.
1295 (associate_line_notes_with_blocks, change_pattern, speculate_insn,
1296 sched_remove_insn, clear_priorities, calc_priorities, bb_note,
1297 add_jump_dependencies): New static functions.
1298 (check_cfg, has_edge_p, check_sched_flags): New static functions for
1299 consistancy checking.
1300 (debug_spec_status): New function to call from debugger.
1301 (priority): Added code to handle speculation checks.
1302 (rank_for_schedule): Added code to distinguish speculative instructions.
1303 (schedule_insn): Added code to handle speculation checks.
1304 (unlink_other_notes, rm_line_notes, restore_line_notes, rm_other_notes):
1305 Fixed to handle ebbs.
1306 (move_insn): Added code to handle ebb scheduling.
1307 (max_issue): Added code to use ISSUE_POINTS of instructions.
1308 (choose_ready): Added code to choose between speculative and
1309 non-speculative instructions.
1310 (schedule_block): Added code to handle ebb scheduling and scheduling of
1311 speculative instructions.
1312 (sched_init): Initialize new variables.
1313 (sched_finish): Free new variables. Print statistics.
1314 (try_ready): Added code to handle speculative instructions.
1315 * lists.c (copy_DEPS_LIST_list): New function.
1316 * sched-deps.c (extend_dependency_caches): New function. Move logic
1317 from create_dependency_caches to here.
1318 (get_dep_weak, ds_merge): Make global.
1319 * genattr.c (main): Code to output prototype for
1320 dfa_clear_single_insn_cache.
1321 * genautomata.c (DFA_CLEAR_SINGLE_INSN_CACHE_FUNC_NAME): New macros.
1322 (output_dfa_clean_insn_cache_func): Code to output
1323 dfa_clear_single_insn_cache function.
1324 * sched-ebb.c (target_n_insns): Remove. Adjust all users to use
1326 (can_schedule_ready_p, fix_basic_block_boundaries, add_missing_bbs):
1328 (n_insns, dont_calc_deps, ebb_head, ebb_tail, last_bb):
1329 New static variables.
1330 (begin_schedule_ready, add_remove_insn, add_block1, advance_target_bb,
1331 fix_recovery_cfg, ebb_head_or_leaf_p): Implement hooks from
1333 (ebb_sched_info): Initialize new fields.
1334 (get_block_head_tail): Adjust all uses.
1335 (compute_jump_reg_dependencies): Fixed to use glat_start.
1336 (schedule_ebb): Code to remove unreachable last block.
1337 (schedule_ebbs): Added code to update register live information.
1338 * sched-rgn.c (region_sched_info): Initialize new fields.
1339 (get_block_head_tail): Adjust all uses.
1340 (last_was_jump): Removed. Adjust users.
1341 (begin_schedule_ready, add_remove_insn, insn_points, extend_regions,
1342 add_block1, fix_recovery_cfg, advance_target_bb, region_head_or_leaf_p):
1343 Implement new hooks.
1344 (check_dead_notes1): New static function.
1345 (struct region): New fields: dont_calc_deps, has_real_ebb.
1346 (RGN_DONT_CALC_DEPS, RGN_HAS_REAL_EBB): New access macros.
1347 (BB_TO_BLOCK): Fixed to handle EBBs.
1348 (EBB_FIRST_BB, EBB_LAST_BB): New macros.
1349 (ebb_head): New static variable.
1350 (debug_regions, contributes_to_priority): Fixed to handle EBBs.
1351 (find_single_block_regions, find_rgns, find_more_rgns): Initialize
1353 (compute_dom_prob_ps): New assertion.
1354 (check_live_1, update_live_1): Fixed to work with glat_start instead of
1355 global_live_at_start.
1356 (init_ready_list): New assertions.
1357 (can_schedule_ready_p): Split update code to begin_schedule_ready.
1358 (new_ready): Add support for BEGIN_CONTROL speculation.
1359 (schedule_insns): Fixed code that updates register live information
1361 (schedule_region): Fixed to handle EBBs.
1362 (init_regions): Use extend_regions and check_dead_notes1.
1363 * params.def (PARAM_MAX_SCHED_INSN_CONFLICT_DELAY,
1364 PARAM_SCHED_SPEC_PROB_CUTOFF): New parameters.
1365 * doc/tm.texi (TARGET_SCHED_ADJUST_COST_2, TARGET_SCHED_H_I_D_EXTENDED,
1366 TARGET_SCHED_SPECULATE_INSN, TARGET_SCHED_NEEDS_BLOCK_P,
1367 TARGET_SCHED_GEN_CHECK,
1368 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC,
1369 TARGET_SCHED_SET_SCHED_FLAGS): Document.
1370 * doc/invoke.texi (max-sched-insn-conflict-delay,
1371 sched-spec-prob-cutoff): Document.
1373 2006-03-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1375 * sched-int.h (struct haifa_insn_data): New fields: resolved_deps,
1376 inter_tick, queue_index.
1377 (struct sched_info): Change signature of init_ready_list field.
1378 Adjust all initializations.
1379 (RESOLVED_DEPS): New access macro.
1380 (ready_add): Remove prototype.
1381 (try_ready): Add prototype.
1382 * sched-rgn.c (init_ready_list): Use try_ready.
1383 (schedule_region): Initialize
1384 current_sched_info->{sched_max_insns_priority, queue_must_finish_empty}.
1385 * sched-ebb.c (new_ready): Remove. Adjust ebb_sched_info.
1386 (init_ready_list): Use try_ready.
1387 (schedule_ebb): Initialize current_sched_info->sched_max_insns_priority.
1388 * lists.c (remove_list_elem): Remove `static'.
1389 (remove_free_INSN_LIST_elem): New function.
1390 * rtl.h (remove_list_elem, remove_free_INSN_LIST_elem): Add prototypes.
1391 * haifa-sched.c (INTER_TICK, QUEUE_INDEX): New macros.
1392 (INVALID_TICK, MIN_TICK, QUEUE_SCHEDULED, QUEUE_NOWHERE, QUEUE_READY):
1394 (readyp): New variable.
1395 (queue_remove, ready_remove_insn, fix_inter_tick, fix_tick_ready,
1396 change_queue_index, resolve_dep): New static functions.
1397 (try_ready): New function. Adjust callers in sched-rgn.c and
1398 sched-ebb.c to use it instead of ready_add.
1399 (clock_var): Move at the begining of file.
1400 (rank_for_schedule): Fix typo.
1401 (queue_insn): Add assertion. Handle QUEUE_INDEX.
1402 (ready_lastpos): Enforce assertion.
1403 (ready_add): Make it static. Handle QUEUE_INDEX. Add new argument,
1405 (ready_remove_first, ready_remove): Handle QUEUE_INDEX.
1406 (schedule_insn): Rewrite to use try_ready and resolve_dep.
1407 (queue_to_ready): Use free_INSN_LIST_list.
1408 (early_queue_to_ready): Fix typo.
1409 (schedule_block): Init readyp. Move init_ready_list call after the
1410 initialization of clock_var. Fix error in rejecting insn by
1411 targetm.sched.dfa_new_cycle. Add call to fix_inter_tick. Remove code
1412 that previously corrected INSN_TICKs. Add code for handling
1414 (set_priorities): Fix typo.
1415 (sched_init): Initialize INSN_TICK, INTER_TICK and QUEUE_INDEX.
1416 Clarify comment and code that keeps current_sched_info->next_tail
1419 2006-03-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1421 * sched-rgn.c (extend_rgns): New static function.
1422 (find_rgns): Use it.
1423 (gather_region_statistics, print_region_statistics): New static
1425 * params.def (PARAM_MAX_SCHED_EXTEND_REGIONS_ITERS): New parameter.
1426 * doc/invoke.texi (max-sched-extend-regions-iters): Document.
1428 2006-03-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1429 Andrey Belevantsev <abel@ispras.ru>
1431 * ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.
1432 * lists.c (unused_deps_list): New variable.
1433 (free_list): Add assertions to verify the proper distinguishing
1434 between INSN_LISTs and DEPS_LISTs.
1435 (find_list_elem, remove_list_elem, remove_list_node): New static
1437 (alloc_DEPS_LIST, free_DEPS_LIST, free_DEPS_LIST_node,
1438 remove_free_INSN_LIST_elem, remove_free_DEPS_LIST_elem,
1439 remove_free_INSN_LIST_node, remove_free_DEPS_LIST_node): New functions.
1440 (alloc_INSN_LIST): Assert that the list we're working on is indeed
1442 (free_INSN_LIST_node): Likewise.
1443 * modulo-sched.c (current_sched_info): Initialize flags field.
1444 * reg-notes.def: Exchange DEP_ANTI and DEP_OUTPUT.
1445 * rtl.def (DEPS_LIST): Define.
1446 * rtl.h: Declare new functions from lists.c.
1447 * sched-deps.c (spec_dependency_cache): New static variable.
1448 (maybe_add_or_update_back_dep_1, add_back_dep): New static functions.
1449 (add_dependence): Change return type to void. Move the logic to ...
1450 (add_or_update_back_dep_1): ... here. Handle speculative dependencies.
1451 (delete_all_dependences): Add comment about forward_dependency_cache.
1452 Handle spec_dependency_cache. Handle DEPS_LISTs.
1453 (fixup_sched_groups): Clarify the change of priority of output
1454 and anti dependencies.
1455 (sched_analyze_2): Adjust add_dependence calls to create data
1456 speculative dependence.
1457 (add_forward_dependence): Renamed to add_forw_dep, change prototype.
1458 Adjust all callers. Handle DEPS_LISTS.
1459 (compute_forward_dependences): Use add_forw_dep. Sort LOG_LINKs in
1460 presence of speculation.
1461 (init_dependency_caches, free_dependency_caches):
1462 Handle spec_dependency_cache.
1463 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep, delete_forw_dep,
1464 estimate_dep_weak, get_dep_weak, ds_merge, check_dep_status):
1465 New static functions.
1466 (add_or_update_back_dep, add_or_update_back_forw_dep,
1467 add_back_forw_dep, delete_back_forw_dep): New functions.
1468 * sched-int.h (ds_t, dw_t): New typedefs.
1469 (struct sched_info): Add new field flags.
1470 (struct haifa_insn_data): Add new bitfield has_internal_dep.
1471 Prototype new sched-deps.c functions.
1472 (HAS_INTERNAL_DEP, DEP_STATUS): New access macros.
1473 (BITS_PER_DEP_STATUS, BITS_PER_DEP_WEAK, DEP_WEAK_MASK, MAX_DEP_WEAK,
1474 MIN_DEP_WEAK, NO_DEP_WEAK, UNCERTAIN_DEP_WEAK, BEGIN_DATA, BE_IN_DATA,
1475 BEGIN_CONTROL, BE_IN_CONTROL, BEGIN_SPEC, DATA_SPEC, CONTROL_SPEC,
1476 SPECULATIVE, BE_IN_SPEC, FIRST_SPEC_TYPE, LAST_SPEC_TYPE,
1477 SPEC_TYPE_SHIFT, DEP_TRUE, DEP_OUTPUT, DEP_ANTI, DEP_TYPES, HARD_DEP):
1479 (enum SPEC_TYPES_OFFSETS, enum DEPS_ADJUST_RESULT, enum SCHED_FLAGS):
1481 * sched-rgn.c (current_sched_info): Initialize flags field.
1482 (schedule_insns): Initialize current_sched_info before the sched_init
1484 * sched-ebb.c (current_sched_info): Initialize flags field.
1485 (add_deps_for_risky_insns): Use control_flow_insn_p instead of JUMP_P.
1486 Call add_or_update_back_dep instead of add_dependence.
1487 Create control speculative dependencies.
1488 (schedule_insns): Initialize current_sched_info before the sched_init
1491 2006-03-16 Kaz Kojima <kkojima@gcc.gnu.org>
1493 * config/sh/linux-unwind.h (shmedia_fallback_frame_state): Set
1495 (sh_fallback_frame_state): Likewise.
1497 2006-03-15 Geoffrey Keating <geoffk@apple.com>
1499 * config.gcc (*-*-darwin*): Don't build crt2.o for all Darwin ports.
1500 Do switch on default_use_cxa_atexit.
1501 (powerpc*-*-darwin*): Build crt2.o on powerpc.
1502 * config/darwin-crt3.o: New.
1503 * config/darwin.h (LINK_SPEC): If -shared-libgcc, make linker default
1504 to 10.3. Pass '-multiply_defined suppress' if crt3.o is in use.
1505 (STARTFILE_SPEC): Add crt3.o when -shared-libgcc and appropriate
1507 * config/rs6000/t-darwin: Move crt2.o building to here.
1508 * config/rs6000/darwin.h (C_COMMON_OVERRIDE_OPTIONS): Update
1509 Mac OS version for using __cxa_get_exception_ptr. Don't test versions
1512 2006-03-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1514 * config/vax/vax.c (nonindexed_address_p): Change logical negation
1515 from '! xxx' to '!xxx' for coding-style conformance.
1516 * config/vax/vax.h (PCC_BITFIELD_TYPE_MATTERS): Likewise.
1517 (EXTRA_CONSTRAINT): Likewise.
1518 * config/vax/vax.md (four unnamed insns): Likewise.
1520 2006-03-15 Paul Brook <paul@codesourcery.com>
1522 * config/arm/arm.c (minipool_pad): New.
1523 (add_minipool_forward_ref): Include pool alignment padding in address
1525 (push_minipool_fix): Set minipool_pad.
1526 (minipool_pad): Ditto.
1528 2006-03-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1530 * config/vax/vax.c (split_quadword_operands): Use MEM_P()
1531 instead of GET_CODE() == MEM and REG_P() instead of
1533 (print_operand_address): Likewise.
1534 (vax_address_cost): Likewise.
1535 (vax_rtx_costs): Likewise.
1536 (vax_notice_update_cc): Likewise.
1537 (vax_output_int_add): Likewise.
1538 (INDEX_REGISTER_P): Likewise.
1539 (BASE_REGISTER_P): Likewise.
1540 (nonindexed_address_p): Likewise.
1541 (vax_mode_dependent_address_p): Likewise.
1542 * config/vax/vax.h (EXTRA_CONSTRAINT): Likewise.
1543 (PRINT_OPERAND): Likewise.
1544 * config/vax/vax.md (ashlsi3): Likewise.
1545 (ashlsi3): Likewise.
1546 (some more unnamed insns): Likewise.
1548 2006-03-15 Kazu Hirata <kazu@codesourcery.com>
1550 * tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an
1551 iterator-style macro.
1552 (mark_control_dependent_edges_necessary): Update the use of
1553 EXECUTE_IF_CONTROL_DEPENDENT.
1555 2006-03-15 J"orn Rennecke <joern.rennecke@st.com>
1557 * config/sh/predicates.md (cache_address_operand): Special.
1558 (ua_address_operand): Likewise.
1560 2006-03-15 Zdenek Dvorak <dvorakz@suse.cz>
1562 * haifa-sched.c (unlink_other_notes, reemit_notes): Do not handle
1564 * sched-deps.c (sched_analyze_insn, sched_analyze): Ditto.
1566 2006-03-15 Andreas Schwab <schwab@suse.de>
1568 * gensupport.c (identify_predicable_attribute): Don't free p_false
1569 when it is still in use.
1571 2006-03-15 Eric Botcazou <ebotcazou@libertysurf.fr>
1573 * config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify
1574 the default setting here.
1576 2006-03-14 Steven Bosscher <stevenb.gcc@gmail.com>
1578 * tree-pass.h (pass_cfg): Remove.
1579 * alias.c (rest_of_handle_cfg, pass_cfg): Remove.
1580 * passes.c (pass_cfg): Don't run it.
1582 2006-03-14 Kazu Hirata <kazu@codesourcery.com>
1584 * Makefile.in (reg-stack.o): Don't depend on gt-reg-stack.h.
1585 * reg-stack.c (stack_regs_mentioned_data): Change the type to
1587 (stack_regs_mentioned): Update the uses of
1588 stack_regs_mentioned_data. Don't access the array beyond its
1590 (reg_to_stack): Update the uses of stack_regs_mentioned_data.
1591 Don't include gt-reg-stack.h.
1593 * config/bfin/bfin.h (UNALIGNED_WORD_ASM_OP): Remove.
1594 * system.h (UNALIGNED_WORD_ASM_OP): Poison.
1596 * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove.
1599 * reg-stack.c (stack_regs_mentioned_data): Put it undef #ifdef
1602 2006-03-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1604 * pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo.
1606 2006-03-14 Richard Guenther <rguenther@suse.de>
1608 PR tree-optimization/26672
1609 * tree-ssa-propagate.c (set_rhs): Don't walk DEFs if not in
1612 2006-03-14 Richard Guenther <rguenther@suse.de>
1614 PR tree-optimization/26667
1615 * ipa-inline.c (cgraph_check_inline_limits): Walk the correct
1616 node for the callees. Always allow inlining if it will shrink
1619 2006-03-14 Richard Guenther <rguenther@suse.de>
1622 * builtins.c (get_pointer_alignment): Prefer alignment
1623 information from decls over that from types.
1625 2006-03-14 Andrew Pinski <pinskia@physics.uc.edu>
1628 * config/darwin.h (LINK_COMMAND_SPEC): Handle -fopenmp.
1630 2006-03-14 Joseph S. Myers <joseph@codesourcery.com>
1632 * config/rs6000/rs6000.opt (mdlmzb): New option.
1633 (msched-prolog, msched-epilog): Use Var not Mask.
1634 * doc/invoke.texi (-mdlmzb): Document.
1635 * config/rs6000/rs6000.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
1637 (rs6000_override_options): Enable -mdlmzb for 405 and 440.
1638 * config/rs6000/rs6000.md: Add dlmzb support for 405 and 440.
1640 2006-03-13 Uttam Pawar <uttamp@us.ibm.com>
1642 PR rtl-optimization/25739
1643 * bt-load.c (augment_live_range): Free tos pointer.
1645 * gensupport.c (identify_predicable_attribute): Free
1647 * gcov.c (create_file_names): Free name pointer.
1649 2006-03-13 Roger Sayle <roger@eyesopen.com>
1652 * stmt.c (emit_case_nodes): Handle the case where the index is a
1653 CONST_INT, where the comparison mode is specified by the index type.
1655 2006-03-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1657 * pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O
1660 2006-03-13 Richard Sandiford <richard@codesourcery.com>
1662 * config/mips/mips.md (*branch_fp): Use %Z2 for the condition.
1663 (*branch_fp_inverted): Likewise.
1665 2006-03-13 Jakub Jelinek <jakub@redhat.com>
1668 * omp-low.c (expand_omp_for_generic): Mark istart0
1669 and iend0 as addressable.
1671 2006-03-13 Jie Zhang <jie.zhang@analog.com>
1673 * config/bfin/uclinux.h: Define _GNU_SOURCE in CPLUSPLUS_CPP_SPEC.
1675 2006-03-13 Jeff Law <law@redhat.com>
1677 * tree-vrp.c (stmt_interesting_for_vrp): Some statements with
1678 virtual operands are interesting.
1679 (vrp_visit_stmt): Corresponding changes.
1681 2006-03-13 Bernd Schmidt <bernd.schmidt@analog.com>
1683 * config/bfin/lib1funcs.asm (___umodsi3): Use stack to save contents
1685 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): If
1686 TARGET_ID_SHARED_LIBRARY, define __ID_SHARED_LIB__.
1687 * config/bfin/crti.S: Use it instead of __PIC__.
1688 * config/bfin/crtn.S: Likewise.
1690 * config/bfin/bfin.md (call_value_symbol, sibcall_value_symbol,
1691 call_symbol, sibcall_symbol): Disallow if TARGET_ID_SHARED_LIBRARY,
1693 Lose 'G' modifier for call operand.
1694 * config/bfin/bfin.c (print_operand) <case SYMBOL_REF>: Don't
1695 recognize 'G' modifier.
1697 2006-03-13 Eric Botcazou <ebotcazou@adacore.com>
1700 * gimplify.c (gimplify_switch_expr): Discard empty ranges.
1701 * stmt.c (expand_case): Likewise.
1703 2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1705 PR rtl-optimization/26254
1706 * loop-invariant.c (seq_insns_valid_p): New function.
1707 (move_invariant_reg): Only emit new code if it is valid.
1709 2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1711 * cfgrtl.c (last_loop_beg_note, back_edge_of_syntactic_loop_p):
1713 (force_nonfallthru_and_redirect): Do not use last_loop_beg_note.
1714 (rtl_split_edge): Do not use back_edge_of_syntactic_loop_p.
1715 (commit_one_edge_insertion): Do not look for loop notes.
1717 2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1719 * jump.c (follow_jumps): Do not check for loop notes. Move check for
1720 flag_test_coverage out of loop.
1722 2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1724 * final.c (shorten_branches): Remove outdated comment, and turn
1725 the if branch that guards it to continue.
1727 2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1729 * cfgloop.c (flow_loop_dump): Do not dump loop->invalid field.
1730 * cfgloop.h (struct loop): Remove unused fields.
1732 2006-03-13 Kazu Hirata <kazu@codesourcery.com>
1734 * doc/invoke.texi (-fdump-rtl-loop): Remove.
1735 (-dL, -fdump-rtl-loop2): Update the dump file names
1737 * doc/invoke.texi: Update dump file names.
1739 2006-03-12 Steven Bosscher <stevenb.gcc@gmail.com>
1741 * predict.c (estimate_probability): Remove.
1742 * profile.c (rest_of_handle_branch_prob, pass_branch_prob): Remove.
1743 * basic-block.h (estimate_probability): Remove prototype.
1744 * passes.c (finish_optimization_passes): Dump branch prediction or
1745 profiling heuristics to the .profile tree dump.
1746 (init_optimization_passes): Unqueue pass_branch_prob.
1748 * doc/invoke.texi (-fdump-rtl-bp): Remove.
1750 2006-03-11 Steven Bosscher <stevenb.gcc@gmail.com>
1752 * rtl.def (LABEL_REF): Remove the field for LABEL_NEXTREF.
1753 * rtl.h (LABEL_NEXTREF): Remove field accessor.
1755 2006-03-11 Eric Botcazou <ebotcazou@adacore.com>
1757 * function.h (frame_offset_overflow): Declare.
1758 * function.c (frame_offset_overflow): New function.
1759 (assign_stack_local_1): Call it to detect that the offset overflows.
1760 * cfgexpand.c (alloc_stack_frame_space): Likewise.
1762 2006-03-11 Steven Bosscher <stevenb.gcc@gmail.com>
1764 * config/sh/sh.c: Include alloc-pool.h.
1765 (label_ref_list_pool): New alloc pool.
1766 (label_ref_list_t): New type for lists of labels.
1767 (struct pool_node): Make wend a label_ref_list_t.
1768 (add_constant): Use the new type, eradicate LABEL_NEXTREF
1770 (dump_table): Likewise.
1771 (sh_reorg): Set up the alloc pool before using add_constant and
1772 dump_table, and destroy it when finishing.
1774 2006-03-11 Richard Sandiford <richard@codesourcery.com>
1776 * config/mips/mips.c: Remove redundant comment.
1778 2006-03-10 Jason Merrill <jason@redhat.com>
1781 * gimplify.c (gimplify_modify_expr_rhs): Don't do return slot opt if
1782 the target was declared 'register'.
1784 2006-03-10 Adam Nemet <anemet@caviumnetworks.com>
1786 * genpreds.c (write_insn_constraint_len): Change definition of
1787 insn_constraint_len to return size_t to match the declaration.
1789 2006-03-10 DJ Delorie <dj@redhat.com>
1791 * config/m32c/m32c.c (m32c_const_ok_for_constraint_p): Bit numbers
1793 (m32c_expand_insv): Fix test for an AND mask.
1795 2006-03-10 Richard Guenther <rguenther@suse.de>
1798 * builtins.c (get_pointer_alignment): Handle component
1799 references for field alignment.
1801 2006-03-10 J"orn Rennecke <joern.rennecke@st.com>
1803 * config.gcc (sh*-superh-elf, sh*elf (newlib)): Use newlib.h
1804 when building with libgloss.
1805 (sh*elf): Implement --without-fp option.
1806 (sh64-superh-linux*): Don't multilib.
1808 2006-03-10 J"orn Rennecke <joern.rennecke@st.com>
1810 * struct-equiv.c (rtx_equiv_p): Fix POST_MODIFY case.
1812 2006-03-09 Andrew Pinski <pinskia@physics.uc.edu>
1814 * tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.
1815 Set it when one of the replacement functions returned true.
1816 Return TODO_cleanup_cfg if cfgchanged is true.
1817 (pass_phiopt) <todo_flags_finish>: Remove TODO_cleanup_cfg.
1819 2006-03-09 Adam Nemet <anemet@caviumnetworks.com>
1821 * combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate
1822 instead of gen_lowpart.
1824 2006-03-09 Richard Sandiford <richard@codesourcery.com>
1826 * config/mips/mips-protos.h (mips_output_conditional_branch): Change
1828 (mips_output_order_conditional_branch): Declare.
1829 * config/mips/mips.h (MIPS_BRANCH): New macro.
1830 * config/mips/mips.c (gen_conditional_branch): Use VOIDmode
1831 for the comparison. Use gen_condjump.
1832 (mips_output_conditional_branch): Rework interface to take the
1833 asm templates for a direct branch and the inverse of a direct branch.
1834 (mips_output_order_conditional_branch): New function.
1835 (mips_builtin_branch_and_move): New function.
1836 (mips_expand_builtin_compare): Use it. Use VOIDmode for the
1837 branch condition. Use gen_single_cc as the condition for
1838 __builtin_mips_upper_* or __builtin_mips_lower_*.
1839 (mips_expand_builtin_bposge): Use mips_builtin_branch_and_move.
1840 Use VOIDmode for the branch condition.
1841 * config/mips/predicates.md (order_operator): New predicate.
1842 * config/mips/mips.md (UNSPEC_SINGLE_CC): New constant.
1843 (branch_fp): Rename to...
1844 (*branch_fp): ...this. Remove mode from comparison operator.
1845 Use new mips_output_conditional_branch interface.
1846 (branch_fp_inverted): Rename to...
1847 (*branch_fp_inverted): ...this and update as for *branch_fp.
1848 (*branch_zero<mode>): Rename to...
1849 (*branch_order<mode>): ...this. Remove mode from comparison operator.
1850 Use mips_output_order_conditional_branch. Only accept ordered
1852 (*branch_zero<mode>_inverted): Rename to...
1853 (*branch_order<mode>_inverted): ...this and update as for
1854 *branch_order<mode>.
1855 (*branch_equality<mode>): Accept zero as the second operand to
1856 the equality operator. Use the new mips_output_conditional_branch
1858 (*branch_equality<mode>_inverted): Likewise.
1859 (condjump): New expander.
1860 * config/mips/mips-dsp.md (mips_bposge): Remove mode from comparison
1862 * config/mips/mips-ps-3d.md (bc1any4t, bc1any4f): Likewise.
1863 (bc1any2t, bc1any2f): Likewise.
1864 (single_cc): New expander.
1865 (*branch_upper_lower, *branch_upper_lower_inverted): New patterns.
1867 2006-03-09 Richard Sandiford <richard@codesourcery.com>
1869 * doc/md.texi: Update documentation of MIPS constraints.
1870 * config/mips/constraints.md: New file.
1871 * config/mips/mips.md: Include it.
1872 * config/mips/mips.c (mips_char_to_class): Delete.
1873 (override_options): Don't initialize mips_char_to_class.
1874 * config/mips/mips.h (mips_char_to_class): Delete.
1875 (REG_CLASS_FROM_LETTER): Delete.
1876 (CONST_OK_FOR_LETTER_P): Delete.
1877 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1878 (EXTRA_CONSTRAINT_Y): Delete.
1879 (EXTRA_CONSTRAINT_STR): Delete.
1880 (CONSTRAINT_LEN): Delete.
1881 (EXTRA_MEMORY_CONSTRAINT): Delete.
1883 2006-03-09 Diego Novillo <dnovillo@redhat.com>
1885 * tree-cfg.c (move_block_to_fn): Remove the statements from the
1886 original fn's eh regions.
1888 2006-03-09 Eric Botcazou <ebotcazou@adacore.com>
1890 * fold-const.c (build_range_check): Make sure to use a valid type to
1891 apply the "(c>=low) && (c<=high) into (c-low>=0) && (c-low<=high-low)"
1894 (range_predecessor): New static function.
1895 (range_successor): Likewise.
1896 (merge_ranges): Use them to compute predecessors and successors of
1899 2006-03-09 Roger Sayle <roger@eyesopen.com>
1902 * fold-const.c (fold_div_compare): When optimizing X/C1 op C2 as
1903 X op C3, consider whether C3 overflows towards +Inf or -Inf.
1905 2006-03-08 DJ Delorie <dj@redhat.com>
1907 * config/m32c/addsub.md (addqi3): Disparage a0/a1.
1908 (addpsi3): Expand to include memory operands. Remove
1909 reload-specific splits.
1910 * config/m32c/bitops.md (bset_qi, bset_hi, bclr_qi): New.
1911 (andqi3_16, andhi3_16, iorqi3_16, iorhi3_16): New.
1912 (andqi3_24, andhi3_24, iorqi3_24, iorhi3_24): New.
1913 (andqi3, andhi3, iorqi3, iorhi3): Convert to expanders.
1914 (shift1_qi, shift1_hi, insv): New.
1915 * config/m32c/cond.md (cbranchqi4, cbranchhi4): Remove.
1916 (cbranch<mode>4, stzx_16, stzx_24_<mode>, stzx_reversed,
1917 cmp<mode>, b<code>, s<code>, s<code>_24, movqicc, movhicc,
1919 * config/m32c/m32c-protos.h: Update as needed.
1920 * config/m32c/m32c.c (m32c_reg_class_from_constraint): Don't
1921 default the Rcr, Rcl, Raw, and Ral constraints. Add Ra0 and Ra1.
1922 Fail for unrecognized R* constraints.
1923 (m32c_cannot_change_mode_class): Be more picky about pseudos.
1924 (m32c_const_ok_for_constraint_p): Add Imb, Imw, and I00.
1925 (m32c_extra_constraint_p2): Allow (mem (plus (plus fb int) int)).
1927 (m32c_init_libfuncs): New.
1928 (m32c_legitimate_address_p): Add debug wrapper.
1929 (m32c_rtx_costs): New.
1930 (m32c_address_cost): New.
1931 (conversions): Add 'B' prefix.
1932 (m32c_print_operand): 'h' and 'H' pick lower and upper halves of
1933 operands, or word regnames for QI operands. 'B' prints bit
1935 (m32c_expand_setmemhi): New.
1936 (m32c_expand_movmemhi): New.
1937 (m32c_expand_movstr): New.
1938 (m32c_expand_cmpstr): New.
1939 (m32c_prepare_shift): Shift counts are limited to 16 bits at a time.
1940 (m32c_expand_neg_mulpsi3): Handle non-ints.
1941 (m32c_cmp_flg_0): New.
1942 (m32c_expand_movcc): New.
1943 (m32c_expand_insv): New.
1944 (m32c_scc_pattern): New.
1945 * config/m32c/m32c.h (reg classes): Add AO_REGS and A1_REGS. Take
1946 a0/a1 out of SIregs.
1947 (STORE_FLAG_VALUE): New.
1948 * config/m32c/m32c.md: Add unspecs for string moves. Define various mode and
1951 * config/m32c/mov.md: Make constraints more liberal.
1952 (zero_extendqihi2): Optimize r0/r1 case.
1953 * config/m32c/muldiv.md (mulpsi3): Check for intvals.
1954 * config/m32c/predicates.md (m32c_any_operand): New.
1955 (m32c_nonimmediate_operand): New.
1956 (m32c_hl_operand): New.
1957 (m32c_r3_operand): New.
1960 (memsym_operand): New.
1961 (memimmed_operand): New.
1962 (a_qi_operand): New.
1963 (m32c_eqne_operator): New.
1964 (m32c_1bit8_operand): New.
1965 (m32c_1bit16_operand): New.
1966 (m32c_1mask8_operand): New.
1967 (m32c_1mask16_operand): New.
1968 * config/m32c/blkmov.md: New file.
1969 * config/m32c/t-m32c (MD_FILES): Add blkmov.
1971 2006-03-08 Andreas Tobler <a.tobler@schweiz.ch>
1973 * dwarf2out.c (expand_builtin_dwarf_sp_column): Make dwarf_regnum
1974 unsigned to fix signed/unsigned comparison issue in
1975 DWARF2_FRAME_REG_OUT.
1976 (expand_builtin_init_dwarf_reg_sizes): Make i unsigned to fix signed/
1977 unsigned comparison issue in DWARF2_FRAME_REG_OUT.
1979 * tree-ssa-operands.c (finalize_ssa_def_ops): Move the declaration
1980 of ptr into the ENABLE_CHECKING section.
1982 2006-03-08 Jeff Law <law@redhat.com>
1984 * tree-vrp.c (infer_value_range): Only count pointer uses
1985 and dereferences if -fdelete-null-pointer-checks is enabled.
1987 * tree-vrp.c (find_assert_locations): Infer value ranges for
1988 single use pointers, but do not create ASSERT_EXPRs for them.
1989 When a non-null range is inferred for a pointer, backwards
1990 propagate that range to other equivalent pointers through the
1993 2006-03-08 Paolo Bonzini <bonzini@gnu.org>
1996 * Makefile.in (dvi, html, install-info): Invoke the corresponding
1997 language hook targets.
1998 * ada/Make-lang.in, cp/Make-lang.in, objc/Make-lang.in,
1999 objcp/Make-lang.in: Create stub rules for dvi, html, install-info
2000 if language hook targets were missing.
2002 2006-03-07 Zdenek Dvorak <dvorakz@suse.cz>
2004 * tree-ssa-opfinalize.h: Removed.
2005 * Makefile.in (tree-ssa-operands.o): Remove tree-ssa-opfinalize.h
2007 * tree-ssa-operands.c: Do not include tree-ssa-opfinalize.h.
2008 (ALLOC_OPTYPE, APPEND_OP_AFTER, MOVE_HEAD_AFTER, MOVE_HEAD_TO_FREELIST,
2009 INITIALIZE_USE, add_def_op, add_use_op, add_vuse_op, add_maydef_op,
2010 add_mustdef_op, finalize_ssa_def_ops, finalize_ssa_use_ops,
2011 finalize_ssa_v_may_def_ops, finalize_ssa_vuse_ops,
2012 finalize_ssa_v_must_def_ops): New.
2014 2006-03-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2016 * df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong
2019 2006-03-07 Geoffrey Keating <geoffk@apple.com>
2021 * varasm.c (assemble_end_function): Say that 'fnname' is unused.
2023 * config/i386/i386.c (ix86_delegitimize_address): Handle Darwin
2024 addresses with offsets; reorganize.
2026 * dwarf2out.c (DWARF2_FRAME_REG_OUT): Move up in file.
2027 (expand_builtin_dwarf_sp_column): Call DWARF2_FRAME_REG_OUT.
2028 (expand_builtin_init_dwarf_reg_sizes): Likewise.
2030 2006-03-08 David Billinghurst <David.Billinghurst@riotinto.com>
2033 * config/i386/cygwin.h (GOMP_SELF_SPECS): Define.
2035 2006-03-08 Ben Elliston <bje@au.ibm.com>
2037 * config/fp-bit.h (CMPtype): Typedef to a word mode integer.
2039 2006-03-07 Aldy Hernandez <aldyh@redhat.com>
2042 * doc/passes.texi (Tree-SSA passes): Document omp lowering and
2045 2006-03-07 Richard Guenther <rguenther@suse.de>
2047 PR tree-optimization/26587
2048 * tree-ssa-structalias.c (handle_ptr_arith): Handle MINUS_EXPR.
2050 2006-03-07 Richard Sandiford <richard@codesourcery.com>
2052 * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.
2054 2006-03-07 Richard Sandiford <richard@codesourcery.com>
2056 * hooks.c (hook_bool_mode_rtx_true): New function.
2057 * hooks.h (hook_bool_mode_rtx_true): Declare.
2058 * toplev.c (compile_file): Call output_shared_constant_pool.
2059 * varasm.c (shared_constant_pool): New variable.
2060 (assemble_start_function, assemble_end_function): Remove arguments
2061 from call to output_constant_pool.
2062 (create_constant_pool): New function, split out from...
2063 (init_varasm_status): ...here.
2064 (force_const_mem): Choose between the shared and per-function constant
2065 pools. Set current_function_uses_const_pool when reusing old entries
2066 as well as when creating new ones.
2067 (mark_constant): Ignore data argument.
2068 (mark_constants): Remove pool argument.
2069 (mark_constant_pool): Likewise. Use current_function_uses_const_pool
2070 to decide whether the function uses a constant pool.
2071 (output_constant_pool_contents): New function, split out from...
2072 (output_constant_pool): ...here.
2073 (output_shared_constant_pool): New function.
2074 (init_varasm_once): Initialize shared_constant_pool.
2075 * output.h (output_constant_pool): Delete.
2076 (output_shared_constant_pool): Declare.
2077 * config/s390/s390-protos.h (s390_output_constant_pool): Delete.
2078 * config/i386/i386.c (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Override.
2080 2006-03-06 Nick Clifton <nickc@redhat.com>
2082 * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove reference to
2083 flag_strength_reduce.
2085 2006-03-06 Ben Elliston <bje@au.ibm.com>
2087 * config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and
2088 x86_64-*-linux* configurations.
2090 * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
2091 (LIBGCC2_WORDS_BIG_ENDIAN): Define.
2093 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
2095 * tree-ssa-threadupdate.c (rediscover_loops_after_threading):
2097 * basic-block.h: Remove the extern for
2098 rediscover_loops_after_threading.
2100 * cfgloop.c (cancel_loop): Make it static.
2101 * cfgloop.h: Remove the prototype for cancel_loop.
2103 * flow.c (recompute_reg_usage): Make it static.
2104 * rtl.h: Remove the prototype for recompute_reg_usage.
2106 * function.c (use_return_register): Make it static.
2107 * function.h: Remove the prototype.
2109 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
2111 * recog.c (volatile_mem_p, validate_change_maybe_volatile):
2113 * recog.h: Remove the prototype for
2114 validate_change_maybe_volatile.
2116 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
2118 * rtlanal.c (replace_reg): Remove.
2119 * rtl.h: Remove the prototype for replace_reg.
2121 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
2123 * regclass.c (reg_scan_update): Remove.
2124 (reg_scan_mark_refs): Remove the last argument.
2125 * rtl.h: Remove the prototype for reg_scan_update.
2127 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2129 * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c,
2130 combine.c, common.opt, config/dfp-bit.c, config/i386/i386.c,
2131 config/m68k/m68k.c, config/m68k/m68k.md, config/mt/mt.c,
2132 config/mt/mt.h, config/s390/s390.md, df-core.c, df-problems.c,
2133 df-scan.c, df.h, diagnostic.c, expr.c, function.h, gimplify.c,
2134 loop-invariant.c, omp-low.c, opts.c, passes.c,
2135 rtl-factoring.c, rtlanal.c, struct-equiv.c, tree-cfgcleanup.c,
2136 tree-ssa-loop-niter.c, tree-ssa-loop-prefetch.c,
2137 tree-ssa-structalias.c, tree-ssa-threadedge.c,
2138 tree-ssa-threadupdate.c, tree-vect-patterns.c,
2139 tree-vect-transform.c, tree-vectorizer.h, tree-vrp.c,
2140 unwind-dw2.c: Fix comment typos. Follow spelling conventions.
2142 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2144 * dwarf2out.c (dwarf2out_add_library_unit_info): Remove.
2145 * dwarf2out.h: Remove the prototype for
2146 dwarf2out_add_library_unit_info.
2148 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2150 * tree.c (add_var_to_bind_expr): Remove.
2151 * tree.h: Remove the prototype for add_var_to_bind_expr.
2153 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2155 * regclass.c (n_non_fixed_regs): Remove.
2156 (init_reg_sets_1, globalize_reg): Remove all uses of
2158 * hard-reg-set.h: Remove the extern for n_non_fixed_regs.
2160 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2162 * rtlanal.c (insns_safe_to_move_p): Remove.
2163 * rtl.h: Remove the prototype for insns_safe_to_move_p.
2165 2006-03-04 Kazu Hirata <kazu@codesourcery.com>
2167 * expmed.c (expand_mult_add): Remove.
2168 * expr.h: Remove the prototype for expand_mult_add.
2170 2006-03-04 Jakub Jelinek <jakub@redhat.com>
2172 * unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET
2173 and REG_SAVED_VAL_EXP constants.
2174 * unwind-dw2.c (struct _Unwind_Context): Add by_value array.
2175 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
2176 Handle regs stored by value.
2177 (_Unwind_SetGRValue, _Unwind_GRByValue): New functions.
2178 (execute_cfa_program): Handle DW_CFA_val_offset,
2179 DW_CFA_val_offset_sf and DW_CFA_val_expression.
2180 (uw_update_context_1): Handle REG_SAVED_REG with regs stored by
2181 value specially. Handle REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP.
2182 (uw_install_context_1): Handle target regs stored by value.
2184 2006-03-03 Daniel Berlin <dberlin@dberlin.org>
2186 * tree-sra.c (tree_sra): Return todoflags;
2187 (generate_one_element): Set TODO_update_smt_usage if needed.
2188 (pass_sra): Remove TODO_update_smt_usage.
2189 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Add some
2191 (tree_ssa_forward_propagate_single_use_vars): Return
2192 TODO_update_smt_usage if we need to update SMT usage.
2193 (pass_forwprop): Remove TODO_update_smt_usage.
2195 2006-03-03 Diego Novillo <dnovillo@redhat.com>
2197 * tree-ssa-operands.c: Tidy whitespace. Fix spelling.
2198 (correct_use_link): Remove reference to get_stmt_operands.
2199 (update_stmt_operands): Likewise.
2200 (get_modify_expr_operands): New function factored out of
2201 parse_ssa_operands and get_expr_operands.
2202 Try to create V_MUST_DEFs for LHS by default.
2203 (get_expr_operands) <case MODIFY_EXPR>: Call
2204 get_modify_expr_operands.
2205 <case ARRAY_RANGE_REF>: Handle together with ARRAY_REF.
2206 <case BIT_FIELD_REF>: Clear opf_kill_def from FLAGS.
2207 (parse_ssa_operands) <case MODIFY_EXPR>: Call
2208 get_modify_expr_operands.
2210 2006-03-03 Kazu Hirata <kazu@codesourcery.com>
2212 * tree-dfa.c (referenced_var_lookup_if_exists): Remove.
2213 * tree-flow.h: Remove the prototype for
2214 referenced_var_lookup_if_exists.
2216 2006-03-03 Steve Ellcey <sje@cup.hp.com>
2218 PR rtl-optimization/26345
2220 * config/ia64/predicates.md (basereg_operand): Don't look in subregs.
2222 2006-03-03 Roger Sayle <roger@eyesopen.com>
2224 PR tree-optimization/26524
2225 * tree-scalar-evolution.c (interpret_rhs_modify_expr): Use
2226 fold_convert to create a constant of the appropriate type.
2228 2006-03-03 Richard Sandiford <richard@codesourcery.com>
2230 * doc/tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of
2231 SYMBOL_REF_IN_BLOCK_P.
2232 * doc/rtl.texi: Likewise. Refer to SYMBOL_FLAG_HAS_BLOCK_INFO instead
2233 of SYMBOL_FLAG_IN_BLOCK.
2234 * gengtype.c (adjust_field_rtx_def): Use SYMBOL_REF_HAS_BLOCK_INFO_P
2235 instead of SYMBOL_REF_IN_BLOCK_P.
2236 * explow.c (use_anchored_address): Likewise.
2237 * rtl.c (rtx_size): Likewise.
2238 * varasm.c (create_block_symbol): Set SYMBOL_FLAG_HAS_BLOCK_INFO
2239 instead of SYMBOL_FLAG_IN_BLOCK.
2240 (make_decl_rtl): Use SYMBOL_REF_HAS_BLOCK_INFO_P instead of
2241 SYMBOL_REF_IN_BLOCK_P.
2242 (assemble_variable): Likewise.
2243 (output_constant_def_contents): Likewise.
2244 (output_constant_pool): Likewise.
2245 (default_encode_section_info): Preserve SYMBOL_FLAG_HAS_BLOCK_INFO
2246 instead of SYMBOL_FLAG_IN_BLOCK.
2247 * rtl.h (block_symbol): Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of
2248 SYMBOL_REF_IN_BLOCK_P.
2249 (SYMBOL_REF_BLOCK): Likewise.
2250 (SYMBOL_REF_OFFSET): Likewise.
2251 (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_HAS_BLOCK_INFO_P instead of
2252 SYMBOL_REF_IN_BLOCK_P.
2253 (SYMBOL_FLAG_IN_BLOCK): Replace with...
2254 (SYMBOL_FLAG_HAS_BLOCK_INFO): ...this.
2255 (SYMBOL_REF_IN_BLOCK_P): Replace with...
2256 (SYMBOL_REF_HAS_BLOCK_INFO_P): ...this.
2258 2006-03-03 Jakub Jelinek <jakub@redhat.com>
2260 * config/arm/unwind-arm.h (_Unwind_GetIPInfo): Fix pasto.
2262 2006-03-02 Roger Sayle <roger@eyesopen.com>
2264 * simplify-rtx.c (simplify_unary_operation): When simplifying
2265 (neg (lt X 0)) into (ashiftrt X C) or (lshiftrt X C), make sure
2266 that we perform the right shift in the appropriate mode, and
2267 then extend or truncate the result to requested mode.
2269 2006-03-03 Zdenek Dvorak <dvorakz@suse.cz>
2271 * gengtype.c (main): Handle double_int type.
2272 * tree.h (struct tree_int_cst): Make type of int_cst double_int.
2273 * double-int.c: New file.
2274 * double-int.h: New file.
2275 * system.h: Include doubleint.h.
2276 * Makefile.in (SYSTEM_H): Include double-int.h.
2277 (double-int.o): Add.
2279 2006-03-03 Joseph S. Myers <joseph@codesourcery.com>
2282 * Makefile.in (stmp-int-hdrs): Remove include/unwind.h before
2285 2006-03-02 Zdenek Dvorak <dvorakz@suse.cz>
2287 * tree-vrp.c (remove_range_assertions): Do not update statements
2290 2006-03-02 Zdenek Dvorak <dvorakz@suse.cz>
2292 * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg
2294 * gcse.c (rest_of_handle_gcse): Ditto.
2295 * except.c (gate_handle_eh): Ditto.
2296 * cfgcleanup.c (rest_of_handle_jump2): Ditto.
2297 * basic-block.h (CLEANUP_PRE_LOOP): Remove.
2299 2006-03-02 Eric Christopher <echristo@apple.com>
2301 * config/i386/i386.c (machopic_output_stub): Add indirection to
2304 2006-03-02 Zdenek Dvorak <dvorakz@suse.cz>
2308 2006-03-02 David S. Miller <davem@sunset.davemloft.net>
2310 Sun Niagara specific optimizations.
2311 * config.gcc: Recognize niagara as target.
2312 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Mention Niagara.
2313 (TARGET_CPU_niagara): Define.
2314 (CPP_CPU64_DEFAULT_SPEC): Define __sparc_v9__ for Niagara.
2315 (ASM_CPU64_DEFAULT_SPEC): Pass -Av9b for Niagara.
2316 (CPP_CPU_SPEC): Handle -mcpu=niagara.
2317 (ASM_CPU_SPEC): Likewise.
2318 (PROCESSOR_NIAGARA): New enum entry.
2319 (REGISTER_MOVE_COST): Handle Niagara.
2320 (BRANCH_COST, PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES): Likewise.
2321 * config/sparc/sparc.c (niagara_costs): New processor_costs entry.
2322 (sparc_override_options): Recognize "niagara", set appropriate
2323 default MASK_* values for it, and align functions to 32-bytes
2324 by default just like ULTRASPARC/ULTRASPARC3.
2325 (sparc_initialize_trampoline): Handle niagara like ultrasparc.
2326 (sparc64_initialize_trampoline): Likewise.
2327 (sparc_use_sched_lookahead): Use zero for niagara.
2328 (sparc_issue_rate): Use one for niagara.
2329 * config/sparc/niagara.md: New file.
2330 * config/sparc/sparc.md: Include it.
2331 * config/sparc/sol2-bi.h (CPP_CPU64_DEFAULT_SPEC,
2332 ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Set appropriately
2333 when default cpu is niagara.
2334 (CPP_CPU_SPEC): Handle -mcpu=niagara.
2335 (ASM_CPU_SPEC): Likewise.
2336 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Set appropriately
2337 when default cpu is niagara.
2338 (ASM_CPU_SPEC): Handle -mcpu=niagara.
2339 * config/sparc/linux64.h: Handle a default of TARGET_CPU_niagara
2340 just like v9/ultrasparc/ultrasparc3.
2341 * doc/invoke.texi: Add documentation for "niagara" and improve
2342 existing documentation for ultrasparc variants.
2344 2006-03-02 Diego Novillo <dnovillo@redhat.com>
2346 * tree-ssa-operands.c (update_stmt_operands): Update documentation.
2348 2006-03-02 Richard Sandiford <richard@codesourcery.com>
2350 * doc/tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.
2351 (ASM_OUTPUT_BSS): Describe the two ways of handling global BSS,
2352 and say that only one is needed.
2353 * doc/rtl.texi (SYMBOL_REF_BLOCK): Say that the block can be null.
2354 * target.h (have_switchable_bss_sections): New hook.
2355 * explow.c (use_anchored_address): Check that the symbol is in a block.
2356 * varasm.c (tls_comm_section, comm_section, lcomm_section)
2357 (bss_noswitch_section): New variables.
2358 (get_unnamed_section): Add SECTION_UNNAMED to the flags.
2359 (get_noswitch_section): New function.
2360 (get_block_for_section): Allow SECT to be null.
2361 (unlikely_text_section_p): Use SECTION_STYLE.
2362 (bss_initializer_p): New function.
2363 (get_variable_section): Move earlier in file. Take a new argument,
2364 prefer_noswitch_p. Move bss checks from assemble_variable to here.
2365 Return one of the new *_sections in such cases.
2366 (get_block_for_decl): New function, extracting some logic from
2367 use_blocks_for_decl_p.
2368 (change_symbol_section): Remove in favor of...
2369 (change_symbol_block): ...this new function.
2370 (use_blocks_for_decl_p): Remove checks now performed by
2372 (make_decl_rtl): Use change_symbol_block and get_block_for_decl.
2373 (ASM_EMIT_LOCAL, ASM_EMIT_BSS, ASM_EMIT_COMMON): Delete in favor of...
2374 (emit_local, emit_bss, emit_common): ...these new functions.
2375 Return true if the alignment was honored.
2376 (emit_tls_common): New function.
2377 (asm_emit_uninitialised): Delete.
2378 (assemble_variable_noswitch): New function, split out from...
2379 (assemble_variable): ...here. Don't make decisions about common
2380 variables here. Globalize all public decls that go into non-common
2381 sections. Check whether SYMBOL_REF_BLOCK is null.
2382 (output_constant_def_contents): Check whether SYMBOL_REF_BLOCK is null.
2383 (output_constant_pool): Likewise.
2384 (init_varasm_once): Initialize the new section variables.
2385 (have_global_bss_p): New function.
2386 (categorize_decl_for_section): Use bss_initializer_p.
2387 (switch_to_section): Use SECTION_STYLE. Abort for SECTION_NOSWITCH.
2388 (place_block_symbol): Assert that the symbol must be in a block.
2389 * target-def.h (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): New macro.
2390 (TARGET_INITIALIZER): Include it.
2391 * rtl.h (SYMBOL_REF_BLOCK): Document the null alternative.
2392 * output.h (SECTION_STYLE_MASK, SECTION_COMMON): New macros.
2393 (SECTION_MACH_DEP): Bump by two.
2394 (SECTION_UNNAMED, SECTION_NOSWITCH): New macros.
2395 (unnamed_section): Mention SECTION_UNNAMED in comment.
2396 (named_section): Likewise SECTION_NAMED.
2397 (noswitch_section_callback): New type.
2398 (noswitch_section): New structure.
2399 (section): Add a noswitch_section alternative.
2400 (SECTION_STYLE): New macro.
2401 (tls_comm_section, comm_section, lcomm_section): Declare.
2402 (bss_noswitch_section, have_global_bss_p): Declare.
2403 * config/elfos.h (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Override.
2404 * config/iq2000/iq2000.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS):
2406 * config/v850/v850.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Override.
2407 * config/stormy16/stormy16.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS):
2410 2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2412 * gcc/tree-vrp.c (execute_vrp): Return value.
2413 * gcc/regrename.c (rest_of_handle_regrename): Ditto.
2414 * gcc/tree-into-ssa.c (rewrite_into_ssa): Ditto.
2415 * gcc/tree-complex.c (tree_lower_complex): Ditto.
2416 (tree_lower_complex_O0): Ditto.
2417 * gcc/tracer.c (rest_of_handle_tracer): Ditto.
2418 * gcc/postreload-gcse.c (rest_of_handle_gcse2): Ditto.
2419 * gcc/postreload.c (rest_of_handle_postreload): Ditto.
2420 * gcc/tree-tailcall.c (execute_tail_recursion): Ditto.
2421 (execute_tail_calls): Ditto.
2422 * gcc/tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
2423 * gcc/tree.h (init_function_for_compilation): Ditto.
2424 * gcc/ipa-cp.c (ipcp_driver): Ditto.
2425 * gcc/tree-scalar-evolution.c (scev_const_prop): Ditto.
2426 * gcc/tree-scalar-evolution.h (scev_const_prop): Ditto.
2427 * gcc/final.c (compute_alignments): Ditto.
2428 (rest_of_handle_final): Ditto.
2429 (rest_of_handle_shorten_branches): Ditto.
2430 (rest_of_clean_state): Ditto.
2431 * gcc/omp-low.c (execute_expand_omp): Ditto.
2432 (execute_lower_omp): Ditto.
2433 * gcc/tree-ssa-dse.c (tree_ssa_dse): Ditto.
2434 * gcc/ipa-reference.c (static_execute): Ditto.
2435 * gcc/tree-ssa-uncprop.c (tree_ssa_uncprop): Ditto.
2436 * gcc/reorg.c (rest_of_handle_delay_slots): Ditto.
2437 (rest_of_handle_machine_reorg): Ditto.
2438 * gcc/cgraphunit.c (rebuild_cgraph_edges): Ditto.
2439 * gcc/flow.c (recompute_reg_usage): Ditto.
2440 (rest_of_handle_remove_death_notes): Ditto.
2441 (rest_of_handle_life): Ditto.
2442 (rest_of_handle_flow2): Ditto.
2443 * gcc/tree-ssa-copyrename.c (rename_ssa_copies): Ditto.
2444 * gcc/tree-ssa-ccp.c (do_ssa_ccp): Ditto.
2445 (do_ssa_store_ccp): Ditto.
2446 (execute_fold_all_builtins): Ditto.
2447 * gcc/mode-switching.c (rest_of_handle_mode_switching): Ditto.
2448 * gcc/modulo-sched.c (rest_of_handle_sms): Ditto.
2449 * gcc/ipa-pure-const.c (static_execute): Ditto.
2450 * gcc/cse.c (rest_of_handle_cse): Ditto.
2451 (rest_of_handle_cse2): Ditto.
2452 * gcc/web.c (rest_of_handle_web): Ditto.
2453 * gcc/tree-stdarg.c (execute_optimize_stdarg): Ditto.
2454 * gcc/tree-ssa-math-opts.c (execute_cse_reciprocals): Ditto.
2455 * gcc/tree-ssa-dom.c (tree_ssa_dominator_optimize): Ditto.
2456 * gcc/tree-nrv.c (tree_nrv): Ditto.
2457 (execute_return_slot_opt): Ditto.
2458 * gcc/tree-ssa-alias.c (compute_may_aliases): Ditto.
2459 (create_structure_vars): Ditto.
2460 * gcc/loop-init.c (rtl_loop_init): Ditto.
2461 (rtl_loop_done): Ditto.
2462 (rtl_move_loop_invariants): Ditto.
2463 (rtl_unswitch): Ditto.
2464 (rtl_unroll_and_peel_loops): Ditto.
2465 (rtl_doloop): Ditto.
2466 * gcc/gimple-low.c (lower_function_body): Ditto.
2467 (mark_used_blocks): Ditto.
2468 * gcc/tree-ssa-sink.c (execute_sink_code): Ditto.
2469 * gcc/ipa-inline.c (cgraph_decide_inlining): Ditto.
2470 (cgraph_early_inlining): Ditto.
2471 * gcc/global.c (rest_of_handle_global_alloc): Ditto.
2472 * gcc/jump.c (cleanup_barriers): Ditto.
2473 (purge_line_number_notes): Ditto.
2474 * gcc/ifcvt.c (rest_of_handle_if_conversion): Ditto.
2475 (rest_of_handle_if_after_reload): Ditto.
2476 * gcc/tree-ssa-loop.c (tree_ssa_loop_init): Ditto.
2477 (tree_ssa_loop_im): Ditto.
2478 (tree_ssa_loop_unswitch): Ditto.
2479 (tree_vectorize): Ditto.
2480 (tree_linear_transform): Ditto.
2481 (tree_ssa_loop_ivcanon): Ditto.
2482 (tree_ssa_empty_loop): Ditto.
2483 (tree_ssa_loop_bounds): Ditto.
2484 (tree_complete_unroll): Ditto.
2485 (tree_ssa_loop_prefetch): Ditto.
2486 (tree_ssa_loop_ivopts): Ditto.
2487 (tree_ssa_loop_done): Ditto.
2488 * gcc/predict.c (tree_estimate_probability): Ditto.
2489 * gcc/recog.c (split_all_insns_noflow): Ditto.
2490 (rest_of_handle_peephole2): Ditto.
2491 (rest_of_handle_split_all_insns): Ditto.
2492 * gcc/tree-eh.c (lower_eh_constructs): Ditto.
2493 * gcc/regmove.c (rest_of_handle_regmove): Ditto.
2494 (rest_of_handle_stack_adjustments): Ditto.
2495 * gcc/local-alloc.c (rest_of_handle_local_alloc): Ditto.
2496 * gcc/function.c (instantiate_virtual_regs): Ditto.
2497 (init_function_for_compilation): Ditto.
2498 (rest_of_handle_check_leaf_regs): Ditto.
2499 * gcc/gcse.c (rest_of_handle_jump_bypass): Ditto.
2500 (rest_of_handle_gcse): Ditto.
2501 * gcc/ipa-type-escape.c (type_escape_execute): Ditto.
2502 * gcc/alias.c (rest_of_handle_cfg): Ditto.
2503 * gcc/tree-if-conv.c (main_tree_if_conversion): Ditto.
2504 * gcc/profile.c (rest_of_handle_branch_prob): Ditto.
2505 * gcc/tree-ssa-phiopt.c (tree_ssa_phiopt): Ditto.
2506 * gcc/rtl-factoring.c (rest_of_rtl_seqabstr): Ditto.
2507 * gcc/bt-load.c (rest_of_handle_branch_target_load_optimize): Ditto
2508 * gcc/tree-dfa.c (find_referenced_vars): Ditto.
2509 * gcc/except.c (set_nothrow_function_flags): Ditto.
2510 (convert_to_eh_region_ranges): Ditto.
2511 (rest_of_handle_eh): Ditto.
2512 * gcc/emit-rtl.c (unshare_all_rtl): Ditto.
2513 (remove_unnecessary_notes): Ditto.
2514 * gcc/except.h (set_nothrow_function_flags): Ditto.
2515 (convert_to_eh_region_ranges): Ditto.
2516 * gcc/cfgexpand.c (tree_expand_cfg): Ditto.
2517 * gcc/tree-cfgcleanup.c (merge_phi_nodes): Ditto.
2518 * gcc/tree-ssa-pre.c (do_pre): Ditto.
2519 (execute_fre): Ditto.
2520 * gcc/cfgcleanup.c (rest_of_handle_jump): Ditto.
2521 (rest_of_handle_jump2): Ditto.
2522 * gcc/tree-sra.c (tree_sra): Ditto.
2523 * gcc/tree-mudflap.c (execute_mudflap_function_ops): Ditto.
2524 (execute_mudflap_function_decls): Ditto.
2525 * gcc/tree-ssa-copy.c (do_copy_prop): Ditto.
2526 (do_store_copy_prop): Ditto.
2527 * gcc/ipa-prop.h (ipcp_driver): Ditto.
2528 * gcc/cfglayout.c (insn_locators_initialize): Ditto.
2529 * gcc/tree-ssa-forwprop.c
2530 (tree_ssa_forward_propagate_single_use_vars): Ditto.
2531 * gcc/cfglayout.h (insn_locators_initialize): Ditto.
2532 * gcc/tree-ssa-dce.c (tree_ssa_dce): Ditto.
2533 * gcc/tree-ssa.c (execute_early_warn_uninitialized): Ditto.
2534 (execute_late_warn_uninitialized): Ditto.
2535 * gcc/rtl.h (cleanup_barriers): Ditto.
2536 (split_all_insns_noflow): Ditto.
2537 (purge_line_number_notes): Ditto.
2538 (unshare_all_rtl): Ditto.
2539 (remove_unnecessary_notes): Ditto.
2540 (recompute_reg_usage): Ditto.
2541 (variable_tracking_main): Ditto.
2542 * gcc/integrate.c (emit_initial_value_sets): Ditto.
2543 * gcc/integrate.h (emit_initial_value_sets): Ditto.
2544 * gcc/tree-optimize.c (execute_free_datastructures): Ditto
2545 (execute_free_cfg_annotations): Ditto.
2546 (execute_fixup_cfg): Ditto.
2547 (execute_cleanup_cfg_pre_ipa): Ditto.
2548 (execute_cleanup_cfg_post_optimizing): Ditto.
2549 (execute_init_datastructures): Ditto.
2550 * gcc/tree-object-size.c (compute_object_sizes): Ditto.
2551 * gcc/combine.c (rest_of_handle_combine): Ditto.
2552 * gcc/tree-outof-ssa.c (rewrite_out_of_ssa): Ditto.
2553 * gcc/bb-reorder.c (duplicate_computed_gotos): Ditto.
2554 (rest_of_handle_reorder_blocks): Ditto.
2555 (rest_of_handle_partition_blocks): Ditto.
2556 * gcc/var-tracking.c (variable_tracking_main): Ditto.
2557 * gcc/tree-profile.c (tree_profiling): Ditto.
2558 * gcc/tree-vect-generic.c (expand_vector_operations): Ditto.
2559 * gcc/reg-stack.c (rest_of_handle_stack_regs): Ditto.
2560 * gcc/sched-rgn.c (rest_of_handle_sched): Ditto.
2561 (rest_of_handle_sched2): Ditto.
2562 * gcc/basic-block.h (free_bb_insn): Ditto.
2563 * gcc/tree-ssa-structalias.c (ipa_pta_execute): Ditto.
2564 * gcc/tree-cfg.c (execute_build_cfg): Ditto.
2565 (remove_useless_stmts): Ditto.
2566 (split_critical_edges): Ditto.
2567 (execute_warn_function_return): Ditto.
2568 (execute_warn_function_noreturn): Ditto.
2569 * gcc/tree-ssa-reassoc.c (execute_reassoc): Ditto.
2570 * gcc/cfgrtl.c (free_bb_for_insn): Ditto.
2571 * gcc/passes.c (execute_one_pass): Run additional
2572 todos returned by execute function.
2573 * gcc/tree-pass.h (struct tree_opt_pass): Make execute
2576 2006-03-02 Richard Guenther <rguenther@suse.de>
2578 * tree-ssa-alias.c (find_used_portions): Consider taking
2579 the address as making the variable not write-only.
2581 2006-03-02 Nick Clifton <nickc@redhat.com>
2583 * config.gcc (default_use_cxa_atexit): Extend the description of
2584 this configure variable. Set its default value to "yes" for
2585 Linux, NetBSD and ELF targets on the assumption that they will
2586 use C libraries with the __cxa_atexit function.
2588 2006-03-02 Ben Elliston <bje@au.ibm.com>
2590 * config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
2591 parameter as unused to suppress a build warning.
2593 2006-03-02 Ben Elliston <bje@au.ibm.com>
2595 * mklibgcc.in: Depend on config/dfp-bit.h in rules that compile
2598 2006-03-01 Roger Sayle <roger@eyesopen.com>
2601 * gthr-posix.h (__gthrw2): Define to take three parameters, the
2602 declared name, the weak reference name, and the typeof name.
2603 (__gthrw): Avoid expanding the declared name suffix.
2604 (__gthrw3): New Tru64 specific macro to simplify the OSF/1 decls.
2606 2006-03-01 Jakub Jelinek <jakub@redhat.com>
2608 * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
2610 (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
2611 DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
2612 DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
2613 DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
2614 DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
2615 (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
2616 (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
2617 DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
2618 (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
2619 DW_DS_leading_separate, DW_DS_trailing_separate): New.
2620 (DW_END_default, DW_END_big, DW_END_little): New.
2621 (DW_END_lo_user, DW_END_hi_user): Define.
2622 (DW_LNE_lo_user, DW_LNE_hi_user): Define.
2623 (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
2624 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
2627 2006-03-01 Diego Novillo <dnovillo@redhat.com>
2629 * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2631 * tree-pass.h (PROP_smt_usage): Rename from PROP_tmt_usage.
2633 (TODO_update_smt_usage): Rename from TODO_update_tmt_usage.
2635 * tree.h (SMT_USED_ALONE): Rename from TMT_USED_ALONE.
2637 * tree-flow.h (struct var_ann_d): Rename field 'type_mem_tag'
2638 to 'symbol_mem_tag'.
2640 * doc/tree-ssa.texi: Update documentation to reflect TMT->SMT
2643 2006-03-01 Roger Sayle <roger@eyesopen.com>
2645 * builtins.c (fold_builtin_copysign): Delete unreachable code.
2647 2006-03-01 Andrew Pinski <pinskia@physics.uc.edu>
2650 * config/darwin.h (MACHOPIC_JUST_INDIRECT): Check just
2651 MACHO_DYNAMIC_NO_PIC_P.
2652 (MACHOPIC_PURE): Check flag_pic and not MACHO_DYNAMIC_NO_PIC_P.
2654 2006-03-01 Andrew Pinski <pinskia@physics.uc.edu>
2657 * config/darwin-protos.h (darwin_asm_output_anchor):
2659 * config/darwin-sections.def (cstring_section):
2660 Add SECTION_MERGE to the flags.
2661 (literal4_section): Likewise.
2662 (literal8_section): Likewise.
2663 (objc_selector_refs_section): Likewise.
2664 (objc_cls_refs_section): Likewise.
2665 * config/darwin.c (darwin_asm_output_anchor): New
2667 * config/darwin.h (TARGET_ASM_OUTPUT_ANCHOR): Define.
2669 2006-03-01 Daniel Berlin <dberlin@dberlin.org>
2671 Fix PR tree-optimization/26443
2672 * tree-vrp.c (pass_vrp): Add TODO_update_tmt_usage
2673 to todo and PROP_tmt_usage to properties_destroyed.
2674 * tree-ssa-ccp.c (pass_ccp): Ditto.
2675 (pass_store_ccp): Ditto.
2676 * tree-ssa-dom.c (pass_dominator): Ditto.
2678 2006-03-01 Diego Novillo <dnovillo@redhat.com>
2680 * tree-ssa-operands.c: Cleanup whitespace.
2681 (get_asm_expr_operands): Move before first invocation.
2682 (get_indirect_ref_operands): Likewise.
2683 (get_tmr_operands): Likewise.
2684 (get_call_expr_operands): Likewise.
2685 (append_def): Likewise.
2686 (append_use): Likewise.
2687 (append_v_may_def): Likewise.
2688 (append_v_must_def): Likewise.
2689 (add_call_clobber_ops): Likewise.
2690 (add_call_read_ops): Likewise.
2691 (add_stmt_operand): Likewise.
2692 (add_virtual_operand): Likewise.
2693 (build_ssa_operands): Likewise.
2695 2006-03-01 Andrew Pinski <pinskia@physics.uc.edu>
2700 * tree-ssa-ccp.c (fold_stmt): Move folding of OBJ_TYPE_REF
2701 with a call expr to ...
2702 * fold-const.c (fold_ternary) <case CALL_EXPR>: Here.
2704 2006-03-01 Diego Novillo <dnovillo@redhat.com>
2706 * tree-vrp.c (extract_range_from_assert): Remove special
2707 handling for types with super-types.
2709 2006-03-01 Ben Elliston <bje@au.ibm.com>
2711 * config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux*
2712 and powerpc64-*-linux* configurations.
2713 * config/t-dfprules: New file.
2715 * mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.
2716 Compile dfp-bit.c from the source directory using -DWIDTH and
2717 $DFP_CFLAGS to control the compilation of that file, rather than
2718 generating width-specific versions in the build directory.
2719 * Makefile.in (libgcc.mk): Pass down DFP_ENABLE and DFP_CFLAGS.
2720 (LIBGCC_DEPS): Replace $(D32PBIT) et al with config/dfp-bit.[hc].
2722 2006-02-28 Zack Weinberg <zackw@panix.com>
2724 * doc/md.texi: Avoid use of @headitem so that makeinfo <4.7
2727 2006-02-28 Eric Christopher <echristo@apple.com>
2729 * config/rs6000/darwin.h (ENABLE_STACK_EXECUTE): Define.
2730 Set up IN_LIBGCC definition of TARGET_64BIT.
2731 * config/i386/darwin.h (ENABLE_STACK_EXECUTE): Define.
2733 2006-02-28 Roger Sayle <roger@eyesopen.com>
2736 * c-common.c (c_common_truthvalue_conversion) <MINUS_EXPR,
2737 BIT_XOR_EXPR, BIT_AND_EXPR>: Delete. Let fold optimize these
2738 cases via the construction of "expr != 0".
2740 2006-02-28 Steven Bosscher <stevenb.gcc@gmail.com>
2742 * alias.c (alias_invariant, alias_invariant_size): Remove.
2743 (record_base_value): Remove.
2744 (memrefs_conflict_p): Don't look at alias_invariant.
2745 (end_alias_analysis): Don't free it.
2746 * alias.h (record_base_value): Remove prototype.
2748 2006-02-28 Paolo Bonzini <bonzini@gnu.org>
2749 Adam Nemet <anemet@caviumnetworks.com>
2751 * rtl.h (truncated_to_mode): Declare it.
2752 (struct rtl_hooks): Add reg_truncated_to_mode hook.
2753 * rtlhooks-def.h (RTL_HOOKS_REG_TRUNCATED_TO_MODE): New macro.
2754 (RTL_HOOKS_INITIALIZER): Include it.
2755 * rtlhooks.c (reg_truncated_to_mode_general): New function.
2756 * combine.c (RTL_HOOKS_REG_TRUNCATED_TO_MODE): Override to
2757 reg_truncated_to_mode.
2758 * rtlanal.c (truncated_to_mode): Define it.
2759 * simplify-rtx.c (simplify_unary_operation_1): Use it.
2761 2006-02-28 Jeff Law <law@redhat.com>
2763 * tree-chrec.c (chrec_convert_aggressive): Do not eliminate
2764 conversions where TYPE_MIN_VALUE/TYPE_MAX_VALUE do not cover
2765 the range allowed by TYPE_PRECISION.
2767 * tree.h (strct phi_arg_d): Remove unused NONZERO field.
2769 2006-02-28 Dorit Nuzman <dorit@il.ibm.com>
2771 PR tree-optimization/26419
2772 * doc/invoke.texi (ftree-vectorizer-verbose): Add information on
2775 2006-02-27 Zack Weinberg <zackw@panix.com>
2777 * doc/md.texi: Fix typo in previous change.
2779 2006-02-27 Kenneth Zadeck <zadeck@naturalbridge.com>
2783 2006-02-27 Zack Weinberg <zackw@panix.com>
2785 * rtl.def (define_constraint, define_register_constraint)
2786 (define_memory_constraint, define_address_constraint): New MD forms.
2787 * gensupport.c (process_rtx): Put define_constraint etc on the
2789 * genpreds.c (process_define_predicate): Adjust comment. Validate
2790 the name, and call validate_exp to validate the expression.
2791 (mark_mode_tests, write_extract_subexp): Can assume correct input.
2792 (write_predicate_expr): Likewise. NAME argument no longer necessary;
2793 all callers changed.
2794 (validate_exp, needs_variable, struct constraint_data)
2795 (constraints_by_letter_table, first_constraint, last_constraint_ptr)
2796 (FOR_ALL_CONSTRAINTS, generic_constraint_letters, const_int_constraints)
2797 (const_dbl_constraints, constraint_max_namelen)
2798 (have_register_constraints, have_memory_constraints)
2799 (have_address_constraints, have_address_constraints)
2800 (have_extra_constraints, have_const_int_constraints)
2801 (have_const_dbl_constraints, mangle, add_constraint)
2802 (process_define_constraint, process_define_register_constraint)
2803 (write_enum_constraint_num, write_lookup_constraint)
2804 (write_insn_constraint_len, write_regclass_for_constraint)
2805 (write_constraint_satisfied_p, write_insn_const_int_ok_for_constraint)
2806 (write_insn_extra_memory_constraint)
2807 (write_insn_extra_address_constraint)
2808 (write_satisfies_constraint_fns): New.
2809 (write_tm_preds_h): If we have new-style constraint definitions,
2810 prototype the functions generated from them, and define the
2811 old constraint interface (still used by generic code) in terms of
2813 (write_insn_preds_c): If we have new-style constraint definitions,
2814 generate all relevant functions from those definitions.
2815 (main): Handle define_constraint etc.
2816 * genoutput.c (struct constraint_data, indep_constraints)
2817 (mdep_constraint_letters, constraints_by_letter_table, note_constraint)
2818 (mdep_constraint_len): New data structures and functions, defined
2819 #ifdef USE_MD_CONSTRAINTS.
2820 (check_constraint_len): Don't define #ifdef USE_MD_CONSTRAINTS.
2821 (validate_insn_alternatives): If USE_MD_CONSTRAINTS is defined,
2822 use new logic to validate operand constraints against constraint
2824 (main): Process define_constraint etc. if USE_MD_CONSTRAINTS is
2826 * defaults.h: If none of the old-style constraint macros are
2827 defined, define USE_MD_CONSTRAINTS; do not provide defaults for any
2828 old-style macros; and poison REG_CLASS_FROM_LETTER,
2829 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P, and
2831 * recog.c (reg_fits_class_p): If cl is NO_REGS, return 0 immediately.
2832 * doc/md.texi: Document new constraint-definition mechanism and the
2833 C interface it provides. Remove references to old mechanism
2834 elsewhere in the document.
2835 (Machine Constraints): Use pathnames relative to gcc directory,
2836 i.e. config/ARCH/FILE. Change i386 section to refer to
2837 config/i386/predicates.md; update that section to match docstrings.
2838 * doc/tm.texi: Move all documentation of the old constraint-
2839 definition macros to their own section, clearly mark as obsolete.
2841 * config/i386/predicates.md (R, q, Q, l, a, b, c, d, S, D, A, f, t)
2842 (u, y, x, Y, I, J, K, L, M, N, O, G, C, e, Z): New constraint
2844 * config/i386/i386.h (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
2845 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
2846 * config/i386/i386.md (*movdf_nointeger): Remove stray 'H' from
2848 (splits and peepholes): Use satisfies_constraint_*.
2849 * config/i386/i386.c (memory_address_length)
2850 (ix86_attr_length_immediate_default): Use satisfies_constraint_*.
2852 2006-02-27 Daniel Berlin <dberlin@dberlin.org>
2854 * lambda-code.c (can_convert_to_perfect_nest): Allow any type of
2855 scalar operation to be put back into the loop.
2857 2006-02-27 Jakub Jelinek <jakub@redhat.com>
2860 * unwind-dw2.c (struct _Unwind_Context): Add signal_frame field.
2861 (extract_cie_info): Handle S flag in augmentation string.
2862 (execute_cfa_program): If context->signal_frame, execute also
2863 fs->pc == context->ra instructions.
2864 (uw_frame_state_for): If context->signal_frame, don't subtract one
2865 from context->ra to find FDE.
2866 (uw_update_context_1): Set context->signal_frame to
2868 (_Unwind_GetIPInfo): New function.
2869 * unwind-dw2.h (_Unwind_FrameState): Add signal_frame field.
2870 * unwind-c.c (PERSONALITY_FUNCTION): Use _Unwind_GetIPInfo instead
2872 * unwind-sjlj.c (_Unwind_GetIPInfo): New function.
2873 * unwind-generic.h (_Unwind_GetIPInfo): New prototype.
2874 * unwind-compat.c (_Unwind_GetIPInfo): New function.
2875 * libgcc-std.ver (_Unwind_GetIPInfo): Export @@GCC_4.2.0.
2876 * config/ia64/unwind-ia64.c (_Unwind_GetIPInfo): New function.
2877 * config/arm/unwind-arm.h (_Unwind_GetIPInfo): Define.
2878 * config/i386/linux-unwind.h (x86_fallback_frame_state,
2879 x86_64_fallback_frame_state): Set fs->signal_frame.
2880 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Likewise.
2881 (MD_FROB_UPDATE_CONTEXT): Define unconditionally.
2882 (frob_update_context): Likewise. Workaround missing S flag in
2883 Linux 2.6.12 - 2.6.16 kernel vDSOs.
2884 * config/s390/linux-unwind.h (s390_fallback_frame_state): Likewise.
2885 Remove the psw_addr + 1 hack.
2887 2006-02-27 Daniel Berlin <dberlin@dberlin.org>
2889 * tree-ssa-structalias.c (get_constraint_for): Move code to deal
2890 with aggregates here.
2891 (find_func_aliases): Remove code for &<aggregate> from here.
2893 2006-02-26 Roger Sayle <roger@eyesopen.com>
2895 * fold-const.c (fold_binary) <EQ_EXPR>: Fold (~X & C) eq/ne 0 as
2896 (X & C) ne/eq 0, where C is a single bit, i.e. a power of two.
2897 Fold both "((X & C) ^ C) eq/ne 0" and "((X ^ C) & C) eq/ne 0"
2900 2006-02-26 Roger Sayle <roger@eyesopen.com>
2903 * real.c (real_nan): Allow both 0x and 0X as hexadecimal prefixes.
2905 2006-02-26 Zdenek Dvorak <dvorakz@suse.cz>
2907 * opts.c (decode_options): Do not handle flag_strength_reduce.
2908 (common_handle_option): Handle OPT_floop_optimize, OPT_frerun_loop_opt
2909 and OPT_fstrength_reduce.
2910 * tree-ssa-loop.c (tree_ssa_loop_prefetch): Only test
2911 flag_prefetch_loop_arrays for being nonzero.
2912 * common.opt (floop-optimize, frerun-loop-opt): Resurrected as
2914 (fprefetch-loop-arrays-rtl): Removed.
2915 (flag_prefetch_loop_arrays): Do not specify the value.
2917 * doc/passes.texi: Update documentation of loop optimizer
2919 * doc/invoke.texi (-fstrength-reduce, -fprefetch-loop-arrays-rtl,
2920 -frerun-loop-opt): Remove.
2922 2006-02-26 Richard Guenther <rguenther@suse.de>
2924 PR tree-optimization/26421
2925 * tree-ssa-alias.c (find_used_portions): Don't treat parameters
2926 in function calls that are ADDR_EXPRs as using the whole structure.
2928 2006-02-26 Steven Bosscher <stevenb.gcc@gmail.com>
2930 * common.opt (-floop-optimize, -frerun-loop-opt): Remove.
2931 * tree-pass.h (pass_loop_optimize): Remove.
2932 * passes.c (pass_loop_optimize): Never run it.
2933 * toplev.c (backend_init): Don't call init_loop.
2934 * opts.c (flag_loop_optimize_set): Remove.
2935 (decode_options): Never set flag_loop_optimize or flag_rerun_loop_opt.
2936 (common_handle_option) <OPT_floop_optimize>: Remove. Don't disable
2937 the old RTL loop optimizer when profiling enabled.
2938 * predict.c (tree_estimate_probability): Always strip builtin_expect.
2939 * cfgcleanup.c (try_forward_edges): Don't avoid killing loop
2940 pre-headers for the sake of the old RTL loop optimizer.
2941 * Makefile.in: Remove all references to loop.o.
2943 * doc/invoke.texi: Remove all references to -floop-optimize
2944 and -frerun-loop-opt.
2946 2006-02-26 Zack Weinberg <zackw@panix.com>
2948 * doc/md.texi (Machine Constraints): Refer to all files with paths
2949 relative to gcc directory (i.e. config/CPU/file). Add missing
2950 @table @code ... @end table to M32C subsection.
2952 2006-02-26 Roger Sayle <roger@eyesopen.com>
2954 * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & 1) ^ 1 as
2956 <BIT_AND_EXPR>: Fold (X ^ 1) & 1 and ~X & 1 as (X & 1) == 0.
2958 2006-02-26 Roger Sayle <roger@eyesopen.com>
2959 James A. Morrison <phython@gcc.gnu.org>
2962 * fold-const.c (fold_binary) <EQ_EXPR>: Fold ((X>>C1)&C2) eq/ne 0,
2963 when C2 is a power of two, as either (X&(C2<<C1)) eq/ne 0 if the
2964 new constant C2<<C1, or as (X<0) or (X,false) depending upon the
2965 signedness of the shift operation.
2967 2006-02-26 Dorit Nuzman <dorit@il.ibm.com>
2969 PR tree-optimization/26359
2970 * tree-ssa-alias.c (new_type_alias): Set fields for new tag.
2972 2006-02-25 Roger Sayle <roger@eyesopen.com>
2974 * simplify-rtx.c (simplify_relational_operation_1): Simplify
2975 (X^Y) == 0 as X == Y and (X^Y) != 0 as X != Y. Simplify (X^Y) == Y
2976 as X == 0, and some symmetry related transformations.
2977 Simplify (X^C1) == C2 as X == (C1^C2). Split long comment line.
2979 2006-02-25 Roger Sayle <roger@eyesopen.com>
2982 * fold-const.c (fold_binary) <EQ_EXPR>: Fold (X^Y) == 0 as X == Y
2983 and (X^Y) != 0 as X != Y. Fold (X^Y) == Y as X == 0, and some
2984 symmetry related transformations. Fold (X^C1) == C2 as
2987 2006-02-25 Juergen Weigert <jw@suse.de>
2988 Richard Guenther <rguenther@suse.de>
2990 * scan-decls.c (scan_decls): Don't fetch new statement after CPP_EOF.
2992 2006-02-24 Adam Nemet <anemet@caviumnetworks.com>
2994 * combine.c (gen_lowpart_or_truncate): Call
2995 simplify_gen_unary(TRUNCATE, ...) instead of gen_rtx_TRUNCATE.
2997 2006-02-24 Diego Novillo <dnovillo@redhat.com>
2999 * doc/invoke.texi: Move -fopenmp description to "Options for
3001 Remove reference to -lgomp.
3003 2006-02-24 David Edelsohn <edelsohn@gnu.org>
3005 * doc/install.texi: Require GNU tar version 1.14.
3007 2006-02-24 Geoffrey Keating <geoffk@apple.com>
3009 * doc/tm.texi (Run-time Target): Document C_COMMON_OVERRIDE_OPTIONS.
3010 * doc/invoke.texi (C++ Dialect Options): Document
3011 -fno-use-cxa-get-exception-ptr.
3012 * configure.ac: Define DEFAULT_USE_CXA_ATEXIT to 2 not 1.
3013 * configure: Regenerate.
3014 * c.opt (fuse-cxa-get-exception-ptr): New.
3015 * c-opts.c (c_common_handle_option): Handle
3016 OPT_fuse_cxa_get_exception_ptr.
3017 * c-common.c (flag_use_cxa_atexit): Update documentation.
3018 (flag_use_cxa_get_exception_ptr): New.
3019 * c-common.h (flag_use_cxa_get_exception_ptr): New.
3020 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Improve
3022 (C_COMMON_OVERRIDE_OPTIONS): New.
3024 2006-02-24 Roger Sayle <roger@eyesopen.com>
3027 * combine.c (try_combine): Explicitly check whether GET_CODE is
3028 a SET or a CLOBBER, instead on checking that it isn't a USE.
3030 2006-02-24 Roger Sayle <roger@eyesopen.com>
3032 * fold-const.c (fold_comparison): New subroutine of fold_binary
3033 containing transformations common to both the equality and
3034 ordering relational operators, factored out of fold_binary.
3035 (fold_binary): Separate out the equality operators (EQ_EXPR
3036 and NE_EXPR) from the ordering operators (LT_EXPR, GT_EXPR,
3037 LE_EXPR and GE_EXPR), calling fold_comparison to perform the
3038 transformations common to both.
3039 (fold_div_compare): Fix latent bugs in the previously unreachable
3040 LT_EXPR and GE_EXPR cases.
3042 2006-02-24 David Edelsohn <edelsohn@gnu.org>
3044 * config/rs6000/rs6000.c (rs6000_init_builtins): Change
3045 decl libname for clog to __clog on AIX.
3047 * config/rs6000/xcoff.h (MAX_OFILE_ALIGNMENT): Define.
3049 2006-02-24 Alan Modra <amodra@bigpond.net.au>
3052 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
3053 output traceback table for thunks. Localise rs6000_stack_info call.
3055 2006-02-23 Roger Sayle <roger@eyesopen.com>
3056 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3058 * gthr-posix.h (__gthrw): Fix typo in comment.
3060 2006-02-23 Geoffrey Keating <geoffk@apple.com>
3062 * doc/cpp.texi (Character sets): Document that we do support
3063 input files to be in any character set.
3065 2006-02-23 Jeff Law <law@redhat.com>
3067 * tree.h (PHI_ARG_NONZERO): Remove.
3068 * tree-phinodes.c (add_phi_arg): No longer initialize PHI_ARG_NONZERO.
3069 (remove_phi_arg_num): No longer copy PHI_ARG_NONZERO from the old
3070 node to the new node.
3072 PR tree-optimization/26425
3073 * tree-vrp.c (vrp_visit_assignment): If the LHS's type has a NULL
3074 min/max, then assume its varying.
3076 2006-02-23 Zdenek Dvorak <dvorakz@suse.cz>
3078 PR rtl-optimization/26316
3079 * rtlanal.c (enum may_trap_p_flags): New.
3080 (may_trap_p_1): Take flags instead of unaligned_mems argument. Ignore
3081 MEM_NOTRAP_P if flags & MTP_AFTER_MOVE.
3082 (may_trap_p, may_trap_or_fault_p): Pass flags to may_trap_p_1.
3083 (may_trap_after_code_motion_p): New function.
3084 * loop-invariant.c (find_identical_invariants): Fix dump formating.
3085 (find_invariant_insn): Use may_trap_after_code_motion_p.
3086 * rtl.h (may_trap_after_code_motion_p): Declare.
3088 2006-02-23 Zdenek Dvorak <dvorakz@suse.cz>
3090 * emit-rtl.c (immed_double_const): Cleanup.
3092 2006-02-23 Daniel Berlin <dberlin@dberlin.org>
3094 Fix PR tree-optimization/26376
3095 * tree-ssa-structalias.c (find_func_aliases): Use get_id_for_tree,
3098 2006-02-23 Jakub Jelinek <jakub@redhat.com>
3101 * gimplify.c (omp_add_variable): Guard variable size decl test with
3102 DECL_SIZE (decl) check.
3104 2006-02-23 Richard Guenther <rguenther@suse.de>
3107 * tree-ssa-structalias.c (find_func_aliases): Handle complex types
3108 like aggregate types.
3110 2006-02-23 Jakub Jelinek <jakub@redhat.com>
3112 * configure.ac: Add --with{,out}-long-double-128 configure option.
3113 (TARGET_DEFAULT_LONG_DOUBLE_128): New test.
3114 * configure: Rebuilt.
3115 * config.in: Rebuilt.
3116 * doc/install.texi (Options specification): Document
3117 --with-long-double-128.
3119 * config/rs6000/linux.h [TARGET_DEFAULT_LONG_DOUBLE_128]
3120 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.
3121 * config/rs6000/linux64.h [TARGET_DEFAULT_LONG_DOUBLE_128]
3122 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.
3124 2006-02-23 Aldy Hernandez <aldyh@redhat.com>
3126 * config/s390/s390.c (override_options): Handle
3127 TARGET_DEFAULT_LONG_DOUBLE_128.
3129 * config/alpha/alpha.c (override_options): Handle
3130 TARGET_DEFAULT_LONG_DOUBLE_128.
3132 * config/sparc/sparc.c (sparc_override_options): Handle
3133 TARGET_DEFAULT_LONG_DOUBLE_128.
3135 2006-02-22 Daniel Jacobowitz <dan@codesourcery.com>
3137 * Makefile.in (stmp-fixinc): Use real-$(INSTALL_HEADERS_DIR).
3138 (real-install-headers-tar, real-install-headers-cpio)
3139 (real-install-headers-cp): New targets.
3141 2006-02-22 Richard Sandiford <richard@codesourcery.com>
3143 * tree.h (variable_section): Delete.
3144 * varasm.c (variable_section): Delete.
3146 2006-02-22 Paolo Bonzini <bonzini@gnu.org>
3148 * install.texi: Add notes on install.texi2html.
3149 (Building in parallel): Do not use footnotes.
3151 2006-02-21 Aldy Hernandez <aldyh@redhat.com>
3154 * doc/install.texi (Configuration): Document --disable-libgomp.
3156 2006-02-21 Geoffrey Keating <geoffk@apple.com>
3158 * config/i386/darwin.h (DWARF2_FRAME_REG_OUT): New.
3160 2006-02-21 Alexandre Oliva <aoliva@redhat.com>
3162 * config/i386/sse.md (vec_extractv2df_1_sse): New.
3163 (vec_extractv2df_0_sse): New.
3165 2006-02-21 Alexandre Oliva <aoliva@redhat.com>
3167 * defaults.h (CFA_FRAME_BASE_OFFSET): Define.
3168 * config/ia64/ia64.h (CFA_FRAME_BASE_OFFSET): Override.
3169 * doc/tm.texi (CFA_FRAME_BASE_OFFSET): Document.
3170 * dwarf2out.c (build_cfa_loc): New offset parameter. Add it
3171 to the result of the expression.
3172 (def_cfa_1): Adjust.
3173 (frame_pointer_cfa_offset): Rename to...
3174 (frame_pointer_fb_offset): ... this. Adjust all uses.
3175 (convert_cfa_to_loc_list): Rename to...
3176 (convert_cfa_to_fb_loc_list): ... this. New offset parameter.
3177 Pass it on to build_cfa_loc.
3178 (compute_frame_pointer_to_cfa_displacement): Rename to...
3179 (compute_frame_pointer_to_fb_displacement): ... this. New
3180 offset parameter. Use it in computation.
3181 (gen_subprogram_die): Compute cfa_fb_offset with the new
3182 macro, and use it to compute the fb loc list and the
3185 2006-02-21 Bernd Schmidt <bernd.schmidt@analog.com>
3187 * config/bfin/predicates.md (cc_operand): Delete predicate. All uses
3188 replaced with register_operand.
3189 * config/bfin/bfin.c (bfin_register_move_cost): Moving CC to any
3190 non-DREG is expensive.
3191 * config/bfin/bfin.h (FIXED_REGISTERS): CC isn't fixed.
3192 * config/bfin/bfin.md (movbi): Fix constraints and template for moves
3195 2006-02-21 Joseph S. Myers <joseph@codesourcery.com>
3197 * doc/install.texi2html: Use set -e.
3199 2006-02-21 Richard Sandiford <richard@codesourcery.com>
3201 * doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
3202 (ASM_OUTPUT_SHARED_LOCAL): Delete.
3203 * doc/invoke.texi (-fshared-data): Delete.
3204 * common.opt (fshared-data): Delete.
3205 * varasm.c (asm_emit_uninitialised): Remove flag_shared_data handling.
3206 (assemble_static_space): Remove #if 0 code.
3207 * system.h (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
3208 (ASM_OUTPUT_SHARED_LOCAL): Poison.
3209 * config/cris/cris.h: Remove FIXME.
3211 2006-02-21 Paolo Bonzini <bonzini@gnu.org>
3213 * doc/sourcebuild.texi (Front End Directory): No more double-colon
3216 2006-02-21 Jakub Jelinek <jakub@redhat.com>
3219 * combine.c (simplify_shift_const_1): Disable nested shifts
3220 optimization for vector shifts.
3222 2006-02-20 Roger Sayle <roger@eyesopen.com>
3224 PR tree-optimization/26361
3225 * tree-vrp.c (extract_range_from_unary_expr): Handle NEGATE_EXPR
3226 of unsigned integer types.
3228 2006-02-20 Sebastian Pop <pop@cri.ensmp.fr>
3230 * tree-chrec.c (eq_evolutions_p): New.
3231 * tree-chrec.h (eq_evolutions_p): Declared.
3232 * tree-data-ref.c: Fix formatting.
3233 (datadep_stats, dependence_stats): New.
3235 (print_direction_vector): New.
3236 (dump_data_dependence_relation): Use print_direction_vector.
3237 (object_analysis, create_data_ref): Handle COMPONENT_REF.
3238 (compute_subscript_distance): Static.
3239 (initialize_data_dependence_relation): Static. Get the number
3240 of loops surrounding the references from the callers, and initialize
3241 DDR_SIZE_VECT to nb_loops. Use both base_addr_differ_p and
3242 base_object_differ_p analyzers.
3243 (analyze_ziv_subscript, analyze_siv_subscript_cst_affine,
3244 compute_overlap_steps_for_affine_1_2,
3245 analyze_subscript_affine_affine): Count the classified dependences.
3246 Print a message when a test failed.
3247 (can_use_analyze_subscript_affine_affine): New.
3248 (analyze_siv_subscript): Compute the data dependences on symbolic
3249 scevs that verify can_use_analyze_subscript_affine_affine.
3250 (chrec_steps_divide_constant_p): Returns true, false, or unknown.
3251 (analyze_miv_subscript): Update use of chrec_steps_divide_constant_p.
3252 Handle symbolic scevs.
3253 (analyze_overlapping_iterations): Let symbolic affine scevs to be
3255 (subscript_dependence_tester): Moved...
3256 (build_classic_dist_vector, build_classic_dir_vector): Don't use
3257 lambda_vector_clear on newly allocated vectors. Get nb_loops from
3258 DDR_SIZE_VECT instead of getting it in parameter.
3259 (subscript_dependence_tester): ... here. Take as a parameter
3260 loop_nest_depth. Call build_classic_dist_vector and
3261 build_classic_dir_vector.
3262 (compute_affine_dependence): Update subscript_dependence_tester
3263 parameters. Update datadep_stats counters. Call
3264 compute_subscript_distance.
3265 (compute_self_dependence): Save the dist and dir vectors. Call
3266 compute_subscript_distance.
3267 (ddr_p, DEF_VEC_P(ddr_p), DEF_VEC_ALLOC_P(ddr_p,heap)): Moved...
3268 (compute_all_dependences): Reorder parameters as they were before
3269 conversion to VEC. Pass nb_loops and loop_nest_depth. Don't call
3270 compute_subscript_distance. Update the use of
3271 compute_affine_dependence and initialize_data_dependence_relation.
3272 (find_data_references_in_loop): Handle COMPONENT_REF.
3273 (compute_data_dependences_for_loop): Initialize dependence_stats.
3274 Don't call build_classic_dist_vector and build_classic_dir_vector.
3275 Update the parameters of initialize_data_dependence_relation and
3276 compute_all_dependences. Print the statistics from datadep_stats.
3277 (analyze_all_data_dependences): Static. Not used until the pass for
3278 checking the data dependences is contributed.
3279 * tree-data-ref.h (ddr_p, DEF_VEC_P(ddr_p),
3280 DEF_VEC_ALLOC_P(ddr_p,heap)): ... here.
3281 (initialize_data_dependence_relation, compute_affine_dependence,
3282 analyze_all_data_dependences, compute_subscript_distance): Removed.
3283 (print_direction_vector): New.
3284 * lambda.h (gcd): ... here.
3285 (lambda_vector_gcd): Moved here from gcd_vector.
3286 * lambda-code.c (gcd, gcd_vector): Removed.
3287 (lambda_compute_target_space): Use lambda_vector_gcd. Fix formatting.
3288 * Makefile.in (tree-vect-patterns.o): Depends on TREE_DATA_REF_H.
3290 2006-02-20 Diego Novillo <dnovillo@redhat.com>
3292 * ipa-type-escape.c: Tidy some comments and white space.
3293 * tree-ssa-operands.c: Likewise.
3295 2006-02-20 Andrew Pinski <pinskia@physics.uc.edu>
3298 * tree-pretty-print.c (debug_tree_chain): Walk the chains.
3299 (dump_decl_name): Do not walk the decl tree chains.
3300 * tree-pass.h (TDF_CHAIN): Remove.
3302 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3304 * Makefile.in (C): Remove
3306 (.PHONY): Remove C and PROTO
3308 2006-02-20 Roger Sayle <roger@eyesopen.com>
3311 * doc/c-tree.texi (INTEGER_TYPE): Remove reference to the now
3312 deprecated CHAR_TYPE tree code.
3314 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3316 * configure.ac (target_list): Add install-info, dvi, html.
3317 * configure: Regenerate.
3319 * ada/Make-lang.in, cp/Make-lang.in, fortran/Make-lang.in,
3320 java/Make-lang.in, objc/Make-lang.in, objcp/Make-lang.in,
3321 treelang/Make-lang.in: Do not use double-colon rules.
3323 2006-02-20 Daniel Berlin <dberlin@dberlin.org>
3325 * tree.h (struct tree_memory_tag): Add is_used_alone member.
3326 (TMT_USED_ALONE): New macro.
3327 * tree-pass.h (PROP_tmt_usage): New property.
3328 (TODO_update_tmt_usage): New todo.
3329 * tree-ssa-alias.c (updating_used_alone): New variable.
3330 (recalculate_used_alone): New function.
3331 (compute_may_aliases): Set updating_used_alone, call
3332 recalculate_used_alone.
3333 * tree-sra.c (pass_sra): Note that this pass destroys
3334 PROP_tmt_usage, and add TODO_update_tmt_usage.
3335 * tree-ssa-forwprop.c (pass_forwprop): Ditto.
3336 * tree-flow.h (updating_used_alone): Prototype.
3337 (recalculate_used_alone): Ditto.
3338 * passes.c (execute_todo): Add code to set updating_used_alone,
3339 and call recalculate.
3340 * tree-ssa-operands.c (add_virtual_operand): Only append bare def
3341 for clobber if used alone, and add assert to verify used_alone
3344 2006-02-20 Angel Nunez Mencias <anunez@de.ibm.com>
3346 * config/s390/s390.c (legitimize_pic_address): Assertions checking
3347 for non tls symbols added.
3348 (legitimize_address): Do nothing for PLUS expressions if one of the
3349 addends is a tls symbol reference.
3351 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3355 * Makefile.in (LDFLAGS): Define from autoconf substitution.
3357 * Makefile.in (BOOTSTRAPPING): New.
3358 (quickstrap): New definition if BOOTSTRAPPING=yes.
3360 * Makefile.in (CONFIG_LANGUAGES): Substitute all_selected_languages.
3361 * configure.ac: Substitute all_selected_languages with the languages
3362 that were configured. For all the other variables except
3363 lang_specs_files, include all the languages in the tree.
3364 * configure: Regenerate.
3366 * Makefile.in (stmp-fixinc): Copy includes from the prev-gcc directory,
3367 if there is one. Run the commands to run fixincludes in the same
3370 * doc/makefile.texi: Document new makefile targets from toplevel bootstrap.
3371 * doc/install.texi: Document exact conventions for searching target tools.
3372 Document --with-build-time-tools. Document toplevel bootstrap. Document
3373 something more about building an Ada cross-compiler. Don't list GNU Make
3374 requirements which affect all platforms.
3376 2006-02-19 Roger Sayle <roger@eyesopen.com>
3379 * varasm.c (compare_constant) <INTEGER_CST>: Integer constants are
3380 only equivalent if the have both the same mode and precision.
3382 2006-02-20 Ben Elliston <bje@au.ibm.com>
3384 * doc/tree-ssa.texi (Interfaces): Describe low vs. high GIMPLE.
3386 2006-02-19 Roger Sayle <roger@eyesopen.com>
3387 Steven Bosscher <stevenb.gcc@gmail.com>
3389 * gcse.c (want_to_gcse_p): On STACK_REGS targets, look through
3390 constant pool references to identify stack mode constants.
3391 * rtlanal.c (constant_pool_constant_p): New predicate to check
3392 whether operand is a floating point constant in the pool.
3393 * rtl.h (constant_pool_constant_p): Prototype here.
3394 * loop.c (scan_loop): Avoid hoisting constants from the constant
3395 pool on STACK_REGS targets.
3396 (load_mems): Likewise.
3397 * loop-invariant.c (get_inv_cost): Make hoisting constant pool
3398 loads into x87 registers expensive in terms of register pressure.
3400 2006-02-19 Roger Sayle <roger@eyesopen.com>
3402 * gthr-posix.h: On Tru64, map __gthr_foo as a weak reference to
3403 __foo and not foo when _PTHREAD_USE_MANGLED_NAMES_ is defined.
3405 2006-02-19 David Edelsohn <edelsohn@gnu.org>
3407 * config/rs6000/xcoff.h (TARGET_ASM_OUTPUT_ANCHOR): Define.
3408 * config/rs6000/rs6000.c (rs6000_xcoff_asm_output_anchor): Define.
3410 2006-02-19 Daniel Berlin <dberlin@dberlin.org>
3412 * doc/invoke.texi: Document -fipa-pta.
3413 * common.opt: Add ipa-pta option.
3414 * tree-ssa-structalias.c (DONT_PROPAGATE_WITH_ANYTHING): Removed.
3415 (do_sd_constraint): Enable DONT_PROPAGATE_WITH_ANYTHING code.
3416 (do_ds_constraint): Ditto.
3417 (get_constraint_for): Only add to referenced_vars if
3418 referenced_vars exists.
3419 (insert_into_field_list): Rewrite to do this unsorted.
3420 (insert_into_field_list_sorted): Rename old insert_into_field_list
3422 (create_function_info_for): Use insert_into_field_list_sorted.
3423 (create_variable_info_for): Rewrite so it uses unsorted version,
3424 since the field list is sorted.
3425 (intra_create_variable_infos): Only add to referenced_vars if
3426 referenced_vars exists.
3427 (ipa_pta_execute): Init heapvars, and delete when done.
3428 * passes.c (init_optimization_passes): Add call to pass_ipa_pta.
3430 2006-02-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3432 * doc/install.texi: Add missing `@samp'.
3434 2006-02-18 Andrew Pinski <pinskia@physics.uc.edu>
3436 * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P):
3439 2006-02-18 Mark Wielaard <mark@klomp.org>
3441 * doc/contrib.texi (Contributors): Add classpath/libgcj hackers
3442 who added new 4.1 features, bug fixes and integration support.
3444 2006-02-18 David Edelsohn <edelsohn@gnu.org>
3447 * config/rs6000/rs6000.md (extenddftf2): Force 0.0 to validized
3450 2006-02-18 Richard Sandiford <richard@codesourcery.com>
3452 * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE.
3453 * emit-rtl.c (copy_rtx_if_shared_1): Use shallow_copy_rtx.
3454 (copy_insn_1): Likewise. Don't copy each field individually.
3456 * read-rtl.c (apply_macro_to_rtx): Use RTX_CODE_SIZE instead
3458 * reload1.c (eliminate_regs): Use shallow_copy_rtx.
3459 * rtl.c (rtx_size): Rename variable to...
3460 (rtx_code_size): ...this.
3461 (rtx_size): New function.
3462 (rtx_alloc_stat): Use RTX_CODE_SIZE instead of RTX_SIZE.
3463 (copy_rtx): Use shallow_copy_rtx. Don't copy each field individually.
3465 (shallow_copy_rtx_stat): Use rtx_size instead of RTX_SIZE.
3466 * rtl.h (rtx_code_size): New variable.
3467 (rtx_size): Change from a variable to a function.
3468 (RTX_SIZE): Rename to...
3469 (RTX_CODE_SIZE): ...this.
3472 PR tree-optimization/17106
3473 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Document.
3474 (Anchored Addresses): New section.
3475 * doc/invoke.texi (-fsection-anchors): Document.
3476 * doc/rtl.texi (SYMBOL_REF_IN_BLOCK_P, SYMBOL_FLAG_IN_BLOCK): Likewise.
3477 (SYMBOL_REF_ANCHOR_P, SYMBOL_FLAG_ANCHOR): Likewise.
3478 (SYMBOL_REF_BLOCK, SYMBOL_REF_BLOCK_OFFSET): Likewise.
3479 * hooks.c (hook_bool_mode_rtx_false): New function.
3480 * hooks.h (hook_bool_mode_rtx_false): Declare.
3481 * gengtype.c (create_optional_field): New function.
3482 (adjust_field_rtx_def): Add the "block_sym" field for SYMBOL_REFs when
3483 SYMBOL_REF_IN_BLOCK_P is true.
3484 * target.h (output_anchor, use_blocks_for_constant_p): New hooks.
3485 (min_anchor_offset, max_anchor_offset): Likewise.
3486 (use_anchors_for_symbol_p): New hook.
3487 * toplev.c (compile_file): Call output_object_blocks.
3488 (target_supports_section_anchors_p): New function.
3489 (process_options): Check that -fsection-anchors is only used on
3490 targets that support it and when -funit-at-a-time is in effect.
3491 * tree-ssa-loop-ivopts.c (prepare_decl_rtl): Only create DECL_RTL
3492 if the decl doesn't have one.
3493 * dwarf2out.c: Remove instantiations of VEC(rtx,gc).
3494 * expr.c (emit_move_multi_word, emit_move_insn): Pass the result
3495 of force_const_mem through use_anchored_address.
3496 (expand_expr_constant): New function.
3497 (expand_expr_addr_expr_1): Call it. Use the same modifier when
3498 calling expand_expr for INDIRECT_REF.
3499 (expand_expr_real_1): Pass DECL_RTL through use_anchored_address
3500 for all modifiers except EXPAND_INITIALIZER. Use expand_expr_constant.
3501 * expr.h (use_anchored_address): Declare.
3502 * loop-unroll.c: Don't declare rtx vectors here.
3503 * explow.c: Include output.h.
3504 (validize_mem): Call use_anchored_address.
3505 (use_anchored_address): New function.
3506 * common.opt (-fsection-anchors): New switch.
3507 * varasm.c (object_block_htab, anchor_labelno): New variables.
3508 (hash_section, object_block_entry_eq, object_block_entry_hash)
3509 (use_object_blocks_p, get_block_for_section, create_block_symbol)
3510 (use_blocks_for_decl_p, change_symbol_section): New functions.
3511 (get_variable_section): New function, split out from assemble_variable.
3512 (make_decl_rtl): Create a block symbol if use_object_blocks_p and
3513 use_blocks_for_decl_p say so. Use change_symbol_section if the
3514 symbol has already been created.
3515 (assemble_variable_contents): New function, split out from...
3516 (assemble_variable): ...here. Don't output any code for
3517 block symbols; just pass them to place_block_symbol.
3518 Use get_variable_section and assemble_variable_contents.
3519 (get_constant_alignment, get_constant_section, get_constant_size): New
3520 functions, split from output_constant_def_contents.
3521 (build_constant_desc): Create a block symbol if use_object_blocks_p
3522 says so. Or into SYMBOL_REF_FLAGS.
3523 (assemble_constant_contents): New function, split from...
3524 (output_constant_def_contents): ...here. Don't output any code
3525 for block symbols; just pass them to place_section_symbol.
3526 Use get_constant_section and get_constant_alignment.
3527 (force_const_mem): Create a block symbol if use_object_blocks_p and
3528 use_blocks_for_constant_p say so. Or into SYMBOL_REF_FLAGS.
3529 (output_constant_pool_1): Add an explicit alignment argument.
3530 Don't switch sections here.
3531 (output_constant_pool): Adjust call to output_constant_pool_1.
3532 Switch sections here instead. Don't output anything for block symbols;
3533 just pass them to place_block_symbol.
3534 (init_varasm_once): Initialize object_block_htab.
3535 (default_encode_section_info): Keep the old SYMBOL_FLAG_IN_BLOCK.
3536 (default_asm_output_anchor, default_use_aenchors_for_symbol_p)
3537 (place_block_symbol, get_section_anchor, output_object_block)
3538 (output_object_block_htab, output_object_blocks): New functions.
3539 * target-def.h (TARGET_ASM_OUTPUT_ANCHOR): New macro.
3540 (TARGET_ASM_OUT): Include it.
3541 (TARGET_USE_BLOCKS_FOR_CONSTANT_P): New macro.
3542 (TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET): New macros.
3543 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): New macro.
3544 (TARGET_INITIALIZER): Include them.
3545 * rtl.c (rtl_check_failed_block_symbol): New function.
3546 * rtl.h: Include vec.h. Declare heap and gc rtx vectors.
3547 (block_symbol, object_block): New structures.
3548 (rtx_def): Add a block_symbol field to the union.
3549 (BLOCK_SYMBOL_CHECK): New macro.
3550 (rtl_check_failed_block_symbol): Declare.
3551 (SYMBOL_FLAG_IN_BLOCK, SYMBOL_FLAG_ANCHOR): New SYMBOL_REF flags.
3552 (SYMBOL_REF_IN_BLOCK_P, SYMBOL_REF_ANCHOR_P): New predicates.
3553 (SYMBOL_FLAG_MACH_DEP_SHIFT): Bump by 2.
3554 (SYMBOL_REF_BLOCK, SYMBOL_REF_BLOCK_OFFSET): New accessors.
3555 * output.h (output_section_symbols): Declare.
3556 (object_block): Name structure.
3557 (place_section_symbol, get_section_anchor, default_asm_output_anchor)
3558 (default_use_anchors_for_symbol_p): Declare.
3559 * Makefile.in (RTL_BASE_H): Add vec.h.
3560 (explow.o): Depend on output.h.
3561 * config/rs6000/rs6000.c (TARGET_MIN_ANCHOR_OFFSET): Override default.
3562 (TARGET_MAX_ANCHOR_OFFSET): Likewise.
3563 (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Likewise.
3564 (rs6000_use_blocks_for_constant_p): New function.
3566 2006-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3568 * doc/install.texi (hppa*-hp-hpux*): Update for 4.1.0.
3570 2006-02-18 Andrew Pinski <pinskia@physics.uc.edu>
3573 * tree-ssa-ccp.c (ccp_fold): Handle store CCP of REALPART_EXPR and
3576 2006-02-18 Diego Novillo <dnovillo@redhat.com>
3578 * tree-flow.h (struct var_ann_d): Rename field is_alias_tag to
3582 2006-02-18 Jakub Jelinek <jakub@redhat.com>
3585 * stmt.c (decl_overlaps_hard_reg_set_p): Use DECL_HARD_REGISTER
3586 instead of DECL_REGISTER.
3588 2006-02-18 Olivier Hainque <hainque@adacore.com>
3591 * pa.h (WIDEST_HARDWARE_FP_SIZE): Define.
3593 2006-02-18 Joseph S. Myers <joseph@codesourcery.com>
3596 * config.gcc: Define UCLIBC_DEFAULT to 0 or 1.
3597 * opth-gen.awk: Handle Var and InverseMask together.
3598 * config/linux.opt (muclibc, mglibc): Use Var(linux_uclibc).
3599 * config/linux.h: Use #if not #ifdef for testing UCLIBC_DEFAULT.
3600 (TARGET_C99_FUNCTIONS): Test OPTION_GLIBC not TARGET_GLIBC.
3601 (CHOOSE_DYNAMIC_LINKER): Give an error for -mglibc and -muclibc
3603 (UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
3604 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
3605 * config/alpha/linux-elf.h (GLIBC_DYNAMIC_LINKER,
3606 UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
3607 LINUX_DYNAMIC_LINKER): Define.
3608 (ELF_DYNAMIC_LINKER): Define to LINUX_DYNAMIC_LINKER.
3609 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): Define to
3611 * config/cris/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3612 (CRIS_LINK_SUBTARGET_SPEC): Pass a -dynamic-linker option.
3613 * config/frv/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3614 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3615 (TARGET_C99_FUNCTIONS): Don't define.
3616 * config/i386/linux.h (DYNAMIC_LINKER): Rename to
3617 GLIBC_DYNAMIC_LINKER.
3618 (SUBTARGET_EXTRA_SPECS): Use LINUX_DYNAMIC_LINKER.
3619 * config/i386/linux64.h (GLIBC_DYNAMIC_LINKER32,
3620 GLIBC_DYNAMIC_LINKER64): Define.
3621 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER32 and
3622 LINUX_DYNAMIC_LINKER64.
3623 * config/ia64/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3624 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3625 * config/m32r/linux.h (GLIBC_DYNAMIC_LINKE): Define.
3626 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3627 * config/m68k/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3628 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3629 * config/mips/linux64.h (GLIBC_DYNAMIC_LINKER32,
3630 GLIBC_DYNAMIC_LINKER64, GLIBC_DYNAMIC_LINKERN32,
3631 UCLIBC_DYNAMIC_LINKERN32, LINUX_DYNAMIC_LINKERN32): Define.
3632 (LINK_SPEC): Use LINUX_DYNAMIC_LINKERN32, LINUX_DYNAMIC_LINKER64
3633 and LINUX_DYNAMIC_LINKER32.
3634 * config/mn10300/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3635 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3636 * config/pa/pa-linux.h (GLIBC_DYNAMIC_LINKER): Define.
3637 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3638 * config/rs6000/linux.h (TARGET_C99_FUNCTIONS): Define to
3640 * config/rs6000/linux64.h (TARGET_C99_FUNCTIONS): Likewise.
3641 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64,
3642 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
3643 CHOOSE_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
3644 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
3645 (LINK_OS_LINUX_SPEC32): Use LINUX_DYNAMIC_LINKER32.
3646 (LINK_OS_LINUX_SPEC64): Use LINUX_DYNAMIC_LINKER64.
3647 * config/rs6000/sysv4.h (GLIBC_DYNAMIC_LINKER,
3648 UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
3649 LINUX_DYNAMIC_LINKER): Define.
3650 (LINK_OS_LINUX_SPEC): Use LINUX_DYNAMIC_LINKE.
3651 * config/s390/linux.h (GLIBC_DYNAMIC_LINKER32,
3652 GLIBC_DYNAMIC_LINKER64): Define.
3653 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER32 and
3654 LINUX_DYNAMIC_LINKER64.
3655 * config/sh/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3656 (SUBTARGET_LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3657 * config/sparc/linux.h (GLIBC_DYNAMIC_LINKER,
3658 UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
3659 LINUX_DYNAMIC_LINKER): Define.
3660 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3661 (TARGET_C99_FUNCTIONS): Define to TARGET_GLIBC.
3662 * config/sparc/linux64.h (GLIBC_DYNAMIC_LINKER32,
3663 GLIBC_DYNAMIC_LINKER64, UCLIBC_DYNAMIC_LINKER32,
3664 UCLIBC_DYNAMIC_LINKER64, CHOOSE_DYNAMIC_LINKER,
3665 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
3666 (LINK_ARCH32_SPEC): Use LINUX_DYNAMIC_LINKER32.
3667 (LINK_ARCH64_SPEC, LINK_SPEC): Use LINUX_DYNAMIC_LINKER64.
3668 (TARGET_C99_FUNCTIONS): Define to TARGET_GLIBC.
3669 * config/xtensa/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3670 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3671 * doc/invoke.texi (-muclibc): Remove caveat about supported
3674 2006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
3676 * doc/cpp.texi (__TIMESTAMP__): Document.
3678 2006-02-17 Roger Sayle <roger@eyesopen.com>
3681 * fold-const.c (fold_binary): Fold (X >> C) != 0 into X < 0 when
3682 C is one less than the width of X (and related transformations).
3683 * simplify-rtx.c (simplify_unary_operation_1): Transform
3684 (neg (lt x 0)) into either (ashiftrt X C) or (lshiftrt X C)
3685 depending on STORE_FLAG_VALUE, were C is one less then the
3688 2006-02-17 Daniel Berlin <dberlin@dberlin.org>
3690 Fix PR tree-optimization/26341
3691 * tree-ssa-operands.c (add_virtual_operand): Remove assert
3692 about NAME_MEMORY_TAG's.
3694 2006-02-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3697 * pa.md: Create separate HI and QI move patterns for 32-bit and 64-bit
3698 with hardware float support, and software float support. Add fcpy
3699 alternative to hardware patterns. Add alternatives to copy between
3700 general and floating-point registers to the 32-bit pattern.
3701 * pa.c (pa_secondary_reload): Don't abort if reload tries to find a
3702 secondary reload to load a QI or HI mode constant into a floating
3704 * pa32-regs.h (VALID_FP_MODE_P): Allow QImode and HImode.
3705 * pa64-regs.h (VALID_FP_MODE_P): Likewise.
3707 2006-02-17 Andrew Pinski <pinskia@physics.uc.edu>
3710 * config/rs6000/darwin.md (load_macho_picbase_si): Add
3712 (load_macho_picbase_di): Likewise.
3714 2006-02-16 Jeff Law <law@redhat.com>
3716 * tree-vrp.c (set_value_range_to_nonnegative): New function.
3717 (vrp_expr_computes_nonnegative, ssa_name_nonnegative_p): Likewise.
3718 (ssa_name_nonzero_p): Likewise.
3719 (get_value_range): Return NULL if VRP is not running.
3720 (extract_range_from_expr): Fallback to tree_expr_XXX_p if
3721 VRP routines do not discover a range.
3722 (vrp_finalize): Clear VR_VALUE to indicate VRP is not running.
3723 * tree.h (ssa_name_nonzero_p, ssa_name_nonnegative_p): Prototype.
3724 * fold-const.c (tree_expr_nonzero_p): For SSA_NAMEs, query VRP.
3725 (tree_expr_nonnegative_p): Similarly.
3726 * tree-ssa-dom.c (nonzero_vars, nonzero_vars_stack): Remove.
3727 (restore_nonzero_vars_to_original_value): Remove.
3728 (unsafe_associative_fp_binop): Remove.
3729 (tree_ssa_dominator_optimize): Remove initialization and
3730 finalization of nonzero_vars and nonzero_vars_stack.
3731 (dom_opt_initialize_block): No longer push marker on
3733 (dom_opt_finalize_block): No longer call
3734 restore_nonzero_vars_to_original_value.
3735 (record_equivalences_from_phis): No longer look for
3736 nonzero PHI arguments.
3737 (cprop_into_successor_phis): No longer propagate nonzero
3738 property into PHI arguments. Lose unused argument. Caller
3740 (record_equivalences_from_stmt): No longer record nonzero
3741 values for SSA_NAMEs.
3742 (lookup_avail_expr): No longer use nonzero_vars.
3744 * stor-layout.c (set_sizetype): Set TYPE_MAX_VALUE properly
3745 for sizetype when sizetype is unsigned.
3747 2006-02-16 Denis Nagorny <denis_nagorny@linux.intel.com>
3749 PR rtl-optimization/25603
3750 * reload.c (reg_inc_found_and_valid_p): New. Check REG_INC note.
3751 (regno_clobbered_p): Use it. Reusing SETS argument for REG_INC case.
3752 * reload1.c (choose_reload_regs): Added call of regno_clobbered_p
3753 with new meaning of SETS.
3755 2006-02-16 Joseph S. Myers <joseph@codesourcery.com>
3760 * config/linux.opt: New file.
3761 * config/linux.h (CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
3762 LINUX_DYNAMIC_LINKER): Define.
3763 (TARGET_C99_FUNCTIONS): Define depending on TARGET_GLIBC.
3764 * config.gcc (*-*-linux*): Define extra_options.
3765 (*-*-*uclibc*): Define UCLIBC_DEFAULT.
3766 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
3767 * config/arm/linux-eabi.h (LINUX_TARGET_INTERPRETER): Change to
3768 GLIBC_DYNAMIC_LINKER.
3769 * config/arm/linux-elf.h (LINUX_TARGET_INTERPRETER): Likewise.
3770 (LINUX_TARGET_LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3771 * config/mips/linux.h (GLIBC_DYNAMIC_LINKER): Define.
3772 (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
3773 * doc/invoke.texi (GNU/Linux Options): New section.
3775 2006-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
3777 * config/sparc/sparc.md (setjmp): Rewrite.
3778 (setjmp_32): Delete.
3779 (setjmp_64): Likewise.
3781 2006-02-16 Daniel Berlin <dberlin@dberlin.org>
3783 * tree-ssa-operands.c (access_can_touch_variable): Fix typo in
3786 2006-02-16 Zdenek Dvorak <dvorakz@suse.cz>
3788 * loop-invariant.c (invariant_for_use, check_dependencies): Fail for
3791 2006-02-16 Zdenek Dvorak <dvorakz@suse.cz>
3793 PR rtl-optimization/26296
3794 * Makefile.in (loop-invariant.c): Add except.h dependency.
3795 * loop-invariant.c: Include except.h.
3796 (find_invariant_insn): Ignore insns satisfying can_throw_internal.
3798 2005-02-16 Paul Brook <paul@codesourcery.com>
3800 * reload1.c (emit_reload_insns): Invalidate dead input registers used
3803 2006-02-16 Bernd Schmidt <bernd.schmidt@analog.com>
3805 PR rtl-optimization/25636
3806 * local-alloc.c (update_equiv_regs): Lose a bogus rtx_equal_p test
3807 when deciding whether an insn is an initializing insn.
3809 2006-02-15 Daniel Berlin <dberlin@dberlin.org>
3811 * tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.
3812 (tree_code_size): Ditto.
3813 * tree.h (struct tree_memory_tag): Remove parent_var.
3814 (struct tree_struct_field_tag): New.
3817 (union tree_node): Add sft member.
3818 * tree-ssa-alias.c (get_tmt_for): Don't handle TYPE_READONLY
3820 (create_sft): Add size and offset argument, set SFT_OFFSET and
3822 (create_overlap_variables_for): Update for SFT_OFFSET/SFT_SIZE.
3823 * treestruct.def: Add TS_STRUCT_FIELD_TAG.
3824 * tree-flow-inline.h (get_subvar_at): Update for
3825 SFT_OFFSET/SFT_SIZE.
3826 (var_can_have_subvars): Ditto.
3827 (overlap_subvar): Ditto.
3828 * print-tree.c (print_node): Print out interesting things for
3830 * tree-flow.h (struct subvar): Remove offset and size members.
3831 * tree-ssa-operands.c (get_expr_operands): Update for
3832 get_indirect_ref_operands changes.
3833 (get_indirect_ref_operands): Call add_virtual_operand instead of
3834 add_stmt_operand. Only recurse on base var if requested.
3835 (access_can_touch_variable): New function.
3836 (add_stmt_operand): Split virtual operand handling into ...
3837 (add_virtual_operand): Here. Add offset, size, and for_clobber
3838 arguments. Prune alias sets.
3839 (add_call_clobber_ops): Call add_virtual_operand.
3841 2006-02-15 Jakub Jelinek <jakub@redhat.com>
3844 * combine.c (make_extraction): Bail out if ORIG_POS is negative.
3846 * tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather
3847 than TREE_CODE as index into omp_clause_num_ops array.
3849 2006-02-15 Uttam Pawar <uttamp@us.ibm.com>
3851 PR rtl-optimization/26184
3852 * modulo-sched.c (generate_reg_moves): Free bitmap vector
3854 * modulo-sched.c (sms_schedule): Free g_arr pointer.
3855 * modulo-sched.c (sms_schedule_by_order): Free bitmap pointers
3856 must_precede, must_follow and tobe_scheduled.
3859 * opts.c (common_handle_option): Free new_option pointer.
3860 * df-core.c (df_analyze): Free postorder pointer.
3862 2006-02-15 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3864 * Makefile.in: Fix the examples about the use of stamps
3866 2006-02-15 Michael Matz <matz@suse.de>
3870 * stor-layout.c (layout_decl): Zero-width bitfields aren't
3871 influenced by maximum_field_alignment or DECL_PACKED.
3872 (update_alignment_for_field): Ditto.
3873 (place_field): Ditto.
3874 * doc/extend.texi (<#pragma pack>, <Type Attributes>): Document
3877 2006-02-15 Paolo Bonzini <bonzini@gnu.org>
3879 * cfg.c (dump_flow_info): Get dump flags as an additional parameter.
3880 (debug_flow_info): Pass it.
3881 * alias.c (rest_of_handle_cfg): Adjust calls to dump_flow_info.
3882 * bb-reorder.c (reorder_basic_blocks): Likewise.
3883 * cfgcleanup.c (rest_of_handle_jump2): Likewise.
3884 * cse.c (rest_of_handle_cse, rest_of_handle_cse2): Likewise.
3885 * flow.c (life_analysis, recompute_reg_usage): Likewise.
3886 * gcse.c (gcse_main, bypass_jumps): Likewise.
3887 * ifcvt.c (rest_of_handle_if_conversion): Likewise.
3888 * local-alloc.c (rest_of_handle_local_alloc): Likewise.
3889 * loop-init.c (rtl_loop_init, rtl_loop_done): Likewise.
3890 * profile.c (compute_branch_probabilities, branch_prob): Likewise.
3891 * rtl.h (dump_flow_info): Adjust prototype.
3892 * tracer.c (rest_of_handle_tracer, tracer): Likewise.
3893 * var-tracking.c (variable_tracking_main): Likewise.
3894 * passes.c (execute_todo): Obey TDF_BLOCKS for RTL.
3895 * tree-dump.c (enable_rtl_dump_file): Enable the details and blocks
3898 2006-02-15 Marcin Dalecki <martin@dalecki.de>
3900 * tree-ssa-dom.c (dom_thread_across_edge): fix tag expression
3903 2006-02-14 Zdenek Dvorak <dvorakz@suse.cz>
3905 PR tree-optimization/26209
3906 * tree-ssa-loop.c (pass_scev_cprop): Add TODO_cleanup_cfg.
3907 * tree-cfgcleanup.c (cleanup_control_flow): Remove dead
3909 * tree-cfg.c (replace_uses_by): Do not alter cfg.
3911 2006-02-14 Roger Sayle <roger@eyesopen.com>
3914 * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Optimize (X&Y)|Y into
3915 (X,Y) and the corresponding symmetry related transformations.
3916 (fold_binary) <BIT_AND_EXPR>: Likewise, optimize (X|Y)&Y into
3917 (X,Y) and its symmetry related transformations.
3919 2006-02-14 Roger Sayle <roger@eyesopen.com>
3921 * dojump.c (do_compare_rtx_and_jump): Also handle multi-word GTU
3924 2006-02-14 Adam Nemet <anemet@caviumnetworks.com>
3926 * simplify-rtx.c (simplify_subreg): Combine SUBREG and TRUNCATE.
3928 2006-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3931 * configure.ac (HAVE_COMDAT_GROUP): Don't assume non-GNU linkers
3932 support COMDAT group.
3933 * configure: Regenerate.
3935 2006-02-14 Roger Sayle <roger@eyesopen.com>
3940 * dojump.c (do_compare_rtx_and_jump): Handle multi-word LE.
3942 2006-02-14 Daniel Berlin <dberlin@dberlin.org>
3944 Fix PR tree-optimization/26260
3946 * doc/invoke.texi (max-fields-for-field-sensitive): Document
3948 * params.h (MAX_FIELDS_FOR_FIELD_SENSITIVE): New.
3949 * params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Ditto.
3950 * tree-ssa-structalias.c (create_variable_info_for): Use
3951 MAX_FIELDS_FOR_FIELD_SENSITIVE.
3953 2006-02-14 Zdenek Dvorak <dvorakz@suse.cz>
3955 * doc/invoke.texi (-fprefetch-loop-arrays, -fprefetch-loop-arrays-rtl):
3957 * tree-ssa-loop-niter.c (number_of_iterations_ne,
3958 number_of_iterations_lt, number_of_iterations_cond): Remember the shape
3959 of the ending condition.
3960 * tree-ssa-loop-manip.c: Include params.h.
3961 (build_if_stmt, can_unroll_loop_p, determine_exit_conditions,
3962 tree_unroll_loop): New functions.
3963 * tree-pass.h (pass_loop_prefetch): Declare.
3964 * loop.c (rest_of_handle_loop_optimize): Test for
3965 -fprefetch-loop-arrays-rtl.
3966 * tree-scalar-evolution.h (af