about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-common.cc
AgeCommit message (Collapse)Author
2020-08-14fixes lots of llvm warningsvan Hauser
2020-08-13fix llvm and afl-showmapvan Hauser
2020-08-13fix for sancovvan Hauser
2020-08-13refactor get filenamevan Hauser
2020-08-13code review: fixed some typoshexcoder-
2020-08-12split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵van Hauser
skipping ctor+ifunc functions for all llvm, code-format
2020-08-05travis fixesvan Hauser
2020-08-05add sancov-like allow/denylist instrument featurevan Hauser
2020-08-02refactoring debug/be_quiet, fatal on dont_optimize and instrument_filevan Hauser
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-05-29Remove AFL_LLVM_WHITELIST_FNMATCH env variableSebastian Österlund
2020-05-29Do clang-formatSebastian Österlund
2020-05-29Add AFL_LLVM_WHITELIST_FNMATCH env varSebastian Österlund
Only enable UNIX pattern matching on the whitelist when AFL_LLVM_WHITELIST_FNMATCH is set. The reason being that we keep backwards compatibility with old whitelists.
2020-05-29Support filename pattern matching in whitelistSebastian Österlund
Allow the whitelist specified by AFL_LLVM_WHITELIST contain entries with UNIX shell-style wildcard pattern matching.
2020-05-15llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not behexcoder-
available)
2020-05-11blacklist llvmfuzzer functionsvan Hauser
2020-05-06added InsTrimLTO :-)van Hauser
2020-04-27fix for older llvm versionshexcoder-
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser