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-05-20
cmd/compile: add generic simplifications on riscv64
Julian Zhu
2025-05-20
cmd/compile/internal/escape: additional constant and zero value tests and log...
thepudds
2025-05-19
cmd/compile: align stack-allocated backing stores higher than required
Keith Randall
2025-05-19
cmd/compile: don't preload registers if destination already scheduled
khr@golang.org
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2025-05-19
cmd/compile: derive bounds on signed %N for N a power of 2
Keith Randall
2025-05-19
cmd/compile/internal/noder: mark Sync as a primitive
Mark Freeman
2025-05-19
cmd/compile/internal/noder: document SectionPkg
Mark Freeman
2025-05-19
cmd/compile/internal/noder: format grammar
Mark Freeman
2025-05-19
cmd/compile/internal/noder: document the PosBase section
Mark Freeman
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-05-19
go/types, types2: improve error message for init without body
Mark Freeman
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-19
cmd/compile: add prefetch intrinsic support on loong64
Guoqi Chen
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-05-15
cmd/compile: allow load-op merging in additional situations
Keith Randall
2025-05-15
cmd/compile: schedule induction variable increments late
Keith Randall
2025-05-15
cmd/compile: use OpMove instead of memmove more on arm64
Keith Randall
2025-05-15
cmd/compile: create LSym for closures with type conversion
Yongyue Sun
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-14
internal/pkgbits, cmd/compile/internal/noder: document string section
Mark Freeman
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-09
cmd/compile/internal/noder: begin documenting meta section
Mark Freeman
2025-05-08
cmd/compile/internal/noder: begin a formal UIR grammar.
Mark Freeman
2025-05-08
cmd/compile: add 2 phiopt cases
Jakub Ciolek
2025-05-07
cmd/compile/internal/test: verify inlining for mutex fast paths
Rhys Hiltner
2025-05-07
internal/runtime/maps: make clear also erase tombstones
khr@golang.org
2025-05-06
pkgbits: replace references to RelocKind with SectionKind
Mark Freeman
2025-05-06
go/types, types2: set up recording of positions for declarations
Mark Freeman
2025-05-05
cmd/compile: on amd64, use flag result of x instead of doing (TEST x x)
khr@golang.org
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/compile: intrinsify math/bits.Bswap on riscv64
Joel Sing
2025-04-29
cmd/compile: relax tighten register-pressure heuristic slightly
Jakub Ciolek
2025-04-24
cmd/compile: put constant value on node inside parentheses
Keith Randall
2025-04-24
cmd/compile: add cast in range loop final value computation
Keith Randall
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-04-21
cmd/compile: ensure we evaluate side effects of len() arg
Keith Randall
2025-04-21
cmd/compile: don't evaluate side effects of range over array
Keith Randall
2025-04-21
cmd/compile/internal/escape: avoid reading ir.Node during inner loop of walkOne
thepudds
2025-04-18
math/big: replace addVW/subVW assembly with fast pure Go
Russ Cox
2025-04-18
cmd/compile: use the builtin clear
apocelipes
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-04-15
cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...
thepudds
2025-04-15
cmd/compile/internal/importer: correct a matching error
Lin Lin
2025-04-13
cmd: fix DWARF gen bug with packages that use assembly
Than McIntosh
2025-04-11
cmd/compile: turn off variable-sized make() stack allocation with -N
Keith Randall
2025-04-11
cmd/compile/internal/ssa: small cleanups
Marcel Meyer
2025-04-11
cmd/compile/internal/ssa: simplify with built-in min, max functions
Marcel Meyer
[prev]
[next]