summaryrefslogtreecommitdiff
path: root/src/hash
Commit message (Expand)AuthorAgeFilesLines
* hash/crc32: cleanup code and improve testsRadu Berinde2016-08-318-254/+407
* hash/crc32: fix nil Castagnoli table problemRadu Berinde2016-08-283-6/+11
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-288-14/+301
* Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"Keith Randall2016-08-277-292/+14
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-277-14/+292
* hash/crc32: fix optimized s390x implementationMichael Munday2016-08-212-27/+15
* hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A...Radu Berinde2016-08-172-34/+85
* hash/crc64: Use slicing by 8.Ilya Tocar2016-05-182-4/+83
* hash/crc32: use vector instructions on s390xChris Zou2016-04-223-1/+347
* hash/adler32: Unroll loop for extra performance.Ilya Tocar2016-04-151-1/+12
* hash/crc32: invert build tags for go implementationMichael Munday2016-04-121-1/+1
* hash/crc64: Add tests for ECMA polynomialIlya Tocar2016-03-311-40/+49
* hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post2016-03-085-39/+62
* cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar2016-01-131-3/+1
* hash/crc32: add noescape tags to assembly functionsJoe Tsai2015-11-252-0/+3
* hash/crc32: rename iEEETable to ieeeTableJoe Tsai2015-11-204-12/+12
* hash/crc32: added mips64{,le} build tagsYao Zhang2015-11-121-1/+1
* hash/crc32: add AMD64 optimized IEEE CRC calculationKlaus Post2015-09-165-11/+251
* hash/*: document the byte order used by the Sum methodsShenghou Ma2015-09-104-0/+8
* hash: update documentation for MakeTable in crc32 and crc64Joe Tsai2015-09-042-2/+4
* hash/fnv: fix wiki urlJoe Tsai2015-08-241-1/+1
* hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu2015-06-182-2/+78
* hash/crc32: move reverse representation docs to an exampleShenghou Ma2015-05-042-7/+28
* hash/crc32: clarify documentationAamir Khan2015-04-241-0/+12
* os/signal, hash/crc32: add arm64 build tagsAram Hăvărneanu2015-03-161-1/+1
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-2/+2
|\
| * hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao2014-11-121-2/+2
* | build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-0815-0/+1138