1. 18 Jan, 1998 1 commit
  2. 17 Jan, 1998 24 commits
  3. 16 Jan, 1998 6 commits
  4. 15 Jan, 1998 7 commits
  5. 14 Jan, 1998 2 commits
    • alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... · 38a448ca
      * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
      change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
      * caller-save.c, calls.c, combine.c, cse.c: Likewise.
      * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
      * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
      * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
      * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
      * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
      * unroll.c, varasm.c: Likewise.
      * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
      
      From-SVN: r17357
      Richard Henderson committed
    • Fix minor lossage brought over in gcc-2.8.0 merge. · ace62b49
      From-SVN: r17356
      Jeff Law committed