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
Age
Commit message (
Expand
)
Author
2024-01-22
cmd/compile: fix typo in comment
Rulin Tang
2023-11-21
cmd/compile/internal/ir: add batch-mode reassignment detection oracle
Than McIntosh
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-20
cmd/compile/internal/ir: add CallExpr.GoDefer
Matthew Dempsky
2023-11-15
cmd/compile/internal/ir: fix doc
Park Zhou
2023-11-10
cmd/compile: move FuncPC intrinsic handling to common helper
Michael Pratt
2023-10-24
cmd/compile/internal/ir: update CallExpr comment reference
Michael Pratt
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-10-09
cmd/compile: use type hash from itab field instead of type field
Keith Randall
2023-10-06
cmd/compile: use descriptors for type assertion runtime calls
Keith Randall
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-21
cmd/compile: capitalize ir.MethodSym in comment
Michael Pratt
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-14
cmd/compile/internal/ir: remove Func.ReflectMethod
Matthew Dempsky
2023-09-14
cmd/compile: move remaining instrumentation logic into ssagen
Matthew Dempsky
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-12
cmd/compile/internal/ir: add NewZero
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-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2023-09-11
cmd/compile/internal/staticinit: make staticopy safe
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: add missing SetTypecheck
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: add Type param to NewBasicLit
Matthew Dempsky
2023-09-08
cmd/compile: write "properties" to export data for inlinable funcs
Than McIntosh
2023-09-08
cmd/compile: cleanup uses of ir.Orig and ir.SepCopy
Matthew Dempsky
2023-09-08
cmd/compile/internal/ir: remove OrigNode
Matthew Dempsky
2023-09-08
cmd/compile/internal/ir: simplify formatting of CompLitExpr
Matthew Dempsky
2023-09-08
cmd/internal/ir: remove ConstExpr in favor of BasicLit
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-09-07
cmd/compile/internal/ir: simplify printing of OLITERALs
Matthew Dempsky
2023-09-06
cmd/compile/internal/ir: add "never returns" func flag
Than McIntosh
2023-08-29
cmd/compile/internal/ir: remove old variable capture logic
Matthew Dempsky
2023-08-29
cmd/compile/internal/ir: drop Inl.Body
Matthew Dempsky
2023-08-28
cmd/compile/internal/ir: remove redundant not in doc
Jes Cok
2023-08-28
cmd/compile/internal/ir: set Addrtaken on Canonical ONAME too
Matthew Dempsky
2023-08-25
cmd/compile/internal/ir: mark Addrtaken in NewAddrExpr
Matthew Dempsky
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: refactor and simplify DeclFunc
Matthew Dempsky
2023-08-18
cmd/compile: construct more IR nodes as typed
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove AsNode
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove Ntype
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove OFUNCINST and InstExpr
Matthew Dempsky
2023-08-17
cmd/compile/internal/typecheck: normalize go/defer statements earlier
Matthew Dempsky
2023-08-17
cmd/compile: cleanup Func construction
Matthew Dempsky
2023-08-17
cmd/compile: always construct typechecked closures
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
[next]