Patch for PR 9255
[platform/upstream/gcc.git] / gcc / ChangeLog
2003-02-27 James E WilsonPatch for PR 9255
2003-02-27 Steve Ellcey* config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
2003-02-27 Nick Clifton(extendsfdf2): Add pattern accidentally deleted when...
2003-02-27 Jason Thorpeconfig.gcc (*-*-netbsd[2-9]*, [...]): Enable POSIX...
2003-02-27 Roger Saylecygwin.h: Don't include any other files directly.
2003-02-27 Alan Modra* config/rs6000/rs6000.md: Add TI constant splitter.
2003-02-26 Alexandre Olivabuiltins.c (purge_builtin_constant_p): Handle subreg...
2003-02-26 Alexandre Olivafunction.c (assign_stack_local_1): Truncate constant...
2003-02-26 David Edelsohn* config.gcc: Add power4 to PowerPC with_cpu list.
2003-02-26 Jan Hubicka* objc-act.c: (mark_referenced_methods): Fix compilatio...
2003-02-26 Zdenek Dvorakgcov-dump.c (print_prefix): Fix signedness warning.
2003-02-26 John David Anglinpa.c (compute_frame_size): Don't assume PREFERRED_STACK...
2003-02-26 Michael Matzra-colorize.c (merge_moves): Fix list handling.
2003-02-26 Nick Cliftonarm.c (is_load_address): Rename to...
2003-02-26 Jan Hubickaobjc-act.c: Include cgraph.h
2003-02-26 Zdenek Dvorakcse.c (count_reg_usage): Fix handling of REG_EQUAL...
2003-02-26 David Billinghurstfixincl.x: Regenerate
2003-02-26 Josef Zlomekfunction.c (assign_parms): Set reg_attrs for parameters...
2003-02-26 Alan Modramention PR number
2003-02-26 Alan Modra* tlink.c (scan_linker_output): Drop leading '.' from...
2003-02-26 David Edelsohnxcoff.h (ASM_FILE_START): Do not emit machine pseudo-op.
2003-02-26 Roger Saylecombine.c (combine_simplify_rtx, [...]): Use CC0_P.
2003-02-26 Roger Saylebuiltins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete.
2003-02-26 Richard Hendersoni386.c (function_arg): Pass variable sized structures...
2003-02-25 Kazu Hiratareload1.c (reload_cse_move2add): Use STRICT_LOW_PART...
2003-02-25 Franz Sirlre PR target/9732 ([ppc32] Wrong code with -O2 -fPIC)
2003-02-25 Richard Hendersonreal.c (real_to_integer2): Force overflow result only...
2003-02-25 Kazu Hirata* gcse.c (cprop_jump): Revert the 2003-02-23 change.
2003-02-25 Vladimir MakarovFixing typo in ChangeLog.
2003-02-25 Vladimir Makarovsched-ebb.c (add_deps_for_risky_insns): Add the depende...
2003-02-25 Vladimir Makarovsched-int.h (INSN_TRAP_CLASS, [...]): Move them from...
2003-02-25 Aldy Hernandez003-02-20 Aldy Hernandez <aldyh@redhat.com>
2003-02-25 Jan HubickaMakefile.in (lcm.o): Add dependency on function.h
2003-02-25 Nick CliftonFix typo.
2003-02-24 Jan Hubicka* combine.c (simplify_shift_const): Fix previous patch.
2003-02-24 Jeff Lawi386.md (testdi_1_rex64): Discourage reload from using...
2003-02-24 Rainer Orthre PR c/5059 (Compiling s/w containing the use of DIR...
2003-02-24 Roger Saylegcc.c (do_spec_1): Handle pending argument upon return...
2003-02-24 Kaz Kojimash.c (TARGET_HAVE_TLS): Conditionally define.
2003-02-23 Alan Modracalls.c (store_one_arg): Revert 1999-02-16 change.
2003-02-23 Kazu Hirata* gcse.c (cprop_jump): Use the REG_EQUAL note if available.
2003-02-23 Kaveh R. Ghaziinvoke.texi (ggc-min-expand, [...]): Document new defau...
2003-02-23 Richard Henderson[multiple changes]
2003-02-23 Kelley Cooki386.c: Replace "mcpu" with "mtune".
2003-02-22 Andreas Schwabconfig.gcc: Delete references to m68k/t-linux and m68k...
2003-02-22 Jan Hubickatoplev.c (rest_of_compilation): Apply fotgotten hunk...
2003-02-22 Jan Hubickalinux.h (TARGET_HAS_F_SETLKW): Define.
2003-02-22 Jan Hubicka* c-decl.c (c_expand_body_1): Fix.
2003-02-22 Jan Hubickaexpmed.c (expand_divmod): Undo sign extensions for...
2003-02-22 Josef Zlomeki386.md: Use gen_lowpart instead of gen_rtx_REG for...
2003-02-22 Steven Bosscherre PR c/8828 (gcc reports some code is unreachable...
2003-02-22 Steven Bosscherre PR c++/3782 (-quiet -fstats produces a segmentation...
2003-02-22 Roger Saylefold-const.c (omit_one_operand): No longer static.
2003-02-22 Hans-Peter Nilssoncris.c (cris_rtx_costs): Blockify dangling else.
2003-02-22 Hans-Peter Nilssonregmove.c (optimize_reg_copy_1): Do not replace a hard...
2003-02-22 Kaveh R. GhaziMakefile.in (ggc-common.o): Depend on $(PARAMS_H)
2003-02-22 Jan Hubickai386.c (def_builtin): Special case 64bit builtins.
2003-02-22 Jan Hubickai386.c (builtin_description): Add __builtin_ia32_paddq...
2003-02-21 Jan Hubickacfgrtl.c (commit_edge_insertions): Call find_many_sub_b...
2003-02-21 J"orn Renneckesh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' regis...
2003-02-21 Zack Weinbergcpphash.h (struct lexer_state): Add directive_wants_pad...
2003-02-21 Kazu Hirata* config/h8300/h8300.md (a peephole2): New.
2003-02-21 Jan Hubickacfgrtl.c (commit_one_edge_insertion): Only mark BB...
2003-02-21 Jan Hubicka* toplev.c (parse_options_and_default_flags): Undo...
2003-02-21 Glen Nakamurare PR rtl-optimization/8613 (-O2 optimization generates...
2003-02-21 Ben Ellistonre PR other/5634 (../configure --prefix=~/... doesn...
2003-02-20 Alexandre Olivaconfigure.in (TARGET_SYSTEM_ROOT): Set default to ...
2003-02-20 Kazu Hiratah8300.md (addhi3_incdec): Change the name to *addhi3_in...
2003-02-20 Roger Sayle* explow.c (force_reg): Avoid useless REG_EQUAL notes.
2003-02-20 Toon Moenere PR fortran/9038 (-ffixed-line-length-none -x f77...
2003-02-20 Jan Hubickatoplev.c (flag_sched2_use_superblocks, [...]): New...
2003-02-20 David Edelsohnrs6000.md: (attr "type"): Add fast_compare.
2003-02-20 Nathan SidwellChange base class access representation.
2003-02-20 David Edelsohnsysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
2003-02-20 Kazu Hirata* config/h8300/h8300.md (*iorsi3_w): New.
2003-02-20 Josef Zlomekcombine.c (distribute_notes): Kill REG_EXEC_COUNT.
2003-02-20 Josef Zlomek* bb-reorder.c (find_traces_1_round): Fix comment typo.
2003-02-19 Roger Saylefold-const.c (fold_real_zero_addition_p): Don't fold...
2003-02-19 Krister Walfridssontm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
2003-02-19 Kazu Hiratah8300.c (output_logical_op): Optimize or.l when ORing...
2003-02-19 Josef Zlomekbb-reorder.c (find_traces_1_round): Fixed condition...
2003-02-19 Jan Hubickacalls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
2003-02-19 Kazu Hiratah8300.md (*iorsi3_two_qi_sext): New.
2003-02-19 Rainer Orthre PR libgcj/9652 (libjava bootstrap failure on irix6...
2003-02-19 Jan Hubickai386.md (movsfcc_1, movdfcc_1): Fix constrains.
2003-02-19 David Edelsohn[multiple changes]
2003-02-19 Daniel Jacobowitzexpr.c (expand_expr): Use gen_int_mode for the argument...
2003-02-19 Jan Hubicka* i386.md (cosxf2): Fix conditional.
2003-02-19 Kazu Hiratah8300.md (extendqisi2): Change to an expander.
2003-02-19 Kazu Hiratah8300-protos.h: Update the prototype for split_adds_subs.
2003-02-19 Jan Hubickacgraph.c (NPREDECESORC, [...]): Kill.
2003-02-19 Matt Austerntoplev.c, [...]: Move write_global_declarations from...
2003-02-19 Kazu Hiratah8300.c (general_operand_src): Always check MODE.
2003-02-19 Roger Sayleconvert.c (convert_to_real): Also optimize (float)log...
2003-02-19 Kaz Kojimash.c (unspec_caller_rtx_p): New.
2003-02-19 Richard Hendersonc-common.c (handle_used_attribute): Accept static data...
2003-02-19 Nick Clifton20030218-1.c: New.
2003-02-19 Nick Clifton003-02-18 Nick Clifton <nickc@redhat.com>
2003-02-18 Andreas SchwabMakefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
2003-02-18 Chris Demetrioumips.h (enum processor_type): Sort entries alphabetically.
next