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
/
inline
Age
Commit message (
Expand
)
Author
2023-01-26
cmd/compile: change some unreachable code paths into Fatalf
Matthew Dempsky
2023-01-26
cmd/compile: remove -d=typecheckinl flag
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-24
cmd/compile: flag 'large' functions when -m=2+ in effect
Than McIntosh
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-11-17
cmd/compile: simplify PGO hot caller/callee computation
Cherry Mui
2022-11-10
cmd/compile: adjust PGO inlining default parameters
Cherry Mui
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-11-08
cmd/compile: adjust PGO debug output slightly
Cherry Mui
2022-11-08
cmd/compile: fix PGO line offset matching
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-11-04
cmd/compile: fix PGO cross-package inlining
Cherry Mui
2022-11-03
cmd/compile: use CDF to determine PGO inline threshold
Cherry Mui
2022-11-02
cmd/compile: use edge weights to decide inlineability in PGO
Cherry Mui
2022-11-01
cmd/compile/internal/pgo: remove ListOfHotCallSites
Michael Pratt
2022-11-01
cmd/compile: revise inliner coverage tweaks (again)
Than McIntosh
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
2022-10-31
cmd/compile/internal/pgo: remove ConvertLine2Int
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-10-17
cmd/compile: fix a typo in comment
ezz-no
2022-10-10
cmd/compile: tweak inliners handling of coverage counter updates
Than McIntosh
2022-09-30
cmd/compile: eagerly create LSym for closures
Michael Pratt
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
2022-09-19
cmd/compile,sync: make accessing address of zero offset struct field inline c...
Cuong Manh Le
2022-09-15
cmd/compile: make encoding/binary appends cheaper to inline
Wayne Zuo
2022-08-31
cmd/compile: use HaveInlineBody for unified IR
Matthew Dempsky
2022-08-24
cmd/compile: defer transitive inlining until after AST is edited
Matthew Dempsky
2022-08-18
cmd/compile: enable more inlining for unified IR
Matthew Dempsky
2022-08-09
cmd/compile/internal/inline: fix latent CalleeEffects issue
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: allow inlining to fail gracefully
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...
Matthew Dempsky
2022-05-17
cmd/compile: tighten the condition for inlining shape/non-shape function
Cuong Manh Le
2022-05-14
cmd/compile: fix inlining function has shape in type
Cuong Manh Le
2022-05-14
cmd/compile: don't inline fn with shape params, but passed no shape arg
Cuong Manh Le
2022-05-05
cmd/compile: remove ir.Name.Ntype
Matthew Dempsky
2022-04-28
cmd/compile: remove go117ExportTypes constant
Cuong Manh Le
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-25
cmd/compile: enable inlining SELECT
Wayne Zuo
2021-11-24
cmd/compile/internal/inline: revise closure inl position fix
Than McIntosh
2021-11-05
cmd/compile: gracefully fallback when inline bodies are missing
Matthew Dempsky
2021-11-04
cmd/compile: don't inline fn with no shape params, but passed a shape arg
Dan Scales
2021-10-28
cmd/compile: allow inlining of ORANGE
nimelehin
2021-10-25
cmd/compile: use SetInit instead of *PtrInit
wdvxdr
2021-10-25
cmd/compile: fix inlining labeled switch statements
wdvxdr
2021-10-21
cmd/compile: fix inlining of labeled for loops
Dan Scales
2021-10-18
cmd/compile: allow inlining labeled for-statement and switch-statement
wdvxdr
2021-10-06
cmd/compile: make encoding/binary loads/stores cheaper to inline
Josh Bleecher Snyder
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-09-07
cmd/compile: resolve TODO in inl.go
zikaeroh
[next]