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
/
test
Age
Commit message (
Expand
)
Author
2023-06-06
cmd/compile: adjust PGO devirtualization diagnostic message
Cherry Mui
2023-06-03
cmd/compile/internal/devirtualize: devirtualize methods in other packages if...
thepudds
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2023-05-05
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-21
cmd/compile: introduce separate memory op combining pass
Keith Randall
2023-04-17
Revert "cmd/compile: allow more inlining of functions that construct closures"
Michael Knyszek
2023-04-17
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-14
cmd/compile: add test that non-name call does not allocate
Cuong Manh Le
2023-04-14
cmd/compile: add math benchmarks
Joel Sing
2023-04-14
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-04-07
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-03
cmd/compile/internal/test: skip testpoint due to revert of CL 479095
Than McIntosh
2023-03-31
sync: implement OnceFunc, OnceValue, and OnceValues
Austin Clements
2023-02-23
cmd/compile: rework unbounded shift lowering on PPC64
Paul E. Murphy
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-10
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-08
Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"
Michael Pratt
2023-02-08
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-06
cmd/compile: replace os.MkdirTemp with T.TempDir
Oleksandr Redko
2023-01-31
cmd/compile: cleanup atomic.Pointer[T] inline test
Cuong Manh Le
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-23
utf16: reduce utf16.Decode allocations
qmuntal
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-11-15
cmd/compile: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-10
cmd/compile: adjust PGO inlining default parameters
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-10-31
cmd/compile/internal/test: clean up TestPGOIntendedInlining
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-10-20
cmd/compile: copy blank parameter node when substituting function type
Cherry Mui
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-10
cmd/compile: tweak inliners handling of coverage counter updates
Than McIntosh
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-06
all: make sure *Pointer[T]'s methods are inlined as intended
Cuong Manh Le
2022-09-02
runtime: replace stkframe.arglen/argmap with methods
Austin Clements
2022-08-23
cmd/compile: move SSA rotate instruction detection to arch-independent rules
Keith Randall
2022-08-18
cmd/compile/internal/noder: pointer shaping for unified IR
Matthew Dempsky
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-09
cmd/compile: do not write implicit conversion for append in Unified IR
Cuong Manh Le
2022-08-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-08-08
cmd/compile: disable append of make test on noopt builder
Cuong Manh Le
2022-08-08
cmd/compile: avoid assignment conversion in append(a, b...)
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-05-18
cmd/compile/internal/test: make TestIntendedInlining faster
Cherry Mui
2022-05-17
all: fix spelling
John Bampton
2022-05-16
cmd/compile/internal/test: don't initialize LocalPkg.Path to ""
Matthew Dempsky
2022-05-13
cmd/compile/internal: fix test error on loong64
Xiaodong Liu
2022-05-04
sync/atomic: add typed atomic values
Russ Cox
2022-05-03
cmd/compile: fix bit length intrinsic for 16/8 bits on GOAMD64=v3
Keith Randall
[prev]
[next]