• Michael Pratt's avatar
    cmd/compile: remove amd64 code from package gc and the core gen tool · a4e31d42
    Michael Pratt authored
    Parts of the SSA compiler in package gc contain amd64-specific code,
    most notably Prog generation. Move this code into package amd64, so that
    other architectures can be added more easily.
    
    In package gc, this change is just moving code. There are no functional
    changes or even any larger structural changes beyond changing function
    names (mostly for export).
    
    In the cmd/compile/internal/ssa/gen tool, more information is included
    in arch to remove the AMD64-specific behavior in the main portion of the
    tool. The generated opGen.go is identical.
    
    Change-Id: I8eb37c6e6df6de1b65fa7dab6f3bc32c29daf643
    Reviewed-on: https://go-review.googlesource.com/20609Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    Reviewed-by: 's avatarMichael Pratt <mpratt@google.com>
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    a4e31d42
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vet Loading commit data...
yacc Loading commit data...