OSDN Git Service

2001-10-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 6bc3557..c8d660c 100644 (file)
@@ -1,3 +1,216 @@
+2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * unroll.c (loop_iterations): Fixup last patch.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (REG_VTABLE_REF): New.
+       * rtl.c (reg_note_name): Add it.
+       * combine.c (distribute_notes): Handle it.
+       * final.c (final_scan_insn): Handle it.
+       * tree.def (VTABLE_REF): New.
+       * expr.c (expand_expr): Handle it.
+       * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
+       * output.h: Declare them.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
+       for a DECL_INITIAL.
+
+2001-10-11  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
+       available in 64-bit mode.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
+       cris-*-linux* cases.
+       * config/cris/cris-protos.h: New file.
+       * config/cris/cris.c: New file.
+       * config/cris/cris.h: New file.
+       * config/cris/cris.md: New file.
+       * config/cris/linux.h: New file.
+       * config/cris/aout.h: New file.
+       * config/cris/arit.c: New file.
+       * config/cris/cris_abi_symbol.c: New file.
+       * config/cris/mulsi3.asm: New file.
+       * config/cris/t-aout: New file.
+       * config/cris/t-cris: New file.
+       * config/cris/t-elfmulti: New file.
+       * config/cris/t-linux: New file.
+       * doc/invoke.texi: Add CRIS options.
+       * doc/install.texi (Specific): Add blurb for CRIS.
+
+2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
+
+       * config/float-i128.h: Make sure __STDC__VERSION__ is defined
+       before using it.
+       * config/float/i32.h: Likewise.
+       * config/float-i386.h: Likewise.
+       * config/float-i64.h: Likewise.
+       * config/float-m68k.h: Likewise.
+       * config/float-sh.h: Likewise.
+       * config/float-sparc.h: Likewise.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/contrib.texi: Add note about CRIS port to my entry.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * basic-block.h: Fix formatting.
+       * bitmap.h: Likewise.
+       * cpplib.h: Likewise.
+       * c-tree.h: Likewise.
+       * diagnostic.h: Likewise.
+       * flags.h: Likewise.
+       * ggc.h: Likewise.
+       * longlong.h: Likewise.
+       * real.h: Likewise.
+       * reload.h: Likewise.
+       * rtl.h: Likewise.
+       * tree.h: Likewise.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * c-parse.in (asm_operand): Allow named operands.
+       * genconfig.c (max_recog_operands): Set to 29.
+       * local-alloc.c (requires_inout): Skip multiple digits.
+       * recog.c (asm_operand_ok): Likewise.
+       (preprocess_constraints): Use strtoul for matching constraints.
+       (constrain_operands): Likewise.
+       * regmove.c (find_matches): Likewise.
+       * reload.c (find_reloads): Likewise.
+       * stmt.c (parse_output_constraint): Don't reject in-out
+       constraint on operands > 9.  Reject '[' in constraint.
+       (expand_asm_operands): Handle named operands.  Use strtoul
+       for matching constraints.
+       (check_operand_nalternatives): Split out from expand_asm_operands.
+       (check_unique_operand_names): New.
+       (resolve_operand_names, resolve_operand_name_1): New.
+
+       * doc/extend.texi (Extended Asm): Document named operands.
+       * doc/md.texi (Simple Constraints): Document matching constraints
+       on operands > 9.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * combine.c (try_combine): Handle a SEQUENCE of one insn.
+
+       * i386.c (test splitter): Narrow tests vs paradoxical subregs.
+       (jcc splitters): Add two splitters to simplify compound compares
+       that simplify_comparison can't handle.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * langhooks.c: Include langhooks.h.
+       * Makefile.in (langhooks.o): Depend on it.
+
+Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
+
+       * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
+       should not be considered as a no-op.
+       * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
+
+2001-10-10  Stan Shebs  <shebs@apple.com>
+
+       * alias.c: Remove uses of "register" specifier in declarations
+       of arguments and local variables.
+       * c-common.c: Ditto.
+       * c-convert.c: Ditto.
+       * c-decl.c: Ditto.
+       * c-format.c: Ditto.
+       * c-semantics.c: Ditto.
+       * c-typeck.c: Ditto.
+       * caller-save.c: Ditto.
+       * calls.c: Ditto.
+       * cfg.c: Ditto.
+       * cfgbuild.c: Ditto.
+       * cfgrtl.c: Ditto.
+       * collect2.c: Ditto.
+       * combine.c: Ditto.
+       * convert.c: Ditto.
+       * cppexp.c: Ditto.
+       * cppfiles.c: Ditto.
+       * cse.c: Ditto.
+       * dbxout.c: Ditto.
+       * defaults.h: Ditto.
+       * df.c: Ditto.
+       * dwarf2out.c: Ditto.
+       * dwarfout.c: Ditto.
+       * emit-rtl.c: Ditto.
+       * explow.c: Ditto.
+       * expmed.c: Ditto.
+       * expr.c: Ditto.
+       * final.c: Ditto.
+       * fix-header.c: Ditto.
+       * floatlib.c: Ditto.
+       * flow.c: Ditto.
+       * fold-const.c: Ditto.
+       * function.c: Ditto.
+       * gcc.c: Ditto.
+       * gcse.c: Ditto.
+       * gen-protos.c: Ditto.
+       * genattrtab.c: Ditto.
+       * gencheck.c: Ditto.
+       * genconfig.c: Ditto.
+       * genemit.c: Ditto.
+       * genextract.c: Ditto.
+       * genflags.c: Ditto.
+       * gengenrtl.c: Ditto.
+       * genoutput.c: Ditto.
+       * genpeep.c: Ditto.
+       * genrecog.c: Ditto.
+       * gensupport.c: Ditto.
+       * global.c: Ditto.
+       * gmon.c: Ditto.
+       * graph.c: Ditto.
+       * haifa-sched.c: Ditto.
+       * hard-reg-set.h: Ditto.
+       * hash.c: Ditto.
+       * integrate.c: Ditto.
+       * jump.c: Ditto.
+       * lists.c: Ditto.
+       * local-alloc.c: Ditto.
+       * loop.c: Ditto.
+       * mips-tdump.c: Ditto.
+       * mips-tfile.c: Ditto.
+       * optabs.c: Ditto.
+       * prefix.c: Ditto.
+       * print-rtl.c: Ditto.
+       * read-rtl.c: Ditto.
+       * real.c: Ditto.
+       * recog.c: Ditto.
+       * reg-stack.c: Ditto.
+       * regclass.c: Ditto.
+       * regmove.c: Ditto.
+       * reload.c: Ditto.
+       * reload1.c: Ditto.
+       * reorg.c: Ditto.
+       * resource.c: Ditto.
+       * rtl.c: Ditto.
+       * rtlanal.c: Ditto.
+       * scan.c: Ditto.
+       * sched-deps.c: Ditto.
+       * sched-rgn.c: Ditto.
+       * sdbout.c: Ditto.
+       * simplify-rtx.c: Ditto.
+       * stmt.c: Ditto.
+       * stor-layout.c: Ditto.
+       * toplev.c: Ditto.
+       * tradcif.y: Ditto.
+       * tradcpp.c: Ditto.
+       * tree.c: Ditto.
+       * unroll.c: Ditto.
+       * varasm.c: Ditto.
+       * xcoffout.c: Ditto.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (can_reverse_comparison_p): Remove.
+
 2001-10-10  Christopher Faylor <cgf@redhat.com>
 
        * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
@@ -189,8 +402,8 @@ Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
 
 2001-10-08  Richard Henderson  <rth@redhat.com>
 
-        * i386.md (movsi_xor): Export.
-        (setcc peep2): Use it when available; add an alternative to
+       * i386.md (movsi_xor): Export.
+       (setcc peep2): Use it when available; add an alternative to
        match zero_extendhisi2_and.
 
 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
@@ -421,7 +634,7 @@ Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
  
-        * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
+       * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
 
 2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
 
@@ -429,15 +642,15 @@ Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 2001-10-05  Catherine Moore  <clm@redhat.com>
 
-        * config/stormy16/stormy-abi:  Document abi changes.
-        * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
-        (ICALL_REGS): New register class.
-        (NUM_ARGUMENT_REGISTERS): Now 6.
-        (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
-        in registers.
-        (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
-        * config/stormy16.md (call_internal, call_value_internal,
-        indirect_jump): Use new 'z' constraint.
+       * config/stormy16/stormy-abi:  Document abi changes.
+       * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
+       (ICALL_REGS): New register class.
+       (NUM_ARGUMENT_REGISTERS): Now 6.
+       (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
+       in registers.
+       (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
+       * config/stormy16.md (call_internal, call_value_internal,
+       indirect_jump): Use new 'z' constraint.
 
 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
 
@@ -943,7 +1156,7 @@ Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        storehps builtins.
        * doc/extend.texi (Vector Extensions): New node.
        * doc/invoke.texi (Machine Dependent Options): Add documentation for
-        i386 -mmmx, -msse, -m3dnow.
+       i386 -mmmx, -msse, -m3dnow.
 
 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>