| Commit message (Expand) | Author | Age | Files | Lines |
* | all: replace leading spaces with tabs in assembly | Michael Pratt | 2023-03-23 | 2 | -5/+5 |
* | all: add missing periods in comments | cui fliter | 2022-11-18 | 1 | -1/+1 |
* | hash/crc32: remove redundant code | Erik Pellizzon | 2022-09-15 | 2 | -16/+19 |
* | hash: convert haveCastagnoli to atomic type | cuiweixie | 2022-09-02 | 1 | -4/+4 |
* | hash/crc32: remove single-use {castagnoli,ieee}ArchImpl bools | Tobias Klauser | 2022-08-18 | 1 | -7/+2 |
* | hash/crc32: use LDP instead of LDR in crc32 computation | ruinan | 2022-08-10 | 1 | -16/+22 |
* | hash/crc32: fix typo in arm64 archInitCastagnoli panic message | Tobias Klauser | 2022-05-25 | 1 | -1/+1 |
* | all: separate doc comment from //go: directives | Russ Cox | 2022-04-05 | 3 | -0/+6 |
* | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 2 | -2/+0 |
* | hash/crc32: improve performance of ppc64SlicingUpdateBy8 on ppc64le | Archana R | 2021-09-22 | 1 | -4/+2 |
* | all: remove redundant spaces before . and , | Yury Smolsky | 2021-04-20 | 1 | -1/+1 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 2 | -0/+2 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+2 |
* | hash/crc32: fix race between lazy Castagnoli init and Update/Write | Russ Cox | 2020-10-13 | 2 | -6/+20 |
* | hash/crc32: simplify hasVX checking on s390x | Ruixin(Peter) Bao | 2020-04-27 | 2 | -26/+4 |
* | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 1 | -1/+1 |
* | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 2 | -90/+0 |
* | all: use internal/cpu feature variables directly | Martin Möhrmann | 2018-08-20 | 1 | -8/+6 |
* | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 2 | -5/+5 |
* | crypto: remove hand encoded amd64 instructions | Ilya Tocar | 2018-03-01 | 1 | -8/+4 |
* | Revert "go/printer: forbid empty line before first comment in block" | Joe Tsai | 2017-12-01 | 1 | -0/+1 |
* | crypto, hash: document marshal/unmarshal implementation | Roger Peppe | 2017-11-15 | 1 | -6/+10 |
* | internal/cpu: detect cpu features in internal/cpu package | Fangming.Fang | 2017-11-14 | 2 | -8/+3 |
* | go/printer: forbid empty line before first comment in block | Joe Tsai | 2017-11-02 | 1 | -1/+0 |
* | crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa... | Tim Cooper | 2017-11-01 | 2 | -33/+172 |
* | all: gofmt | Mikio Hara | 2017-06-21 | 1 | -16/+16 |
* | internal/cpu: new package to detect cpu features | Martin Möhrmann | 2017-05-10 | 4 | -68/+17 |
* | hash/crc32: optimize arm64 crc32 implementation | Wei Xiao | 2017-04-13 | 3 | -1/+149 |
* | all: fix minor misspellings | Eric Lagergren | 2017-04-03 | 2 | -2/+2 |
* | hash/crc32: improve performance for ppc64le | Lynn Boger | 2017-03-17 | 6 | -3/+4234 |
* | hash/crc32: use sub-benchmarks | Russ Cox | 2017-02-08 | 1 | -60/+21 |
* | hash/crc32: cleanup code and improve tests | Radu Berinde | 2016-08-31 | 8 | -254/+407 |
* | hash/crc32: fix nil Castagnoli table problem | Radu Berinde | 2016-08-28 | 3 | -6/+11 |
* | hash/crc32: improve the AMD64 implementation using SSE4.2 | Radu Berinde | 2016-08-28 | 8 | -14/+301 |
* | Revert "hash/crc32: improve the AMD64 implementation using SSE4.2" | Keith Randall | 2016-08-27 | 7 | -292/+14 |
* | hash/crc32: improve the AMD64 implementation using SSE4.2 | Radu Berinde | 2016-08-27 | 7 | -14/+292 |
* | hash/crc32: fix optimized s390x implementation | Michael Munday | 2016-08-21 | 2 | -27/+15 |
* | hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A... | Radu Berinde | 2016-08-17 | 2 | -34/+85 |
* | hash/crc32: use vector instructions on s390x | Chris Zou | 2016-04-22 | 3 | -1/+347 |
* | hash/crc32: invert build tags for go implementation | Michael Munday | 2016-04-12 | 1 | -1/+1 |
* | hash/crc32: use slicing by 8 for Castagnoli and smaller sizes | Klaus Post | 2016-03-08 | 5 | -39/+62 |
* | cmd/internal/obj/x86: add new instructions, cleanup. | Ilya Tocar | 2016-01-13 | 1 | -3/+1 |
* | hash/crc32: add noescape tags to assembly functions | Joe Tsai | 2015-11-25 | 2 | -0/+3 |
* | hash/crc32: rename iEEETable to ieeeTable | Joe Tsai | 2015-11-20 | 4 | -12/+12 |
* | hash/crc32: added mips64{,le} build tags | Yao Zhang | 2015-11-12 | 1 | -1/+1 |
* | hash/crc32: add AMD64 optimized IEEE CRC calculation | Klaus Post | 2015-09-16 | 5 | -11/+251 |
* | hash/*: document the byte order used by the Sum methods | Shenghou Ma | 2015-09-10 | 1 | -0/+2 |
* | hash: update documentation for MakeTable in crc32 and crc64 | Joe Tsai | 2015-09-04 | 1 | -1/+2 |
* | hash/crc32: speedup crc32 of IEEE using slicingBy8 | Davies Liu | 2015-06-18 | 2 | -2/+78 |
* | hash/crc32: move reverse representation docs to an example | Shenghou Ma | 2015-05-04 | 2 | -7/+28 |