Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | better performance compilation options for afl++ and targets | van Hauser | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | upstream changes | 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-03-27 | important llvm_mode Makefile fix | van Hauser | |
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 | 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-09 | disable leaksanitizer when "make" ... more | van Hauser | |
2020-03-09 | more honoring be_quiet | van Hauser | |
2020-03-09 | bug fixes to afl-ld and intensive README.lto.md update on errors and how to ↵ | van Hauser | |
do the steps by hand, plus global code format | |||
2020-03-05 | Add LTO collision free llvm_mode (#223) | van Hauser | |
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme | |||
2020-03-03 | fix prev commit | Andrea Fioraldi | |
2020-03-03 | allow custom cflags on llvm makefile | Andrea Fioraldi | |
2020-02-27 | bye bye SanCov for CmpLog | Andrea Fioraldi | |
2020-02-19 | merge afl-llvm-cmplog-rt into afl-llvm-rt | Andrea Fioraldi | |
2020-02-18 | cmplog routines llvm pass | Andrea Fioraldi | |
2020-02-16 | check for mistyped env vars | van Hauser | |
2020-02-11 | compatibility for GNU make 4.3, which behaves different for | hexcoder- | |
lines with '#' like in ifeq "$(shell echo '\#include <sys/ipc.h> ... Now make v 4.3 wants ifeq "$(shell echo '#include <sys/ipc.h> ... In order to get it working with all GNU makes, we use a make variable for '#' called HASH | |||
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-30 | cmplog runtime for LLVM | Andrea Fioraldi | |
2020-01-30 | for partial functionality ignore the LLVMInsTrim build result | hexcoder- | |
2020-01-30 | lower requirements for lower llvm/clang versions | hexcoder- | |
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok | |||
2020-01-28 | First tests with LLVM 11 | David Carlier | |
2020-01-19 | fix for getopt | van Hauser | |
2020-01-07 | llvm ver display in afl-clang-fast | van Hauser | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-02 | compile fixes | van Hauser | |
2019-12-30 | really ensure that all .test files are removed after they are not needed anymore | van Hauser | |
2019-12-21 | use llvm-config from env for version check | Kjell Braden | |
2019-12-15 | slight fix for llvm_mode Makefile | van Hauser | |
2019-12-15 | Updating llvm_unsupported policy | David CARLIER | |
2019-12-10 | fix warn -> warning, no targets when prerequisites are not met | hexcoder- | |
2019-12-09 | documented llvm 10 support | van Hauser | |
2019-12-09 | on MacOS llvm is not installed by default, add a test for that. Before this fix | hexcoder- | |
the make run proceeded, producing meaningless error messages. | |||
2019-12-03 | final touches | van Hauser | |
2019-12-03 | Merge branch 'master' into llvm_mode_build_fix | van Hauser | |
2019-12-03 | maybe we can work with xcode? | van Hauser | |
2019-12-02 | LLVM 10 build fix proposal | David Carlier | |
c++14 is the minimum for this version, thus the hardcoded gnu++11 standard flag makes the build fails. Missing header only for this version seemingly for the option. |