aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base/debug.go
AgeCommit message (Expand)Author
2026-03-02cmd/compile: add concurrency-ok property to some compiler debug flagsDavid Chase
2026-02-03cmd/compile: add astdump debug flagDavid Chase
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/compile: adjust start heap sizeDavid Chase
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2025-10-09cmd/compile: modify float-to-[u]int so that amd64 and arm64 matchDavid Chase
2025-06-30cmd/compile/internal/escape: add debug hash for literal allocation optimizationsthepudds
2025-05-20cmd/compile/internal/escape: additional constant and zero value tests and log...thepudds
2025-04-15cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...thepudds
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-09-09cmd/compile: emit tail call wrappers when possibleamusman
2024-07-30cmd/compile: add "deadlocals" pass to remove unused localsDavid Chase
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-04-09cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidatesThan McIntosh
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-03-30Revert "cmd/compile/internal: merge stack slots for selected local auto vars"Cuong Manh Le
2024-03-29cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-01-10cmd/compile: use hashed symbol name for go.shape types if too longThan McIntosh
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-11-16cmd/compile: allow disable of PGO function value devirtualization with flagMichael Pratt
2023-11-16cmd/compile/internal/inline: debug flag to alter score adjustmentsThan McIntosh
2023-11-16cmd/compile: add compiler debug flag to disable range func iterator checkingDavid Chase
2023-09-19cmd/compile: add pgohash for debugging/bisecting PGO optimizationsCherry Mui
2023-09-15cmd/compile/internal/inline: add callsite trace output debugging flagThan McIntosh
2023-09-11cmd/compile/internal/staticinit: make staticopy safeMatthew Dempsky
2023-08-18cmd/compile: restore zero-copy string->[]byte optimizationMatthew Dempsky
2023-08-10cmd/compile/internal/inline: add framework to compute func "properties"Than McIntosh
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2023-05-22cmd/compile: replace -d=pgoinline with -d=pgodebugMichael Pratt
2023-05-11cmd/compile: remove debugging option InlineSCCOnePass from inlinerThan McIntosh
2023-03-09cmd/compile: reorder operations in SCCs to enable more inliningThan McIntosh
2023-03-09cmd/compile: remove -wrapglobalmapinit flagThan McIntosh
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase
2023-02-06cmd/compile: enable deadcode of unreferenced large global mapsThan McIntosh
2023-01-26cmd/compile/internal/types: remove Markdcl/Pushdcl/PopdclMatthew Dempsky
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