about summary refs log tree commit diff
path: root/src/afl-cc.c
AgeCommit message (Expand)Author
2024-01-19apple fixesvanhauser-thc
2024-01-19typosvanhauser-thc
2024-01-18fix for arm64vanhauser-thc
2024-01-18ensure afl-cc only allows available compiler modesvanhauser-thc
2024-01-18fix segv about skip_next, warn on unsupported cases of linking options (#1958)Sonic
2024-01-12code formatvanhauser-thc
2024-01-11Strip `-Wl,-no-undefined` during compilation (#1952)Nils Bars
2024-01-11Fix broken LTO mode and response file support (#1948)Sonic
2024-01-04Output afl-clang-fast stuffs only if necessary (#1912)Sonic
2023-12-27inject docsvanhauser-thc
2023-12-27initial simple injection detection supportvanhauser-thc
2023-12-10nitvanhauser-thc
2023-12-07afl-cc fixesvanhauser-thc
2023-12-05fixing -Wl,-rpath=<LLVM_LIBDIR>vincenzo MEZZELA
2023-12-04removing options "-Wl,-rpath" "LLVM_LIBDIR" when using gccvincenzo MEZZELA
2023-10-24code formatvanhauser-thc
2023-10-23Add an env to afl-clang-fast to disable setting rpath if LLVM path isn'tJesse Schwartzentruber
2023-09-27fix afl-cc help outputvanhauser-thc
2023-08-31nitvanhauser-thc
2023-07-05update llvm recommendationsvanhauser-thc
2023-07-04nitsvanhauser-thc
2023-07-03Fix max_params define.Eli Kobrin
2023-06-27Increase the number of afl-cc supported paramsSiqi Chen
2023-06-01rewrote PCGUARDvanhauser-thc
2023-05-23response file fixvanhauser-thc
2023-05-23allow llvm_instrument nativevanhauser-thc
2023-05-21code formatvanhauser-thc
2023-05-12add @responsefile support for afl-ccvanhauser-thc
2023-05-12afl-clang-lto incomptable with -flto=thinvanhauser-thc
2023-04-28doc, code formatvanhauser-thc
2023-04-28Source Code Coverage support for Nyx (Part 1) (#1720)Christian Holler (:decoder)
2023-04-27afl++ -> AFL++vanhauser-thc
2023-04-24document new env varKeno Hassler
2023-04-10afl-cc: Don't offer __AFL_INIT() etc. in GCC/CLANG modesJonathan Neuschäfer
2023-04-08afl-cc: Avoid casts of string literals to char*, in definition of __AFL_INIT(...Jonathan Neuschäfer
2023-02-13AFL_LLVM_DICT2FILE_NO_MAIN supportvanhauser-thc
2023-01-23nitvanhauser-thc
2023-01-23add CFI variant for gccvanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-11-10Merge pull request #1576 from AFLplusplus/persistent_mode_alwaysvan Hauser
2022-11-10more llvm16 fixesvanhauser-thc
2022-11-10try llvm 16 fixvanhauser-thc
2022-11-09Didn't mean to change thatDominik Maier
2022-11-09fmtDominik Maier
2022-11-09Always enable persistent mode, no env/bincheck neededDominik Maier
2022-10-20Fix -rpath argumentEdward J. Schwartz
2022-10-07auto shmem fuzzing (#1541)van Hauser
2022-09-17fix docsvanhauser-thc
2022-09-14Fix loading and registeration of LTO pass for new pass managerNikita Popov
2022-08-25fix gcc_mode cmplogvanhauser-thc