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
Age
Commit message (
Expand
)
Author
2022-11-17
cmd/compile: handle integer conversions in static init inliner
Russ Cox
2022-11-17
go/types: mention FakeImportC in Package.Import doc comment
Alan Donovan
2022-11-16
cmd/compile: elide unnecessary Not in Phi block controls
Jakub Ciolek
2022-11-16
go/types, types2: ensure invalid generic types are marked as invalid
Robert Findley
2022-11-16
cmd/compile: handle simple inlined calls in staticinit
Russ Cox
2022-11-16
cmd/compile: do not emit a few more basic types from every compilation
Russ Cox
2022-11-15
cmd/compile: be more careful about pointer incrementing in range loops
Keith Randall
2022-11-15
cmd/compile: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/compile: add testing-flag guard to package-is-collected assert
David Chase
2022-11-15
cmd/compile: fix missing typecheck for static initialization slice
Cuong Manh Le
2022-11-15
cmd/compile: remove manually implemented popcount in _gen/main.go
Jorropo
2022-11-14
cmd/compile: merge zero constant ISEL in PPC64 lateLower pass
Paul E. Murphy
2022-11-11
all: fix problematic comments
cui fliter
2022-11-11
cmd/compile: remove output registers limit for MUL/DIV on loong64
Wayne Zuo
2022-11-10
cmd/compile: adjust PGO inlining default parameters
Cherry Mui
2022-11-10
cmd/compile: teach prove about signed domain relations of constant integer Phi's
Jakub Ciolek
2022-11-10
cmd/compile: add ability to hash-debug on file:line, including inlining
David Chase
2022-11-10
cmd/compile/internal/importer: turn off debugging output
Robert Griesemer
2022-11-09
all: add missing copyright header
cui fliter
2022-11-09
cmd/compile: enable brachelim pass on loong64
Wayne Zuo
2022-11-09
all: fix some comments
cui fliter
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/internal/pgo: allow and ignore profiles with no sample
Cherry Mui
2022-11-08
cmd/compile: fix PGO line offset matching
Cherry Mui
2022-11-07
cmd/compile: let compiler downgrade its own concurrency
David Chase
2022-11-04
cmd/compile/internal/pgo: use a slice for locations
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-11-04
cmd/compile/internal/pgo: check repeated edge only when node is seen
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: use slices for in/out edges
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: remove some unused fields
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: remove label handling
Cherry Mui
2022-11-04
cmd/compile: tweak compiler concurrency
David Chase
2022-11-04
cmd/compile: change the multiple (gossa)hash separator from ; to /
David Chase
2022-11-04
cmd/compile: fix PGO cross-package inlining
Cherry Mui
2022-11-04
cmd/compile: remove the resultInArg0 register checks on linux/loong64
Guoqi Chen
2022-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-11-03
cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...
David Chase
2022-11-03
cmd/compile: add debug-hash flag for fused-multiply-add
David Chase
2022-11-03
cmd/compile: use CDF to determine PGO inline threshold
Cherry Mui
2022-11-03
cmd/compile: remove issueSpill
liu-xuewen
2022-11-02
cmd/compile: use edge weights to decide inlineability in PGO
Cherry Mui
2022-11-02
cmd/compile: renovate GOSSAHASH
David Chase
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: add ability to indicate 'concurrentOk' for debug flags
David Chase
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2022-10-31
cmd/compile: separate out sparsemaps that need position
Keith Randall
2022-10-31
cmd/compile: add rule for post-decomposed growslice optimization
Keith Randall
[prev]
[next]