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
/
gc
Age
Commit message (
Expand
)
Author
2023-01-26
cmd/compile: remove -d=typecheckinl flag
Matthew Dempsky
2022-11-03
cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...
David Chase
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-10-18
cmd/compile: special case coverage vars in pkg init order
Than McIntosh
2022-09-30
cmd/compile: eagerly create LSym for closures
Michael Pratt
2022-09-29
cmd/compile: limit goroutine count to parallelism
Russ Cox
2022-09-27
cmd/compile: add coverage fixup mode
Than McIntosh
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-04
[dev.unified] all: merge master (85d87b9) into dev.unified
Matthew Dempsky
2022-08-04
all: remove pre-Go 1.17 workarounds
Russ Cox
2022-06-06
[dev.unified] cmd/compile: remove package height
Cuong Manh Le
2022-05-20
cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters
Khaled Yakdan
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-13
cmd/compile/internal/gc: parse command-line flags earlier
Matthew Dempsky
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-05-04
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-22
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-04-22
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-14
cmd/compile: implement jump tables
Keith Randall
2022-03-23
cmd/compile: default to -p=main for main package
Cherry Mui
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2022-02-28
cmd/compile: emit types of constants which are instantiated generic types
Keith Randall
2022-02-11
cmd/compile, runtime: use unwrapped PC for goroutine creation tracing
Cherry Mui
2022-01-11
cmd/compile: print "internal compiler error" message for all compiler panics
Dan Scales
2022-01-10
cmd/compile: use exact constant in go_asm.h
Ian Lance Taylor
2022-01-10
cmd/compile: fix interaction between generics and inlining
Dan Scales
2022-01-07
cmd/compile: fix instantiation of types referenced during inlining
Cuong Manh Le
2021-10-30
cmd/compile: make -memprofilerate work
Austin Clements
2021-10-30
cmd/compile: emit sensible go_asm.h consts for big ints
Austin Clements
2021-10-27
cmd/compile, runtime: track argument stack slot liveness
Cherry Mui
2021-10-25
cmd/compile: add -asan option
fanzha02
2021-10-15
cmd/compile: support new fully-inst types referenced during inlining
Dan Scales
2021-10-04
cmd/compile: set opendefer info symbol as content-addressable
Cherry Mui
2021-09-01
cmd/compile: emit unified IR wrappers after inlining
Matthew Dempsky
2021-09-01
cmd/compile/internal/pkginit: separate "init" and "inittask" logic
Matthew Dempsky
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
2021-08-16
cmd/compile: fix panic with dead hidden closures
Cuong Manh Le
2021-08-03
[dev.typeparams] cmd/compile: make softfloat mode work with register ABI
Cherry Mui
2021-07-20
[dev.typeparams] all: merge master (c8f4e61) into dev.typeparams
Matthew Dempsky
2021-07-19
cmd/{compile,link}: fix bug in map.zero handling
Than McIntosh
2021-07-02
[dev.typeparams] cmd/compile: incremental typecheck during unified IR
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: generate wrappers within unified IR
Matthew Dempsky
2021-06-16
[dev.typeparams] cmd/compile: simplify SSA devirtualization
Matthew Dempsky
2021-06-14
[dev.typeparams] all: merge master (fdab5be) into dev.typeparams
Matthew Dempsky
2021-06-09
cmd/compile: make map.zero symbol content-addressable
Than McIntosh
2021-06-05
[dev.typeparams] cmd/compile: refactor export writing
Matthew Dempsky
[next]