about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
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
2019-12-19llvm_mode for Androidvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-18added Android PR from afl, left some ifdefs commented out thoughvan Hauser
2019-12-15slight fix for llvm_mode Makefilevan Hauser
2019-12-15Updating llvm_unsupported policyDavid CARLIER
2019-12-10fix warn -> warning, no targets when prerequisites are not methexcoder-
2019-12-09documented llvm 10 supportvan Hauser
2019-12-09on MacOS llvm is not installed by default, add a test for that. Before this fixhexcoder-
the make run proceeded, producing meaningless error messages.
2019-12-03final touchesvan Hauser
2019-12-03Merge branch 'master' into llvm_mode_build_fixvan Hauser
2019-12-03maybe we can work with xcode?van Hauser