Age | Commit message (Expand) | Author |
2020-09-05 | first batch of changes | vanhauser-thc |
2020-08-26 | some warnings fixes | Dominik Maier |
2020-08-20 | LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO autodict... | van Hauser |
2020-08-20 | support current llvm12 changes | van Hauser |
2020-08-14 | fixes lots of llvm warnings | van Hauser |
2020-08-13 | fix llvm and afl-showmap | van Hauser |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ... | van Hauser |
2020-08-02 | refactoring debug/be_quiet, fatal on dont_optimize and instrument_file | van Hauser |
2020-06-30 | rename whitelist -> instrumentlist | van Hauser |
2020-06-23 | lto whitelist in test.sh | van Hauser |
2020-05-15 | change: slaves only sync from masters | van Hauser |
2020-05-15 | llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not be | hexcoder- |
2020-05-12 | new code formatting + applied | van Hauser |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, rever... | van Hauser |
2020-05-10 | fix warning, code format | van Hauser |
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument si... | van Hauser |
2020-05-05 | fix LTO mode | van Hauser |
2020-05-05 | ctx and ngram fix | van Hauser |
2020-05-04 | ctx and ngram can be used together now | van Hauser |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser |
2020-04-25 | refactored whitelist and blacklist in llvm_mode | van Hauser |
2020-04-23 | more sanitizer functions for blacklist | van Hauser |
2020-04-17 | preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass | van Hauser |
2020-04-09 | llvm_mode ctx: move function terminator instrumentation before skipping blocks | van Hauser |
2020-04-09 | add missing piece for CTX coverage | van Hauser |
2020-04-09 | ctx done | van Hauser |
2020-04-09 | added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ... | van Hauser |
2020-04-01 | code cleanup | Dominik Maier |
2020-04-01 | review adaptions for afl-llvm-pass | hexcoder- |
2020-04-01 | afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review | hexcoder- |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- |
2020-04-01 | code format | Dominik Maier |
2020-04-01 | part1 make it compilable for llvm 3.8.0 (ubuntu 16.04) | hexcoder- |
2020-04-01 | add CFI sanitizer | van Hauser |
2020-03-20 | added llvm_mode ngram coverage | van Hauser |
2020-02-19 | forgot cleanup | van Hauser |
2020-02-19 | fix travis and fix logic | van Hauser |
2020-02-19 | isatty for all compilers + AFL_DEBUG | van Hauser |
2020-02-16 | code format | Andrea Fioraldi |
2020-02-13 | fix issue #194 more seriously | hexcoder- |
2020-01-30 | lower requirements for lower llvm/clang versions | hexcoder- |
2020-01-15 | blacklist function support for llvm_mode | van Hauser |
2020-01-07 | llvm_mode little update proposal. | David Carlier |
2020-01-06 | 2020 copyright note | Andrea Fioraldi |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi |
2019-12-21 | restore llvm DebugInfo | Andrea Fioraldi |
2019-12-21 | try to work with llvm < 3.7 | Andrea Fioraldi |
2019-12-02 | code format (contributors, do it!) | Andrea Fioraldi |
2019-11-22 | compiler plugins, just create const constants once. | David Carlier |
2019-10-31 | Fix some silent warnings and put some var to some usage... | David Carlier |