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
/
main.go
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-27
cmd/compile: add coverage fixup mode
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile: remove package height
Cuong Manh Le
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-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-01-11
cmd/compile: print "internal compiler error" message for all compiler panics
Dan Scales
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-25
cmd/compile: add -asan option
fanzha02
2021-10-15
cmd/compile: support new fully-inst types referenced during inlining
Dan Scales
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-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-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-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-04-09
test: do not run softfloat test with regabiargs
Cherry Zhang
2021-03-29
cmd/compile: restructure ABI wrapper generation, export ABI
Austin Clements
2021-03-23
cmd/{compile,link}: relocate generation of DWARF for global vars
Than McIntosh
2021-01-19
[dev.regabi] cmd/compile: directly create go.map and go.track symbols
Matthew Dempsky
2021-01-17
[dev.regabi] cmd/compile: remove unneeded packages from ir.Pkgs
Matthew Dempsky
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-12
[dev.regabi] cmd/compile: transform closures during walk
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: always use the compile queue
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: call NeedFuncSym in InitLSym
Matthew Dempsky
2021-01-05
[dev.regabi] cmd/compile: remove CaptureVars
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: earlier deadcode removal
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: fix package-initialization order
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: some more manual shuffling
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: reshuffle type-checking code [generated]
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: remove unneeded indirection
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: cleanup //go:generate directives
Matthew Dempsky
2020-12-25
[dev.regabi] cmd/compile: new devirtualization pkg [generated]
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package pkginit [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package dwarfgen [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package ssagen [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package reflectdata [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package staticdata [generated]
Russ Cox
[next]