- 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
- 2a73559 cmd/internal/gc: emit typedmemmove write barrier from sgen by Russ Cox · 10 years ago
- 2050f57 runtime: change unused argument in fat write barriers from pointer to scalar by Russ Cox · 10 years ago
- 0ad4f8b cmd/internal/gc: emit write barriers at lower level by Russ Cox · 10 years ago
- 9406f68 cmd/internal/gc: add and test write barrier debug output by Russ Cox · 10 years ago
- 04829a4 cmd/9g, etc: remove // fallthrough comments 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
- 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
- 75883ba cmd/internal/gc: convert yet more Node fields to bools by Josh Bleecher Snyder · 10 years ago
- 764c751 math, cmd/internal/gc, cmd/7g: enable SQRT inlining, add assembly implementation by Shenghou Ma · 10 years ago
- 92dba0d cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm) by Russ Cox · 10 years ago
- 102b806 cmd/internal/gc: make class uint8 throughout by Josh Bleecher Snyder · 10 years ago
- 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
- b09925b cmd/5g etc: merge simple case expressions onto fewer lines by Josh Bleecher Snyder · 10 years ago
- ffe7fbf cmd/internal/gc: convert some comment text from C to Go syntax by David Chase · 10 years ago
- 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
- 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
- 01af727 Revert "cmd/internal/gc: add internConcat for alloc-free string concatenation" by Russ Cox · 10 years ago
- 42fcc6f cmd/internal/gc: add internConcat for alloc-free string concatenation by Josh Bleecher Snyder · 10 years ago
- 6d44844 cmd/internal/gc: fix broken build by Josh Bleecher Snyder · 10 years ago
- 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
- 55b4516 cmd/internal/gc: clean up walk conv* and assert* by Josh Bleecher Snyder · 10 years ago
- c819834 cmd/internal/gc: fmt.Sprintf elimination and minor cleanup by Russ Cox · 10 years ago
- d7f6d46 cmd/...: remove use of func() { ... }() in loop increment by Russ Cox · 10 years ago
- 13f9c8b cmd/gc: rewrite argtype to substitute in a single pass by Russ Cox · 10 years ago
- 02c1a9d cmd/7g: add ARM64 Go compiler, based on 9g by Aram Hăvărneanu · 10 years ago
- 8b3670f cmd/internal/gc: remove namebuf variable by Matthew Dempsky · 10 years ago
- cd5b144 runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files by Keith Randall · 10 years ago
- e498181 cmd/internal/gc: more Node cleanups by Dave Cheney · 10 years ago
- d328756 cmd/internal/gc: make Node.Isddd boolean by Dave Cheney · 10 years ago
- 44e9031 cmd/internal/gc: more Node cleanups by Dave Cheney · 10 years ago
- b006d38 cmd/internal/gc: more int to bool cleanups by Dave Cheney · 10 years ago
- 7885de5 cmd/internal/gc: make Addrtaken a bool by Dave Cheney · 10 years ago
- cdb7d7d cmd/5l etc: restore comments lost during C -> Go conversion by Russ Cox · 10 years ago
- 81d4072 cmd/internal/gc, runtime: change growslice to use int instead of int64 by Matthew Dempsky · 10 years ago
- 0153137 cmd/internal/gc: clean up liveness code 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
- 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
- 05ca0f3 cmd/internal/gc, cmd/internal/obj: remove pointless fmt.Sprintf calls by Josh Bleecher Snyder · 10 years ago
- 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
- 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