1. 30 Apr, 2000 8 commits
    • ifcvt.c: New file. · 9ec6d7ab
              * ifcvt.c: New file.
              * Makefile.in (OBJS): Add it.
              (ifcvt.o): New target.
              * jump.c (jump_optimize_1): Remove all code related to if-conversion,
              and conditional arithmetic.
              (find_insert_position): Remove.
              * timevar.def (TV_IFCVT, TV_IFCVT2): New.
              * toplev.c (DFI_ce, DFI_ce2): New.
              (dump_file): Add ce and ce2 dumps.
              (rest_of_compilation): Run if_convert a couple o times.  Set
              cse_not_expected after cse2.  Don't set no_new_pseudos until
              after sched1 or recompute_reg_usage.
      
      From-SVN: r33547
      Richard Henderson committed
    • t-crtbe (crtbegin.o): Add "-I.". · 927b868f
              * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
              (crtend.o, crtbeginS.o, crtendS.o): Likewise.
      
      From-SVN: r33546
      Richard Henderson committed
    • Remove ifnottex block confusing makeinfo 3.12. · 4151b313
      From-SVN: r33545
      Richard Henderson committed
    • flow.c (struct reg_cond_life_info): New. · 11ae508b
              * flow.c (struct reg_cond_life_info): New.
              (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
              (init_propagate_block_info): Initialize them.
              (free_propagate_block_info): Destruct them.
              (mark_set_1): Consider conditional life before killing a register.
              (mark_regno_cond_dead): New.
              (free_reg_cond_life_info): New.
              (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
              (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
              (mark_used_reg): Record conditional life.
      
              * haifa-sched.c (schedule_insns): Disable death counting
              sanity check for HAVE_conditional_execution.
      
      From-SVN: r33544
      Richard Henderson committed
    • Makefile.in (TIMEVAR_H): New. · 614f6bc1
              * Makefile.in (TIMEVAR_H): New.
              (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
              (timevar.h): Remove rule.
      
      From-SVN: r33543
      Richard Henderson committed
    • Missed last config/alpha update. · 99eb5b26
      From-SVN: r33540
      Richard Henderson committed
    • Daily bump. · d77ffb2a
      From-SVN: r33539
      Jeff Law committed
    • cpphash.h (enum node_type): Take out T_MCONST. · d2158690
      	* cpphash.h (enum node_type: Take out T_MCONST.
      	(union hashval): Move into struct hashnode.
      	(struct hashnode): Pack tighter.  Remove file, line, col
      	members.
      	* cpphash.c: Constify most of the macro-definition structures.
      	(struct definition): Replace by struct object_defn
      	and struct funct_defn.  Put file, line, column information
      	here.  All users updated to match.
      	(_cpp_create_definition, _cpp_macroexpand): Remove special
      	case for #define WORD OTHERWORD.
      	* cpplib.c (do_undef): Remove T_MCONST case.
      
      From-SVN: r33538
      Zack Weinberg committed
  2. 29 Apr, 2000 7 commits
  3. 28 Apr, 2000 25 commits