1. 01 Jul, 2002 23 commits
  2. 30 Jun, 2002 9 commits
    • cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... · d689a8f1
      	* cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
      	(CPTI_TYPE_INFO_PTR_TYPE): ... this.
      	(tinfo_decl_type): Replace with ...
      	(type_info_ptr_type): ... this.
      	(import_export_tinfo): Declare.
      	(tinfo_decl_p): Rename to ...
      	(unemitted_tinfo_decl_p): ... this.
      	* decl2.c (import_export_decl): Break out tinfo handling into ...
      	(import_export_tinfo): ... here. New function.
      	(finish_file): Adjust.
      	* rtti.c (TINFO_REAL_NAME): New macro.
      	(init_rtti_processing): Create the tinfo types.
      	(get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
      	(get_tinfo_decl): Adjust.
      	(get_tinfo_ptr): New function.
      	(get_type_id): Use it.
      	(tinfo_base_init): Create vtable decl here, if it doesn't exist.
      	(ptr_initializer): Use get_tinfo_ptr.
      	(ptm_initializer): Likewise.
      	(synthesize_tinfo_var): Break into ...
      	(get_pseudo_ti_init): ... this. Just create the initializer.
      	(get_pseudo_ti_desc): .. and this.
      	(create_real_tinfo_var): Remove.
      	(create_pseudo_type_info): Don't create the vtable decl here.
      	(get_vmi_pseudo_type_info): Remove.
      	(create_tinfo_types): Adjust.
      	(tinfo_decl_p): Rename to ...
      	(unemitted_tinfo_decl_p): ... here. Adjust.
      	(emit_tinfo_decl): Adjust. Create the initializer.
      
      From-SVN: r55124
      Nathan Sidwell committed
    • extend.texi: Add ip2k port to description of attribute naked. · e3223ea2
      	* doc/extend.texi: Add ip2k port to description of attribute
      	naked.
      	* doc/install.texi (Specific): Add ip2k description.
      	* doc/install-old.texi (Configurations): Add ip2k to possible
      	cpu types.
      	* doc/md.texi: Document ip2k constraints.
      	* config/ip2k/crt0.S: New file.
      	* config/ip2k/ip2k-protos.h: New file.
      	* config/ip2k/ip2k.c: New file.
      	* config/ip2k/ip2k.h: New file.
      	* config/ip2k/ip2k.md: New file.
      	* config/ip2k/libgcc.S: New file.
      	* config/ip2k/t-ip2k: New file.
      
      Co-Authored-By: Alan Lehotsky <apl@alum.mit.edu>
      Co-Authored-By: Bernd Schmidt <bernds@redhat.com>
      Co-Authored-By: Dave Hudson <dave.hudson@ubicom.com>
      Co-Authored-By: Frank Ch. Eigler <fche@redhat.com>
      Co-Authored-By: Graham Stott <grahams@redhat.com>
      Co-Authored-By: Jeff Johnston <jjohnstn@redhat.com>
      Co-Authored-By: Matthew Green <mrg@redhat.com>
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r55122
      Denis Chertykov committed
    • mmix.md ("return"): New pattern. · 66b8c57f
      	* config/mmix/mmix.md ("return"): New pattern.
      	* config/mmix/mmix.h (TARGET_MASK_USE_RETURN_INSN)
      	(TARGET_USE_RETURN_INSN): New macros.
      	(TARGET_DEFAULT): Include TARGET_MASK_USE_RETURN_INSN.
      	(TARGET_SWITCHES): Add -msingle-exit and -mno-single-exit.
      	* config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Fix spacing.
      	(MMIX_POP_ARGUMENT): New macro.
      	(mmix_target_asm_function_prologue): When no epilogue is executed,
      	just emit a blank line.  Use MMIX_POP_ARGUMENT with final POP insn.
      	(mmix_print_operand) <case '.'>: New case.
      	(mmix_print_operand_punct_valid_p): Match '.'.
      	(mmix_use_simple_return): New function.
      	* config/mmix/mmix-protos.h (mmix_use_simple_return): Prototype.
      	* doc/invoke.texi (Option Summary) <MMIX Summary>: Add
      	-msingle-exit, -mno-single-exit.
      	(MMIX Options): Ditto.
      
      From-SVN: r55121
      Hans-Peter Nilsson committed
    • i386.c (ix86_init_mmx_sse_builtins): Fix typos. · e7a60f56
      2002-06-30  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix typos.
      
      From-SVN: r55120
      Aldy Hernandez committed
    • Daily bump. · 76147cce
      From-SVN: r55117
      GCC Administrator committed
    • * unroll.c (loop_iterations): Handle EQ loops. · c8b64bf2
      From-SVN: r55111
      Alan Modra committed
    • rs6000.md (ctrdi): Allocate pseudo for FPR constraint in define_expand, not splitter. · 35aba846
              * config/rs6000/rs6000.md (ctrdi): Allocate pseudo for FPR
              constraint in define_expand, not splitter.
              Formatting.
      
      From-SVN: r55110
      David Edelsohn committed
    • i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of build_function_type. · b4de2f7d
      2002-06-29  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
              build_function_type_list instead of build_function_type.
      
              * config/ia64/ia64.c (ia64_init_builtins): Same.
      
              * config/alpha/alpha.c (alpha_init_builtins): Same.
      
              * config/rs6000/rs6000.c (altivec_init_builtins): Same.
      
              * config/arm/arm.c (arm_init_builtins): Same.
      
              * tree.h: Add build_function_type_list prototype.
      
              * tree.c (build_function_type_list): New.
      
      From-SVN: r55109
      Aldy Hernandez committed
  3. 29 Jun, 2002 8 commits