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
/
ir
/
node.go
Age
Commit message (
Expand
)
Author
2024-01-22
cmd/compile: fix typo in comment
Rulin Tang
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-12
cmd/compile/internal/typecheck: remove HasNamedResults check
Matthew Dempsky
2023-09-12
cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATA
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: remove OSIZEOF, etc
Matthew Dempsky
2023-09-08
cmd/compile: cleanup uses of ir.Orig and ir.SepCopy
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove AsNode
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove OFUNCINST and InstExpr
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE
Matthew Dempsky
2023-06-21
cmd/compile/internal/ir: typo
cuiweixie
2023-05-23
cmd/compile: implement min/max builtins
Matthew Dempsky
2023-03-28
cmd/compile: don't assume pointer of a slice is non-nil
Keith Randall
2023-01-31
cmd/compile: add clear(x) builtin
Cuong Manh Le
2023-01-17
cmd/compile: fix static init inlining for hidden node fields
Matthew Dempsky
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-02
cmd/compile: remove go:notinheap pragma
Cuong Manh Le
2022-08-31
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-22
cmd/compile: remove OVARDEF and OVARLIVE
Keith Randall
2022-08-22
cmd/compile: rip out support for OVARKILL from compiler frontend
Keith Randall
2022-08-18
cmd/compile: remove OFORUNTIL
Keith Randall
2022-05-05
cmd/compile/internal/ir: remove FuncType and OTFUNC
Matthew Dempsky
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2022-04-14
cmd/compile: implement jump tables
Keith Randall
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-23
cmd/compile: remove ir.Node.SetDiag
Cuong Manh Le
2022-03-18
cmd/compile: remove n.Diag() deadcode paths
Cuong Manh Le
2022-03-16
cmd/compile: remove OIOTA
Matthew Dempsky
2022-03-01
cmd/compile/internal/ir: remove unused -G=0 node types
Matthew Dempsky
2021-12-23
cmd/compile/internal/ir: fix a typo in node.go
zhangjian
2021-11-19
cmd/compile: don't run ComputeAddrTaken on imported generic functions
Dan Scales
2021-08-26
cmd/compile: change typecheck.iscmp into ir.Op.IsCmp
Matthew Dempsky
2021-08-09
[dev.typeparams] cmd/compile: implement generic type switches
Keith Randall
2021-07-29
[dev.typeparams] cmd/compile: implement generic .(T) operations
Keith Randall
2021-07-24
[dev.typeparams] cmd/compile: introduce OCONVIDATA op
Keith Randall
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-23
[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} ops
Matthew Dempsky
2021-06-22
[dev.typeparams] cmd/compile: remove special escape analysis tags
Matthew Dempsky
2021-05-18
[dev.typeparams] cmd/compile/internal/ir: more useful Fatalfs
Matthew Dempsky
2021-05-02
cmd/compile: implement unsafe.Add and unsafe.Slice
Matthew Dempsky
2021-04-29
cmd/compile/internal/ir: fix doc
kumakichi
2021-04-21
cmd/compile: remove ir.OSTMTEXPR op
Cuong Manh Le
2021-04-21
cmd/compile: update ir.Node ops comments
Cuong Manh Le
2021-04-21
cmd/compile: allow conversion from slice to array ptr
Josh Bleecher Snyder
2021-04-09
cmd/compile: reduce overhead of RParams in types.Type
Dan Scales
2021-03-23
cmd/compile: replace calls to typecheck with transform functions
Dan Scales
2021-02-24
cmd/compile: plumb abi info into ssagen/ssa
David Chase
[next]