1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:14:40 -07:00
go/src/cmd/6g
Nigel Tao 5d7ece6f44 6g: delete unnecessary OXXX initialization.
No longer necessary after https://golang.org/cl/6497073/
removed the `if(n5.op != OXXX) { regfree(&n5); }`.

R=remy, r
CC=golang-dev, rsc
https://golang.org/cl/6498101
2012-09-10 11:24:34 +10:00
..
cgen.c 6g: delete unnecessary OXXX initialization. 2012-09-10 11:24:34 +10:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
galign.c gc: shuffle #includes 2011-08-25 16:25:10 -04:00
gg.h cmd/gc: inline slice[arr,str] in the frontend (mostly). 2012-06-02 22:50:57 -04:00
ggen.c cmd/gc: re-order some OFOO constants. Rename ORRC to ORROTC to be 2012-09-06 10:47:25 +10:00
gobj.c cmd/gc: limit data disassembly to -SS 2012-06-07 12:05:34 -04:00
gsubr.c cmd/gc: re-order some OFOO constants. Rename ORRC to ORROTC to be 2012-09-06 10:47:25 +10:00
list.c 6g: fix build on Plan 9 2011-08-29 09:34:59 -04:00
Makefile build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
opt.h sped up optimization by not optimizing 2009-08-29 20:33:21 -07:00
peep.c cmd/6g, cmd/8g: eliminate short integer arithmetic when possible. 2012-09-01 16:40:54 +02:00
reg.c cmd/[568]g: correct freeing of allocated Regs. 2012-06-05 06:43:15 +02:00