1
0
mirror of https://github.com/golang/go synced 2024-10-06 01:21:21 -06:00
go/src/cmd
Michael Matloob 7bdecbf840 [dev.ssa] cmd/compile/internal/ssa: remove cgen pass
Code generation is now done in genssa.
Also remove the asm field in opInfo. It's no longer used.

Change-Id: I65fffac267e138fd424b2ef8aa7ed79f0ebb63d5
Reviewed-on: https://go-review.googlesource.com/10539
Reviewed-by: Keith Randall <khr@golang.org>
2015-05-29 18:54:49 +00:00
..
addr2line cmd/addr2line: skip fork test on darwin/arm64 2015-04-12 11:53:24 +00:00
api go/importer: added go/importer package, adjusted go/types 2015-04-15 02:28:53 +00:00
asm cmd/internal/obj: make arm64 use RegTo2 instead of a full fledged Addr To2 2015-05-28 01:09:38 +00:00
cgo cmd/cgo: wrap generated exports with extern "C" for C++ 2015-05-08 04:23:43 +00:00
compile [dev.ssa] cmd/compile/internal/ssa: remove cgen pass 2015-05-29 18:54:49 +00:00
cover cmd/cover: fix build 2015-05-01 03:32:37 +00:00
dist [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch 2015-05-28 13:51:18 -07:00
doc cmd/doc: fix handling of paths like ./fmt 2015-05-20 20:53:14 +00:00
fix all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
go cmd/go: permit C files if the package uses SWIG 2015-05-26 03:58:10 +00:00
gofmt cmd/gofmt, go/format: refactor common pieces into internal/format 2015-04-01 17:35:26 +00:00
internal [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch 2015-05-28 13:51:18 -07:00
link cmd/link/internal/ld: Skip combining dwarf for darwin/arm. 2015-05-28 12:04:35 +00:00
newlink cmd/link: move to cmd/newlink 2015-05-21 17:31:40 +00:00
nm cmd/nm: skip fork test on darwin/arm64 2015-04-12 11:52:22 +00:00
objdump cmd/objdump: disable external linking test on openbsd/arm 2015-04-29 15:47:51 +00:00
old5a cmd/internal/obj: replace Addr.U struct {...} with Val interface{} 2015-03-20 04:47:08 +00:00
old6a cmd/internal/obj: replace Addr.U struct {...} with Val interface{} 2015-03-20 04:47:08 +00:00
old8a cmd/internal/obj: replace Addr.U struct {...} with Val interface{} 2015-03-20 04:47:08 +00:00
old9a cmd/internal/obj: replace Addr.U struct {...} with Val interface{} 2015-03-20 04:47:08 +00:00
pack all: retire architecture letter in file names, public API 2015-05-21 17:32:17 +00:00
pprof cmd/pprof/internal/profile: ignore comments when parsing heap profiles 2015-05-18 19:36:41 +00:00
trace cmd/...: fix vet issues and cull dead code 2015-04-18 01:47:28 +00:00
yacc cmd/internal/gc, cmd/yacc: merge yaccerrors.go into cmd/yacc 2015-05-15 17:29:26 +00:00