Initial revision
authorsater <none@none>
Thu, 17 May 1984 13:42:36 +0000 (13:42 +0000)
committersater <none@none>
Thu, 17 May 1984 13:42:36 +0000 (13:42 +0000)
commitac23d5c871f1100bcca3710c95935f84e0c93674
treef3c6b6b9f0e30d493f6c69be425d7ee1d6eeb9cf
Initial revision
30 files changed:
util/opt/Makefile [new file with mode: 0644]
util/opt/alloc.c [new file with mode: 0644]
util/opt/alloc.h [new file with mode: 0644]
util/opt/assert.h [new file with mode: 0644]
util/opt/backward.c [new file with mode: 0644]
util/opt/cleanup.c [new file with mode: 0644]
util/opt/ext.h [new file with mode: 0644]
util/opt/flow.c [new file with mode: 0644]
util/opt/getline.c [new file with mode: 0644]
util/opt/line.h [new file with mode: 0644]
util/opt/lookup.c [new file with mode: 0644]
util/opt/lookup.h [new file with mode: 0644]
util/opt/main.c [new file with mode: 0644]
util/opt/makedepend [new file with mode: 0755]
util/opt/mktab.y [new file with mode: 0644]
util/opt/optim.h [new file with mode: 0644]
util/opt/param.h [new file with mode: 0644]
util/opt/pattern.h [new file with mode: 0644]
util/opt/patterns [new file with mode: 0644]
util/opt/peephole.c [new file with mode: 0644]
util/opt/process.c [new file with mode: 0644]
util/opt/proinf.h [new file with mode: 0644]
util/opt/putline.c [new file with mode: 0644]
util/opt/reg.c [new file with mode: 0644]
util/opt/scan.l [new file with mode: 0644]
util/opt/special.c [new file with mode: 0644]
util/opt/testopt [new file with mode: 0755]
util/opt/types.h [new file with mode: 0644]
util/opt/util.c [new file with mode: 0644]
util/opt/var.c [new file with mode: 0644]