- e7cc9c4 cmd/compile: delete lots of the legacy backend by Keith Randall · 9 years ago
- 3134ab3 cmd/compile: redo nil checks by Keith Randall · 9 years ago
- 167e381 cmd/compile: make ssa compilation unconditional by Keith Randall · 9 years ago
- c345a39 cmd/compile: get rid of BlockCall 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
- 8d0bbe2 cmd/compile: implement fmt.Formatter for *Type formats %s, %v by Robert Griesemer · 9 years ago
- 41e1c42 cmd/compile: refactor out KeepAlive by Michael Pratt · 9 years ago
- 7c04633 all: fix obsolete inferno-os links by Emmanuel Odeke · 9 years ago
- 0c6c3d1 cmd/compile: fix noopt build by Keith Randall · 9 years ago
- 84aac62 cmd/compile: intrinsify the rest of runtime/internal/atomic for amd64 by Keith Randall · 9 years ago
- 320ddcf cmd/compile: inline atomics from runtime/internal/atomic on amd64 by Keith Randall · 9 years ago
- 3e270ab cmd/compile: clean up ctz ops by Keith Randall · 9 years ago
- 69a755b [dev.ssa] cmd/compile: port SSA backend to amd64p32 by Keith Randall · 9 years ago
- d2286ea [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
- 111d590 cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64 by Cherry Zhang · 9 years ago
- cf92e38 [dev.ssa] cmd/compile: use 2-result divide op by Keith Randall · 9 years ago
- 41a7dca [dev.ssa] cmd/compile: unify and check LoweredGetClosurePtr by Josh Bleecher Snyder · 9 years ago
- 22d1318 [dev.ssa] cmd/compile: refactor out CheckLoweredPhi by Josh Bleecher Snyder · 9 years ago
- b6dc3e6 cmd/compile: fix liveness computation for heap-escaped parameters by Russ Cox · 9 years ago
- 7fdec62 build: enable framepointer mode by default by Russ Cox · 9 years ago
- 3572c64 cmd/compile: keep pointer input arguments live throughout function by Keith Randall · 9 years ago
- 4fa0500 cmd/compile: enable constant-time CFG editing by Keith Randall · 9 years ago
- 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
- cd95657 cmd/compile: make vet happy with ssa code by Keith Randall · 9 years ago
- 8f2e780 cmd/compile/internal: unexport gc.Oconv by Dave Cheney · 9 years ago
- 9e3c68f cmd/compile: get rid of most byte and word insns for amd64 by Keith Randall · 9 years ago
- f8fc371 cmd/compile: handle mem copies in amd64 backend by Keith Randall · 9 years ago
- 0004f34 cmd/compile: regalloc enforces 2-address instructions by Keith Randall · 9 years ago
- c6e11fe cmd: add new common architecture representation by Matthew Dempsky · 9 years ago
- 036d09d cmd/compile/internal/amd64: Use 32-bit operands for byte operations by Ilya Tocar · 9 years ago
- 5cab016 cmd/compile: rename Node.Int to Node.Int64 by Josh Bleecher Snyder · 9 years ago
- 9f66636 cmd/compile: don't put SP in index slot by Keith Randall · 9 years ago
- af517da cmd/compile: Add more idx1 load/store instructions by Keith Randall · 9 years ago
- e76fc1b cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype] by Matthew Dempsky · 9 years ago
- 3efefd9 cmd/compile: use t.IsFoo() instead of t.Etype == TFOO by Matthew Dempsky · 9 years ago
- dc5a768 cmd/compile: use inc/dec for bytes, too by Alexandru Moșoi · 9 years ago
- 7fc5621 cmd/compile: define high bits of AuxInt by Keith Randall · 9 years ago
- da19a0c cmd/compile: fix plan9-amd64 build by Matthew Dempsky · 9 years ago
- 361b334 cmd/compile: encapsulate Type.Argwid by Josh Bleecher Snyder · 9 years ago
- 8eec2bb cmd/compile: added some intrinsics to SSA back end by David Chase · 9 years ago
- 68e86e6 cmd/compile: MOVBload and MOVBQZXload are the same op by Keith Randall · 9 years ago
- 5f525ca cmd/compile: change ODOT and friends to use Sym, not Right by Ian Lance Taylor · 9 years ago
- 6314202 cmd: collapse internal/obj/fmt.go into compile/internal/gc/fmt.go by Matthew Dempsky · 9 years ago
- cea5d26 cmd/compile/internal/gc: remove Thearch.Linkarchinit by Dave Cheney · 9 years ago
- ac47f66 cmd/compile/internal: clean up galign.go constants by Dave Cheney · 9 years ago
- 0d2e92c cmd/compile: add Fields field to Type by Matthew Dempsky · 9 years ago
- a4e31d4 cmd/compile: remove amd64 code from package gc and the core gen tool by Michael Pratt · 9 years ago
- dbe54d2 cmd/compile/internal: peep.go cleanups by Dave Cheney · 9 years ago
- 0ac0e22 cmd/compile: shrink tables by Brad Fitzpatrick · 9 years ago
- 0d9258a cmd/internal/obj: add As type for assembly opcodes by Matthew Dempsky · 9 years ago
- c3dfad5 cmd/compile: change Oconv to take an Op parameter 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
- a162d11 cmd/compile: post CL 20089 cleanups by Dave Cheney · 9 years ago
- def1e72 cmd/compile: remove unnecessary conversions by Matthew Dempsky · 9 years ago
- a40b27e cmd/compile: eliminate arch-specific typedefs by Matthew Dempsky · 9 years ago
- b83f397 cmd/compile: use int32 for line numbers consistently by Robert Griesemer · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- 4fffd456 [dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge by Keith Randall · 9 years ago
- b66a892 cmd/compile: change Func.{Dcl,Inldcl} from NodeList to slice by Ian Lance Taylor · 9 years ago
- fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
- 039d455 cmd/compile: don't use duffzero on Plan 9 by David du Colombier · 9 years ago
- 23d5810 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
- 1ac637c cmd/compile: recognize Syscall-like functions for liveness analysis by Russ Cox · 9 years ago
- b386c34 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
- 03c8164 cmd/compile: fix magic multiply smashing AX by Russ Cox · 9 years ago
- 4304fbc [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
- 9aed0b7 cmd/compile: add special case for testing first field of struct variable by Ian Lance Taylor · 9 years ago
- 0bef88a cmd/compile: mark duffzero as using X0, not AX by Keith Randall · 9 years ago
- ffb2063 runtime: teach peephole optimizer that duffcopy clobbers X0 by Keith Randall · 9 years ago
- 8e7a3ea cmd/compile/internal: named types for Etype and Op in struct Node by Marvin Stenger · 10 years ago
- 7c4fbb6 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
- 50ad337 runtime: don't use duffcopy on Plan 9 by David du Colombier · 9 years ago
- 5cf281a runtime: optimize duffcopy on amd64 by Ilya Tocar · 10 years ago
- 2421c6e runtime: optimize duffzero for amd64. by Ilya Tocar · 10 years ago
- 0ec72b6 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 10 years ago
- 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
- 617e892 [dev.ssa] cmd/compile: teach live variable analysis about LEAW by Keith Randall · 10 years ago
- 3c37a61 cmd/compile/internal: slice/map literals janitoring by Didier Spezia · 10 years ago
- 7302408 [dev.ssa] cmd/compile: add pxor to list of instructions analyzeable by liveness analysis by Keith Randall · 10 years ago
- 3c9fa38 cmd/compile/internal/gc: rename Fatal to Fatalf by Håvard Haugen · 10 years ago
- 2468227 cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literals by Brad Fitzpatrick · 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