1. 13 Jan, 1998 30 commits
  2. 12 Jan, 1998 3 commits
  3. 10 Jan, 1998 5 commits
  4. 09 Jan, 1998 1 commit
  5. 08 Jan, 1998 1 commit
    • Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits. · 3b80f6ca
      * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
      * emit-rtl.c (gen_rtx): Move special code to ...
      (gen_rtx_CONST_INT): New function.
      (gen_rtx_REG): New function.
      (*): Update all calls to gen_rtx.
      * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
      * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
      (GEN_INT): Call gen_rtx_CONST_INT.
      * gengenrtl.c: New file.
      
      From-SVN: r17312
      Richard Henderson committed