- e7cc9c4 cmd/compile: delete lots of the legacy backend by Keith Randall · 9 years ago
- 6537e18 cmd/compile: rewrite %1v and %2v formats to %S and %L (short and long) by Robert Griesemer · 9 years ago
- 791f71d cmd: use obj.GOOS, obj.GOARCH, etc by David Crawshaw · 9 years ago
- ff046d2 cmd/compile: implement fmt.Formatter for *Node formats %s, %v by Robert Griesemer · 9 years ago
- 5cab016 cmd/compile: rename Node.Int to Node.Int64 by Josh Bleecher Snyder · 9 years ago
- e76fc1b cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype] by Matthew Dempsky · 9 years ago
- 361b334 cmd/compile: encapsulate Type.Argwid by Josh Bleecher Snyder · 9 years ago
- 6314202 cmd: collapse internal/obj/fmt.go into compile/internal/gc/fmt.go by Matthew Dempsky · 9 years ago
- 0d9258a cmd/internal/obj: add As type for assembly opcodes by Matthew Dempsky · 9 years ago
- 786a2ef cmd/compile: use a uint8-sized named type for Addr.Type by Josh Bleecher Snyder · 10 years ago
- b83f397 cmd/compile: use int32 for line numbers consistently by Robert Griesemer · 9 years ago
- b66a892 cmd/compile: change Func.{Dcl,Inldcl} from NodeList to slice by Ian Lance Taylor · 9 years ago
- 039d455 cmd/compile: don't use duffzero on Plan 9 by David du Colombier · 9 years ago
- 03c8164 cmd/compile: fix magic multiply smashing AX by Russ Cox · 9 years ago
- 8e7a3ea cmd/compile/internal: named types for Etype and Op in struct Node by Marvin Stenger · 10 years ago
- 2421c6e runtime: optimize duffzero for amd64. by Ilya Tocar · 10 years ago
- 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
- 3c9fa38 cmd/compile/internal/gc: rename Fatal to Fatalf by Håvard Haugen · 10 years ago
- e97ab0a cmd/compile: remove stale register use array by Keith Randall · 10 years ago
- 17eba6e cmd/compile, cmd/link: create from 5g, 5l, etc by Russ Cox · 10 years ago[Renamed (99%) from src/cmd/6g/ggen.go]
- ddc9339 cmd/6g, cmd/internal/gc: use Etype instead of Ostk by Josh Bleecher Snyder · 10 years ago
- 8fa14ea cmd/internal/gc: unembed Name field by Josh Bleecher Snyder · 10 years ago
- 0112f6f cmd/5g, etc: prepare to unexport gc.Mp* by Josh Bleecher Snyder · 10 years ago
- 05efc18 cmd/6g, etc: cleanup, moving code out of near-empty gg.go files by Brad Fitzpatrick · 10 years ago
- 7e0c11c cmd/6g, runtime: improve duffzero throughput by Josh Bleecher Snyder · 10 years ago
- 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
- 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
- 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
- b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
- b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
- 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
- 38a61ff cmd/internal/gc: make Node.Needzero a bool by Dave Cheney · 10 years ago
- 5a16d6f cmd/5g etc: tweak import blocks by Russ Cox · 10 years ago
- 4492811 cmd/internal/gc: manual goto removal + grind to move var decls by Russ Cox · 10 years ago
- 175929b cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
- 25da594 cmd/{5,6,8,9}g, cmd/internal/gc: use bools for is* and okfor* by Josh Bleecher Snyder · 10 years ago
- 79f727a cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
- 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
- 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago[Renamed from src/cmd/new6g/ggen.go]
- dc7b54b [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert by Russ Cox · 10 years ago
- 8c195bd [dev.cc] cmd/internal/gc, cmd/new6g etc: convert from cmd/gc, cmd/6g etc by Russ Cox · 10 years ago