go/src/cmd/compile/internal/ir
Keith Randall 8e1e64c16a cmd/compile: fix mknode script
It's not currently working. Somehow a field of type []constant.Value
causes it to barf. (That field was added with jump table statements.)

Also added some instructions about how to run it correctly (which took
me a suprisingly long time to figure out).

Larger improvements coming, but this gets us to a working state
and is safe for 1.19.

Change-Id: I3027356fde1294942e87d075ca28bb40d2c0d6c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/418234
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
2022-07-19 19:51:06 +00:00
..
bitset.go
cfg.go
class_string.go
const.go all: consistently use US spelling of present participles 2022-04-08 13:44:41 +00:00
copy.go cmd/compile/internal/ir: remove unused -G=0 node types 2022-03-01 19:46:09 +00:00
dump.go
expr.go cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr} 2022-05-16 09:35:17 +00:00
fmt.go cmd/compile/internal/ir: remove FuncType and OTFUNC 2022-05-05 18:49:32 +00:00
func.go cmd/compile/internal/ir: remove PkgFuncName assumption that LocalPkg.Path == "" 2022-05-13 21:33:25 +00:00
ir.go
mini.go cmd/compile: fix mknode script 2022-07-19 19:51:06 +00:00
mknode.go cmd/compile: fix mknode script 2022-07-19 19:51:06 +00:00
name.go cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters 2022-05-20 21:32:57 +00:00
node.go cmd/compile/internal/ir: remove FuncType and OTFUNC 2022-05-05 18:49:32 +00:00
node_gen.go cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr} 2022-05-16 09:35:17 +00:00
op_string.go cmd/compile/internal/ir: remove FuncType and OTFUNC 2022-05-05 18:49:32 +00:00
package.go
scc.go
sizeof_test.go cmd/compile: remove ir.Name.Ntype 2022-05-05 18:48:25 +00:00
stmt.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
symtab.go cmd/compile: add -asan option 2021-10-25 21:51:20 +00:00
type.go cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr} 2022-05-16 09:35:17 +00:00
val.go cmd/compile/internal/ir: remove un-used code for const 2022-03-28 16:29:15 +00:00
visit.go