index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
bytealg
Age
Commit message (
Expand
)
Author
2019-09-26
Revert "internal/bytealg: add assembly implementation of Compare/CompareStrin...
Brad Fitzpatrick
2019-09-25
internal/bytealg: add assembly implementation of Compare/CompareString on mip...
Meng Zhuo
2019-09-08
all: fix typos
Ainar Garipov
2019-04-24
bytes, internal/bytealg: simplify Equal
Josh Bleecher Snyder
2019-04-02
internal/bytealg: fix function reference in comments
Tobias Klauser
2019-03-29
internal/bytealg: simplify memchr for wasm
Agniva De Sarker
2019-03-19
internal/bytealg: add assembly implementation of Count/CountString on arm
Tobias Klauser
2019-03-18
internal/bytealg: share code for IndexByte functions on arm
Tobias Klauser
2019-03-17
internal/bytealg: use word-wise comparison for Equal on arm
Tobias Klauser
2019-03-12
internal/bytealg: share code for equal functions on arm
Tobias Klauser
2019-03-06
internal/bytealg: use word-wise comparison for Compare on arm
Tobias Klauser
2019-03-03
all: rename WebAssembly instructions according to spec changes
Richard Musiol
2018-11-12
internal/bytealg, runtime: provide linknames for pushed symbols
Austin Clements
2018-11-08
strings,bytes: use inlineable function trampolines instead of linkname
Keith Randall
2018-10-23
internal/bytealg: improve asm for memequal on ppc64x
Lynn Boger
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2018-09-25
internal/bytealg: improve performance of IndexByte for ppc64x
Carlos Eduardo Seo
2018-09-12
internal/bytealg: optimize Equal on arm64
erifan01
2018-09-12
internal/bytealg: implement bytes.Count in asm for ppc64x
Lynn Boger
2018-08-26
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2
Martin Möhrmann
2018-08-24
all: align cpu feature variable offset naming
Martin Möhrmann
2018-08-23
all: fix typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-07-10
internal/bytealg: specify argmaps for exported functions
Keith Randall
2018-06-29
bytes, strings: fix comparison of long byte slices on s390x
bill_ofarrell
2018-06-15
all: enable vet/all for js/wasm and fix vet issues
Richard Musiol
2018-05-08
internal/bytealg: add wasm architecture
Richard Musiol
2018-05-01
internal/bytealg: optimize Index (substring lengths from 9 to 32) on arm64
erifan01
2018-04-24
internal/bytealg: optimize IndexString on arm64
erifan01
2018-04-11
internal/bytealg: add optimized Compare for arm64
fanzha02
2018-03-28
internal/bytealg: remove dependency on runtime·support_avx2
Ilya Tocar
2018-03-20
Revert "bytes: add optimized Compare for arm64"
Cherry Zhang
2018-03-20
bytes: add optimized Compare for arm64
fanzha02
2018-03-05
internal/bytealg: fix arm64 Index function
Keith Randall
2018-03-04
internal/bytealg: move short string Index implementations into bytealg
Keith Randall
2018-03-04
internal/bytealg: move compare functions to bytealg
Keith Randall
2018-03-04
internal/bytealg: move Count to bytealg
Keith Randall
2018-03-03
internal/bytealg: move equal functions to bytealg
Keith Randall
2018-03-02
internal/bytealg: move IndexByte asssembly to the new bytealg package
Keith Randall
[prev]