go/src/cmd/compile/internal/gc
Heschi Kreinick ac7761e1a4 cmd/compile, cmd/asm: remove Link.Plists
Link.Plists never contained more than one Plist, and sometimes none.
Passing around the Plist being worked on is straightforward and makes
the data flow easier to follow.

Change-Id: I79cb30cb2bd3d319fdbb1dfa5d35b27fcb748e5c
Reviewed-on: https://go-review.googlesource.com/37169
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2017-03-01 00:29:23 +00:00
..
builtin cmd/compile, runtime: specialize convT2x, don't alloc for zero vals 2017-02-28 19:23:33 +00:00
testdata cmd/compile: emit fused multiply-{add,subtract} instructions on s390x 2017-02-28 15:34:20 +00:00
alg.go cmd/compile/internal/gc: unexport or remove global functions 2017-02-10 17:57:38 +00:00
align.go all: merge dev.inline into master 2017-02-01 09:47:23 -05:00
asm_test.go cmd/compile: emit fused multiply-{add,subtract} instructions on s390x 2017-02-28 15:34:20 +00:00
bexport.go cmd/compile: eliminate OASWB 2017-02-10 22:31:58 +00:00
bimport.go cmd/compile: include linknames in export data 2017-02-08 20:59:45 +00:00
builtin.go cmd/compile, runtime: specialize convT2x, don't alloc for zero vals 2017-02-28 19:23:33 +00:00
builtin_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
bv.go cmd/compile: make liveness more efficient 2017-02-03 19:41:44 +00:00
closure.go cmd/compile: move Heapaddr field from Name to Param 2017-02-04 01:20:18 +00:00
const.go cmd/compile: emit fused multiply-{add,subtract} instructions on s390x 2017-02-28 15:34:20 +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, cmd/asm: remove Link.Plists 2017-03-01 00:29:23 +00:00
esc.go cmd/compile: ignore some dead code during escape analysis 2017-02-27 21:31:04 +00:00
export.go cmd/compile: skip reexporting types in reexportdep 2017-02-02 04:25:40 +00:00
fixedbugs_test.go cmd/compile: inline convT2{I,E} when result doesn't escape 2016-09-19 02:37:08 +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: added cheapexpr call to simplify operand of CONVIFACE 2017-02-25 04:53:23 +00:00
gen.go cmd/compile/internal/gc: remove more backend Sym uses 2017-02-06 23:25:44 +00:00
global_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
go.go cmd/compile: add -dolinkobj flag 2017-02-23 07:12:23 +00:00
gsubr.go cmd/compile, cmd/asm: remove Link.Plists 2017-03-01 00:29:23 +00:00
iface_test.go cmd/compile: inline convT2{I,E} when result doesn't escape 2016-09-19 02:37:08 +00:00
init.go cmd/compile: eliminate OASWB 2017-02-10 22:31:58 +00:00
inl.go cmd/compile: simplify and clean up inlnode 2017-02-27 19:25:21 +00:00
lex.go cmd/compile/internal/gc: unexport or remove global functions 2017-02-10 17:57:38 +00:00
lex_test.go cmd/compile: provide line number for cgo directive error (fix a TODO) 2017-02-02 21:24:50 +00:00
logic_test.go cmd/compile: add tests for logical simplification rewrite rules 2016-05-26 22:16:52 +00:00
main.go cmd/compile: add -dolinkobj flag 2017-02-23 07:12:23 +00:00
mkbuiltin.go cmd/compile: update signature of runtime.memclr* 2017-02-28 19:22:29 +00:00
mpfloat.go cmd/dist: copy needed packages from standard library during bootstrap 2016-10-17 15:22:11 +00:00
mpint.go cmd/dist: copy needed packages from standard library during bootstrap 2016-10-17 15:22:11 +00:00
noder.go cmd/compile/internal/gc: unexport or remove global functions 2017-02-10 17:57:38 +00:00
obj.go cmd/compile, cmd/asm: remove Link.Plists 2017-03-01 00:29:23 +00:00
opnames.go cmd/compile: cull some dead arch-specific Ops 2017-02-13 18:19:24 +00:00
order.go cmd/compile: make setting and accessing of node slice elements more uniform 2017-02-24 21:55:24 +00:00
pgen.go cmd/compile, cmd/asm: remove Link.Plists 2017-03-01 00:29:23 +00:00
pgen_test.go cmd/compile: shrink gc.Type in half 2016-04-06 19:10:10 +00:00
phi.go cmd/compile: speed up hot phi insertion code 2017-02-03 05:36:22 +00:00
plive.go cmd/compile/internal/gc: refactor liveness bitmap generation 2017-02-27 21:01:20 +00:00
racewalk.go cmd/compile: cull some dead arch-specific Ops 2017-02-13 18:19:24 +00:00
range.go cmd/compile: update signature of runtime.memclr* 2017-02-28 19:22:29 +00:00
reflect.go cmd/compile: optimize non-empty-interface type conversions 2017-02-13 18:16:31 +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: make setting and accessing of node slice elements more uniform 2017-02-24 21:55:24 +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: remove Node.IsStatic field 2017-02-17 22:06:52 +00:00
sizeof_test.go cmd/compile: move Heapaddr field from Name to Param 2017-02-04 01:20:18 +00:00
ssa.go cmd/compile: emit fused multiply-{add,subtract} instructions on s390x 2017-02-28 15:34:20 +00:00
ssa_test.go cmd/compile/internal/gc: make tests run faster 2016-11-03 01:07:08 +00:00
subr.go cmd/compile: make setting and accessing of node slice elements more uniform 2017-02-24 21:55:24 +00:00
swt.go cmd/compile: make setting and accessing of node slice elements more uniform 2017-02-24 21:55:24 +00:00
swt_test.go cmd/dist: copy needed packages from standard library during bootstrap 2016-10-17 15:22:11 +00:00
syntax.go cmd/compile: make setting and accessing of node slice elements more uniform 2017-02-24 21:55:24 +00:00
timings.go cmd/compile: add compiler phase timing 2016-08-17 17:27:04 +00:00
trace.go cmd/compile/internal/gc: add runtime/trace support 2016-10-12 13:57:26 +00:00
type.go all: merge dev.inline into master 2017-02-01 09:47:23 -05:00
typecheck.go cmd/compile: emit fused multiply-{add,subtract} instructions on s390x 2017-02-28 15:34:20 +00:00
universe.go [dev.typealias] cmd/compile: a few better comments related to alias types 2017-01-12 23:25:54 +00:00
unsafe.go cmd/compile: handle unsafe builtins like universal builtins 2016-10-18 22:34:44 +00:00
util.go cmd/compile: disable memory profiling when not in use 2017-02-01 20:20:16 +00:00
walk.go cmd/compile, runtime: specialize convT2x, don't alloc for zero vals 2017-02-28 19:23:33 +00:00