Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-11 | add missing file | van Hauser | |
2020-04-11 | Autodictionary (#309) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo * better map transfer, display snapshot in UI * update readme | |||
2020-04-10 | code format | Dominik Maier | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | lto module clean-up (#303) | van Hauser | |
2020-04-09 | fix compilers for empty AFL_CC/AFL_CXX env | van Hauser | |
2020-04-09 | LTO llvm11 (#302) | van Hauser | |
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars | |||
2020-04-09 | Update README.snapshot.md | Andrea Fioraldi | |
2020-04-09 | fix review comments by Heiko | van Hauser | |
2020-04-09 | llvm_mode ctx: move function terminator instrumentation before skipping blocks | van Hauser | |
2020-04-09 | llvm_mode android fix | van Hauser | |
2020-04-09 | add missing piece for CTX coverage | van Hauser | |
2020-04-09 | added snapshot feature to documentation | van Hauser | |
2020-04-09 | fix travis | hexcoder | |
2020-04-09 | ctx done | van Hauser | |
2020-04-09 | small fixes | Andrea Fioraldi | |
2020-04-09 | snapshot() in llvm mode | Andrea Fioraldi | |
2020-04-09 | added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵ | van Hauser | |
fix, fixed for FUSELD (for LTO) | |||
2020-04-09 | remove MaybeAlign | van Hauser | |
2020-04-09 | remove maybe_linking artifacts | van Hauser | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-09 | llvm_mode: using MaybeAlign wrapper over the deprecated setter. | David Carlier | |
seems to be available even on LLVM 3.7 | |||
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | upstream changes | Dominik Maier | |
2020-04-01 | code cleanup | Dominik Maier | |
2020-04-01 | llvm_mode/Makefile: replace lexical version comparison with a numerical one | hexcoder- | |
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 | llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -O | 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-27 | important llvm_mode Makefile fix | van Hauser | |
2020-03-27 | code format | Dominik Maier | |
2020-03-23 | include afl-llvm-rt.o not only when linking | Andrea Fioraldi | |
2020-03-23 | better man page for afl-clang-* | van Hauser | |
2020-03-23 | more fixes and code-format | van Hauser | |
2020-03-23 | more fixes | van Hauser | |
2020-03-23 | minor fixes | van Hauser | |
2020-03-21 | avoid calling awk for 'which' replacement, use POSIX 'command -v' instead | hexcoder- | |
2020-03-20 | forgot readme for ngram | van Hauser | |
2020-03-20 | added llvm_mode ngram coverage | van Hauser | |
2020-03-20 | clean was missing ld symlink | van Hauser | |
2020-03-19 | install llvm_mode READMEs | hexcoder- | |
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-03-18 | Makefiles: replace 'which' with 'type' | hexcoder- | |
2020-03-18 | Makefiles: prefer POSIX 'type' over 'which' for checking | hexcoder- | |
2020-03-17 | cmplog was neither quiet nor where its llvm passes installed | van Hauser | |
2020-03-16 | not all opt are compiled with polly support | van Hauser | |