about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-02-19forgot cleanupvan Hauser
2020-02-19fix travis and fix logicvan Hauser
2020-02-19isatty for all compilers + AFL_DEBUGvan Hauser
2020-02-18fuzzer wotking with rtn cmplogAndrea Fioraldi
2020-02-18fix insertion of __cmplog_rtn_hookAndrea Fioraldi
2020-02-18cmplog routines llvm passAndrea Fioraldi
2020-02-16check for mistyped env varsvan Hauser
2020-02-16fix for instrim (not the important one)van Hauser
2020-02-16code formatAndrea Fioraldi
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-02-11compatibility for GNU make 4.3, which behaves different forhexcoder-
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-02-05afl-showmap fixvan Hauser
2020-02-03Merge pull request #186 from vanhauser-thc/ubsanvan Hauser
add AFL_USE_UBSAN
2020-02-03fix MDsvan Hauser
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-03add AFL_USE_UBSANAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-31small fixeshexcoder
2020-01-30changelogAndrea Fioraldi
2020-01-30fix links in readmeAndrea Fioraldi
2020-01-30moar llvm readmeAndrea Fioraldi
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-30status custom/rqAndrea Fioraldi
2020-01-30cmplog runtime for LLVMAndrea Fioraldi
2020-01-30for partial functionality ignore the LLVMInsTrim build resulthexcoder-
2020-01-30lower requirements for lower llvm/clang versionshexcoder-
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok
2020-01-28android: prefer bigcoresvan Hauser
2020-01-28bump llvm versionvan Hauser
2020-01-28First tests with LLVM 11David Carlier
2020-01-25added whitelist+blacklist to all llvm_mode passesvan Hauser
2020-01-21USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC insteadvan Hauser
2020-01-19fix for getoptvan Hauser
2020-01-17formatAndrea Fioraldi
2020-01-17first experiment cmplogAndrea Fioraldi
2020-01-15blacklist function support for llvm_modevan Hauser
2020-01-08Merge pull request #166 from devnexen/llvm_mode_avoid_instrinsicshexcoder
llvm_mode little update proposal (avoid instrumenting llvm intrinsic functions).
2020-01-07llvm ver display in afl-clang-fastvan Hauser
2020-01-07llvm_mode little update proposal.David Carlier
avoiding intrinsics generated by LLVM for the isntrumentation.
2020-01-062020 copyright noteAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-02compile fixesvan Hauser
2019-12-31final touches before 2.60 2.60cvan Hauser
2019-12-30really ensure that all .test files are removed after they are not needed anymorevan Hauser
2019-12-27fix issue #155 AFL_LLVM_LAF_SPLIT_FLOATS breaks bogofilterhexcoder-
added some forgotten floating point comparison types
2019-12-24qemu ld_preload support and added socket_fuzzing ld_preload libraryvan Hauser
2019-12-21restore llvm DebugInfoAndrea Fioraldi
2019-12-21try to work with llvm < 3.7Andrea Fioraldi
2019-12-21use llvm-config from env for version checkKjell Braden