about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-07-29improve docs, enable laf compare if float is setvan Hauser
2020-07-28fix ffmpeg lto examplevan Hauser
2020-07-28lkm new apiAndrea Fioraldi
2020-07-28new snapshot apiAndrea Fioraldi
2020-07-28finalize new readmevan Hauser
2020-07-28unnicevan Hauser
2020-07-27unnice2van Hauser
2020-07-27child renicevan Hauser
2020-07-24llvm12 supportvan Hauser
2020-07-16doc updatesvan Hauser
2020-07-13fix for laf intel float split not enabled if not not on a ttyvan Hauser
2020-07-12LTO: autodict default, instrim disabledvan Hauser
2020-07-11fix several cases in floating point comparison splittinghexcoder-
2020-07-09code formatvan Hauser
2020-07-09skip -fuse-ld parameters when in LTO modevan Hauser
2020-07-07fix issue #446hexcoder-
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-05code formatvan Hauser
2020-07-05Merge pull request #437 from devnexen/fbsd_build_fix_llvm_modevan Hauser
llvm mode shared segment fix for FreeBSD.
2020-07-05Merge pull request #438 from EliaGeretto/fix-typovan Hauser
Fix typo in compiler wrapper for LLVM instrumentation
2020-07-04fix laf-intel/compare-transform-pass for 32-Bithexcoder-
2020-07-03llvm_mode: Fix typo in compiler wrapperElia Geretto
2020-07-03llvm mode shared segment fix for FreeBSD.David Carlier
MAP_EXCL|MAP_FIXED is a (genuine) equivalent to Linux's MAP_FIXED_NOREPLACE.
2020-07-01Merge branch 'stable' into devvan Hauser
2020-07-01fix texthexcoder
2020-07-01comments fixhexcoder
2020-07-01comments fixedhexcoder
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-30blacklist -> ignore renamingvan Hauser
2020-06-29fix autodictvan Hauser
2020-06-29fix for shmem+autodictvan Hauser
2020-06-28debug codevan Hauser
2020-06-28O2 instead of O3 for .o target filesvan Hauser
2020-06-28fix output for LTOinstrimvan Hauser
2020-06-25make llvm_mode pcguard instrumentation collision freevan Hauser
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23fix make filesvan Hauser
2020-06-19fix afl-clang-fast for default pcguard modevan Hauser
2020-06-17work around for llvm 11 bugvan Hauser
2020-06-16Fixed missing cast in afl-clang-fast.c, which results in a compilation error ↵julian.haerig
when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16set class afl instrumentation if llvm <= 6van Hauser
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-12shm debug and fixesvan Hauser
2020-06-09code formatDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-04add afl-ld-lto for LTOvan Hauser