go/src/cmd/compile/internal/gc
Dave Cheney 073d248bf5 cmd/compile/internal/gc: make Nod private
Follow up to CL 29134. Generated with gofmt -r 'Nod -> nod', plus
three manual adjustments to the comments in syntax/parser.go

Change-Id: I02920f7ab10c70b6e850457b42d5fe35f1f3821a
Reviewed-on: https://go-review.googlesource.com/29136
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2016-09-16 01:43:08 +00:00
..
builtin cmd/compile, runtime: remove throwreturn 2016-09-15 12:13:34 +00:00
testdata test,cmd/compile: remove _ssa file suffix 2016-09-15 20:47:01 +00:00
alg.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
align.go cmd/compile/internal/gc: unexport private variables 2016-09-15 14:59:35 +00:00
asm_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
bexport.go cmd/compile/internal/gc: unexport private variables 2016-09-15 14:59:35 +00:00
bimport.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
builtin.go cmd/compile, runtime: remove throwreturn 2016-09-15 12:13:34 +00:00
builtin_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
bv.go cmd/compile/internal/gc: bv.go cleanup 2016-04-29 13:22:15 +00:00
closure.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
const.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
constFold_test.go cmd/compile: fix bad generated format strings in test 2016-08-16 14:14:51 +00:00
dcl.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
esc.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
export.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
fixedbugs_test.go cmd/compile: SSA, don't let write barrier clobber return values 2016-05-27 22:11:45 +00:00
float_test.go cmd/compile: fix uint<->float conversion on 386 2016-08-16 17:20:11 +00:00
fmt.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
gen.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
global_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
go.go cmd/compile: remove Betypeinit 2016-09-16 01:24:04 +00:00
gsubr.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
init.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
inl.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
lex.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
lex_test.go cmd/compile: cleanup pragcgo 2016-04-12 05:37:00 +00:00
logic_test.go cmd/compile: add tests for logical simplification rewrite rules 2016-05-26 22:16:52 +00:00
magic.go cmd/compile/internal/gc: unexport helper functions 2016-09-15 05:43:41 +00:00
main.go cmd/compile: remove Betypeinit 2016-09-16 01:24:04 +00:00
mkbuiltin.go cmd/compile: remove support for textual export format 2016-08-16 22:35:00 +00:00
mpfloat.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
mpint.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
noder.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
obj.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
opnames.go cmd/compile: add OSLICELIT 2016-09-04 16:17:58 +00:00
order.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
parser.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
pgen.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
pgen_test.go cmd/compile: shrink gc.Type in half 2016-04-06 19:10:10 +00:00
plive.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
racewalk.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
range.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
reflect.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
reflect_test.go cmd/compile/internal/gc: use sort.Interface for reflect methods 2015-09-21 22:27:53 +00:00
select.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
shift_test.go cmd/compile: test non-constant shifts 2016-06-01 00:06:00 +00:00
sinit.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
sizeof_test.go cmd/compile: delete lots of the legacy backend 2016-09-15 03:17:10 +00:00
sparselocatephifunctions.go cmd/compile: change phi location to be optimistic at backedges 2016-07-21 16:09:45 +00:00
ssa.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
ssa_test.go test,cmd/compile: remove _ssa file suffix 2016-09-15 20:47:01 +00:00
subr.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
swt.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
swt_test.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
syntax.go cmd/compile: add Nodes.Prepend helper method 2016-09-14 20:46:49 +00:00
timings.go cmd/compile: add compiler phase timing 2016-08-17 17:27:04 +00:00
type.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
typecheck.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
universe.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
unsafe.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00
util.go cmd/compile/internal/gc: unexport more helper functions 2016-09-15 13:57:42 +00:00
walk.go cmd/compile/internal/gc: make Nod private 2016-09-16 01:43:08 +00:00