about summary refs log tree commit diff
path: root/llvm_mode/GNUmakefile
AgeCommit message (Expand)Author
2020-06-30Big renaming (#429)van Hauser
2020-06-28debug codevan Hauser
2020-06-28O2 instead of O3 for .o target filesvan Hauser
2020-06-23fix make filesvan Hauser
2020-06-19fix afl-clang-fast for default pcguard modevan Hauser
2020-06-14Porting to Haiku.David Carlier
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-04add afl-ld-lto for LTOvan Hauser
2020-06-03Merge pull request #390 from devnexen/obsd_no_retpolinehexcoder
2020-06-01fixed persistent mode shared mem fuzzingvan Hauser
2020-05-30OpenBSD build update and llvm mode fixDavid Carlier
2020-05-26better performance compilation options for afl++ and targetsvan Hauser
2020-05-25more performance testingvan Hauser
2020-05-25libfuzzer driver + llvm_mode compilation optimizationvan Hauser
2020-05-17adjust documentation for new minimum llvm version 3.4hexcoder-
2020-05-15llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not behexcoder-
2020-05-12llvm_mode: more support for Darwin/MacOSX (WIP)hexcoder-
2020-05-10LTO fixes for fuzzbenchvan Hauser
2020-05-06added InsTrimLTO :-)van Hauser
2020-05-02makefile fixvan Hauser
2020-05-01at some point we have to do a rewrite of llvm_mode/GNUmakefilevan Hauser
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser
2020-04-23use mmap in llvm_mode if LTO is enabledvan Hauser
2020-04-13more robust search for clang for afl-clang-fastAndrea Fioraldi
2020-04-12remove warnings with llvm11van Hauser
2020-04-12fix 32/64 bit LTOvan Hauser
2020-04-12m32/m64 support for LTO and code-format for test/van Hauser
2020-04-12m32/m64 support for LTO and code-format for test/van Hauser
2020-04-11fix #312Andrea Fioraldi
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-09LTO llvm11 (#302)van Hauser
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ...van Hauser
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-