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
/
testdata
Age
Commit message (
Expand
)
Author
11 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-11-14
cmd/compile/internal: remove incorrect riscv64 SLTI rule
Mark Ryan
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-04-02
cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...
Julia Lapenko
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-04-09
cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidates
Than McIntosh
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-27
cmd/compile,cmd/preprofile: move logic to shared common package
Michael Pratt
2024-02-15
cmd/compile: update the incorrect assignment of call site offset.
Jin Lin
2024-01-31
cmd/preprofile: Implement a tool to preprocess the PGO profile.
Jin Lin
2024-01-22
Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."
Michael Pratt
2024-01-22
cmd/preprofile: Add preprocess tool to pre-parse the profile file.
Jin Lin
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-01
cmd/compile: correct code generation for right shifts on riscv64
Joel Sing
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-11-13
cmd/compile: initial function value devirtualization
Michael Pratt
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
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-01-20
all: fix typos in go file comments
Marcel Meyer
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-16
cmd/go/internal/modload: set errors for packages with invalid import paths
Bryan C. Mills
2021-10-12
[dev.typeparams] cmd/compile: add test for number of instantiations
Dan Scales
2021-03-23
cmd/compile: optimize codes with arm64 REV16 instruction
fanzha02
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2020-12-23
[dev.regabi] cmd/compile: split out package test [generated]
Russ Cox