aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base/hashdebug.go
AgeCommit message (Expand)Author
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-04-15cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...thepudds
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-01cmd/compile: remove unnecessary fmt.Sprintf callguoguangwu
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-09-19cmd/compile: add pgohash for debugging/bisecting PGO optimizationsCherry Mui
2023-05-23cmd/compile: indicate sense of hash/bisect match in outputDavid Chase
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-04-07cmd/compile: minor cleanup to HashDebugPosDavid Chase
2023-04-06cmd/compile: modify debug-hash to support match exclusionDavid Chase
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase
2022-11-10cmd/compile: add ability to hash-debug on file:line, including inliningDavid Chase
2022-11-04cmd/compile: change the multiple (gossa)hash separator from ; to /David Chase
2022-11-03cmd/compile: add debug-hash flag for fused-multiply-addDavid Chase
2022-11-02cmd/compile: renovate GOSSAHASHDavid Chase
2022-08-17cmd/compile: gofmt -w -shopehook
2022-08-10cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.David Chase