aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base/debug.go
AgeCommit message (Expand)Author
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-15cmd/compile: add testing-flag guard to package-is-collected assertDavid Chase
2022-11-10cmd/compile: adjust PGO inlining default parametersCherry Mui
2022-11-07cmd/compile: let compiler downgrade its own concurrencyDavid Chase
2022-11-03cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...David Chase
2022-11-03cmd/compile: add debug-hash flag for fused-multiply-addDavid Chase
2022-11-03cmd/compile: use CDF to determine PGO inline thresholdCherry Mui
2022-11-02cmd/compile: use edge weights to decide inlineability in PGOCherry Mui
2022-11-02cmd/compile: renovate GOSSAHASHDavid Chase
2022-10-31cmd/compile: add ability to indicate 'concurrentOk' for debug flagsDavid Chase
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-08-30cmd/compile: fix unified IR shapifying recursive instantiated typesCuong Manh Le
2022-08-23cmd/compile: fix unified IR's pointer-shapingMatthew Dempsky
2022-05-11cmd/internal/obj: add a flag to not write referenced symbol names in object fileCherry Mui
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-11-05cmd/compile,cmd/internal/objabi: move -d flag parser to objabiAustin Clements
2021-06-22[dev.typeparams] cmd/compile: add -d=unifiedquirks for quirks modeMatthew Dempsky
2021-06-18[dev.typeparams] cmd/compile: record writer's stack at export data sync pointsMatthew Dempsky
2021-06-15[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IRMatthew Dempsky
2021-04-05cmd/compile: add a debug flag to enable/disable open-coded defersCherry Zhang
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-02-24cmd/compile: disable inlining functions with closures for nowDan Scales
2021-01-12[dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox