go/src/cmd/compile/internal/gc
Robert Griesemer 8d733ecafb cmd/compile: cleanup in parser.go (2)
Inlined fntype, othertype, recvchantype, ptrtype into ntype
and simplified callers. Minor cleanups elsewhere (better names).

Change-Id: I54924969996641a802de00c078b4cd0eabfda8c1
Reviewed-on: https://go-review.googlesource.com/16894
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Chris Manghane <cmang@golang.org>
2015-11-14 01:19:31 +00:00
..
builtin cmd/compile: delete the runtime_internal_atomic.go builtin defs file 2015-11-12 17:27:28 +00:00
align.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
bexport.go cmd/compile/internal/gc: introduce type for untyped constant kinds 2015-10-26 23:36:22 +00:00
bimport.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
builtin.go cmd/compile: add -msan option 2015-10-21 14:58:53 +00:00
bv.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
cgen.go cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 when compiling PIC 2015-11-12 23:18:58 +00:00
closure.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
const.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
cplx.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
dcl.go cmd/compile: add go:nowritebarrierrec annotation 2015-11-04 14:42:04 +00:00
esc.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
export.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
fmt.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
gen.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
go.go cmd/compile: better syntax error handling for new parser 2015-11-14 00:32:57 +00:00
go.y runtime: break atomics out into package runtime/internal/atomic 2015-11-10 17:38:04 +00:00
gsubr.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00
init.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
inl.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
lex.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
mkbuiltin.go cmd/compile: clarify where mkbuiltin.go input files are found 2015-10-19 23:28:34 +00:00
mparith2.go cmd/compile: allow huge rsh in constants arithmetic 2015-08-21 20:27:22 +00:00
mparith3.go cmd/compile/internal/gc: avoid potential endless loop in float printing 2015-11-10 20:36:52 +00:00
obj.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
opnames.go cmd/compile/internal/gc: give OASWB name 2015-06-30 15:51:59 +00:00
order.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
parser.go cmd/compile: cleanup in parser.go (2) 2015-11-14 01:19:31 +00:00
pgen.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00
pgen_test.go cmd/compile/internal/gc: eliminate stringsCompare for stackvar sorting 2015-09-20 21:07:12 +00:00
plive.go cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 when compiling PIC 2015-11-12 23:18:58 +00:00
popt.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
racewalk.go runtime: break out system-specific constants into package sys 2015-11-12 17:04:45 +00:00
range.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
reflect.go runtime: break atomics out into package runtime/internal/atomic 2015-11-10 17:38:04 +00:00
reflect_test.go cmd/compile/internal/gc: use sort.Interface for reflect methods 2015-09-21 22:27:53 +00:00
reg.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00
select.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
sinit.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
subr.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
swt.go cmd/compile/internal/gc: introduce type for untyped constant kinds 2015-10-26 23:36:22 +00:00
swt_test.go cmd/compile/internal/gc: remove stringsCompare 2015-09-29 07:13:30 +00:00
syntax.go cmd/compile: add go:nowritebarrierrec annotation 2015-11-04 14:42:04 +00:00
typecheck.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
unsafe.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
util.go cmd/compile/internal/gc: remove atoi function (minor cleanup) 2015-10-20 17:55:39 +00:00
walk.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00
y.go runtime: break atomics out into package runtime/internal/atomic 2015-11-10 17:38:04 +00:00