about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-04-09fix review comments by Heikovan Hauser
2020-04-09llvm_mode ctx: move function terminator instrumentation before skipping blocksvan Hauser
2020-04-09llvm_mode android fixvan Hauser
2020-04-09add missing piece for CTX coveragevan Hauser
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09fix travishexcoder
2020-04-09ctx donevan Hauser
2020-04-09small fixesAndrea Fioraldi
2020-04-09snapshot() in llvm modeAndrea Fioraldi
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-09remove MaybeAlignvan Hauser
2020-04-09remove maybe_linking artifactsvan Hauser
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-09llvm_mode: using MaybeAlign wrapper over the deprecated setter.David Carlier
seems to be available even on LLVM 3.7
2020-04-01reenabled custom mutator reportDominik Maier
2020-04-01upstream changesDominik Maier
2020-04-01code cleanupDominik Maier
2020-04-01llvm_mode/Makefile: replace lexical version comparison with a numerical onehexcoder-
2020-04-01review adaptions for afl-llvm-passhexcoder-
2020-04-01afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please reviewhexcoder-
2020-04-01llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -Ohexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-04-01code formatDominik Maier
2020-04-01part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)hexcoder-
2020-04-01add CFI sanitizervan Hauser
2020-03-27important llvm_mode Makefile fixvan Hauser
2020-03-27code formatDominik Maier
2020-03-23include afl-llvm-rt.o not only when linkingAndrea Fioraldi
2020-03-23better man page for afl-clang-*van Hauser
2020-03-23more fixes and code-formatvan Hauser
2020-03-23more fixesvan Hauser
2020-03-23minor fixesvan Hauser
2020-03-21avoid calling awk for 'which' replacement, use POSIX 'command -v' insteadhexcoder-
2020-03-20forgot readme for ngramvan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20clean was missing ld symlinkvan Hauser
2020-03-19install llvm_mode READMEshexcoder-
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-18Makefiles: replace 'which' with 'type'hexcoder-
2020-03-18Makefiles: prefer POSIX 'type' over 'which' for checkinghexcoder-
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-16not all opt are compiled with polly supportvan Hauser
2020-03-16fix for instrim with and without AFL_LLVM_INSTRIM_SKIPSINGLEBLOCKvan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-10document new environment variables and code formatvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09disable leaksanitizer when "make" ... morevan Hauser
2020-03-09more honoring be_quietvan Hauser
2020-03-09honor no_quiet for missing llvm_mode output, also print to stderr with ↵van Hauser
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes