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
/
expr.go
Age
Commit message (
Expand
)
Author
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-21
cmd/compile: change testing.B.Loop keep alive semantic
Junyang Shao
2025-11-21
cmd/compile/internal: fix typos
Jes Cok
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
cmd/compile: stack allocate backing stores during append
khr@golang.org
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-10-17
all: correct name for comments
Jes Cok
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-07-25
cmd/compile: remove unused arg from gorecover
Keith Randall
2025-07-24
cmd/compile: use better fatal message for staticValue1
Cuong Manh Le
2025-06-23
[dev.simd] cmd/compile: generate function body for bodyless intrinsics
Cherry Mui
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-05-27
cmd/compile/internal/walk: use original type for composite literals in addrTemp
thepudds
2025-04-02
cmd/compile: Remove unused 'NoInline' field from CallExpr stucture
Alexander Musman
2025-02-18
cmd/compile/internal/ir: reduce size of miniExpr by 8 bytes
Mateusz Poliwczak
2024-09-16
cmd/compile: remove ir.OGETCALLERPC
Michael Pratt
2024-03-20
cmd/compile/internal/inline: refactor fixpoint algorithm
Matthew Dempsky
2024-03-14
Revert "cmd/compile/internal/inline: refactor fixpoint algorithm"
Matthew Dempsky
2024-02-28
cmd/compile/internal/inline: refactor fixpoint algorithm
Matthew Dempsky
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-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-06
cmd/compile: use descriptors for type assertion runtime calls
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-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/ir: add Type param to NewBasicLit
Matthew Dempsky
2023-09-08
cmd/compile/internal/ir: remove OrigNode
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-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-22
cmd/compile/internal/types: overhaul and simplify API
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 OFUNCINST and InstExpr
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-15
cmd/compile: improve ir.StaticValue and extract ir.StaticCalleeName
Matthew Dempsky
2023-08-10
cmd/compile/internal/ir: export 'reassigned', handle OASOP
Than McIntosh
2023-05-23
cmd/compile: implement min/max builtins
Matthew Dempsky
2023-04-12
cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
[next]