| 2025-07-09 |
David Chase | [dev.simd] cmd/compile: remove X15 from register mask |
commit | commitdiff | tree |
| 2025-07-09 |
David Chase | [dev.simd] cmd/compile: output of simd generator, more... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] cmd/compile, simd: Int64x2 Greater and Uint... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] cmd/compile: use upper registers for AVX512... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] runtime: save Z16-Z31 registers in async... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] cmd/compile: change register mask names... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] cmd/compile, simd: rename Masked$OP to ... |
commit | commitdiff | tree |
| 2025-07-09 |
Junyang Shao | [dev.simd] simd: rename stubs_amd64.go to ops_amd64.go |
commit | commitdiff | tree |
| 2025-07-08 |
Junyang Shao | [dev.simd] cmd/compile, simd: remove FP bitwise logic... |
commit | commitdiff | tree |
| 2025-07-08 |
Junyang Shao | [dev.simd] cmd/compile: make compares between NaNs... |
commit | commitdiff | tree |
| 2025-07-08 |
David Chase | [dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvec... |
commit | commitdiff | tree |
| 2025-07-08 |
David Chase | [dev.simd] cmd/compile: minor tweak for race detector |
commit | commitdiff | tree |
| 2025-07-08 |
David Chase | [dev.simd] cmd/compile: add EXTRACT[IF]128 instructions |
commit | commitdiff | tree |
| 2025-07-07 |
David Chase | [dev.simd] cmd/compile: add INSERT[IF]128 instructions |
commit | commitdiff | tree |
| 2025-07-07 |
Junyang Shao | [dev.simd] cmd/compile: make regalloc simd aware on... |
commit | commitdiff | tree |
| 2025-07-07 |
David Chase | [dev.simd] cmd/compile: output of simdgen with invarian... |
commit | commitdiff | tree |
| 2025-07-05 |
David Chase | [dev.simd] cmd/compile: fix the "always panic" code... |
commit | commitdiff | tree |
| 2025-07-01 |
Junyang Shao | [dev.simd] internal/cpu: add GFNI feature check |
commit | commitdiff | tree |
| 2025-06-30 |
Austin Clements | [dev.simd] runtime: remove write barrier in xRegRestore |
commit | commitdiff | tree |
| 2025-06-30 |
Junyang Shao | [dev.simd] cmd/compile, simd: cleanup operations and... |
commit | commitdiff | tree |
| 2025-06-30 |
Cherry Mui | [dev.simd] all: merge master (740857f) into dev.simd |
commit | commitdiff | tree |
| 2025-06-30 |
Austin Clements | [dev.simd] runtime: save AVX2 and AVX-512 state on... |
commit | commitdiff | tree |
| 2025-06-30 |
Austin Clements | [dev.simd] runtime: save scalar registers off stack... |
commit | commitdiff | tree |
| 2025-06-30 |
Michael Pratt | runtime: stash allpSnapshot on the M |
commit | commitdiff | tree |
| 2025-06-30 |
Damien Neil | sync: disassociate WaitGroups from bubbles on Wait |
commit | commitdiff | tree |
| 2025-06-30 |
David Chase | [dev.simd] cmd/compile: reorder operands for some simd... |
commit | commitdiff | tree |
| 2025-06-30 |
David Chase | [dev.simd] cmd/compile: undoes reorder transform in... |
commit | commitdiff | tree |
| 2025-06-30 |
Filippo Valsorda | crypto/hmac: wrap ErrUnsupported returned by Clone |
commit | commitdiff | tree |
| 2025-06-30 |
limeidan | runtime: update skips for TestGdbBacktrace |
commit | commitdiff | tree |
| 2025-06-30 |
Mikhail Mazurskiy | iter: add missing type parameter in doc |
commit | commitdiff | tree |
| 2025-06-29 |
qmuntal | cmd/doc: fix -http on Windows |
commit | commitdiff | tree |
| 2025-06-28 |
Cherry Mui | runtime: remove arbitrary 5-second timeout in TestNeedm... |
commit | commitdiff | tree |
| 2025-06-27 |
Joe Tsai | reflect: fix TypeAssert on nil interface values |
commit | commitdiff | tree |
| 2025-06-27 |
qmuntal | os: use minimal file permissions when opening parent... |
commit | commitdiff | tree |
| 2025-06-27 |
Roland Shoemaker | encoding/json: add security section to doc |
commit | commitdiff | tree |
| 2025-06-27 |
Michael Anthony... | runtime: account for missing frame pointer in preamble |
commit | commitdiff | tree |
| 2025-06-27 |
Andy Nitschke | net/http: fix RoundTrip context cancellation for js... |
commit | commitdiff | tree |
| 2025-06-27 |
Joe Tsai | encoding/json: fix typo in hotlink for jsontext.Preserv... |
commit | commitdiff | tree |
| 2025-06-27 |
Junyang Shao | [dev.simd] cmd/compile, simd: add galois field operations |
commit | commitdiff | tree |
| 2025-06-27 |
Junyang Shao | [dev.simd] cmd/compile, simd: add shift operations |
commit | commitdiff | tree |
| 2025-06-27 |
Cherry Mui | cmd/link: permit a larger size BSS reference to a small... |
commit | commitdiff | tree |
| 2025-06-26 |
David Chase | [dev.simd] cmd/compile: tweak sort order in generator |
commit | commitdiff | tree |
| 2025-06-26 |
David Chase | [dev.simd] cmd/compile: add simd VPEXTRA* |
commit | commitdiff | tree |
| 2025-06-26 |
thepudds | cmd/compile/internal/escape: evaluate any side effects... |
commit | commitdiff | tree |
| 2025-06-26 |
David Chase | [dev.simd] cmd/compile: support simd(imm,fp) returns gp |
commit | commitdiff | tree |
| 2025-06-25 |
Joe Tsai | encoding/json/jsontext: remove Encoder.UnusedBuffer |
commit | commitdiff | tree |
| 2025-06-25 |
Joe Tsai | encoding/json/jsontext: rename Encoder.UnusedBuffer... |
commit | commitdiff | tree |
| 2025-06-25 |
Cherry Mui | [dev.simd] all: merge master (f8ccda2) into dev.simd |
commit | commitdiff | tree |
| 2025-06-25 |
Junyang Shao | [dev.simd] cmd/compile: glue codes for Shift and Rotate |
commit | commitdiff | tree |
| 2025-06-25 |
Michael Anthony... | runtime: make explicit nil check in (*spanInlineMarkBit... |
commit | commitdiff | tree |
| 2025-06-25 |
Michael Pratt | runtime: note custom GOMAXPROCS even if value doesn... |
commit | commitdiff | tree |
| 2025-06-25 |
Werner Spiegel | context: fix typo in context_test.go |
commit | commitdiff | tree |
| 2025-06-24 |
Cherry Mui | cmd/link: add one more linkname to the blocklist |
commit | commitdiff | tree |
| 2025-06-24 |
Junyang Shao | [dev.simd] simd: add test wrappers |
commit | commitdiff | tree |
| 2025-06-24 |
Rob Findley | go/types: add test for interface method field type |
commit | commitdiff | tree |
| 2025-06-24 |
Joe Tsai | encoding/json: use zstd compressed testdata |
commit | commitdiff | tree |
| 2025-06-24 |
Julien Cretel | net/http: reduce allocs in CrossOriginProtection.Check |
commit | commitdiff | tree |
| 2025-06-24 |
Joe Tsai | encoding/json/v2: support ISO 8601 durations |
commit | commitdiff | tree |
| 2025-06-24 |
yuuji.yaginuma | doc: fix links to runtime Environment Variables |
commit | commitdiff | tree |
| 2025-06-24 |
Joe Tsai | encoding/json/v2: reject unquoted dash as a JSON field... |
commit | commitdiff | tree |
| 2025-06-24 |
Joe Tsai | encoding/json/v2: report error on time.Duration without... |
commit | commitdiff | tree |
| 2025-06-24 |
Joe Tsai | cmd/dist: test encoding/json/... with GOEXPERIMENT... |
commit | commitdiff | tree |
| 2025-06-23 |
Michael Anthony... | internal/trace: improve gc-stress test |
commit | commitdiff | tree |
| 2025-06-23 |
Joe Tsai | encoding/json/jsontext: consistently use JSON terminology |
commit | commitdiff | tree |
| 2025-06-23 |
Cherry Mui | runtime: add missing unlock in sysReserveAlignedSbrk |
commit | commitdiff | tree |
| 2025-06-23 |
David Chase | [dev.simd] cmd/compile: make simd regmask naming more... |
commit | commitdiff | tree |
| 2025-06-23 |
David Chase | [dev.simd] simd, cmd/compile: generated code for VPINSR... |
commit | commitdiff | tree |
| 2025-06-23 |
Junyang Shao | [dev.simd] simd: add AVX512 aggregated check |
commit | commitdiff | tree |
| 2025-06-23 |
Robert Findley | Revert "go/types, types2: don't register interface... |
commit | commitdiff | tree |
| 2025-06-23 |
Cherry Mui | [dev.simd] simd: add tests for intrinsic used as a... |
commit | commitdiff | tree |
| 2025-06-23 |
Cherry Mui | [dev.simd] cmd/compile: generate function body for... |
commit | commitdiff | tree |
| 2025-06-20 |
Cherry Mui | [dev.simd] sync: correct the type of runtime_StoreRelui... |
commit | commitdiff | tree |
| 2025-06-20 |
David Chase | [dev.simd] cmd/compile: add simdFp1gp1fp1Imm8 helper... |
commit | commitdiff | tree |
| 2025-06-20 |
Damien Neil | testing, testing/synctest: handle T.Helper in synctest... |
commit | commitdiff | tree |
| 2025-06-20 |
Cherry Mui | [dev.simd] cmd/compile: don't treat devel compiler... |
commit | commitdiff | tree |
| 2025-06-20 |
cuishuang | runtime: fix struct comment |
commit | commitdiff | tree |
| 2025-06-20 |
Sean Liao | crypto/cipher: fix link to crypto/aes |
commit | commitdiff | tree |
| 2025-06-20 |
Adam Bender | go/doc: add a golden test that reproduces #62640 |
commit | commitdiff | tree |
| 2025-06-18 |
David Chase | [dev.simd] cmd/compile: add fp1gp1fp1 register mask... |
commit | commitdiff | tree |
| 2025-06-18 |
Michael Pratt | cmd/go/internal/fips140: ignore GOEXPERIMENT on error |
commit | commitdiff | tree |
| 2025-06-18 |
Junyang Shao | [dev.simd] cmd/compile: remove fused mul/add/sub shapes. |
commit | commitdiff | tree |
| 2025-06-18 |
Michael Anthony... | runtime: set mspan limit field early and eagerly |
commit | commitdiff | tree |
| 2025-06-18 |
Michael Anthony... | runtime: prevent mutual deadlock between GC stopTheWorl... |
commit | commitdiff | tree |
| 2025-06-18 |
Junyang Shao | [dev.simd] cmd/compile: fix signature error of PairDotP... |
commit | commitdiff | tree |
| 2025-06-17 |
Kevin Burke | encoding/json/jsontext: fix spelling error |
commit | commitdiff | tree |
| 2025-06-17 |
David Chase | [dev.simd] cmd/compile: removed a map iteration from... |
commit | commitdiff | tree |
| 2025-06-17 |
David Chase | [dev.simd] cmd/compile: alphabetize SIMD intrinsics |
commit | commitdiff | tree |
| 2025-06-16 |
Michael Anthony... | cmd/dist: always include variant in package names |
commit | commitdiff | tree |
| 2025-06-16 |
Keith Randall | internal/reflectlite: fix comment about meaning of... |
commit | commitdiff | tree |
| 2025-06-16 |
Michael Anthony... | runtime: don't let readTrace spin on trace.shutdown |
commit | commitdiff | tree |
| 2025-06-16 |
Junyang Shao | [dev.simd] cmd/compile: reorder stubs |
commit | commitdiff | tree |
| 2025-06-16 |
Michael Anthony... | internal/trace: make Value follow reflect conventions |
commit | commitdiff | tree |
| 2025-06-13 |
David Chase | [dev.simd] cmd/compile: move simd helpers into compiler... |
commit | commitdiff | tree |
| 2025-06-13 |
David Chase | [dev.simd] cmd/compile: generated simd*ops files weren... |
commit | commitdiff | tree |
| 2025-06-13 |
David Chase | [dev.simd] cmd/compile: remove unused simd intrinsics... |
commit | commitdiff | tree |
| 2025-06-13 |
David Chase | cmd/compile: add up-to-date test for generated files |
commit | commitdiff | tree |
| 2025-06-13 |
Junyang Shao | [dev.simd] cmd/compile: add fused mul add sub ops |
commit | commitdiff | tree |
| 2025-06-13 |
Junyang Shao | [dev.simd] cmd/compile: add more dot products |
commit | commitdiff | tree |
| 2025-06-13 |
Junyang Shao | [dev.simd] simd: update documentations |
commit | commitdiff | tree |
| 2025-06-13 |
Junyang Shao | [dev.simd] cmd/compile: add dot product ops |
commit | commitdiff | tree |
| next |