aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/main.go
AgeCommit message (Expand)Author
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2022-11-03cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...David Chase
2022-10-31cmd/compile/internal/pgo: remove most global stateMichael Pratt
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-18cmd/compile: special case coverage vars in pkg init orderThan McIntosh
2022-09-27cmd/compile: add coverage fixup modeThan McIntosh
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-06-06[dev.unified] cmd/compile: remove package heightCuong Manh Le
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-13cmd/compile/internal/gc: parse command-line flags earlierMatthew Dempsky
2022-03-23cmd/compile: default to -p=main for main packageCherry Mui
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2022-01-11cmd/compile: print "internal compiler error" message for all compiler panicsDan Scales
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2022-01-07cmd/compile: fix instantiation of types referenced during inliningCuong Manh Le
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-15cmd/compile: support new fully-inst types referenced during inliningDan Scales
2021-09-01cmd/compile: emit unified IR wrappers after inliningMatthew Dempsky
2021-09-01cmd/compile/internal/pkginit: separate "init" and "inittask" logicMatthew Dempsky
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-09test: do not run softfloat test with regabiargsCherry Zhang
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2021-01-19[dev.regabi] cmd/compile: directly create go.map and go.track symbolsMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: remove unneeded packages from ir.PkgsMatthew 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 walkMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: call NeedFuncSym in InitLSymMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: remove CaptureVarsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: earlier deadcode removalMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: fix package-initialization orderMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: some more manual shufflingMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: reshuffle type-checking code [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: remove unneeded indirectionMatthew 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 directivesMatthew 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