1. 01 Oct, 1999 3 commits
    • jump.c (jump_optimize_1): Use general_operand not register_operand to determine… · 6d97e0b4
      jump.c (jump_optimize_1): Use general_operand not register_operand to determine when B may need preloading.
      
              * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
              not register_operand to determine when B may need preloading.
      
      From-SVN: r29740
      Richard Henderson committed
    • alpha.md (*): Use nonimmediate not general_operand for SET_DEST. · 6ce41093
              * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
              (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
              (call-value patterns): Move to end of file.
              (*): Remove mode from label_ref in (pc) context.
              (movstrqi): Use memory not general_operand for BLKmode operands.
              (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
              to register_operand operands.
              (peep2 patterns): Convert from commented-out peephole patterns.
      
      From-SVN: r29739
      Richard Henderson committed
    • cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p. · 2b76013c
      	* cp-tree.h (lang_decl_flags): Add global_ctor_p and
      	global_dtor_p.  Add init_priority.
      	(DECL_ACCESS): Adjust accordingly.
      	(DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
      	(GLOBAL_INIT_PRIORITY): Likewise.
      	* decl.c (lang_mark_tree): Adjust accordingly.
      	(start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
      	and GLOBAL_INIT_PRIORITY.
      	* dump.c (dequeue_and_dump): Print them.
      	* ir.texi: Document them.
      
      From-SVN: r29738
      Mark Mitchell committed
  2. 30 Sep, 1999 20 commits
  3. 29 Sep, 1999 14 commits
  4. 28 Sep, 1999 3 commits