Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-23 | make gcc_plugin compilable for gcc 3.6.0 | hexcoder- | |
2022-09-15 | Merge pull request #1518 from nikic/fix-lto | van Hauser | |
Fix LTO with LLVM 15 | |||
2022-09-14 | Fix loading and registeration of LTO pass for new pass manager | Nikita Popov | |
2022-09-14 | Fixed typo in README.lto.md (#1517) | 13579and2468 | |
typo fixed | |||
2022-09-14 | Fix naming clash between AFL's sancov LTO pass and upstream sancov pass | Nikita Popov | |
There was some confusion here due to name reuse. The initializeModuleSanitizerCoverageLegacyPassPass() function was actually calling the initialization of the upstream pass (which no longer supports legacy PM and thus fails to build on LLVM 15). The intention was to call the LTO initialization here. Fix this by renaming symbols to avoid collision. | |||
2022-09-14 | Fix LLVM 15 build | Nikita Popov | |
By removing ModuleSanitizerCoverageLegacyPass, which is completely unused. There was some confusing between the initialization function for the upstream sancov pass and AFLs own implementation. | |||
2022-08-26 | pcguard off-by-one fix | vanhauser-thc | |
2022-08-15 | get map size from binaries within afl-cmin* | vanhauser-thc | |
2022-08-03 | fix pcguard vector select instrumentation | vanhauser-thc | |
2022-07-25 | code format | vanhauser-thc | |
2022-07-19 | fix compilation for llvm 10.0 | hexcoder- | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-07 | fixes | vanhauser-thc | |
2022-07-07 | add missing laf compare split predicates | vanhauser-thc | |
2022-07-04 | fix | vanhauser-thc | |
2022-07-04 | nits | vanhauser-thc | |
2022-07-04 | cmplog support for gcc_plugin by adacore | vanhauser-thc | |
2022-06-27 | nits | vanhauser-thc | |
2022-06-08 | fix | vanhauser-thc | |
2022-06-08 | honor AFL_MAP_SIZE well outside of afl++ | vanhauser-thc | |
2022-05-31 | clarify gpl3 | vanhauser-thc | |
2022-05-03 | pcguard fix for most current llvm 15 changes | vanhauser-thc | |
2022-04-18 | remove WIP code | vanhauser-thc | |
2022-04-18 | code format | vanhauser-thc | |
2022-04-18 | fix msg | vanhauser-thc | |
2022-04-08 | Fix GCC plugin crash when using deny/allow list | Marc Poulhiès | |
The provided function declaration F may not have valid location information. Return an empty string in this case as the two callers are already using this convention to filter out functions from being instrumented when deny/allow list are used. | |||
2022-04-06 | fix cmplog! | vanhauser-thc | |
2022-03-31 | Some scan-build fixes | Dominik Maier | |
2022-03-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-17 | forgot one pass | vanhauser-thc | |
2022-03-17 | merge fixes | vanhauser-thc | |
2022-03-17 | Merge branch 'dev' into newpm2 | van Hauser | |
2022-03-17 | fixes for llvm < 11 | vanhauser-thc | |
2022-03-17 | make LTO pass work too plus some fixes | vanhauser-thc | |
2022-03-17 | make pcguard work | vanhauser-thc | |
2022-03-15 | test | vanhauser-thc | |
2022-03-04 | sancov will be only for llvm11+ | vanhauser-thc | |
2022-03-04 | fix broken code format | Sergej Schumilo | |
2022-03-03 | port instrumentation/afl-llvm-dict2file | vanhauser-thc | |
2022-03-03 | ported cmplog-routines-pass | vanhauser-thc | |
2022-03-03 | port cmplog-switches-pass | vanhauser-thc | |
2022-03-03 | ported cmplog-instructions-pass | vanhauser-thc | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | Revert "Merge branch 'newpm2' into dev" | vanhauser-thc | |
This reverts commit fee1acf7e6096533f1aa8cd74035bed21c90fdf6, reversing changes made to 675d17d737ee5dee88766d9c181567771592c94c. | |||
2022-02-24 | Fix build for the LLVM pass for LLVM >= 13 | David Carlier | |
Due to change of inheritance for more modern LLVM versions, the overridable members are not the same. | |||
2022-02-22 | Merge branch 'newpm2' into dev | van Hauser | |
2022-02-22 | LLVM 14 fixes | Raphael Isemann | |
2022-02-20 | Revert "remove new llvm pass manager :(" | vanhauser-thc | |
This reverts commit 55ed2a443c5c61baba37415d4087164454d8a2a8. | |||
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |