about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
AgeCommit message (Collapse)Author
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-15blacklist function support for llvm_modevan 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-06added ++ to copyright notesAndrea Fioraldi
2019-12-21restore llvm DebugInfoAndrea Fioraldi
2019-12-21try to work with llvm < 3.7Andrea Fioraldi
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-22compiler plugins, just create const constants once.David Carlier
2019-10-31Fix some silent warnings and put some var to some usage...David Carlier
2019-10-25Little compiler plugins rework regarding block location picked up.David Carlier
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-04general maintancevan Hauser
2019-09-25fix issue#63 compilation problem with a workaroundhexcoder-
for llvm 6.0 and Ubuntu 18.04
2019-09-22more testsvan Hauser
2019-09-02run code formatterAndrea Fioraldi
2019-08-30update with changes from masterAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-08-19Add support for AndroidJoey Jiao
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-06-272 different implementationsvan Hauser
2019-06-25experimental implementation of counters that skip zero on overflow.Hexcoder
Enable with AFL_NZERO_COUNTS=1 during compilation of target.
2019-06-25llvm_mode whitelist (partial instrumentation) support addedvan Hauser
2019-06-03fix llvm compatibility problems. Should compile now with llvm 3.8.0Hexcoder
up to llvm 8.0
2019-06-03fixed afl++ version display in llvm_modevan Hauser
2019-05-28afl++ 2.52c initial commitvan Hauser