History log of /csrg-svn/old/pcc/mip/optim.c (Results 1 – 7 of 7)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 25748 08-Jan-1986 donn

(1) Deleted arguable 'i << 1' => 'i + i' optimization -- this enables
'register short *sp; register int i; sp[i]' to be done with a VAX indexing
mode. (2) Added an optimization that converts constan

(1) Deleted arguable 'i << 1' => 'i + i' optimization -- this enables
'register short *sp; register int i; sp[i]' to be done with a VAX indexing
mode. (2) Added an optimization that converts constant negative shifts of
unsigned variables into positive shifts in the opposite direction.

show more ...

# 24404 22-Aug-1985 mckusick

update from donn@utah-cs

# 18393 19-Mar-1985 ralph

use common header file for C, Fortran, Pascal.

# 18019 20-Feb-1985 ralph

change unsigned %'s and /'s to &'s and >>'s.

# 17746 18-Jan-1985 ralph

changes for single precision floats; lint cleanups

# 16936 13-Aug-1984 ralph

don't give compiler error for & of register

# 16935 13-Aug-1984 ralph

date and time created 84/08/13 15:24:59 by ralph