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