about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-04-01part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)hexcoder-
2020-04-01add CFI sanitizervan Hauser
2020-03-27important llvm_mode Makefile fixvan Hauser
2020-03-27code formatDominik Maier
2020-03-23include afl-llvm-rt.o not only when linkingAndrea Fioraldi
2020-03-23better man page for afl-clang-*van Hauser
2020-03-23more fixes and code-formatvan Hauser
2020-03-23more fixesvan Hauser
2020-03-23minor fixesvan Hauser
2020-03-21avoid calling awk for 'which' replacement, use POSIX 'command -v' insteadhexcoder-
2020-03-20forgot readme for ngramvan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20clean was missing ld symlinkvan Hauser
2020-03-19install llvm_mode READMEshexcoder-
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-18Makefiles: replace 'which' with 'type'hexcoder-
2020-03-18Makefiles: prefer POSIX 'type' over 'which' for checkinghexcoder-
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-16not all opt are compiled with polly supportvan Hauser
2020-03-16fix for instrim with and without AFL_LLVM_INSTRIM_SKIPSINGLEBLOCKvan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-10document new environment variables and code formatvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09disable leaksanitizer when "make" ... morevan Hauser
2020-03-09more honoring be_quietvan Hauser
2020-03-09honor no_quiet for missing llvm_mode output, also print to stderr with ↵van Hauser
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
2020-03-09reactivated LTO persistent mode to test.shvan Hauser
2020-03-09more detail to the fact that LTO mode can fail easilyvan Hauser
2020-03-09bug fixes to afl-ld and intensive README.lto.md update on errors and how to ↵van Hauser
do the steps by hand, plus global code format
2020-03-08afl-ld fixes for -L/-l .a libary loadsvan Hauser
2020-03-08"fixed" symbol multiply defined problems with LTOvan Hauser
2020-03-06small fix to run cmplog binaries outside afl-fuzzAndrea Fioraldi
2020-03-05Add LTO collision free llvm_mode (#223)van Hauser
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme
2020-03-04added __afl_final_loc to all compile RTsvan Hauser
2020-03-03fix prev commitAndrea Fioraldi
2020-03-03allow custom cflags on llvm makefileAndrea Fioraldi
2020-03-01fix #218Andrea Fioraldi
2020-02-29afl-clang-fast: only show the official env varsvan Hauser
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-clang-fast, small Android changehexcoder-
2020-02-28code-formatvan Hauser
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
2020-02-25fix references to README docshexcoder-
2020-02-24important InsTrim bugfix!van Hauser
2020-02-24important InsTrim fixes!van Hauser
2020-02-21ooops, I forgot to merge thsi part :(Andrea Fioraldi
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-19Merge pull request #202 from vanhauser-thc/cmplog_routinesAndrea Fioraldi
Cmplog routines for LLVM mode
2020-02-19merge afl-llvm-cmplog-rt into afl-llvm-rtAndrea Fioraldi