]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-08-01 David Chase[dev.simd] simd: add partial slice load/store for 32...
2025-08-01 David Chase[dev.simd] cmd/compile: Generated code for AVX2 SIMD...
2025-08-01 David Chase[dev.simd] cmd/compile: changes for AVX2 SIMD masked...
2025-08-01 David Chase[dev.simd] simd: move test generation into Go repo
2025-07-31 Junyang Shao[dev.simd] cmd/compile, simd: support store to bits...
2025-07-21 Junyang Shao[dev.simd] simd, internal/cpu: support more AVX CPU...
2025-07-21 Junyang Shao[dev.simd] cmd/compile, simd: support load from bits...
2025-07-21 Junyang Shao[dev.simd] cmd/compile: fix opLen(2|3)Imm8_2I intrinsic...
2025-07-18 Junyang Shao[dev.simd] simd: clean up masked op doc
2025-07-18 Junyang Shao[dev.simd] cmd/compile, simd: reorder PairDotProdAccumulate
2025-07-15 Junyang Shao[dev.simd] cmd/compile: adjust param order for AndNot
2025-07-15 Junyang Shao[dev.simd] cmd/compile, simd: add Compress
2025-07-15 Junyang Shao[dev.simd] simd: default mask param's name to mask
2025-07-15 Junyang Shao[dev.simd] cmd/compile, simd: add variable Permute
2025-07-14 Junyang Shao[dev.simd] cmd/compile, simd: add VDPPS
2025-07-14 Junyang Shao[dev.simd] simd: updates CPU Feature in doc
2025-07-14 Junyang Shao[dev.simd] cmd/compile: mark SIMD types non-fat
2025-07-11 Junyang Shao[dev.simd] cmd/compile, simd: adjust Shift.* operations
2025-07-11 Junyang Shao[dev.simd] simd: change imm param name to constant
2025-07-11 Junyang Shao[dev.simd] simd: fix documentations
2025-07-11 Junyang Shao[dev.simd] cmd/compile: exclude simd vars from merge...
2025-07-11 Junyang Shao[dev.simd] cmd/compile: add VZEROUPPER and VZEROALL...
2025-07-11 Cherry Mui[dev.simd] all: merge master (88cf0c5) into dev.simd
2025-07-11 Cherry Muicmd/link: do size fixups after symbol references are...
2025-07-11 Jakob Borgos: trivial comment fix
2025-07-10 Christian Hoeppnersynctest: fix comments for time.Now() in synctests
2025-07-10 Junyang Shao[dev.simd] cmd/compile: fix maskreg/simdreg chaos
2025-07-10 Markus Kusanocrypto/cipher: Fix comment punctuation
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: fix Int64x2 Greater outpu...
2025-07-09 Michael Anthony... runtime: run TestSignalDuringExec in its own process...
2025-07-09 David Chase[dev.simd] cmd/compile: remove X15 from register mask
2025-07-09 David Chase[dev.simd] cmd/compile: output of simd generator, more...
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: Int64x2 Greater and Uint...
2025-07-09 Junyang Shao[dev.simd] cmd/compile: use upper registers for AVX512...
2025-07-09 Junyang Shao[dev.simd] runtime: save Z16-Z31 registers in async...
2025-07-09 Junyang Shao[dev.simd] cmd/compile: change register mask names...
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: rename Masked$OP to ...
2025-07-09 Junyang Shao[dev.simd] simd: rename stubs_amd64.go to ops_amd64.go
2025-07-09 Daniel McCarneycrypto/tls: empty server_name conf. ext. from server
2025-07-08 Junyang Shao[dev.simd] cmd/compile, simd: remove FP bitwise logic...
2025-07-08 Junyang Shao[dev.simd] cmd/compile: make compares between NaNs...
2025-07-08 Roland Shoemakercmd/go: disable support for multiple vcs in one module
2025-07-08 cuishuanginternal: make struct comment match struct name
2025-07-08 Ian Lance Taylorcmd/compile: document that nosplit directive is unsafe
2025-07-08 Jorropocmd/compile: run fmt on ssa
2025-07-08 David Chase[dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvec...
2025-07-08 David Chase[dev.simd] cmd/compile: minor tweak for race detector
2025-07-08 David Chase[dev.simd] cmd/compile: add EXTRACT[IF]128 instructions
2025-07-07 David Chase[dev.simd] cmd/compile: add INSERT[IF]128 instructions
2025-07-07 Michael Anthony... internal/trace: only test for sync preemption if async...
2025-07-07 Michael Matloobcmd/internal/doc: fix GOROOT skew and path joining...
2025-07-07 Michael Anthony... runtime: make traceStack testable and add a benchmark
2025-07-07 Junyang Shao[dev.simd] cmd/compile: make regalloc simd aware on...
2025-07-07 Filippo Valsordacrypto/rsa: remove another forgotten note to future...
2025-07-07 qmuntalcmd/compile/internal/ssa: skip EndSequence entries...
2025-07-07 John Giorshevsort: clarify Less doc
2025-07-07 David Chase[dev.simd] cmd/compile: output of simdgen with invarian...
2025-07-05 David Chase[dev.simd] cmd/compile: fix the "always panic" code...
2025-07-04 Cherry Muiruntime: correct vdsoSP on S390X
2025-07-03 Filippo Valsordahash: document that Clone may only return ErrUnsupporte...
2025-07-02 qmuntalcmd/cgo/internal/testsanitizers: skip asan tests when...
2025-07-02 Deleplacetesting/synctest: explicitly state Run will be removed...
2025-07-01 Michael Matloobcmd/go/internal/modindex: apply changes in CL 502615...
2025-07-01 Junyang Shao[dev.simd] internal/cpu: add GFNI feature check
2025-07-01 Filippo Valsordacrypto/tls: ensure the ECDSA curve matches the signatur...
2025-07-01 Filippo Valsordacrypto/ecdsa: fix crypto/x509 godoc links
2025-07-01 Keith RandallRevert "crypto/internal/fips140/subtle: add assembly...
2025-07-01 Jorroposlices: update TestIssue68488 to avoid false positives
2025-07-01 Keith Randallinternal/abi: fix comment on NonEmptyInterface
2025-06-30 Joe Tsaiencoding/json/jsontext: use bytes.Buffer.AvailableBuffer
2025-06-30 Joe Tsaiencoding/json/v2: avoid escaping jsonopts.Struct
2025-06-30 Austin Clements[dev.simd] runtime: remove write barrier in xRegRestore
2025-06-30 thepuddscmd/compile/internal/escape: add debug hash for literal...
2025-06-30 thepuddscmd/compile/internal/escape: stop disabling literal...
2025-06-30 Daniel McCarneycrypto/tls: update bogo version
2025-06-30 Junyang Shao[dev.simd] cmd/compile, simd: cleanup operations and...
2025-06-30 Olivier Menguéinternal/goexperiment: fix godoc formatting
2025-06-30 Cherry Mui[dev.simd] all: merge master (740857f) into dev.simd
2025-06-30 Austin Clements[dev.simd] runtime: save AVX2 and AVX-512 state on...
2025-06-30 Austin Clements[dev.simd] runtime: save scalar registers off stack...
2025-06-30 Michael Prattruntime: stash allpSnapshot on the M
2025-06-30 Damien Neilsync: disassociate WaitGroups from bubbles on Wait
2025-06-30 David Chase[dev.simd] cmd/compile: reorder operands for some simd...
2025-06-30 David Chase[dev.simd] cmd/compile: undoes reorder transform in...
2025-06-30 Filippo Valsordacrypto/hmac: wrap ErrUnsupported returned by Clone
2025-06-30 limeidanruntime: update skips for TestGdbBacktrace
2025-06-30 Mikhail Mazurskiyiter: add missing type parameter in doc
2025-06-29 qmuntalcmd/doc: fix -http on Windows
2025-06-28 Cherry Muiruntime: remove arbitrary 5-second timeout in TestNeedm...
2025-06-27 Joe Tsaireflect: fix TypeAssert on nil interface values
2025-06-27 qmuntalos: use minimal file permissions when opening parent...
2025-06-27 Roland Shoemakerencoding/json: add security section to doc
2025-06-27 Michael Anthony... runtime: account for missing frame pointer in preamble
2025-06-27 Andy Nitschkenet/http: fix RoundTrip context cancellation for js...
2025-06-27 Joe Tsaiencoding/json: fix typo in hotlink for jsontext.Preserv...
2025-06-27 Junyang Shao[dev.simd] cmd/compile, simd: add galois field operations
2025-06-27 Junyang Shao[dev.simd] cmd/compile, simd: add shift operations
2025-06-27 Cherry Muicmd/link: permit a larger size BSS reference to a small...
2025-06-26 David Chase[dev.simd] cmd/compile: tweak sort order in generator
2025-06-26 David Chase[dev.simd] cmd/compile: add simd VPEXTRA*
next