about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
2021-11-03vectorized coverage only possible for llvm 14 :(vanhauser-thc
2021-11-03support vectorized cmpsvanhauser-thc
2021-11-02fixvanhauser-thc
2021-11-02nosanvanhauser-thc
2021-11-02select support for LTOvanhauser-thc
2021-11-02support select with vectorsvanhauser-thc
2021-11-01remove debugvanhauser-thc
2021-11-01remove debugvanhauser-thc
2021-11-01fixvanhauser-thc
2021-11-01fixvanhauser-thc
2021-10-31insert select instrumentationvanhauser-thc
2021-10-31wipe overflow datavanhauser-thc
2021-10-31add cmplog compatability checkvanhauser-thc
2021-10-30fix off by one bug of PCGUARD instrumentationKuang-che Wu
fix bug #1120
2021-10-28variant 6vanhauser-thc
2021-10-18format and remove warningvanhauser-thc
2021-10-18lto and llvm14-devvanhauser-thc
2021-10-18fixvanhauser-thc
2021-10-18try fixvanhauser-thc
2021-10-17fixvanhauser-thc
2021-10-17fixvanhauser-thc
2021-10-17fixvanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-10-16fix declaration for new pass managerhexcoder-
2021-10-16make new pass manager interface compiler version dependent (>=7)hexcoder-
2021-10-16switch PreservedAnalyses from none to allhexcoder-
2021-10-12converted split-switches-pass to new pass managerhexcoder-
2021-10-12converted compare-transform-pass to new pass managerhexcoder-
2021-10-12converted afl-llvm-pass to new pass managerhexcoder-
2021-10-12adapt compiler driver to laod new pass manager passeshexcoder-
2021-10-12prototype compileshexcoder-
2021-10-10Fix document paths.Kuang-che Wu
2021-10-09LLVM coverage making it more C++ too.David Carlier
2021-10-09Merge pull request #1107 from devnexen/llvm_pass_updatevan Hauser
LLVM passes making slightly more C++
2021-10-09LLVM passes making slightly more C++David Carlier
2021-10-03LLVM LTO plugin using smart pointer for __afl_internal_directory variableDavid Carlier
2021-08-25announce llvm 13 supportvanhauser-thc
2021-08-20revise paragraphvanhauser-thc
2021-08-20typos / wordinghexcoder
2021-08-19fix shared linking on macosvanhauser-thc
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-08-08Change afl to AFL in *.md (#1057)llzmb
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs
2021-07-30add more string functions for dictionary featuresvanhauser-thc
2021-07-30fix format stringyuawn
2021-07-20Update README.persistent_mode.mdMoshe Kaplan
2021-07-19Revert "Merge branch 'release' into stable"vanhauser-thc
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295.
2021-07-19fix merge conflictsvanhauser-thc
2021-07-14fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LISTvanhauser-thc
2021-07-14update documentationvanhauser-thc
2021-07-07fix failures for some sized string instrumentationsvanhauser-thc