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
/
internal
/
ssa
/
check.go
Age
Commit message (
Expand
)
Author
5 days
cmd/compile: fix typo
Weixie Cui
2026-02-25
cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-01-22
cmd/compile: ensure ops have the expected argument widths
Keith Randall
2025-09-26
[dev.simd] simd: generalize select-float32-from-pair
David Chase
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-09
cmd/compile: introduce CCMP generation
Ch1n-ch1nless
2025-08-11
[dev.simd] cmd/compile, simd: jump table for imm ops
Junyang Shao
2025-07-24
cmd/compile,runtime: remember idx+len for bounds check failure with less code
Keith Randall
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2023-10-31
cmd/compile: ensure pointer arithmetic happens after the nil check
Keith Randall
2022-08-22
cmd/compile: issue VarDef only for pointer-ful types
Keith Randall
2022-04-14
cmd/compile: implement jump tables
Keith Randall
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-03-03
cmd/compile: make modified Aux type for OpArgXXXX pass ssa/check
David Chase
2020-12-21
[dev.regabi] all: merge master into dev.regabi
Matthew Dempsky
2020-12-14
cmd/compile: fix incorrect shift count type with s390x rules
Ruixin Bao
2020-12-08
[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux
Matthew Dempsky
2020-09-18
cmd/compile: add type check for ssa genericOps
surechen
2020-09-16
cmd/compile: introduce special ssa Aux type for calls
David Chase
2020-09-03
cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...
fanzha02
2020-06-18
cmd/compile: redo flag constant ops for arm
Keith Randall
2020-04-17
cmd/compile: make some s390x rules use strongly typed aux values
Michael Munday
2020-04-09
cmd/compile: start implementing strongly typed aux and auxint fields
Keith Randall
2020-03-04
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2020-02-28
cmd/compile: add dedicated ARM64BitField aux type
Josh Bleecher Snyder
2020-02-25
Revert "cmd/compile: don't allow NaNs in floating-point constant ops"
Bryan C. Mills
2020-02-25
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2019-11-05
cmd/compile: fix liveness for open-coded defer args for infinite loops
Dan Scales
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-26
cmd/compile: use numeric condition code masks on s390x
Michael Munday
2019-08-28
cmd/compile: remove auxSymInt32
Keith Randall
2018-09-05
cmd/compile: fix store-to-load forwarding of 32-bit sNaNs
Michael Munday
2018-07-12
cmd/compile: add LocalAddr that takes SP,mem operands
David Chase
2018-04-24
cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.go
isharipo
2018-02-20
cmd/compile/internal/ssa: emit csel on arm64
philhofer
2018-02-20
cmd/compile: reset branch prediction when deleting a branch
Keith Randall
2018-02-14
cmd/compile: reimplement location list generation
Heschi Kreinick
2017-11-30
cmd/compile: use soft-float routines for soft-float targets
Vladimir Stefanovic
2017-11-21
cmd/compile: ignore RegKill ops for non-phi after phi check
Than McIntosh
2017-10-05
cmd/compile: make loop finder more aware of irreducible loops
David Chase
2017-09-08
cmd/compile: propagate constants through math.Float{32,64}{,from}bits
Michael Munday
2017-06-07
cmd/compile: check that phis are always first after scheduling
Keith Randall
2017-05-15
cmd/compile: better check for single live memory
Keith Randall
2017-05-11
cmd/compile: fix store chain in schedule pass
Keith Randall
2017-04-19
cmd/compile: enhance postorder computation and repair loop finder
David Chase
2017-03-16
cmd/compile: use type information in Aux for Store size
Cherry Zhang
2016-10-25
cmd/compile: add a writebarrier phase in SSA
Cherry Zhang
2016-09-19
cmd/compile: cache CFG-dependent computations
Keith Randall
[next]