aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base
AgeCommit message (Expand)Author
2026-03-18cmd/compile: allow halt flag to run concurrentlyDaniel Morsing
2026-03-02cmd/compile: add concurrency-ok property to some compiler debug flagsDavid Chase
2026-02-21cmd/compile: add flag for emitting diagnostics unsortedDaniel Morsing
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-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-14cmd/compile: disable use of new saturating float-to-int conversionsDavid Chase
2025-10-09cmd/compile: modify float-to-[u]int so that amd64 and arm64 matchDavid Chase
2025-10-03cmd/compile: don't treat devel compiler as a released compilerCherry Mui
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15cmd/compile,cmd/gofmt: use reflect.TypeForapocelipes
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-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-05-21cmd/compile: disable AlignHot on plan9/386David du Colombier
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-05-09cmd/compile: add support for telemetryMichael Matloob
2024-04-09cmd/compile/internal/base: enable stack slot merging by defaultThan McIntosh
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-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-03-01cmd/compile: remove unnecessary fmt.Sprintf callguoguangwu
2024-01-31cmd/preprofile: Implement a tool to preprocess the PGO profile.Jin Lin
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
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-12-14all: remove newline characters after return statementsDanil Timerbulatov
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-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
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-12cmd/compile/internal/base: keep Ctxt.Flag_optimize in sync with Flag.NThan McIntosh
2023-09-11cmd/compile/internal/staticinit: make staticopy safeMatthew Dempsky
2023-08-25cmd/compile: remove ErrorfVers and base.Flag.Lang hackMatthew Dempsky
2023-08-22cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS...Austin Clements
2023-08-22cmd/compile: add all runtime package dependencies to NoInstrumentPkgsAustin Clements
2023-08-22cmd/compile,cmd/dist,cmd/go: compute -+ flag from package pathAustin Clements
2023-08-21cmd/compile: move racewalk comment to walk/race.goAustin Clements