about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
AgeCommit message (Expand)Author
2020-05-05fix LTO modevan Hauser
2020-05-05ctx and ngram fixvan Hauser
2020-05-04ctx and ngram can be used together nowvan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser
2020-04-23more sanitizer functions for blacklistvan Hauser
2020-04-17preliminary stuff for AFL_MAP_SIZE and afl-llvm-passvan Hauser
2020-04-09llvm_mode ctx: move function terminator instrumentation before skipping blocksvan Hauser
2020-04-09add missing piece for CTX coveragevan Hauser
2020-04-09ctx donevan Hauser
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ...van Hauser
2020-04-01code cleanupDominik Maier
2020-04-01review adaptions for afl-llvm-passhexcoder-
2020-04-01afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please reviewhexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-04-01code formatDominik Maier
2020-04-01part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)hexcoder-
2020-04-01add CFI sanitizervan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-02-19forgot cleanupvan Hauser
2020-02-19fix travis and fix logicvan Hauser
2020-02-19isatty for all compilers + AFL_DEBUGvan Hauser
2020-02-16code formatAndrea Fioraldi
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-01-30lower requirements for lower llvm/clang versionshexcoder-
2020-01-15blacklist function support for llvm_modevan Hauser
2020-01-07llvm_mode little update proposal.David Carlier
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 maint...hexcoder-
2019-10-04general maintancevan Hauser
2019-09-25fix issue#63 compilation problem with a workaroundhexcoder-
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
2019-06-25llvm_mode whitelist (partial instrumentation) support addedvan Hauser