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
/
liveness
Age
Commit message (
Expand
)
Author
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-16
cmd/compile: detect write barrier completion differently
Keith Randall
2023-01-21
cmd/compile: sort liveness variable reports
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-19
cmd/compile/internal/typebits: relax alignment check
Cuong Manh Le
2022-08-18
cmd/compile: rip out support for OpVarKill from ssa backend
Keith Randall
2022-04-29
[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-27
cmd/compile, runtime: track argument stack slot liveness
Cherry Mui
2021-10-05
cmd/compile: make stkobj symbols content-addressable
Josh Bleecher Snyder
2021-10-05
cmd/link,runtime: remove relocations from stkobjs
Josh Bleecher Snyder
2021-10-04
cmd/compile: refactor gclocals sym creation
Josh Bleecher Snyder
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-06-24
[dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappers
Matthew Dempsky
2021-04-30
cmd/compile, runtime: emit only GC data for stack objects
Cherry Zhang
2021-04-19
cmd/compile: do not clobber arguments for reflect.callReflect and callMethod'...
Cherry Zhang
2021-04-16
cmd/compile: in clobberdead mode, don't clobber slots that are live for defers
Cherry Zhang
2021-04-14
cmd/compile: rework/reduce partially lived argument spilling
Cherry Zhang
2021-04-13
cmd/compile: don't modify underlying type when creating bitmap for bodyless f...
David Chase
2021-03-22
cmd/compile: fix WriteFuncMap for new ABI.
David Chase
2021-03-17
cmd/compile: resurrect clobberdead mode
Cherry Zhang
2021-03-16
cmd/compile: (fixed) spill output parameters passed in registers as autos
David Chase
2021-03-15
Revert "cmd/compile: spill output parameters passed in registers as autos"
David Chase
2021-03-15
cmd/compile: spill output parameters passed in registers as autos
David Chase
2021-03-04
cmd/compile: fix pointer maps for morestack
David Chase
2021-01-18
[dev.regabi] cmd/compile: move stack objects to liveness
Matthew Dempsky
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-14
[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA construction
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: always use the compile queue
Matthew Dempsky
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]
Matthew Dempsky
2020-12-28
[dev.regabi] cmd/compile: flatten dependency graph [generated]
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: eliminate usage of ir.Node in liveness
Cuong Manh Le
2020-12-23
[dev.regabi] cmd/compile: split out package liveness [generated]
Russ Cox