1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd/5g
Kai Backman 46e392e01c changed 5c calling convention to use stack exclusively for in
params. a number of fixes to assembly routines that assumed R0
had the first arg. one stack offset fix, arm pushes the link
register on stack top.

go/test: passes 65% (235/364) tests

R=rsc
APPROVED=rsc
DELTA=20  (11 added, 0 deleted, 9 changed)
OCL=34809
CL=34812
2009-09-18 16:45:41 -07:00
..
cgen64.c 64 bit lsh, sub, and/or/eor. some placeholder files in syscall and os. 2009-08-28 07:23:24 -07:00
cgen.c fix code generation of CMP to use registers properly. also fix 2009-09-17 23:07:52 -07:00
galign.c cleaned up data generation in 5g, reverted 5l handling of D_ADDR. 2009-07-06 23:04:56 -07:00
gg.h fix 5g -S and -g output 2009-09-18 12:47:44 -07:00
ggen.c changed 5c calling convention to use stack exclusively for in 2009-09-18 16:45:41 -07:00
gobj.c changed 5c calling convention to use stack exclusively for in 2009-09-18 16:45:41 -07:00
gsubr.c fix code generation of CMP to use registers properly. also fix 2009-09-17 23:07:52 -07:00
list.c fix 5g -S and -g output 2009-09-18 12:47:44 -07:00
Makefile mostly 64 bit support. 2009-08-21 16:29:19 -07:00
opt.h Rebooted 5g effort from 6g. Tons of minor fixes and tweaks to 2009-05-28 14:25:54 -07:00