about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-08-01fix lto single block and no zerovan Hauser
2020-08-01better LTO mode detection warningsvan Hauser
2020-08-01more flexible use of shmem persistent varsvan Hauser
2020-08-01compile persistent mode without aflvan Hauser
2020-08-01remove forced -shared for lto, seems unneededvan Hauser
2020-08-01improve chances to compile with ltovan Hauser
2020-07-31refer to llvm 12 for partial instrumentation for PCGUARDvan Hauser
2020-07-31Bind cpu (#480)Dominik Maier
* silence compiletime warning * refactored cpu binding * formatted code
2020-07-31add LTO AFL_LLVM_DOCUMENT_IDS featurevan Hauser
2020-07-30fix float splitting if not on a ttyvan Hauser
2020-07-29Merge pull request #476 from AFLplusplus/new_lkmvan Hauser
New snapshot lkm support
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