aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/libfuzzer_amd64.s
AgeCommit message (Expand)Author
2023-05-10runtime: fix misaligned SP for libfuzzer entryKeith Randall
2023-02-08runtime: correct typosOleksandr Redko
2022-09-28all: fix some typoscui fliter
2022-05-23cmd/compile: support libFuzzer value profiling mode for integer comparesKhaled Yakdan
2022-05-20cmd/compile: intercept string compares in libFuzzer modeKhaled Yakdan
2022-05-20cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra countersKhaled Yakdan
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2019-11-05cmd/compile, runtime: add comparison tracing for libFuzzerMatthew Dempsky