index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
base
/
hashdebug.go
Age
Commit message (
Expand
)
Author
2025-10-09
cmd/compile: modify float-to-[u]int so that amd64 and arm64 match
David Chase
2025-06-30
cmd/compile/internal/escape: add debug hash for literal allocation optimizations
thepudds
2025-04-15
cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...
thepudds
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-01
cmd/compile: remove unnecessary fmt.Sprintf call
guoguangwu
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-09-19
cmd/compile: add pgohash for debugging/bisecting PGO optimizations
Cherry Mui
2023-05-23
cmd/compile: indicate sense of hash/bisect match in output
David Chase
2023-05-10
cmd/compile: add ability to print extra information in bisect output
Russ Cox
2023-05-09
cmd/compile: remove FS debug hash form
Russ Cox
2023-05-09
cmd/compile: use more of internal/bisect in HashDebug
Russ Cox
2023-05-09
cmd/compile: standardize on outer-to-inner for pos lists
Russ Cox
2023-05-09
internal/godebug: add bisect support
Russ Cox
2023-05-05
cmd/compile: work with new bisect command
Russ Cox
2023-04-07
cmd/compile: minor cleanup to HashDebugPos
David Chase
2023-04-06
cmd/compile: modify debug-hash to support match exclusion
David Chase
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2022-11-10
cmd/compile: add ability to hash-debug on file:line, including inlining
David Chase
2022-11-04
cmd/compile: change the multiple (gossa)hash separator from ; to /
David Chase
2022-11-03
cmd/compile: add debug-hash flag for fused-multiply-add
David Chase
2022-11-02
cmd/compile: renovate GOSSAHASH
David Chase
2022-08-17
cmd/compile: gofmt -w -s
hopehook
2022-08-10
cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.
David Chase