aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base
AgeCommit message (Expand)Author
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
2023-08-18cmd/compile: enable -d=zerocopy by defaultMatthew Dempsky
2023-08-18cmd/compile: restore zero-copy string->[]byte optimizationMatthew Dempsky
2023-08-14cmd: fix mismatched symbolscui fliter
2023-08-14internal/coverage: separate out cmd defs to separate packageThan McIntosh
2023-08-10cmd/compile/internal/inline: add framework to compute func "properties"Than McIntosh
2023-08-10cmd/compile: add -env key=value flagRuss Cox
2023-08-07cmd/compile/internal/base: optimize the readImportCfg function to make it cle...cui fliter
2023-07-25cmd/compile/internal/base: add comma in comment for consistencyJes Cok
2023-07-20all: update build tags to require/assume Go 1.20Matthew Dempsky
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-24Revert "cmd/compile: enable printing of error URLs by default"Robert Griesemer
2023-05-24cmd/compile: enable printing of error URLs by defaultRobert Griesemer
2023-05-24cmd/compile: report an error URL with error messagesRobert Griesemer
2023-05-23cmd/compile: indicate sense of hash/bisect match in outputDavid Chase
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-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-09cmd/compile: remove FS debug hash formRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-05-09cmd/compile: standardize on outer-to-inner for pos listsRuss Cox
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase