aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc32
AgeCommit message (Expand)Author
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-13hash/crc32: fix race between lazy Castagnoli init and Update/WriteRuss Cox
2020-04-27hash/crc32: simplify hasVX checking on s390xRuixin(Peter) Bao
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2018-08-20all: use internal/cpu feature variables directlyMartin Möhrmann
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-01crypto: remove hand encoded amd64 instructionsIlya Tocar
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-11-14internal/cpu: detect cpu features in internal/cpu packageFangming.Fang
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2017-06-21all: gofmtMikio Hara
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-04-13hash/crc32: optimize arm64 crc32 implementationWei Xiao
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-17hash/crc32: improve performance for ppc64leLynn Boger
2017-02-08hash/crc32: use sub-benchmarksRuss Cox
2016-08-31hash/crc32: cleanup code and improve testsRadu Berinde
2016-08-28hash/crc32: fix nil Castagnoli table problemRadu Berinde
2016-08-28hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde
2016-08-27Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"Keith Randall
2016-08-27hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde
2016-08-21hash/crc32: fix optimized s390x implementationMichael Munday
2016-08-17hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A...Radu Berinde
2016-04-22hash/crc32: use vector instructions on s390xChris Zou
2016-04-12hash/crc32: invert build tags for go implementationMichael Munday
2016-03-08hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post
2016-01-13cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar
2015-11-25hash/crc32: add noescape tags to assembly functionsJoe Tsai
2015-11-20hash/crc32: rename iEEETable to ieeeTableJoe Tsai
2015-11-12hash/crc32: added mips64{,le} build tagsYao Zhang
2015-09-16hash/crc32: add AMD64 optimized IEEE CRC calculationKlaus Post
2015-09-10hash/*: document the byte order used by the Sum methodsShenghou Ma
2015-09-04hash: update documentation for MakeTable in crc32 and crc64Joe Tsai
2015-06-18hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu
2015-05-04hash/crc32: move reverse representation docs to an exampleShenghou Ma
2015-04-24hash/crc32: clarify documentationAamir Khan
2015-03-16os/signal, hash/crc32: add arm64 build tagsAram Hăvărneanu
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox