about summary refs log tree commit diff
path: root/instrumentation/SanitizerCoverageLTO.so.cc
AgeCommit message (Collapse)Author
2021-11-03vectorized coverage only possible for llvm 14 :(vanhauser-thc
2021-11-02nosanvanhauser-thc
2021-11-02select support for LTOvanhauser-thc
2021-10-30fix off by one bug of PCGUARD instrumentationKuang-che Wu
fix bug #1120
2021-10-18format and remove warningvanhauser-thc
2021-10-09LLVM coverage making it more C++ too.David Carlier
2021-10-09LLVM passes making slightly more C++David Carlier
2021-07-30add more string functions for dictionary featuresvanhauser-thc
2021-07-14fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LISTvanhauser-thc
2021-07-07fix failures for some sized string instrumentationsvanhauser-thc
2021-06-01fix stupid typoshexcoder-
2021-06-01adapt to incompatible LLVM 13 APIhexcoder-
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add support for AFL_LLVM_THREADSAFE_INST to other LLVM passeshexcoder-
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-17Change other LLVM modes to atomic incrementshexcoder-
2021-03-22fix LTO selective instrumentationvanhauser-thc
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-02better unicode supportvanhauser-thc
2021-03-02fix llvm for unicode strings (hopefully)vanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-15fix msgvan Hauser
2021-01-04fix for changes in llvm 12van Hauser
2020-09-22fix LTO autodictionary for ints > 64 bitsvan Hauser
2020-09-06bcmp for compare-transform-passvan Hauser
2020-09-06add std::string and bcmp to dictionary functionsvan Hauser
2020-09-06fix various warningsaflpp
2020-09-05cmp dict for LTOvan Hauser
2020-09-05first batch of changesvanhauser-thc