[multiple changes]
[gcc.git] / gcc / ChangeLog
2002-02-27 David Edelsohn[multiple changes]
2002-02-27 Richard Henderson* config/alpha/alpha.md (ashldi_se): Re-enable.
2002-02-27 Richard Hendersonalpha.c (alpha_encode_section_info): Examine MODULE_LOC...
2002-02-27 Zack Weinbergcpp.texi: Clarify documentation of relationship between...
2002-02-27 Kazu Hiratah8300-protos.h: Update the prototype for compute_logica...
2002-02-27 Kelley Cooki386.c (print_operand): Don't append ATT-style length...
2002-02-27 Ryan T. Sammartinoemit-rtl.c (gen_const_vector_0): Remove TYPE argument.
2002-02-26 John David Anglinpa-linux.h (LIB_SPEC): Update definition.
2002-02-26 Richard Hendersonia64.c (nop_cycles_until): Do init_insn_group_barriers...
2002-02-26 Jakub Jelinekconfigure.in (libgcc_visibility): Substitute.
2002-02-26 Jakub Jelinekattribs.c (c_common_attribute_table): Add visibility.
2002-02-26 Jakub Jelinekre PR debug/5770 (undefined reference to `.LC0')
2002-02-26 Alexandre Olivadwarf2out.c (gen_inlined_subroutine_die): If block...
2002-02-26 Kazu Hiratah8300-protos.h: Add a prototype for compute_logical_op_...
2002-02-26 Aldy Hernandezdwarf2out.c (modified_type_die): Do not call type_main_...
2002-02-26 Daniel Eggerrs6000.md: Swap define_insn attributes to fix incorrect...
2002-02-26 Aldy Hernandezc-typeck.c (really_start_incremental_init): Use bitsize...
2002-02-26 Aldy Hernandezrs6000.md (get_vrsave_internal): Fix typo.
2002-02-26 Richard Hendersonexpr.c (expand_expr): Do not apply distributive law...
2002-02-25 Jakub Jelinekre PR target/5755 (-mregparm=3 and -fomit-frame-pointer...
2002-02-25 Jason Merrillattribs.c (decl_attributes): Also re-layout PARM_DECL...
2002-02-25 Alexandre Olivagcc.c (init_gcc_specs): Get -shared-libgcc along with...
2002-02-25 Aldy Hernandezc-typeck.c (push_init_level): Handle vectors.
2002-02-25 Alexandre Olivasparc.c (const64_high_operand): Zero-extend operands...
2002-02-25 Aldy Hernandezrs6000.md ("get_vrsave_internal"): New.
2002-02-24 Richard Kenner* optabs.c (widen_operand): Properly handle CONST_INT...
2002-02-24 Neil Boothcpplex.c (cpp_interpret_charconst): Get signedness...
2002-02-24 Richard Kenneroptabs.c (widen_operand): Only call convert_modes for...
2002-02-23 Neil Boothcpplib.c (glue_header_name): Use local buffer to build...
2002-02-23 Neil Booth* doc/cpp.texi, doc/invoke.texi: Update documentation...
2002-02-23 Kazu Hiratah8300.c (output_simode_bld): Handle H8/300 and H8/300...
2002-02-23 Kazu Hiratah8300.md (mulqihi3): Tighten predicates to register_ope...
2002-02-23 Neil Boothcppinit.c (output_deps): Correct test for stdout output.
2002-02-23 Richard Kennerexpr.c (store_expr): When converting expression to...
2002-02-23 Joseph Myerscontribute.texi, [...]: Remove trailing whitespace.
2002-02-23 Jakub Jelinekre PR rtl-optimization/5747 (ss20020218 fails to build...
2002-02-23 David Edelsohn* gcc.c (init_gcc_spec): Revert last change.
2002-02-23 Alan Modra- Add missing mask_operand patch.
2002-02-23 David Edelsohn[multiple changes]
2002-02-23 Aldy Hernandezaltivec.h: Add extra level of parentheses on casts.
2002-02-23 David Edelsohngcc.c (init_gcc_spec): Do not link with static libgcc...
2002-02-22 Jakub Jelinekre PR c++/5748 (g++ dies with optimization)
2002-02-22 Alexandre Olivasol2.h: Don't include sys/mman.h.
2002-02-22 Richard Sandiford* fold-const.c (fold): Fix typo in comments.
2002-02-22 Diego Novillo* Makefile.in (langhooks.o): Update dependencies.
2002-02-22 Diego Novillo* langhooks.c: Include flags.h.
2002-02-22 Aldy Hernandezattr-alwaysinline.c: New.
2002-02-22 Eric Christopherexpmed.c (store_bit_field): Try to simplify the subreg...
2002-02-21 Richard Hendersonemit-rtl.c (offset_address): Use simplify_gen_binary...
2002-02-21 Tom Tromeydwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2002-02-21 J"orn Renneckejump.c (redirect_jump): If old label has no UID, don...
2002-02-21 J"orn Renneckesh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
2002-02-21 Joseph Myers* doc/extend.texi: Fix some more overfull hboxes.
2002-02-21 Jakub Jelinekre PR rtl-optimization/4994 (ICE with "-fno-exceptions...
2002-02-21 Jakub Jelinekre PR c++/4574 (Internal compiler error in `expand_and...
2002-02-21 Jakub Jelinekre PR c/4697 (Warning 'value computed is not used'...
2002-02-21 Torbjorn Granlundavr.md: Add more patterns for mized-mode add and subtra...
2002-02-21 Alexandre Olivartlanal.c (replace_rtx): Don't make a CONST_INT the...
2002-02-21 J"orn Renneckesh.h (current_function_anonymous_args): Remove.
2002-02-21 David Edelsohn- remove mistaken ChangeLog item.
2002-02-21 David Edelsohn[multiple changes]
2002-02-20 Jakub Jelinekre PR debug/4461 (Invalid dawrf2 debug code)
2002-02-20 Alexandre Olivacombine.c (do_SUBST): Sanity check substitutions of...
2002-02-20 Alexandre Olivac-decl.c (pushdecl): If no global declaration is found...
2002-02-20 Jakub Jelinekre PR c++/4401 (Array subscript evaluation sometimes...
2002-02-20 Jakub Jelinekre PR c++/5713 (Redeclaration causes ice in in make_dec...
2002-02-20 Jakub Jelinekre PR c/4389 (Improper constant folding)
2002-02-20 Richard Hendersoni386.c (ix86_expand_vector_move): Use the mode of the...
2002-02-20 Philip Blundellre PR target/5705 (code generated for ARM interrupt...
2002-02-20 Richard Hendersonre PR c/5615 (ICE in size_binop, at fold-const.c:1914)
2002-02-20 Tom Tromeyfr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2002-02-20 Alan Matsuokars6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look for (const...
2002-02-20 Joseph Myers* doc/extend.texi: Avoid or reduce overfull hboxes.
2002-02-20 Diego Novilloexpmed.c (store_bit_field): Do not store bit fields...
2002-02-20 Joel Sherrillrtems.h, [...]: Use new style of -Asystem= rather than...
2002-02-20 Neil Boothcppinit.c (init_dependency_output): Take deps output...
2002-02-20 Zack Weinbergtoplev.c (output_quoted_string): Write unprintable...
2002-02-20 David Edelsohn[multiple changes]
2002-02-20 Richard Kennersparc.md (nonlocal_goto): Use hard_frame_pointer_rtx...
2002-02-20 Zack Weinbergtree.h (struct tree_common): Remove aux.
2002-02-19 Gaute B Strokkenes* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
2002-02-19 Phil BlundellDuh, fix PR number in last commit.
2002-02-19 Philip Blundellre PR target/5185 ([ARM] Segmentation fault in final.c)
2002-02-19 Graham Stott* config/i386/i386.c (ix86_expand_builtin): Fix typo.
2002-02-19 David EdelsohnAdd (FP_SAVE_INLINE): Delete. to previous entry.
2002-02-19 David Edelsohnlinux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
2002-02-19 Philip Blundellarm.c (use_return_insn): Don't reject interrupt functions.
2002-02-19 Philip Blundellarm.c (arm_encode_call_attribute): Operate on any decl...
2002-02-19 Matthew Greenconfig.gcc (sparc-*-netbsdelf*): Enable target.
2002-02-19 Gaute B Strokkenes* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
2002-02-19 Ryan T. Sammartinoinvoke.texi: explicitly list the style guidelines that...
2002-02-19 Jan Hubicka* regmove.c (regmove_optimize): Avoid increasing of...
2002-02-19 Neil Boothgcc.c (cpp_unique_options): Treat -o as indicating...
2002-02-19 Kazu Hiratah8300.h (REGNO_REG_CLASS): Replace a literal register...
2002-02-19 Bryce McKinlay* doc/rtl.texi (Constants): Close @code tag.
2002-02-19 Aldy Hernandezforgot cl entries
2002-02-18 Kazu Hiratah8300.c (notice_update_cc): Use cc_status.value2.
2002-02-18 Kazu Hiratah8300.md (divmod patterns): Change the constraints...
2002-02-18 Kazu Hiratah8300-protos.h: Remove the prototype for p_operand.
2002-02-18 Philip Blundellarm.c (arm_compute_save_reg_mask): Fix typo in comment.
next