]> Cypherpunks repositories - gostls13.git/commit
1. integer division by a constant done.
authorKen Thompson <ken@golang.org>
Sun, 9 Aug 2009 22:16:06 +0000 (15:16 -0700)
committerKen Thompson <ken@golang.org>
Sun, 9 Aug 2009 22:16:06 +0000 (15:16 -0700)
commit34f76b5de5a6d40552846777e5f2a007e32e0e51
tree5d13468805d56737ece7fde92404d63c18cf2c49
parentffed3ade19c25fc6b0d5286e35873a0387fbfb4d
1. integer division by a constant done.
2. moved functions from 6g to gc
for portability to other families.
3. added rotate-carry instructions to
peek and reg.

R=rsc
OCL=32946
CL=32946
src/cmd/6g/gg.h
src/cmd/6g/ggen.c
src/cmd/6g/gsubr.c
src/cmd/6g/peep.c
src/cmd/6g/reg.c
src/cmd/gc/go.h
src/cmd/gc/subr.c