1. 2c76a6f all: add //go:build lines to assembly files by Tobias Klauser · 3 years, 10 months ago
  2. c19759a runtime: eliminate externalthreadhandler by Austin Clements · 4 years ago
  3. 68058ed runtime: document pointer write atomicity for memclrNoHeapPointers by Cherry Zhang · 4 years, 1 month ago
  4. 05c0244 all: align cpu feature variable offset naming by Martin Möhrmann · 7 years ago
  5. c15c04d runtime: use internal/cpu variables in assembler code by Martin Möhrmann · 7 years ago
  6. f864d89 runtime: remove TODO notes suggesting jump tables by Iskander Sharipov · 7 years ago
  7. f2cde55 runtime: use Go function signatures for memclr and memmove comments by Michael Munday · 7 years ago
  8. 5a6c580 runtime: refactor cpu feature detection for 386 & amd64 by Martin Möhrmann · 8 years ago
  9. 87e48c5 runtime, cmd/compile: rename memclr -> memclrNoHeapPointers by Austin Clements · 8 years ago
  10. 4b7d5f0 runtime: memmove/memclr pointers atomically by Keith Randall · 9 years ago
  11. b55791e [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped by Russ Cox · 10 years ago
  12. ee6c6d9 runtime: fix windows/386 build by Russ Cox · 11 years ago
  13. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/memclr_386.s]
  14. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  15. bc9e160 runtime: prevent pointless jmp in amd64 and 386 memmove by Josh Bleecher Snyder · 11 years ago
  16. 8303a13 runtime: use unoptimized memmove and memclr on Plan 9 by Anthony Martin · 11 years ago
  17. da7cf0b runtime: faster memclr on x86. by Keith Randall · 11 years ago