about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-04-06added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-02remove MaybeAlignvan Hauser
2020-04-02remove maybe_linking artifactsvan Hauser
2020-04-02Merge pull request #288 from devnexen/llvm_mode_little_updhexcoder
llvm_mode: using MaybeAlign wrapper over the deprecated setter.
2020-04-02rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
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-31llvm_mode: using MaybeAlign wrapper over the deprecated setter.David Carlier
seems to be available even on LLVM 3.7
2020-03-31reenabled custom mutator reportDominik Maier
2020-03-30upstream changesDominik Maier
2020-03-30code cleanupDominik Maier
2020-03-29llvm_mode/Makefile: replace lexical version comparison with a numerical onehexcoder-
2020-03-28review adaptions for afl-llvm-passhexcoder-
2020-03-28afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please reviewhexcoder-
2020-03-28llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -Ohexcoder-
2020-03-28making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-27code formatDominik Maier
2020-03-27part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)hexcoder-
2020-03-27add CFI sanitizervan Hauser
2020-03-27important llvm_mode Makefile fixvan Hauser
2020-03-27code formatDominik Maier
2020-03-27important llvm_mode Makefile fixvan Hauser
2020-03-25code 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