1. 20 Oct, 1997 2 commits
  2. 19 Oct, 1997 2 commits
  3. 18 Oct, 1997 7 commits
    • tree.c (restore_tree_status): Also free up temporary storage when we finish a toplevel function. · d1485032
      	* tree.c (restore_tree_status): Also free up temporary storage
      	when we finish a toplevel function.
      	(dump_tree_statistics): Print stats for backend obstacks.
      
      	* libgcc2.c (__throw): Don't copy the return address.
      	* dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
      
      	* except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
      	* toplev.c (main): Initialize exceptions_via_longjmp.
      
      	* tree.c: Add extra_inline_obstacks.
      	(save_tree_status): Use it.
      	(restore_tree_status): If this is a toplevel inline obstack and we
      	didn't want to save anything on it, recycle it.
      	(print_inline_obstack_statistics): New fn.
      	* function.c (pop_function_context_from): Pass context to
      	restore_tree_status.
      	* obstack.h (obstack_empty_p): New macro.
      
      From-SVN: r16050
      Jason Merrill committed
    • * expr.c (use_group_regs): Don't call use_reg for MEMs. · 6bd35f86
      From-SVN: r16046
      Doug Evans committed
    • * i386/freebsd.h (ASM_COMMENT_START): Fix. · 6981eacf
      From-SVN: r15993
      Jeffrey A Law committed
    • v850.c (ep_memory_offset): New function. · 1933ec7e
              * v850.c (ep_memory_offset): New function.
              (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
      
              * v850.h (CONST_OK_FOR_*): Add and correct comments.
              (CONSTANT_ADDRESS_P): Add comment.
              (EXTRA_CONSTRAINT): Define 'U'.
              * v850.md: Add comments on bit field instructions.
              (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
              (lshrsi3): Use N not J constraint.
      
              * v850.md (v850_tst1+1): New define_split for tst1 instruction.
      
              * v850.c (reg_or_0_operand): Call register_operand.
              (reg_or_int5_operand): Likewise.
              * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
              (TARGET_SWITCHES): Add "big-switch".
              (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
              ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
              (CASE_DROPS_THROUGH): Comment out.
              (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
              * v850.md (cmpsi): Delete compare mode.
              (casesi): New pattern.
      
              * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
              * v850.md (ashlsi3): Use SImode not QImode for shift count.
              (lshrsi3): Likewise.
      
              * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
              unreachable switch statement after 'b' support.  Remove "b" from
              strings for 'b' support.
              * v850.md (branch_normal, branch_invert): Change %b to b%b.
      
      v850 patches from Jim.
      
      From-SVN: r15992
      Jim Wilson committed
    • Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an empty line if @inhibit_libc@ is empty. · 13c2de98
              * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
              empty line if @inhibit_libc@ is empty.
      
      From-SVN: r15991
      Jeffrey A Law committed
    • sco5.h: Let ELF use dwarf2 unwinding. · b2167bee
              * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
              (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
              (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
              (DWARF2_UNWIND_INFO): Let this track object file format.
              (EXTRA_SECTIONS): Add in_eh.
              (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
              (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
      
      From-SVN: r15990
      Robert Lipe committed
  4. 17 Oct, 1997 16 commits
  5. 16 Oct, 1997 13 commits