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
/
export_test.go
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2024-05-20
cmd/compile: add structs.HostLayout
David Chase
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocal
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssagen: call AllocFrame after ssa.Compile
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: remove Frontend.MyImportPath
Matthew Dempsky
2023-08-17
cmd/compile: cleanup Func construction
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-04-20
cmd/compile: expose ir.Func to ssa
Michael Pratt
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-08-27
cmd/compile: use typecheck.InitUniverse in unit tests
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: make softfloat mode work with register ABI
Cherry Mui
2021-05-08
cmd/compile: manage Slot array better
David Chase
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: move type size calculations into package types [gen...
Russ Cox
2020-12-08
[dev.regabi] cmd/compile: change LocalSlot.N to *ir.Name
Matthew Dempsky
2020-12-07
[dev.regabi] cmd/compile: clean up and document formatting
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: narrow interface between ir and types
Russ Cox
2020-12-01
[dev.regabi] cmd/compile: first pass at abstracting Type
Matthew Dempsky
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacks
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove uses of dummy
Russ Cox
2020-10-23
cmd/compile: avoid generating CSEs; do all aggregates; maintain debug names
David Chase
2020-08-24
cmd/compile: make GOSSAHASH package-sensitive, also append to log files
David Chase
2020-04-09
cmd/compile: start implementing strongly typed aux and auxint fields
Keith Randall
2020-01-13
cmd/compile: print recursive types correctly
Keith Randall
2018-10-19
cmd/compile: move argument stack construction to SSA generation
Josh Bleecher Snyder
2018-10-04
cmd/compile: merge TPTR32 and TPTR64 as TPTR
Matthew Dempsky
2018-05-30
cmd/compile: do not allow regalloc to LoadReg G register
David Chase
2018-04-24
cmd/compile/internal/types: remove ElemType wrapper
Matthew Dempsky
2018-03-15
cmd/compile: implement CMOV on amd64
Giovanni Bajo
2018-03-14
Revert "cmd/compile: implement CMOV on amd64"
Ilya Tocar
2018-03-12
cmd/compile: implement CMOV on amd64
Giovanni Bajo
2018-02-27
cmd/compile: move the SSA local type definitions to a single location
ChrisALiles
2018-02-21
cmd/compile/internal: use sparseSet, optimize isSynthetic
Heschi Kreinick
2018-02-13
runtime: remove legacy eager write barrier
Austin Clements
2017-10-30
cmd/compile: compiler support for buffered write barrier
Austin Clements
2017-10-29
cmd/compile: report typedslicecopy write barriers
Austin Clements
2017-09-19
cmd/compile: remove Symbol wrappers from Aux fields
Keith Randall
2017-07-26
[dev.debug] cmd/compile: track variable decomposition in LocalSlot
Heschi Kreinick
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-04-28
Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"
Josh Bleecher Snyder
2017-04-27
cmd/compile: add Type.MustSize and Type.MustAlignment
Josh Bleecher Snyder
2017-04-22
cmd: remove IntSize and Widthint
Matthew Dempsky
2017-04-20
cmd/internal/obj: eliminate LSym.Version
Josh Bleecher Snyder
2017-04-06
cmd/internal/obj: remove Linklookup
Josh Bleecher Snyder
2017-03-31
cmd/compile: catch and report nowritebarrier violations later
Josh Bleecher Snyder
[next]