about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-03error to warn changevan Hauser
2019-09-03Merge pull request #53 from vanhauser-thc/code-cleanupAndrea Fioraldi
Code cleanup
2019-09-03better support for OpenBSD thanks to CaBeckmann (issue #9).hexcoder-
On OpenBSD there is a restricted system LLVM, but a full LLVM package can be installed (typically in /usr/local/bin). Added a check if the full package is installed. If so, use it, otherwise bail out early with a hint to install it.
2019-09-02minor fixesAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02merge from masterAndrea Fioraldi
2019-08-31modernize llvm_mode readmesAndrea Fioraldi
2019-08-30update with changes from masterAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-08-27fix to compile llvm_modevan Hauser
2019-08-19Add support for AndroidJoey Jiao
2019-08-14more sed compatibility for Freebsd, avoid groupinghexcoder-
2019-08-14more sed compatibility for Freebsd, avoid groupinghexcoder-
2019-08-10optimized version extraction for clang (restricted to first line)hexcoder-
2019-08-10llvm-mode: Get the clang version correctlyZhu Xing
When using clang-8.0, The previous command in the Makefile will get two 8.0.0, thus a warning message print.
2019-08-09minor correctionsvan Hauser
2019-08-08fix some compiler warningshexcoder-
2019-08-08documentation updatevan Hauser
2019-08-08documentation updatevan Hauser
2019-08-07bugfix 'echo -n' is not POSIX, use input redirection from /dev/nullhexcoder-
2019-08-07reviewed neverZero for llvm 9.0hexcoder-
2019-08-07fix compilation error with llvm 9.0hexcoder-
2019-08-07change instrumentation test to trigger different bitmap entries with clang 9.0hexcoder-
2019-08-01fixvan Hauser
2019-08-01map size fixesvan Hauser
2019-07-26incorporated most of the 2.53b changesvan Hauser
2019-07-25afl_trace_pc fixvan Hauser
2019-07-19several documentation fixesHeiko Eißfeldt
2019-07-16added readmevan Hauser
2019-07-16deprecate afl-gccvan Hauser
2019-07-15fixing commit fuckupvan Hauser
2019-07-15fix crash with case insensitive compare functions (str(n)casecmp())hexcoder-
2019-07-14Merge branch 'master' into shared_memory_mmap_refactorvan Hauser
2019-07-14set instrim as default and updated documentationvan Hauser
2019-07-14whitelist features works nowvan Hauser
2019-07-14notZero added and first attempt at whitelistvan Hauser
2019-07-14make fixvan Hauser
2019-07-13Compile fix for LLVM 3.8.0Heiko Eißfeldt
2019-07-13compiles now with LLVM 8.0Heiko Eißfeldt
2019-07-13initial commitvan Hauser
2019-07-05add explicit llvm library for OpenBSDhexcoder-
2019-07-05increased portability, replace sed with tr (*BSD)heiko
sanity check versions from clang and llvm, adjust clang path if needed.
2019-07-05Merge branch 'master' into neverZero_countersvan Hauser
2019-07-05final touchesvan Hauser
2019-07-04this is the best solution IMHOvan Hauser
2019-07-03notzero for afl-gccvan Hauser
2019-07-03select implementationsvan Hauser
2019-07-03add -lrt with afl-gcc/clang automatically in mmap modevan Hauser
2019-07-03LAF_... -> AFL_LLVM_LAF_...van Hauser