about summary refs log tree commit diff
path: root/llvm_mode/afl-ld.c
AgeCommit message (Collapse)Author
2020-04-09LTO llvm11 (#302)van Hauser
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars
2020-03-16not all opt are compiled with polly supportvan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
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-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-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