1. 13485be cmd/internal/gc: convert Val.U to interface{} by Josh Bleecher Snyder · 10 years ago
  2. 3c06cff cmd/internal/gc: explicitly set zero bool Val by Josh Bleecher Snyder · 10 years ago
  3. ba57781 cmd/5g, etc: prepare Node.Val to be unexported by Josh Bleecher Snyder · 10 years ago
  4. 0112f6f cmd/5g, etc: prepare to unexport gc.Mp* by Josh Bleecher Snyder · 10 years ago
  5. 85a1577 math/big, cmd/internal/gc/big: fix vet detected printf problem by Shenghou Ma · 10 years ago
  6. b3fb0fd cmd/internal/gc: fix vet detected printf problems by Shenghou Ma · 10 years ago
  7. d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
  8. 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
  9. 5ed4bb6 cmd/5g: fix build by Russ Cox · 10 years ago
  10. 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
  11. f8d14fc cmd/internal/gc: add backend ginscmp function to emit a comparison by Russ Cox · 10 years ago
  12. 18d98bc cmd/internal/gc: avoid turning 'x = f()' into 'tmp = f(); x = tmp' for simple x by Russ Cox · 10 years ago
  13. 3f209ab cmd/internal/gc: detect bad append(f()) during type check by Russ Cox · 10 years ago
  14. 7c0db1b cmd/gc: do not display ~b identifiers in error messages by Didier Spezia · 10 years ago
  15. fc595b7 cmd/internal/gc: mark panicindex calls as not returning by Russ Cox · 10 years ago
  16. dcf6e20 cmd/internal/gc: drop unused Reslice field from Node by Russ Cox · 10 years ago
  17. c70b4b5 cmd/internal/gc: show register dump before crashing on register left allocated by Russ Cox · 10 years ago
  18. 351897d cmd/internal/gc: emit branches in -g mode by Russ Cox · 10 years ago
  19. 54af9a3 runtime: reintroduce ``dead'' space during GC scan by Russ Cox · 10 years ago
  20. 6d8a147 runtime: use 1-bit pointer bitmaps in type representation by Russ Cox · 10 years ago
  21. a3dfcf5 cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr by Josh Bleecher Snyder · 10 years ago
  22. d4bb72b cmd/internal/gc: improve "type *X has no field or method M" message by David Chase · 10 years ago
  23. 8fb55f9 Revert "cmd/internal: disable OSQRT on GOARM=5" by Minux Ma · 10 years ago
  24. ceefebd runtime: rename ptrsize to ptrdata by Russ Cox · 10 years ago
  25. 3120adc cmd/internal: disable OSQRT on GOARM=5 by Joel Sing · 10 years ago
  26. 135389d cmd/internal/gc: Use shifts for powers-of-two indexing by Keith Randall · 10 years ago
  27. 98a9d36 runtime: add pointer size to type structure by Austin Clements · 10 years ago
  28. d5ff441 cmd/internal/gc,ld: use new flag syntax by Rob Pike · 10 years ago
  29. 931328b cmd/internal/gc: fix build on big endian systems by Shenghou Ma · 10 years ago
  30. 8d16253 cmd/internal/obj: remove Biobuf unget by Dave Cheney · 10 years ago
  31. 8a072ad cmd/internal/gc,ld: use new flag argument syntax by Didier Spezia · 10 years ago
  32. 4d0f3a1 cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss by Russ Cox · 10 years ago
  33. e9ab343 cmd/internal/obj: clean up Biobuf by Dave Cheney · 10 years ago
  34. bc44b81 cmd/internal/gc: Toughen escape analysis against some bugs. by David Chase · 10 years ago
  35. 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
  36. e64764c cmd/internal/gc: cache commonly used Ptrto types by Josh Bleecher Snyder · 10 years ago
  37. 2b7505e cmd/internal/gc: fix write barrier fast path on RISC architectures by Shenghou Ma · 10 years ago
  38. e7dd288 cmd/internal/gc, cmd/[56789]g: rename stackcopy to blockcopy by Shenghou Ma · 10 years ago
  39. 2a73559 cmd/internal/gc: emit typedmemmove write barrier from sgen by Russ Cox · 10 years ago
  40. 653d560 cmd/internal/gc: inline writeBarrierEnabled check before calling writebarrierptr by Russ Cox · 10 years ago
  41. 2050f57 runtime: change unused argument in fat write barriers from pointer to scalar by Russ Cox · 10 years ago
  42. 6c328ef cmd/internal/gc: accept comma-separated list of name=value for -d by Russ Cox · 10 years ago
  43. 0f0bc0f cmd/internal/gc: use MOV R0, R1 instead of LEA 0(R0), R1 in Agen by Russ Cox · 10 years ago
  44. 0ad4f8b cmd/internal/gc: emit write barriers at lower level by Russ Cox · 10 years ago
  45. 00d4a6b cmd/internal/gc, cmd/internal/ld: add memprofilerate flag by Josh Bleecher Snyder · 10 years ago
  46. 029c7bb cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about local symbols by Michael Hudson-Doyle · 10 years ago
  47. 9406f68 cmd/internal/gc: add and test write barrier debug output by Russ Cox · 10 years ago
  48. 04829a4 cmd/9g, etc: remove // fallthrough comments by Josh Bleecher Snyder · 10 years ago
  49. c231228 cmd/internal/gc: remove /*untyped*/ comments by Josh Bleecher Snyder · 10 years ago
  50. ac1cdd1 cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations by Michael Hudson-Doyle · 10 years ago
  51. 88c08b0 cmd/internal: C->Go printf cleanup by Brad Fitzpatrick · 10 years ago
  52. e7ffafd cmd/internal/obj: remove useless Trimpath field and fix users by Matthew Dempsky · 10 years ago
  53. 35b1dcc cmd/internal/gc: clean up componentgen by Russ Cox · 10 years ago
  54. b92a0a8 cmd/internal/gc, cmd/go: fix value of importpath symbol by Michael Hudson-Doyle · 10 years ago
  55. 951f74c cmd/...: fix vet issues and cull dead code by Josh Bleecher Snyder · 10 years ago
  56. 13cb62c cmd/internal/gc, cmd/6g: generate boolean values without jumps by Josh Bleecher Snyder · 10 years ago
  57. 17228f4 cmd/internal/gc: make use of new String methods in prints by Russ Cox · 10 years ago
  58. 96c91fa cmd/internal/gc: add String methods to *Mpint, *Mpflt, *Node, *NodeList, *Sym, *Type by Russ Cox · 10 years ago
  59. a5e48cf cmd/internal/gc: fix node print by Russ Cox · 10 years ago
  60. 4a7e5bc cmd/internal/gc: clean up bgen by Josh Bleecher Snyder · 10 years ago
  61. 2f0828ef reflect, cmd/internal/gc: look for pointer types by string before synthesizing by Michael Hudson-Doyle · 10 years ago
  62. e040fd4 cmd/internal/gc: registerize more in 7g and 9g by Josh Bleecher Snyder · 10 years ago
  63. e1c1fa2 reflect: add FuncOf function by Dave Day · 10 years ago
  64. 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
  65. 888d44d cmd/internal/gc, cmd/7g: use zero register in Componentgen by Dave Cheney · 10 years ago
  66. e7fe9f5 cmd/internal/gc: convert Bval to bool by Josh Bleecher Snyder · 10 years ago
  67. 24f246c cmd/gc: fix crash during escape analysis by Dmitry Vyukov · 10 years ago
  68. 08c4348 cmd/gc: fix handling of OGETG in race mode by Dmitry Vyukov · 10 years ago
  69. 4b21be4 cmd/internal/gc: clean up Componentgen by Dave Cheney · 10 years ago
  70. 84207a2 cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses global data via a GOT by Michael Hudson-Doyle · 10 years ago
  71. 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
  72. 6f6512b cmd/internal/gc, etc: remove dead code by Michael Hudson-Doyle · 10 years ago
  73. bb418a5 cmd/internal/gc: use approx. float formatting in error messages by Robert Griesemer · 10 years ago
  74. d3252a2 cmd/internal/gc: fix race build (again) by Dave Cheney · 10 years ago
  75. d6b4069 cmd/internal/gc: fix race build by Dave Cheney · 10 years ago
  76. 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
  77. 75883ba cmd/internal/gc: convert yet more Node fields to bools by Josh Bleecher Snyder · 10 years ago
  78. e7d9f81 cmd/internal/gc, cmd/yacc: implement "expecting" syntax error messages by Matthew Dempsky · 10 years ago
  79. da5ebec cmd/internal/gc/big: update vendored version of math/big by Robert Griesemer · 10 years ago
  80. debe12c net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in favour fmt.Errorf() by Igor Dolzhikov · 10 years ago
  81. 764c751 math, cmd/internal/gc, cmd/7g: enable SQRT inlining, add assembly implementation by Shenghou Ma · 10 years ago
  82. 8b2503d cmd/internal/gc: fix race build by Shenghou Ma · 10 years ago
  83. 4f2a730 cmd/internal/gc, cmd/yacc: restore remaining custom error messages by Matthew Dempsky · 10 years ago
  84. 0c9f3e4 cmd/internal/gc: destutter array initializers by Matthew Dempsky · 10 years ago
  85. a51d5f2 cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic by Robert Griesemer · 10 years ago
  86. 14bbab4 cmd/internal/gc/big: gofmt vendored code by Josh Bleecher Snyder · 10 years ago
  87. 92dba0d cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm) by Russ Cox · 10 years ago
  88. 5750b71 cmd/internal/gc: move fix and flt functions into respective files (cleanups) by Robert Griesemer · 10 years ago
  89. 5bb89eb cmd/internal/gc: use big.Float to represent Mpflt bits by Robert Griesemer · 10 years ago
  90. 4da157a cmd/dist, cmd/internal/gc: switch gc from math/big to vendored math/big by Robert Griesemer · 10 years ago
  91. dec6859 cmd/internal/gc/big: updated vendored version of math/big (fix build) by Robert Griesemer · 10 years ago
  92. 398bf9d cmd/internal/gc, cmd/yacc: restore custom syntax error messages by Matthew Dempsky · 10 years ago
  93. e5a0d63 cmd/internal/gc/big: vendored math/big for use by gc by Robert Griesemer · 10 years ago
  94. a1bb303 cmd/yacc: generate arrays instead of slices where possible by Matthew Dempsky · 10 years ago
  95. 01d005c cmd/8g, cmd/internal/gc: clean up GO386 handling by Dave Cheney · 10 years ago
  96. 102b806 cmd/internal/gc: make class uint8 throughout by Josh Bleecher Snyder · 10 years ago
  97. 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
  98. 57279ba cmd/internal/gc: separate func-only Node fields by Josh Bleecher Snyder · 10 years ago
  99. b09925b cmd/5g etc: merge simple case expressions onto fewer lines by Josh Bleecher Snyder · 10 years ago
  100. 94410c7 cmd/gc: teach componentgen about string constants by Josh Bleecher Snyder · 10 years ago