1. b0df927 math/big: add shrVU and shlVU benchmarks by Josh Bleecher Snyder · 4 years ago
  2. b1369d5 math/big: remove the s390x assembly for shlVU and shrVU by Jonathan Albrecht · 4 years, 1 month ago
  3. d54a9a9 math/big: replace division with multiplication by reciprocal word by SparrowLii · 4 years, 5 months ago
  4. ae7b6a3 math/big: tune addVW/subVW performance on arm64 by Xiangdong Ji · 4 years, 11 months ago
  5. 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 4 years, 5 months ago
  6. 503e6ccd math/big: fix the bug in assembly implementation of shlVU on arm64 by erifan01 · 6 years ago
  7. d17d41e math/big: optimize mulAddVWW on arm64 for better performance by erifan01 · 7 years ago
  8. d5edbca math/big: rewrite pure Go implementations to use math/bits by Josh Bleecher Snyder · 6 years ago
  9. 0585d41 math/big: optimize addVW and subVW on arm64 by erifan01 · 7 years ago
  10. c4f3fe9 math/big: optimize addVV and subVV on arm64 by erifan01 · 7 years ago
  11. 70ea0ec math/big: replace local versions of bitLen, nlz with math/bits versions by Robert Griesemer · 8 years ago
  12. 6f135bf math/big: cut 2 minutes off race tests by Brad Fitzpatrick · 8 years ago
  13. 2168f2a math/big: simplify benchmarking code some more by Robert Griesemer · 9 years ago
  14. 07f0c19 math/big: use run for benchmarks by Marcel van Lohuizen · 9 years ago
  15. b2cf571 all: delete dead test code by Dominik Honnef · 9 years ago
  16. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  17. 91f2db3 math/big: test that subVW and addVW work with arbitrary y by Josh Bleecher Snyder · 10 years ago
  18. 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
  19. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/math/big/arith_test.go]
  20. 053b448 math/big: added benchmarks to establish baseline for core functions by Robert Griesemer · 12 years ago
  21. 8a90a88 math/big: test both bitLen and bitLen_g by Robert Griesemer · 13 years ago
  22. 316f81b math/big: assembly versions of bitLen for x86-64, 386, and ARM. by David G. Andersen · 13 years ago
  23. 1dc37bb math/big: slight improvement to algorithm used for internal bitLen function by David G. Andersen · 13 years ago
  24. 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/arith_test.go]
  25. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  26. 5bf57c1 big: remove some unnecessary conversions by Robert Griesemer · 14 years ago
  27. 705c038 big: arm assembly, faster software mulWW, divWW by Russ Cox · 14 years ago
  28. e351533 big: delete unnecessary type decls by Robert Griesemer · 14 years ago
  29. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  30. 52cc058 big: cleanups and performance tuning by Robert Griesemer · 15 years ago
  31. 61eb0e7 big: more cleanup by Robert Griesemer · 15 years ago
  32. 2b0a30c big: implemented core shift routines in arith.go and by Robert Griesemer · 15 years ago
  33. 841a32d big: Create type nat by Evan Shaw · 15 years ago
  34. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  35. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  36. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  37. db4e48e big: fix carry error, add test case. crypto/x509: reenable tests. by Adam Langley · 15 years ago
  38. 48b3156 gofmt'ed big by Robert Griesemer · 15 years ago
  39. 65063bc big: add Div, Mod, Exp, GcdExt and several other fixes. by Adam Langley · 15 years ago
  40. c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
  41. ac5093f fix 386 build: by Robert Griesemer · 15 years ago
  42. e587422 snapshot: by Robert Griesemer · 15 years ago
  43. db3bf9c First cut at a more realistic multi-precision package: by Robert Griesemer · 15 years ago