about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-04-11add missing filevan Hauser
2020-04-11Autodictionary (#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-10code formatDominik Maier
2020-04-10LTO 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-09lto module clean-up (#303)van Hauser
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-09LTO llvm11 (#302)van Hauser
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars
2020-04-09Update README.snapshot.mdAndrea Fioraldi
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