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