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
2024-01-24
runtime: short path for equal pointers in arm64 memequal
Mauri de Souza Meneguzzo
2023-11-22
internal/bytealg: optimize Count with PCALIGN in riscv64
Meng Zhuo
2023-11-21
internal/bytealg: add regABI support in bytealg functions on loong64
Guoqi Chen
2023-11-17
internal/bytealg: use PCALIGN in memequal
Alexander Yastrebov
2023-11-09
all: clean up addition of constants in riscv64 assembly
Joel Sing
2023-11-01
internal/bytealg: optimize indexbyte in amd64
qiulaidongfeng
2023-11-01
bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp
Jes Cok
2023-10-31
bytes,internal/bytealg: eliminate IndexRabinKarpBytes using generics
Jes Cok
2023-10-31
internal/bytealg: optimize Count/CountString in arm64
cui fliter
2023-10-27
bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using …
Jes Cok
2023-10-06
internal/bytealg: process two AVX2 lanes per Count loop
Achille Roussel
2023-08-28
internal/bytealg: improve compare on Power10/PPC64
Paul Murphy
2023-08-25
internal/bytealg: add generic LastIndexByte{,String}
Tobias Klauser
2023-08-14
internal/bytealg: optimize Count/CountString for PPC64/Power10
Paul E. Murphy
2023-08-07
internal/bytealg: optimize Count/CountString in amd64
Mauri de Souza Meneguzzo
2023-08-07
internal/bytealg: optimize Index/IndexString in amd64
Mauri de Souza Meneguzzo
2023-07-20
internal/bytealg: use generic IndexByte on plan9/amd64
Philip Silva
2023-06-29
internal/bytealg: fix alignment code in equal_riscv64.s
Mark Ryan
2023-05-30
internal/bytealg: fix alignment code in compare_riscv64.s
Mark Ryan
2023-04-21
cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment
Lynn Boger
2023-04-21
internal/bytealg: rewrite indexbytebody on PPC64
Paul E. Murphy
2023-04-18
runtime: improve index on ppc64x/power10
Archana R
2023-04-07
internal/bytealg, runtime: align some loong64 asm loops to 16-byte boundaries
WANG Xuerui
2023-03-21
internal/bytealg: rewrite PPC64 Compare
Paul E. Murphy
2023-03-16
runtime: improve equal on ppc64x/power10
Archana R
2023-03-09
internal/bytealg: remove aix and linux build tags from ppc64 index code
Joel Sing
2023-03-02
all: move //go: function directives directly above functions
Michael Pratt
2023-02-27
bytes, strings: avoid unnecessary zero initialization
Joe Tsai
2023-02-11
internal/bytealg: simplify and improve compare on riscv64
Joel Sing
2022-11-07
internal/bytealg: add PCALIGN to indexbodyp9 function on ppc64x
Archana R
2022-10-31
internal/bytealg: fix bug in index function for ppc64le/power9
Archana R
2022-10-26
all: delete riscv64 non-register ABI fallback path
Wayne Zuo
2022-09-19
internal/bytealg: correct alignment checks for compare/memequal on riscv64
Joel Sing
2022-08-18
runtime: remove dead code and unnecessary checks for amd64
vpachkov
2022-05-17
internal/bytealg: support basic byte operation on loong64
Xiaodong Liu
2022-05-09
internal/bytealg: optimize index function for ppc64le/power9
Archana R
2022-05-03
internal/bytealg: mask high bit for riscv64 regabi
Meng Zhuo
2022-05-02
internal/bytealg: improve PPC64 equal
Paul E. Murphy
2022-04-22
internal/bytealg: optimize cmpbody for ppc64le/ppc64
Archana R
2022-04-22
internal/bytealg: port bytealg functions to reg ABI on riscv64
Meng Zhuo
2022-04-15
internal/bytealg: optimize indexbyte function for ppc64le/power9
Archana R
2022-03-28
all: delete PPC64 non-register ABI fallback path
Cherry Mui
2022-03-18
all: delete ARM64 non-register ABI fallback path
Cherry Mui
2022-03-10
cmd/compile,bytealg: change context register on riscv64
Meng Zhuo
2022-03-08
internal/bytealg: optimise compare on riscv64
Joel Sing
2022-03-08
internal/bytealg: optimise memequal on riscv64
Joel Sing
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-21
internal/bytealg: fix Separator length check for Index/ppc64le
Archana R
2021-10-19
internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64x
Archana R
[next]