aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg
AgeCommit message (Expand)Author
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-21internal/bytealg: fix Separator length check for Index/ppc64leArchana R
2021-10-19internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64xArchana R
2021-09-28internal/bytealg: port bytealg functions to reg ABI on ppc64xLynn Boger
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-15internal/bytealg: remove duplicate go:build linecuishuang
2021-06-03[dev.typeparams] runtime, internal/bytealg: port performance-critical functio...Cherry Mui
2021-06-03[dev.typeparams] internal/bytealg: call memeqbody directly in memequal_varlen...Cherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-21internal/bytealg: add power9 version of bytes indexLynn Boger
2021-04-15bytes: add asm implementation for index on ppc64xLynn Boger
2021-04-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23internal/bytealg: improve mips64x equal on large sizeMeng Zhuo
2020-10-19internal/bytealg: add assembly implementation of Count/CountString for riscv64Tobias Klauser
2020-10-13internal/bytealg: fix typo in IndexRabinKarp{,Bytes} godocTobias Klauser
2020-09-23bytes, internal/bytealg: fix incorrect IndexString usageMichael Munday
2020-08-17internal/bytealg: use CBZ instructionsHeisenberg
2020-08-16crypto,internal/bytealg: fix assembly that clobbers BPKeith Randall
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2020-02-04internal/bytealg: fix riscv64 offset namesJosh Bleecher Snyder
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-11internal/cpu,internal/bytealg: add support for riscv64Joel Sing
2019-11-04internal/bytealg: add SIMD byte count implementation for s390xMichael Munday
2019-10-11runtime,internal/bytealg: optimize wasmZero, wasmMove, CompareAgniva De Sarker
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-03internal/bytealg: (re)adding mips64x compare implementationMeng Zhuo
2019-09-26Revert "internal/bytealg: add assembly implementation of Compare/CompareStrin...Brad Fitzpatrick
2019-09-25internal/bytealg: add assembly implementation of Compare/CompareString on mip...Meng Zhuo
2019-09-08all: fix typosAinar Garipov
2019-04-24bytes, internal/bytealg: simplify EqualJosh Bleecher Snyder
2019-04-02internal/bytealg: fix function reference in commentsTobias Klauser
2019-03-29internal/bytealg: simplify memchr for wasmAgniva De Sarker
2019-03-19internal/bytealg: add assembly implementation of Count/CountString on armTobias Klauser
2019-03-18internal/bytealg: share code for IndexByte functions on armTobias Klauser
2019-03-17internal/bytealg: use word-wise comparison for Equal on armTobias Klauser
2019-03-12internal/bytealg: share code for equal functions on armTobias Klauser
2019-03-06internal/bytealg: use word-wise comparison for Compare on armTobias Klauser
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2018-11-12internal/bytealg, runtime: provide linknames for pushed symbolsAustin Clements
2018-11-08strings,bytes: use inlineable function trampolines instead of linknameKeith Randall
2018-10-23internal/bytealg: improve asm for memequal on ppc64xLynn Boger
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-09-25internal/bytealg: improve performance of IndexByte for ppc64xCarlos Eduardo Seo
2018-09-12internal/bytealg: optimize Equal on arm64erifan01