- 04829a4 cmd/9g, etc: remove // fallthrough comments by Josh Bleecher Snyder · 10 years ago
- ac1cdd1 cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations by Michael Hudson-Doyle · 10 years ago
- 951f74c cmd/...: fix vet issues and cull dead code by Josh Bleecher Snyder · 10 years ago
- 17228f4 cmd/internal/gc: make use of new String methods in prints by Russ Cox · 10 years ago
- 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
- e7fe9f5 cmd/internal/gc: convert Bval to bool by Josh Bleecher Snyder · 10 years ago
- 8b27d28 cmd/5g, etc: remove outdated float type alias comment by Brad Fitzpatrick · 10 years ago
- 6f6512b cmd/internal/gc, etc: remove dead code by Michael Hudson-Doyle · 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
- fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
- 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
- 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
- 6582d1c cmd/internal/gc, etc: remove canemitecode of Naddr by Michael Hudson-Doyle · 10 years ago
- 1e1c9dc cmd/9g: use REGZERO instead of REG_R0 if we want the zero register by Shenghou Ma · 10 years ago
- cdb7d7d cmd/5l etc: restore comments lost during C -> Go conversion 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
- bed1f90 cmd/internal/gc: delete Strlit, Zconv by Russ Cox · 10 years ago
- 4bbd7ae cmd/internal/gc: change proginfo to return ProgInfo instead of writing to param by Russ Cox · 10 years ago
- 175929b cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
- 74e88df cmd/internal/obj: switch to one global Aconv by Rob Pike · 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
- daddeb2 cmd/internal/obj: make Rconv a global function by Rob Pike · 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
- 5c87cf7 cmd/gc: minor adjustments for C to Go translation by Russ Cox · 10 years ago
- ff81c14 cmd/gc: rename arch to thearch by Russ Cox · 10 years ago
- 01ef6db cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero in componentgen by Josh Bleecher Snyder · 10 years ago
- 8f734d4 cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen by Josh Bleecher Snyder · 10 years ago
- 1250d2e cmd/gc: remove C subclassing trick from popt.c by Russ Cox · 10 years ago
- ad88fd1 cmd/gc: move reg.c into portable code by Russ Cox · 10 years ago
- b8a3e88 cmd/gc: remove cgen_asop, no longer used by Russ Cox · 10 years ago
- eb1774f cmd/gc: factor newly-portable code into gc directory by Russ Cox · 10 years ago
- 2978ebb cmd/5g, cmd/6g, cmd/8g, cmd/9g: clear Addr parameter in sudoaddable by Shenghou Ma · 10 years ago
- 1f2d7bf liblink: require use of TYPE_ADDR, not TYPE_CONST by Russ Cox · 10 years ago
- 2e5b065 liblink: define fixed A-numbers for common instructions by Russ Cox · 10 years ago
- 3ac37c7 liblink: place DATA size in from3.offset always by Russ Cox · 10 years ago
- 76fed54 liblink: the zero Prog is now valid and ready for use by Russ Cox · 10 years ago
- 77a415e liblink: place TEXT/GLOBL flags in p->from3 always by Russ Cox · 10 years ago
- 7252131 liblink: use same TEXT $frame-arg encoding for all architectures by Russ Cox · 10 years ago
- 36f8797 cmd/9g: note suboptimal copy code by Austin Clements · 10 years ago
- da47902 cmd/9a, cmd/9g, cmd/9l, liblink: update for portable Prog, Addr by Russ Cox · 10 years ago
- 1d0664e cmd/9g: use nopout in excise by Russ Cox · 10 years ago
- 349ecfb cmd/gc: make cmd/gc a real library by Russ Cox · 10 years ago
- e82003e cmd/gc: simplify code for c2go by Russ Cox · 10 years ago
- bbd2127 cmd/9g: don't use R13 by Austin Clements · 10 years ago
- 53c5226 runtime: make stack frames fixed size by modifying goproc/deferproc. by Keith Randall · 10 years ago
- 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
- c8af6de [dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9 by David du Colombier · 10 years ago
- ed5488e [dev.cc] 9g: peephole optimizer by Austin Clements · 10 years ago
- e78777e [dev.cc] 9g: fill progtable for CC, V, and VCC instruction variants by Austin Clements · 10 years ago
- ee853da [dev.cc] 9g: correct bad proginfo for ADUFFZERO and ADUFFCOPY by Austin Clements · 10 years ago
- 5b38501 [dev.power64] 5g,6g,8g,9g: debug prints for regopt pass 6 and paint2 by Austin Clements · 10 years ago
- 743bdf6 [dev.power64] 9g: implement regopt by Austin Clements · 10 years ago
- 60f66aa [dev.power64] 9g: proginfo fixes by Austin Clements · 10 years ago
- c1e8c57 [dev.power64] 9g: fix width check and width calculation for OADDR by Austin Clements · 10 years ago
- 22c929f [dev.power64] 9g: fix addr width calculation; enable MOV* width check by Austin Clements · 10 years ago
- f45fd57 [dev.power64] gc: fix etype of strings by Austin Clements · 10 years ago
- 8100192 [dev.power64] 9g: fix nilopt by Austin Clements · 10 years ago
- 6e86003 [dev.power64] 9g: fix under-zeroing in clearfat by Austin Clements · 10 years ago
- f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
- 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
- 3208250 [dev.power64] build: merge default into dev.power64 by Austin Clements · 10 years ago
- aa739b8 [dev.power64] cmd/9g: correct floating point comparison by Russ Cox · 11 years ago
- 27e657e [dev.power64] cmd/9g: fix floating-point comparison for NaN by Russ Cox · 11 years ago
- f3f3328 [dev.power64] cmd/9g: add missing break by Shenghou Ma · 11 years ago
- f285537 [dev.power64] cmd/9g: do not ignore move instructions even if from and to are samaddr() by Shenghou Ma · 11 years ago
- 372b5ce [dev.power64] cmd/9g: use loops to do memmove in sgen() by Shenghou Ma · 11 years ago
- 893f28c [dev.power64] cmd/9g: introduce ginscon2 for CMP/CMPU, use ginscon to ADD constants by Shenghou Ma · 11 years ago
- f039322 [dev.power64] cmd/9g: clear p->reg for ATEXT by Shenghou Ma · 11 years ago
- 3e4dfda [dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build. by Shenghou Ma · 11 years ago
- b1c9a8b [dev.power64] cmd/9g: implement zerorange by Shenghou Ma · 11 years ago
- 4928b20 [dev.power64] cmd/9g: first check point by Shenghou Ma · 11 years ago
- 7582ecc [dev.power64] cmd/9g: add doc.go to prevent build failures. by Shenghou Ma · 11 years ago