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
/
cmd
/
compile
Age
Commit message (
Expand
)
Author
2025-10-15
cmd/compile: eliminate bound check for slices of the same length
Youlin Feng
2025-10-15
cmd/compile: use arm64 neon in LoweredMemmove/LoweredMemmoveLoop
Vasily Leonenko
2025-10-15
cmd/compile: use block starting position for phi line number
Keith Randall
2025-10-14
cmd/compile: disable use of new saturating float-to-int conversions
David Chase
2025-10-14
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
David Chase
2025-10-14
Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers...
David Chase
2025-10-14
[dev.simd] cmd/compile, simd: update DotProd to DotProduct
Junyang Shao
2025-10-14
[dev.simd] cmd/compile: peephole simd mask load/stores from bits
Junyang Shao
2025-10-14
[dev.simd] cmd/compile, simd: remove mask load and stores
Junyang Shao
2025-10-14
cmd/compile/internal/devirtualize: do not track assignments to non-PAUTO
Mateusz Poliwczak
2025-10-14
cmd/compile/internal/devirtualize: use FatalfAt instead of Fatalf where possible
Mateusz Poliwczak
2025-10-14
cmd/compile/internal/devirtualize: fix OCONVNOP assertion
Mateusz Poliwczak
2025-10-14
go/types, types2: minor cleanup (remove TODO)
Robert Griesemer
2025-10-13
go/types, types2: permit type cycles through type parameter lists
Robert Griesemer
2025-10-13
cmd/compile: don't depend on arch-dependent conversions in the compiler
Keith Randall
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-13
[dev.simd] cmd/compile: more support for cpufeatures
David Chase
2025-10-10
cmd/compile: repair bisection behavior for float-to-unsigned conversion
David Chase
2025-10-09
cmd/compile: declare no output register for loong64 LoweredAtomic{And,Or}32 ops
WANG Xuerui
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-09
cmd/compile: make wasm match other platforms for FP->int32/64 conversions
David Chase
2025-10-09
cmd/compile: make 386 float-to-int conversions match amd64
David Chase
2025-10-09
cmd/compile: modify float-to-[u]int so that amd64 and arm64 match
David Chase
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-10-08
cmd/compile: fuse NaN checks with other comparisons
Michael Munday
2025-10-07
[dev.simd] cmd/compile: track which CPU features are in scope
David Chase
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-10-03
cmd/compile: improve slicemask removal
David Chase
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
cmd/compile: fix SIMD const rematerialization condition
Junyang Shao
2025-10-03
cmd/compile: enhance prove to infer bounds in slice len/cap calculations
David Chase
2025-10-03
cmd/compile: enhance the chunked indexing case to include reslicing
David Chase
2025-10-03
cmd/compile: handle rematerialized op for incompatible reg constraint
Junyang Shao
2025-10-03
cmd/compile: use the right type for spill slot
Cherry Mui
2025-10-03
cmd/compile: enhance prove to deal with double-offset IsInBounds checks
David Chase
2025-10-03
cmd/compile: rewrite to elide Slicemask from len==c>0 slicing
David Chase
2025-10-03
cmd/compile: accounts rematerialize ops's output reginfo
Junyang Shao
2025-10-03
cmd/compile: minor tweak for race detector
David Chase
2025-10-03
cmd/compile: don't treat devel compiler as a released compiler
Cherry Mui
2025-10-03
[dev.simd] cmd/compile: inliner tweaks to favor simd-handling functions
David Chase
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
cmd/compile: propagate len([]T{}) to make builtin to allow stack allocation
Mateusz Poliwczak
2025-09-30
cmd/compile/internal/ssa: remove redundant "type:" prefix check
Youlin Feng
2025-09-30
cmd/compile: eliminate nil checks on .dict arg
Jake Bailey
2025-09-30
[dev.simd] cmd/compile, simd: add AES instructions
Junyang Shao
2025-09-30
cmd/compile, runtime: always enable Wasm signext and satconv features
Cherry Mui
2025-09-27
cmd/compile: implement jump table on loong64
limeidan
2025-09-26
[dev.simd] cmd/compile, simd: add 64-bit select-from-pair methods
David Chase
2025-09-26
[dev.simd] simd, cmd/compile: add 128 bit select-from-pair
David Chase
[prev]
[next]