1. 04829a4 cmd/9g, etc: remove // fallthrough comments by Josh Bleecher Snyder · 10 years ago
  2. ac1cdd1 cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations by Michael Hudson-Doyle · 10 years ago
  3. 951f74c cmd/...: fix vet issues and cull dead code by Josh Bleecher Snyder · 10 years ago
  4. 17228f4 cmd/internal/gc: make use of new String methods in prints by Russ Cox · 10 years ago
  5. 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
  6. e7fe9f5 cmd/internal/gc: convert Bval to bool by Josh Bleecher Snyder · 10 years ago
  7. 8b27d28 cmd/5g, etc: remove outdated float type alias comment by Brad Fitzpatrick · 10 years ago
  8. 6f6512b cmd/internal/gc, etc: remove dead code by Michael Hudson-Doyle · 10 years ago
  9. 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
  10. 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
  11. b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
  12. b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
  13. fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
  14. 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
  15. 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
  16. 6582d1c cmd/internal/gc, etc: remove canemitecode of Naddr by Michael Hudson-Doyle · 10 years ago
  17. 1e1c9dc cmd/9g: use REGZERO instead of REG_R0 if we want the zero register by Shenghou Ma · 10 years ago
  18. cdb7d7d cmd/5l etc: restore comments lost during C -> Go conversion by Russ Cox · 10 years ago
  19. 38a61ff cmd/internal/gc: make Node.Needzero a bool by Dave Cheney · 10 years ago
  20. 5a16d6f cmd/5g etc: tweak import blocks by Russ Cox · 10 years ago
  21. 4492811 cmd/internal/gc: manual goto removal + grind to move var decls by Russ Cox · 10 years ago
  22. bed1f90 cmd/internal/gc: delete Strlit, Zconv by Russ Cox · 10 years ago
  23. 4bbd7ae cmd/internal/gc: change proginfo to return ProgInfo instead of writing to param by Russ Cox · 10 years ago
  24. 175929b cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
  25. 74e88df cmd/internal/obj: switch to one global Aconv by Rob Pike · 10 years ago
  26. 25da594 cmd/{5,6,8,9}g, cmd/internal/gc: use bools for is* and okfor* by Josh Bleecher Snyder · 10 years ago
  27. 79f727a cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
  28. daddeb2 cmd/internal/obj: make Rconv a global function by Rob Pike · 10 years ago
  29. 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
  30. 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago
  31. 5c87cf7 cmd/gc: minor adjustments for C to Go translation by Russ Cox · 10 years ago
  32. ff81c14 cmd/gc: rename arch to thearch by Russ Cox · 10 years ago
  33. 01ef6db cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero in componentgen by Josh Bleecher Snyder · 10 years ago
  34. 8f734d4 cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen by Josh Bleecher Snyder · 10 years ago
  35. 1250d2e cmd/gc: remove C subclassing trick from popt.c by Russ Cox · 10 years ago
  36. ad88fd1 cmd/gc: move reg.c into portable code by Russ Cox · 10 years ago
  37. b8a3e88 cmd/gc: remove cgen_asop, no longer used by Russ Cox · 10 years ago
  38. eb1774f cmd/gc: factor newly-portable code into gc directory by Russ Cox · 10 years ago
  39. 2978ebb cmd/5g, cmd/6g, cmd/8g, cmd/9g: clear Addr parameter in sudoaddable by Shenghou Ma · 10 years ago
  40. 1f2d7bf liblink: require use of TYPE_ADDR, not TYPE_CONST by Russ Cox · 10 years ago
  41. 2e5b065 liblink: define fixed A-numbers for common instructions by Russ Cox · 10 years ago
  42. 3ac37c7 liblink: place DATA size in from3.offset always by Russ Cox · 10 years ago
  43. 76fed54 liblink: the zero Prog is now valid and ready for use by Russ Cox · 10 years ago
  44. 77a415e liblink: place TEXT/GLOBL flags in p->from3 always by Russ Cox · 10 years ago
  45. 7252131 liblink: use same TEXT $frame-arg encoding for all architectures by Russ Cox · 10 years ago
  46. 36f8797 cmd/9g: note suboptimal copy code by Austin Clements · 10 years ago
  47. da47902 cmd/9a, cmd/9g, cmd/9l, liblink: update for portable Prog, Addr by Russ Cox · 10 years ago
  48. 1d0664e cmd/9g: use nopout in excise by Russ Cox · 10 years ago
  49. 349ecfb cmd/gc: make cmd/gc a real library by Russ Cox · 10 years ago
  50. e82003e cmd/gc: simplify code for c2go by Russ Cox · 10 years ago
  51. bbd2127 cmd/9g: don't use R13 by Austin Clements · 10 years ago
  52. 53c5226 runtime: make stack frames fixed size by modifying goproc/deferproc. by Keith Randall · 10 years ago
  53. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  54. c8af6de [dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9 by David du Colombier · 10 years ago
  55. ed5488e [dev.cc] 9g: peephole optimizer by Austin Clements · 10 years ago
  56. e78777e [dev.cc] 9g: fill progtable for CC, V, and VCC instruction variants by Austin Clements · 10 years ago
  57. ee853da [dev.cc] 9g: correct bad proginfo for ADUFFZERO and ADUFFCOPY by Austin Clements · 10 years ago
  58. 5b38501 [dev.power64] 5g,6g,8g,9g: debug prints for regopt pass 6 and paint2 by Austin Clements · 10 years ago
  59. 743bdf6 [dev.power64] 9g: implement regopt by Austin Clements · 10 years ago
  60. 60f66aa [dev.power64] 9g: proginfo fixes by Austin Clements · 10 years ago
  61. c1e8c57 [dev.power64] 9g: fix width check and width calculation for OADDR by Austin Clements · 10 years ago
  62. 22c929f [dev.power64] 9g: fix addr width calculation; enable MOV* width check by Austin Clements · 10 years ago
  63. f45fd57 [dev.power64] gc: fix etype of strings by Austin Clements · 10 years ago
  64. 8100192 [dev.power64] 9g: fix nilopt by Austin Clements · 10 years ago
  65. 6e86003 [dev.power64] 9g: fix under-zeroing in clearfat by Austin Clements · 10 years ago
  66. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  67. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  68. 3208250 [dev.power64] build: merge default into dev.power64 by Austin Clements · 10 years ago
  69. aa739b8 [dev.power64] cmd/9g: correct floating point comparison by Russ Cox · 11 years ago
  70. 27e657e [dev.power64] cmd/9g: fix floating-point comparison for NaN by Russ Cox · 11 years ago
  71. f3f3328 [dev.power64] cmd/9g: add missing break by Shenghou Ma · 11 years ago
  72. f285537 [dev.power64] cmd/9g: do not ignore move instructions even if from and to are samaddr() by Shenghou Ma · 11 years ago
  73. 372b5ce [dev.power64] cmd/9g: use loops to do memmove in sgen() by Shenghou Ma · 11 years ago
  74. 893f28c [dev.power64] cmd/9g: introduce ginscon2 for CMP/CMPU, use ginscon to ADD constants by Shenghou Ma · 11 years ago
  75. f039322 [dev.power64] cmd/9g: clear p->reg for ATEXT by Shenghou Ma · 11 years ago
  76. 3e4dfda [dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build. by Shenghou Ma · 11 years ago
  77. b1c9a8b [dev.power64] cmd/9g: implement zerorange by Shenghou Ma · 11 years ago
  78. 4928b20 [dev.power64] cmd/9g: first check point by Shenghou Ma · 11 years ago
  79. 7582ecc [dev.power64] cmd/9g: add doc.go to prevent build failures. by Shenghou Ma · 11 years ago