1. 98182c8 math/big: enable pure Go (no assembly) build with build tag by Robert Griesemer · 10 years ago
  2. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/math/big/arith_arm.s]
  3. 8bca148 all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH by Rob Pike · 11 years ago
  4. eae09a5 math/big: Optimise ARM assembler by Nick Craig-Wood · 11 years ago
  5. 8b789e1 all: change textflags from numbers to symbols. by Keith Randall · 12 years ago
  6. 07720b6 build: update assembly variable names for vet by Russ Cox · 12 years ago
  7. 8572950 all: match asm variable names to Go func declarations by Russ Cox · 13 years ago
  8. d186d07 cmd/5a, cmd/5l, math: add CLZ instruction for ARM by Shenghou Ma · 13 years ago
  9. 316f81b math/big: assembly versions of bitLen for x86-64, 386, and ARM. by David G. Andersen · 13 years ago
  10. 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/arith_arm.s]
  11. 5bf57c1 big: remove some unnecessary conversions by Robert Griesemer · 14 years ago
  12. 705c038 big: arm assembly, faster software mulWW, divWW by Russ Cox · 14 years ago
  13. d1e2f73 big: attempt to fix arm build by Russ Cox · 15 years ago
  14. 2b0a30c big: implemented core shift routines in arith.go and by Robert Griesemer · 15 years ago
  15. 73374c9 big: Get rid of function pointers and init function by Evan Shaw · 15 years ago
  16. 718be32 in C and asm, replace pkg·name with ·name by Russ Cox · 15 years ago
  17. ec30932 big: fix arm build - forgot how to spell JMP by Russ Cox · 15 years ago
  18. a274099 big: implement 386 assembly routines by Russ Cox · 15 years ago
  19. dec1ec3 all of pkg now compiles, fixes a few more tests by Kai Backman · 15 years ago