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
/
test
/
codegen
/
stack.go
Age
Commit message (
Expand
)
Author
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-04-04
cmd/compile: improve store-to-load forwarding with compatible types
Alexander Musman
2024-02-29
cmd/compile: soften type matching when allocating stack slots
khr@golang.org
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
2019-09-25
misc, runtime, test: extra tests and benchmarks for defer
Dan Scales
2019-06-10
Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""
Keith Randall
2019-06-05
Revert "cmd/compile,runtime: allocate defer records on the stack"
Keith Randall
2019-06-04
cmd/compile,runtime: allocate defer records on the stack
Keith Randall
2019-04-03
cmd/compile: handle new panicindex/slice names in optimizations
Keith Randall
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-08-29
build: support frame-pointer for arm64
Zheng Xu
2018-05-14
cmd/compile: assign and preserve statement boundaries.
David Chase
2018-05-08
cmd/compile: add some generic composite type optimizations
Michael Munday
2018-04-11
test/codegen: port last stack and memcombining tests
Alberto Donizetti
2018-03-30
test/codegen: port stack-related tests to codegen
Alberto Donizetti