| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: replace runtime SSE2 detection with GO386 setting | Martin Möhrmann | 2021-08-23 | 3 | -5/+6 |
| * | [dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64 | Cherry Mui | 2021-08-11 | 2 | -83/+0 |
| * | [dev.typeparams] all: merge master (785a8f6) into dev.typeparams | Cuong Manh Le | 2021-06-16 | 2 | -2/+0 |
| |\ |
|
| | * | internal/bytealg: remove duplicate go:build line | cuishuang | 2021-06-15 | 2 | -2/+0 |
| * | | [dev.typeparams] runtime, internal/bytealg: port performance-critical functio... | Cherry Mui | 2021-06-03 | 2 | -78/+128 |
| * | | [dev.typeparams] internal/bytealg: call memeqbody directly in memequal_varlen... | Cherry Mui | 2021-06-03 | 1 | -13/+8 |
| |/ |
|
| * | all: add //go:build lines to assembly files | Tobias Klauser | 2021-05-13 | 11 | -0/+11 |
| * | internal/bytealg: add power9 version of bytes index | Lynn Boger | 2021-04-21 | 3 | -2/+353 |
| * | bytes: add asm implementation for index on ppc64x | Lynn Boger | 2021-04-15 | 4 | -4/+452 |
| * | internal/bytealg: port more performance-critical functions to ABIInternal | Austin Clements | 2021-04-15 | 2 | -9/+99 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 8 | -0/+8 |
| * | internal/bytealg: improve mips64x equal on large size | Meng Zhuo | 2020-10-23 | 1 | -4/+68 |
| * | internal/bytealg: add assembly implementation of Count/CountString for riscv64 | Tobias Klauser | 2020-10-19 | 3 | -2/+46 |
| * | internal/bytealg: fix typo in IndexRabinKarp{,Bytes} godoc | Tobias Klauser | 2020-10-13 | 1 | -2/+2 |
| * | bytes, internal/bytealg: fix incorrect IndexString usage | Michael Munday | 2020-09-23 | 1 | -36/+2 |
| * | internal/bytealg: use CBZ instructions | Heisenberg | 2020-08-17 | 1 | -2/+1 |
| * | crypto,internal/bytealg: fix assembly that clobbers BP | Keith Randall | 2020-08-16 | 1 | -26/+26 |
| * | strings, bytes: improve IndexAny and LastIndexAny performance | erifan01 | 2020-03-11 | 2 | -2/+37 |
| * | bytes, strings: moves indexRabinKarp function to internal/bytealg | erifan01 | 2020-03-04 | 1 | -0/+125 |
| * | internal/bytealg: fix riscv64 offset names | Josh Bleecher Snyder | 2020-02-04 | 1 | -4/+4 |
| * | all: fix a bunch of misspellings | Ville Skyttä | 2019-11-15 | 1 | -1/+1 |
| * | internal/cpu,internal/bytealg: add support for riscv64 | Joel Sing | 2019-11-11 | 4 | -2/+103 |
| * | internal/bytealg: add SIMD byte count implementation for s390x | Michael Munday | 2019-11-04 | 3 | -2/+171 |
| * | runtime,internal/bytealg: optimize wasmZero, wasmMove, Compare | Agniva De Sarker | 2019-10-11 | 1 | -2/+1 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 4 | -4/+4 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 3 | -387/+0 |
| * | internal/bytealg: (re)adding mips64x compare implementation | Meng Zhuo | 2019-10-03 | 3 | -2/+90 |
| * | Revert "internal/bytealg: add assembly implementation of Compare/CompareStrin... | Brad Fitzpatrick | 2019-09-26 | 3 | -94/+2 |
| * | internal/bytealg: add assembly implementation of Compare/CompareString on mip... | Meng Zhuo | 2019-09-25 | 3 | -2/+94 |
| * | all: fix typos | Ainar Garipov | 2019-09-08 | 1 | -1/+1 |
| * | bytes, internal/bytealg: simplify Equal | Josh Bleecher Snyder | 2019-04-24 | 12 | -204/+18 |
| * | internal/bytealg: fix function reference in comments | Tobias Klauser | 2019-04-02 | 1 | -2/+2 |
| * | internal/bytealg: simplify memchr for wasm | Agniva De Sarker | 2019-03-29 | 1 | -138/+133 |
| * | internal/bytealg: add assembly implementation of Count/CountString on arm | Tobias Klauser | 2019-03-19 | 3 | -2/+45 |
| * | internal/bytealg: share code for IndexByte functions on arm | Tobias Klauser | 2019-03-18 | 1 | -25/+17 |
| * | internal/bytealg: use word-wise comparison for Equal on arm | Tobias Klauser | 2019-03-17 | 1 | -9/+48 |
| * | internal/bytealg: share code for equal functions on arm | Tobias Klauser | 2019-03-12 | 1 | -43/+39 |
| * | internal/bytealg: use word-wise comparison for Compare on arm | Tobias Klauser | 2019-03-06 | 1 | -10/+37 |
| * | all: rename WebAssembly instructions according to spec changes | Richard Musiol | 2019-03-03 | 2 | -3/+3 |
| * | internal/bytealg, runtime: provide linknames for pushed symbols | Austin Clements | 2018-11-12 | 2 | -0/+21 |
| * | strings,bytes: use inlineable function trampolines instead of linkname | Keith Randall | 2018-11-08 | 31 | -492/+0 |
| * | internal/bytealg: improve asm for memequal on ppc64x | Lynn Boger | 2018-10-23 | 1 | -38/+26 |
| * | all: this big patch remove whitespace from assembly files | Zhou Peng | 2018-10-03 | 5 | -5/+5 |
| * | internal/bytealg: improve performance of IndexByte for ppc64x | Carlos Eduardo Seo | 2018-09-25 | 1 | -12/+16 |
| * | internal/bytealg: optimize Equal on arm64 | erifan01 | 2018-09-12 | 1 | -16/+28 |
| * | internal/bytealg: implement bytes.Count in asm for ppc64x | Lynn Boger | 2018-09-12 | 3 | -2/+99 |
| * | internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2 | Martin Möhrmann | 2018-08-26 | 1 | -1/+1 |
| * | all: align cpu feature variable offset naming | Martin Möhrmann | 2018-08-24 | 8 | -14/+15 |
| * | all: fix typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-23 | 1 | -1/+1 |
| * | internal/bytealg: specify argmaps for exported functions | Keith Randall | 2018-07-10 | 29 | -0/+39 |