aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/preprofile
AgeCommit message (Expand)Author
2024-04-18cmd/go: use cache for PGO preprocessingMichael Pratt
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-03-27cmd/preprofile: drop output directory checkMichael Pratt
2024-03-27cmd/preprofile: clean up error handlingMichael Pratt
2024-02-15cmd/compile: update the incorrect assignment of call site offset.Jin Lin
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