History log of /csrg-svn/usr.bin/f77/pass1.vax/regalloc.c (Results 1 – 7 of 7)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 47955 12-Apr-1991 bostic

new copyright; att/bsd/shared

# 33257 03-Jan-1988 bostic

const is an ANSI C keyword

# 27452 27-Apr-1986 donn

Still more hacking with GOTOs and loops! What a mess. This time we
complete the illusion that adjacent loops are actually embedded loops.
Without this hack, variables which are in one loop but not

Still more hacking with GOTOs and loops! What a mess. This time we
complete the illusion that adjacent loops are actually embedded loops.
Without this hack, variables which are in one loop but not in another
adjacent loop cause severe confusion. A routine varloopset() is added
to re-implement the loopset hack; I'm not certain that this is really
needed at all, now.

show more ...

# 25745 07-Jan-1986 donn

(1) Fix bugs with GOTOs from an inner loop into an outer loop.
(2) Pick up redundant register moves when address registers (STGPREG) are
involved.

# 25104 06-Oct-1985 donn

Added a fix for a bug that allowed character variables which were
arguments to subroutines to be made eligible to be register variables.

# 25047 28-Sep-1985 bloom

fix problem of trying to put a short into a register from (donn@utah-cs)

# 22869 07-Jun-1985 mckusick

4.3BSD beta release version